@charset "UTF-8";

html {
    /* 1280で16px */
    font-size: 1.25vw;
    letter-spacing: 2px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f34 {
    font-size: 34px;
}

.f36 {
    font-size: 36px;
}

.f38 {
    font-size: 38px;
}

.f40 {
    font-size: 40px;
}

.f42 {
    font-size: 42px;
}

.f44 {
    font-size: 44px;
}

.f46 {
    font-size: 46px;
}

.f48 {
    font-size: 48px;
}

.f50 {
    font-size: 50px;
}

.f52 {
    font-size: 52px;
}

.f54 {
    font-size: 54px;
}

.f56 {
    font-size: 56px;
}

.f58 {
    font-size: 58px;
}

.f60 {
    font-size: 60px;
}

@media screen and (max-width: 768px) {
    .f14 {
        font-size: 0.875rem;
    }

    .f16 {
        font-size: 2.2rem;
    }

    .f18 {
        font-size: 2.6rem;
    }

    .f20 {
        font-size: 3.25rem;
    }

    .f22 {
        font-size: 1.375rem;
    }

    .f24 {
        font-size: 1.5rem;
    }

    .f26 {
        font-size: 1.625rem;
    }

    .f28 {
        font-size: 1.75rem;
    }

    .f30 {
        font-size: 3.5rem;
    }

    .f32 {
        font-size: 2rem;
    }

    .f34 {
        font-size: 2.125rem;
    }

    .f36 {
        font-size: 2.25rem;
    }

    .f38 {
        font-size: 2.375rem;
    }

    .f40 {
        font-size: 3.5rem;
    }

    .f42 {
        font-size: 2.625rem;
    }

    .f44 {
        font-size: 2.75rem;
    }

    .f46 {
        font-size: 5.5rem;
    }

    .f48 {
        font-size: 3rem;
    }

    .f50 {
        font-size: 3.125rem;
    }

    .f52 {
        font-size: 5.5rem;
    }

    .f54 {
        font-size: 3.375rem;
    }

    .f56 {
        font-size: 3.5rem;
    }

    .f58 {
        font-size: 3.625rem;
    }

    .f60 {
        font-size: 3.75rem;
    }
}

body {
    font-family: "hiragino-kaku-gothic-pron", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.mei {
    font-family: 'Meiryo', Meiryo, sans-serif;
}

h2 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 90px;
}

h2 span {
    font-size: 32px;
    color: #045489;
}

h3 {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 4rem;
    }

    h2 span {
        font-size: 4.5rem;
    }
}


p {
    font-size: clamp(16px, 1.25vw, 24px);
}

.pc {
    display: none;
}

@media screen and (min-width: 768px) {
    .pc {
        display: block;
    }
}

.sp {
    display: block;
}

@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}

header {
    background: #fff;
    width: 100%;
    height: 116px;
}

section {
    padding: 80px 0;
}

.p-0 {
    padding: 0;
}

.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.mt-60 {
    margin-top: 60px;
}

.ml-20 {
    margin-left: 20px;
}

.mt-100 {
    margin-top: 100px;
}

.ma-auto {
    margin: auto;
}

.bg-blue {
    background: #f1f8ff;
}

.text-orange {
    color: #f38524;
}

.text-blue {
    color: #045489;
}

.text-bold {
    font-weight: bold;
}

.d-flex {
    display: flex;
}

.jc-center {
    justify-content: center;
    align-items: center;
}

.align-items-center {
    align-items: center;
}

.align-left {
    text-align: left;
}

.header-wrap {
    position: relative;
    display: flex;
    width: 98%;
    max-width: 1300px;
    height: 116px;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.header-logo {
    position: absolute;
    top: 30px;
    left: 0;
}

.header-logo {
    width: 20vw;
    max-width: 185px;
}

.header-title {
    color: #004e8a;
    font-weight: bold;
}

.header-btn {
    position: fixed;
    right: 50px;
    top: 10px;
    z-index: 100;
}



.mainvisual-wrap {
    width: 100%;
    background: url(../img/fv-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 45vw;
    display: flex;
    justify-content: center;
}

.mainvisual-catch {
    width: 100%;
    margin: 13vw auto 0;
    text-align: center;
}

.mainvisual-catch img {
    width: 50vw;
}

.mainvisual-detail {
    width: 95%;
    max-width: 1300px;
    display: flex;
    justify-content: center;
    background: #2565a3;
    margin: -16vw auto 0 auto;
}

.mainvisual-img {
    width: 38%;
    text-align: center;
    padding-top: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.mainvisual-img img {
    width: 100%;
    max-width: 388px;
}

.mainvisual-txt {
    width: 62%;
    padding: 60px 80px 0 0;
    color: #fff;
    text-align: left;
    line-height: 2;
}

.mainvisual-txt h2 {
    margin-bottom: 20px;
    text-align: left;
}

.mainvisual-contact {
    width: 90%;
    max-width: 530px;
    margin: 30px auto;
}

.mainvisual-contact img {
    width: 100%;
}

.problem-wrap {
    padding: 100px 0 80px;
    background: #f1f8ff;
}

.problem-inner {
    width: 95%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.problem-inner ul {
    font-size: 18px;
}

.problem-img {
    width: 40%;
    text-align: center;
}

.checklist {
    padding: 40px 20px 40px 0;
    width: 60%;
    margin-left: 40%;
}

.checklist span {
    font-size: 18px;
}

.checklist ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-width: 780px;
}

.checklist ul li {
    position: relative;
    padding-left: 55px;
    min-height: 43px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    margin: 20px 0;
}

.checklist ul li::before {
    content: '';
    display: inline-block;
    width: 48px;
    height: 43px;
    background-image: url('../img/check.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 16%;
    transform: translateY(-50%);
}


.arrow-wrap {
    text-align: center;
    width: 100%;
    background: url(../img/arrow.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
    font-size: 30px;
    min-height: 100px;
    padding-top: 50px;
}

.solution-power {
    text-align: center;
    font-weight: bold;
}

.solution-power-three {
    padding: 6px 30px 2px 30px;
    border-radius: 35px;
    background: #f0811a;
    color: #fff;
    margin-right: 10px;
}

.solution-power-img ul {
    width: 95%;
    max-width: 980px;
    margin: 0 auto 80px auto;
    display: flex;
    justify-content: space-between;
}

.solution-power-img ul li {
    width: 23%;
}

.solution-power-img ul li img {
    width: 100%;
    max-width: 223px;
}

.solution-power-ai {
    width: 95%;
    max-width: 1050px;
    margin: auto;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.solution-power-ai img {
    width: 130px;
}

.solution-power-ai-txt {
    margin-left: 60px;
    line-height: 2;
}

.solution-power-ai-txt span {
    color: #ff8500;
}

.solution-service {
    width: 95%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.solution-service-inner {
    width: 48%;
}

.solution-service-list {
    width: 96%;
    max-width: 1340px;
    margin: auto;
}

.solution-service-list ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.solution-service-list ul li {
    width: 100%;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    margin-bottom: 20px;
}

.solution-service-list-inner {
    display: flex;
}

.solution-service-list-pick {
    text-align: center;
    font-weight: bold;
    border: none !important;
    margin-bottom: 0 !important;

}

.solution-service-list-pick div {
    text-align: center;
    width: 100%;
    margin: 30px auto;

}

.solution-service-list-title {
    width: 100%;
    font-size: clamp(14px, 2vw, 18px);
    text-align: left;
    background: #2565a3;
    color: #fff;
    padding: 15px 0 10px 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight: bold;
}

.solution-service-list-txt {
    width: 100%;
    font-size: clamp(13px, 1.2vw, 16.5px);
    padding: 25px 20px;
    text-align: left;
    line-height: 2;
}

.solution-service .solution-service-inner:nth-child(2) ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.solution-service-number {
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    font-size: clamp(12px, 1.4vw, 20px);
    font-weight: bold;
}

.solution-service-number span {
    margin-right: 10px;
    color: #045489;
}

.solution-service-detail {
    padding: 30px 50px;
    font-size: clamp(13px, 1.2vw, 16.5px);
}

.solution-service-through {
    width: 100%;
    background: #fff8e4;
    border-radius: 15px;
    text-align: center;
    margin: 0 0 20px 0;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}


.solution-service-through div {
    width: 85%;
    margin-top: 40px;
}

.solution-service-future {
    width: 100%;
    text-align: center;
    margin: 80px auto 0;
    line-height: 2.5;
    font-weight: bold;
}

.solution-service-mt20 {
    margin-top: 20px;
}

.change-img {
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
}

.change-img div {
    width: 22%;

}

.change-img div img {
    width: 100%;
    max-width: 287px;
}

.change-beforeafter ul {
    width: 48%;
}

.change-beforeafter {
    width: 95%;
    max-width: 1300px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
}

.change-beforeafter ul li {
    padding: 30px 0;
    border-bottom: 1px solid #b4b4b4;
    font-size: 18px;
}

.change-beforeafter-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
    position: relative;
}

.change-beforeafter-inner-first {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
    position: relative;
}

.change-beforeafter-inner-before {
    background: #575757;
    padding: 7px 10px 5px 10px;
    color: #fff;
    border-radius: 25px;
    font-size: 18px;
    min-width: 90px;
    text-align: center;
    margin-right: 20px;
}

.change-beforeafter-inner-after {
    background: #ff8500;
    padding: 7px 10px 5px 10px;
    color: #fff;
    border-radius: 25px;
    font-size: 18px;
    min-width: 90px;
    text-align: center;
    margin-right: 20px;
}

.change-beforeafter-inner::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid #575757;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    margin: 15px auto 10px;
    position: absolute;
    left: 30px;
    bottom: -10px;
}

.change-beforeafter-inner-first::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid #575757;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    margin: 15px auto 10px;
    position: absolute;
    left: 30px;
    bottom: 5px;
}

.change-beforeafter-txt-pt {
    padding-top: 20px;
}

.change-beforeafter-inner-li-last {
    width: 100%;
    text-align: center;
    padding: 100px 0 0 !important;
    border-bottom: none !important;
}

.change-beforeafter-inner-li-last img {
    width: 80%;
    max-width: 500px;
}

.reason-provide {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.reason-provide-inner-01 {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.reason-provide-inner-img {
    width: 100%;
}

.reason-provide-inner-img img {
    width: 100%;
}

.reason-provide-inner-02 {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.reason-provide-inner-02 img {
    width: 100%;
}

.reason-provide-inner-detail {
    width: 95%;
    max-width: 700px;
}

.reason-provide-inner-title {
    width: 100%;
    display: flex;
    border: solid 1px #2565a3;
    padding: 15px;
}

.reason-provide-inner-title-num {
    background: #2565a3;
    font-size: 30px;
    color: #fff;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
    font-weight: bold;
}

.reason-provide-inner-title-txt {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #2565a3;
    padding-top: 5px;
    font-size: 24px;
}

.reason-provide-inner-title-txt span {
    font-size: 36px;
    margin-right: 10px;
}

.reason-provide-inner-detail p {
    font-size: 18px;
    margin-bottom: 45px;
}

.reason-provide-inner-title-02 {
    width: 100%;
    text-align: center;
    padding: 70px 0 40px;
    font-size: 26px;
    line-height: 2;
    font-weight: bold;
}

.reason-provide-mechanism {
    margin-top: 70px;
}

.reason-provide-mechanism-title {
    font-size: 20px;
    color: #045489;
    padding-bottom: 10px;
    border-bottom: 1px solid #b4b4b4;
    font-weight: bold;
}



.reason-provide-mechanism-detail {
    font-size: 18px;
    padding: 20px 0 0 0;
    margin-bottom: 25px;
    width: 95%;
    margin: auto;
}

.reason-provide-mechanism-detail div {
    padding: 0 3px;
}

.marketing-h2 {
    width: 95%;
    margin: auto;
    max-width: 672px;
}

.marketing-inner-ul {
    width: 95%;
    max-width: 1300px;
    margin: 90px auto 0;
}

.marketing-inner-list {
    width: 100%;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    padding: 30px 20px 0;
}

.marketing-inner-list-title {
    width: 35%;
    text-align: center;
}

.marketing-inner-list-title img {
    width: 90%;
    max-width: 216px;
}

.marketing-inner-title {
    width: 100%;
    background: #2565a3;
    border-radius: 15px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 65px;

}

.marketing-inner-list .checklist {
    width: 65%;
    font-size: 18px;
}

.step-title {
    width: 80%;
    max-width: 700px;
    margin: auto;
    display: flex;
    justify-content: center;
    justify-content: space-between;
}

.step-title-img {
    width: 20%;
    max-width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-title-img img {
    width: 100%;
}

.step-title-txt {
    width: 78%;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.step-inner-ul {
    width: 95%;
    max-width: 1230px;
    margin: auto;
}

.step-inner-ul li {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.step-inner-img {
    width: 13%;
    max-width: 165px;
    padding-top: 20px;
}

.step-inner-img img,
.step-inner-img-02 img {
    width: 100%;
}

.step-inner-detail {
    width: 87%;
    max-width: 1020px;
    padding-left: 60px;
}

.step-inner-detail-title {
    padding: 12px 0;
    font-weight: bold;
    font-size: 24px;
}

.step-inner-detail-txt {
    background: #fff8e4;
    border-radius: 15px;
    padding: 40px 25px;
    font-size: 18px;
}

.step-inner-img-02 {
    width: 50%;
    max-width: 592px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

.step-inner-detail-2 {
    width: 50%;
    max-width: 602px;
    margin: 30px 0 30px 30px;
    padding: 40px;
    background: #fff8e4;
    border-radius: 15px;
}

.step-inner-detail-title-02 {
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
}

.step-inner-detail-txt-02 {
    font-size: 18px;
    line-height: 2;
}

.executive-inner {
    width: 95%;
    max-width: 1220px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.executive-inner-img {
    width: 48%;
    font-size: 17px;
    line-height: 2;
}

.executive-inner-img img {
    width: 100%;
    margin-bottom: 40px;
}

.executive-inner-detail {
    width: 47%;
    font-size: 17px;
    line-height: 2;
}

.executive-inner-detail-prof {
    font-size: 40px;
    padding: 30px 0 20px;
    border-bottom: 1px solid #b4b4b4;
}

.executive-inner-detail-name {
    font-weight: bold;
    font-size: 20px;
    padding: 20px 10px 30px;
}

.executive-inner-detail-txt {
    padding-left: 10px;
}

.price-h2 {
    width: 95%;
    margin: auto;
    max-width: 349px;
}

.price-consulting {
    width: 95%;
    max-width: 1240px;
    position: relative;
    margin: 60px auto 20px;
    border: 1px solid #d3d3d3;
    border-radius: 15px;
}

.price-consulting-free {
    position: absolute;
    width: 120px;
    top: -60px;
    right: 30px;
}

.price-consulting-free img {
    width: 100%;
}

.price-consulting-inner-title {
    width: 100%;
    background: #ff8500;
    text-align: center;
    padding: 25px 0;
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.price-consulting-inner-txt {
    font-size: 18px;
    padding: 30px 25px;
}

.price-consulting-note {
    width: 95%;
    max-width: 1240px;
    margin: auto;
    font-size: 18px;
    padding-left: 30px;
    line-height: 2;
}

.price-wrap ul {
    width: 95%;
    max-width: 1240px;
    display: flex;
    justify-content: space-between;
    padding: 70px 0 40px;
    margin: auto;
}

.price-wrap ul li {
    width: 32%;
}

.question-h2 {
    width: 95%;
    margin: auto;
    max-width: 354px;
}

.question-inner {
    width: 95%;
    max-width: 1240px;
    margin: 0 auto;
}

.question-inner-q {
    width: 100%;
    padding: 0 20px 20px 20px;
    color: #383838;
    font-size: 18px;
    display: flex;
    align-items: flex-end;
    font-weight: bold;
    margin-top: 50px;
}

.question-inner-q span {
    color: #045489;
    font-size: 26px;
    padding-right: 20px;
}

.question-inner-a {
    background: #fff8e4;
    border-radius: 15px;
    padding: 23px;
    color: #383838;
    font-size: 17px;
    display: flex;
    align-items: flex-start;
}

.question-inner-a span {
    color: #ff8500;
    font-size: 25px;
    padding-right: 20px;
    font-weight: bold;
}

.question-inner-a-label {
    margin-top: -10px;
}



.contact-wrap {
    background: url(../img/contact-bg.jpg);
    background-size: cover;
    padding: 60px 0;
    margin-top: 120px;
}

.contact-title {
    font-family: "hiragino-mincho-pron", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.contact-title span {
    font-family: "hiragino-kaku-gothic-pron", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
    color: #045489;
    font-size: 50px;
}

.contact-h2 {
    width: 95%;
    max-width: 980px;
    margin: 0 auto 50px;
}

.contact-h2 img {
    width: 100%;
}

.contact-inner {
    display: flex;
    width: 95%;
    max-width: 1300px;
    margin: auto;
}

.contact-inner-tel {
    text-align: center;
    color: #fff;
    width: 50%;
    font-size: 20px;
}

.contact-inner-tel span {
    margin-right: 10px;
}

.contact-inner-tel div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(14px, 4.2vw, 40px);
    font-weight: bold;
}

.contact-inner-btn {
    width: 50%;
}

.timing-inner {
    width: 95%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.timing-inner-img {
    width: 22%;
    max-width: 222px;
}

.timing-inner-img img {
    width: 100%;
}

.timing-inner-detail {
    width: 70%;
    max-width: 900px;
    font-size: 18px;
    line-height: 2.5;
    padding-left: 60px;
}

.footer-totop {
    width: 100%;
    text-align: right;
    height: 80px;
}

.footer-totop img {
    width: 80px;
}

.footer-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #2565a3;
    color: #ffffff;
    padding: 60px 0 20px;
    font-size: 18px;
    margin-top: -1px;
}

.footer-wrap div {
    text-align: center;
}

.footer-inner {
    padding: 20px 0 30px;
}

.footer-sns {
    display: flex;
    justify-content: space-between;
    width: 170px;
    margin: 30px auto 0;
}

.footer-sns div {
    width: 60px;
}

.footer-sns div img {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1285px) {
    .header-btn {
        position: fixed;
        right: 10px;
        top: 10px;
    }

    .header-btn img {
        width: 15vw;
    }

    .mainvisual-txt {
        width: 62%;
        padding: 70px 20px 0 0;
        color: #fff;
        text-align: left;
        line-height: 2;
    }

    .change-beforeafter ul li {
        font-size: 1.2rem;
    }

    .f40 {
        font-size: 3vw;
    }
}

/*---------------------------------SP用-------------------------------------*/
@media screen and (max-width: 767px) {
    .header-btn {
        position: fixed;
        right: 10px;
        top: 10px;
        z-index: 100;
    }

    .header-btn img {
        width: 18vw;
        min-width: 80px;
    }

    .header-title {
        width: 150px;
    }

    header {
        height: 50px;
    }

    .header-wrap {
        height: 65px;
    }

    .header-logo {
        max-width: 100px;
    }

    .header-logo {
        top: 17px;
    }

    section {
        padding: 60px 0;
    }

    .mainvisual-catch img {
        width: 90vw;
    }

    .mainvisual-catch {
        width: 100%;
        margin: 4vw auto 0;
        text-align: center;
    }

    .mainvisual-detail {
        width: 95%;
        max-width: 1300px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: #2565a3;
        margin: -5vw auto 0 auto;
    }

    .mainvisual-img {
        width: 100%;
        text-align: center;
        padding-top: 20px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .mainvisual-img img {
        width: 50%;
    }

    .mainvisual-txt {
        width: 90%;
        margin: auto;
        padding: 10px;
        color: #fff;
        text-align: left;
        line-height: 2;
    }

    h2 {
        margin-bottom: 40px;
    }

    .problem-wrap {
        padding: 60px 0 40px;
        background: #f1f8ff;
    }

    .problem-inner {
        width: 95%;
        max-width: 1300px;
        margin: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .checklist {
        width: 100%;
    }

    .problem-inner ul {
        font-size: 2.6rem;
    }

    .checklist ul li {
        position: relative;
        padding-left: 45px;
    }

    .checklist ul li::before {
        width: 38px;
        height: 33px;
    }

    .problem-img {
        width: 100%;
        text-align: center;
    }

    .problem-img img {
        width: 60%;
        padding-top: 40px;
    }

    .arrow-wrap {
        text-align: center;
        width: 100%;
        background: url(../img/arrow.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin: auto;
        font-size: 30px;
        min-height: 130px;
    }

    .solution-power-img ul {
        width: 95%;
        max-width: 980px;
        margin: 0 auto 40px auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .solution-power-img ul li {
        width: 100%;
        margin-bottom: 50px;
        text-align: center;
    }

    .solution-power-img ul li img {
        width: 50%;
    }

    .solution-power-ai {
        display: flex;
        flex-direction: column;
    }

    .solution-power-ai img {
        width: 30%;
        margin-bottom: 20px;
    }

    .solution-power-ai-txt {
        margin-left: 10px;
    }

    .solution-service {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .solution-service-inner {
        width: 90%;
        margin: auto;
    }

    .solution-service-number {
        font-size: 2.6rem;
        display: flex;
        align-items: flex-end;
    }

    .solution-service-detail {
        padding: 10px 2vw 30px 2vw;
        letter-spacing: 1px;
        font-size: 2.6rem !important;
    }

    .solution-service-future {
        margin: 40px auto 0;
    }

    .change-img {
        width: 95%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .change-img div {
        width: 48%;
        margin-bottom: 20px;
    }

    .change-beforeafter {
        width: 95%;
        max-width: 1300px;
        margin: 0 auto 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .change-beforeafter ul {
        width: 100%;
    }

    .change-beforeafter-inner {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 30px;
        position: relative;
    }

    .change-beforeafter-inner-first {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 30px;
        position: relative;
    }

    .change-beforeafter-inner-before {
        padding: 5px 10px 5px 10px;
        font-size: 2.6rem;
        min-width: auto;
        width: 20vw;
        margin-right: 10px;
    }

    .change-beforeafter ul li {
        font-size: 2.6rem;
    }

    .change-beforeafter-txt-pt {
        font-size: 2.6rem;
        width: 75%;
    }

    .change-beforeafter-inner-after {
        padding: 5px 10px 5px 10px;
        font-size: 2.6rem;
        min-width: auto;
        width: 20vw;
        margin-right: 10px;
    }

    .change-beforeafter-inner-after-first {
        width: 70%;
    }

    .change-beforeafter-inner::after {
        border-top: 3.5vw solid #575757;
        border-right: 3.5vw solid transparent;
        border-left: 3.5vw solid transparent;
        left: 6.8vw;
    }

    .change-beforeafter-inner-first::after {
        border-top: 3.5vw solid #575757;
        border-right: 3.5vw solid transparent;
        border-left: 3.5vw solid transparent;
        left: 6.8vw;
    }

    .change-beforeafter-inner-li-last {
        width: 100%;
        text-align: center;
        padding: 40px 0 0 !important;
        border-bottom: none !important;
    }

    .reason-provide {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .reason-provide-inner-01 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .reason-provide-inner-02 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .reason-provide-inner-detail {
        width: 95%;
        margin: auto;
        max-width: 769px;
    }

    .reason-provide-inner-title {
        width: 95%;
        font-size: 5rem;
        padding: 15px;
        margin: 35px auto 0;
    }

    .reason-provide-inner-detail p {
        font-size: 2.6rem;
        width: 95%;
        margin: 0 auto 45px;
    }

    .reason-provide-inner-detail ul li {
        font-size: 2.6rem;
    }

    .reason-provide-mechanism {
        margin: 40px auto 0;
        width: 95%;
    }

    .reason-provide-inner-title-02 {
        width: 100%;
        text-align: center;
        padding: 35px 0 40px;
        font-size: 5rem;
        line-height: 2;
    }

    .reason-provide-mechanism-title {
        font-size: 3rem !important;
    }

    .reason-provide-mechanism-detail {
        font-size: 2.6rem;
        padding: 10px 0 0 10px;
    }

    .marketing-h2 {
        width: 80%;
    }

    .marketing-inner-ul {
        width: 95%;
        margin: 40px auto 0;
    }

    .marketing-inner-list {
        width: 100%;
        border-radius: 15px;
        background: #fff;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px 20px 0;
    }

    .marketing-inner-list-title {
        width: 100%;
        text-align: center;
    }

    .marketing-inner-title {
        margin-bottom: 30px;
        font-size: 4rem;
    }

    .marketing-inner-list .checklist {
        width: 100%;
        font-size: 2.6rem;
        padding: 10px;
    }

    .marketing-inner-list ul li {
        margin: 20px 0;
        font-size: 2.6rem;
    }

    .step-title {
        width: 85%;
        justify-content: center;
    }

    .step-title-txt {
        width: auto;
        font-size: 3.8rem;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

    .step-title-img img {
        width: 80%;
    }

    .step-inner-img {
        width: 25%;
        max-width: 165px;
        padding-top: 20px;
    }

    .step-inner-detail {
        padding-left: 10px;
    }

    .step-inner-detail-title {
        font-size: 3rem;
    }

    .step-inner-detail-txt {
        font-size: 2.6rem;
        padding: 20px 20px;
    }

    .step-inner-pickup {
        flex-direction: column;
    }

    .step-inner-img-02 {
        width: 100%;
    }

    .step-inner-detail-2 {
        width: 95%;
        margin: 30px auto 0;
        padding: 20px 2vw;

    }

    .step-inner-detail-title-02 {
        width: 100%;
        font-size: 4rem;
        text-align: center;
        padding-bottom: 20px;
    }

    .step-inner-detail-txt-02 {
        font-size: 2.6rem;
        line-height: 2;
    }

    .executive-inner {
        width: 95%;
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .executive-inner-img {
        width: 90%;
        margin: auto;
        font-size: 2.6rem;
        line-height: 2;
    }

    .executive-inner-detail-prof {
        font-size: 5rem;
        padding: 30px 0 10px;
        border-bottom: 1px solid #b4b4b4;
    }

    .executive-inner-detail {
        width: 90%;
        font-size: 2.6rem;
        line-height: 2;
        margin: auto;
    }

    .executive-inner-detail-txt {
        padding-left: 0;
    }

    .executive-inner-detail-name {
        padding: 20px 0 30px;
    }

    .price-h2 {
        width: 50%;
        margin: auto;
    }

    .price-consulting {
        width: 90%;
    }

    .price-consulting-inner-title {
        font-size: 4rem;
        padding: 15px 0;
    }

    .price-consulting-free {
        position: absolute;
        width: 70px;
        top: -50px;
        right: 10px;
    }

    .price-consulting-inner-txt {
        font-size: 2.6rem;
        padding: 20px 15px;
        line-height: 1.8;
    }

    .price-consulting-note {
        font-size: 2.6rem;
        padding-left: 0;
        line-height: 2;
        width: 87%;
    }

    .price-wrap ul {
        width: 95%;
        max-width: 1240px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 0 0;
        margin: auto;
    }

    .price-wrap ul li {
        width: 95%;
        margin: 0 auto 20px;
    }

    .price-wrap ul li img {
        width: 100%;
    }

    .question-h2 {
        width: 50%;
        margin: auto;
    }

    .question-inner-q {
        width: 92%;
        margin: 40px auto 0;
        font-size: 2.8rem;
        padding: 0 0 20px 0;
    }

    .question-inner-a {
        font-size: 2.6rem;
        padding: 15px;
        line-height: 1.8;
    }

    .contact-inner {
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .contact-inner-tel div {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 6rem;
        font-weight: bold;
    }

    .contact-h2 {
        margin: 0 auto 10px;
    }

    .contact-inner-tel {
        text-align: center;
        color: #fff;
        width: 95%;
        font-size: 2.6rem;
    }

    .contact-inner-tel span {
        margin-right: 5px;
    }

    .contact-inner-tel span img {
        width: 70%;
    }

    .contact-inner-btn {
        width: 90%;
        margin: 20px auto 0;
    }

    .timing-inner-detail {
        width: 90%;
        margin: auto;
        max-width: 900px;
        font-size: 2.5rem;
        line-height: 2;
        padding-left: 10px;
    }

    .timing-inner-img {
        width: 100%;
        text-align: center;
        margin: auto;
    }

    .timing-inner-img img {
        width: 70%;
        margin-bottom: 20px;
    }

    .timing-inner {
        width: 100%;
        flex-direction: column;
    }

    .footer-totop img {
        width: 40px;
    }

    .footer-totop {
        width: 100%;
        text-align: right;
        height: 40px;
    }

    .footer-wrap img {
        width: 150px;
    }

    .footer-wrap div {
        font-size: 2.6rem;
        line-height: 1.8;
    }
}





/*---------------------------------contact-------------------------------------*/
.form-head {
    width: 100%;
    background: url(../img/profile-head-bg.jpg);
    background-size: cover;
    text-align: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}

.contact-top-wrap {
    background: url(../img/contact-bg.jpg);
    background-size: cover;
}

.form-head-h2 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 0;
}

.form-title {
    width: 95%;
    max-width: 1300px;
    text-align: center;
    margin: 90px auto;
    font-size: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b5b5b5;
}

.contact_qa_wrap {
    text-align: center;
    margin-bottom: 20px;
}

.contact_qa_wrap img {
    width: 100%;
    text-align: center;
    margin: 40px auto;
    max-width: 800px;
}

.contact_qa_wrap2 img {
    width: 80%;
    text-align: center;
    margin: 40px auto;
    max-width: 485px;
}

.tell_box {
    width: 725px;
    margin: 70px auto 100px;
}

.tell_content {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0 auto;
    justify-content: center;
}

.tell_txt {
    width: 220px;
    text-align: center;
    padding-top: 10px;
}

.tell_txt2 {
    width: 220px;
    text-align: center;
}

.tell_flag {
    width: 100px;
}

@media screen and (max-width:768px) {
    .tell_box {
        width: 100%;
        margin: 70px auto 100px;
    }

    .tell_contact {
        margin-top: 30px;
        display: block;
    }
}

/*---------------------------------form-------------------------------------*/
form input[type="button"],
form input[type="submit"] {
    -webkit-appearance: none;
}

input {
    font-size: 100%;
}

input {
    padding: 10px;
    border-radius: 0;
    border: solid 1px #d4d4d4;
}

.form-blue {
    background: #2565a3;
    border: none;
    color: #fff;
}

input[type="text"],
textarea {
    width: 100%;
}


input[type="text"][size="90"] {
    width: 835px;
    height: 48px;
    font-size: 18px;
}

input[type="text"][size="100"] {
    width: 800px;
    font-size: 18px;
}

textarea {
    resize: none !important;
}

.w100 {
    width: 100%;
}

.contact-bor {
    width: 100%;
}

.contact_table {
    width: 1140px;
    padding: 0 0 20px;
    margin: auto;
}

.contact_submit {
    width: 100%;
    background: #fff;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 100px;
}

.submit3 {
    border: none;
    background: url(../img/form-btn.png);
    width: 399px;
    height: 99px;
}

.submit3:hover {
    opacity: 0.75;
    cursor: pointer;
}

.submit2 {
    border: none;
}

.submit2:hover {
    opacity: 0.75;
    cursor: pointer;
}

textarea {
    writing-mode: horizontal-tb !important;
    font-family: monospace;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    column-count: initial !important;
    margin: 0em;
    border-width: 1px;
    padding: 10px;
    border-radius: 0;
    border: solid 1px #d4d4d4;
    padding: 2px;
    height: 150px;
}

.maright {
    margin-right: 40px;

}


.inipa {
    padding: 0 10px 0 10px;
}

#formWrap {
    width: 100%;
    margin: 0 auto;
    color: #555;
    line-height: 120%;
    font-size: 90%;
}

#formWrap p {
    text-align: center;
    color: #555;
    margin: 10px 0 40px;
    font-size: 18px;
}

table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 1.1em;
    max-width: 1200px;
}

table.formTable td,
table.formTable th {

    padding: 10px;
    line-height: 1.5;
}

table.formTable td {
    line-height: 2;
    width: 100%;
    /* width: 855px; */
}

table.formTable th {
    width: 22%;
    font-weight: normal;
    vertical-align: top;
    text-align: right;
    padding: 20px 7px;
    min-width: 310px;
    font-size: 18px;
    height: 60px;
}

.radio-flex {
    display: flex;
    align-items: center;
    width: 100% !important;
}

.comtitle {
    padding-right: 62px !important;
}

.req {
    background: #ff465c;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    margin-left: 10px;
    margin-top: 3px;
    vertical-align: 1px;
    text-align: center;
    float: right;
}

.req2 {
    background: #ff465c;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    margin-left: 10px;
    vertical-align: 1px;
    text-align: center;

}

.submit4 {
    width: 80%;
    max-width: 399px;
    display: block;
    margin: auto;
    font-size: 1.2em;
    color: #8fc320;
    text-align: center;
    font-weight: 900;
}

.submit2 {
    width: 200px;
    margin: 50px 5px;
    font-size: 1.2em;
    padding: 15px 0;
    background-color: #8fc320;
    color: #fff;
    text-align: center;
    font-weight: 900;
    border: none;
    border-radius: 30px;
}

.checkbox_wa {
    border-radius: 0 !important;
}


.contact-genre {
    border-radius: 15px;

    width: 30px;
}

.contact-genre-choice {
    margin-top: 3px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.contact-genre-choice-2 {
    display: flex;
    align-items: center;
    margin-left: 50px;
    font-size: 18px;
}

input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    margin: 0 0.5rem 0 0;
}

input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #000;
    /* 黒い●を作成 */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 中央寄せ */
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    margin: 0 0.5rem 0 0;
}

/* チェックボックスのチェックマーク */
input[type="checkbox"]:checked::after {
    content: "✔";
    color: #fff;
    /* 白いチェックマーク */
    font-size: 20px;
    line-height: 1;
    background-color: #007bff;
    border-radius: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    padding-left: 2.2px;
    transform: translate(-50%, -50%);
}

.form_lh {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
    font-size: 18px;
}

.privacy_box_wrap {
    width: 1155px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
}

.privacy_box {
    width: 100%;
    margin: 10px auto 40px;
    border: 1px solid #d4d4d4;
    padding: 20px;
    height: 250px;
    overflow: auto;
    width: 1060px;
    font-size: 15px;
    line-height: 1.3;
}

.privacy_box_txt {
    font-size: 18px;
    font-weight: bold;
    text-align: left !important;
    margin-top: 40px !important;
    margin-bottom: 10px !important;
}

@media screen and (max-width:768px) {
    .form-head {
        width: 100%;
        background: url(../img/profile-head-bg.jpg);
        background-size: cover;
        text-align: center;
        background-position: center;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-top-wrap {
        background: url(../img/contact-bg.jpg);
        background-size: cover;
    }

    .form-head-h2 {
        font-size: 4.5rem;
    }

    table.formTable th {
        width: 35%;
        font-weight: normal;
        vertical-align: top;
        text-align: left;
        padding: 20px 37px;
    }

    .form-title {
        width: 95%;
        max-width: 1300px;
        text-align: center;
        margin: 60px auto 30px;
        font-size: 4rem;
    }

    table.formTable td,
    table.formTable th {

        padding: 0 10px 10px 10px;
        line-height: 1.5;
    }

    .contact_table {
        width: 100%;
        margin: auto;
        padding: 0 0 20px;
    }

    .contact_submit {
        width: 100%;
        background: #fff;
        text-align: center;
        font-size: 0.8em;
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .contact-genre-choice {
        margin-top: 3px;
        display: flex;
        align-items: center;
        font-size: 18px;
        margin-left: 30px;
        height: 40px;
    }

    .contact-genre-choice-2 {
        margin-left: 30px;
        height: 40px;
    }

    .maright {
        margin-right: 15px;

    }

    input[type="text"][size="90"] {
        width: 98%;
    }

    .form_lh {
        display: flex;
        align-items: center;
        line-height: 2.5;
        font-size: 2.3rem;
    }

    #formWrap {
        width: 100%;
        margin: 0 auto;
    }

    table.formTable th,
    table.formTable td {
        width: auto;
        display: block;
    }

    table.formTable th {
        border-bottom: 0;
        padding: 10px 20px 0 10px;
        height: 45px;

    }

    form input[type="text"],
    form textarea {
        width: 100%;
        padding: 5px;
        font-size: 110%;

    }

    .contact-bor {
        max-width: 100%;
        margin: 0 auto 0 auto;
    }

    .contact-bor2 {
        max-width: 100%;

        margin: 0 auto 0 auto;


    }

    .submit3 {
        width: 280px;
        height: 69px;
        background-size: cover;
    }

    .submit2 {
        width: 35%;
        margin: 10px auto 0 auto;
        font-size: 1.2em;
        padding: 15px 0;
        background-color: #8fc320;
        color: #fff;
        text-align: center;
        font-weight: 900;
        border: none;
        border-radius: none;
    }

    .yubi {
        width: 35% !important;
    }

    table.formTable td {
        line-height: 3;
    }

    .inipa {
        padding: 0 5px 0 5px;
    }

    .req {
        background: #ff465c;
        border-radius: 2px;
        line-height: 1;
        color: #fff;
        font-size: 12px;
        padding: 4px 5px;
        margin-left: 10px;
        vertical-align: 1px;
        text-align: center;
        float: none;
    }

    .vertical-align {
        line-height: 1.8 !important;
    }

    .vertical-align input,
    .vertical-align select {
        vertical-align: middle;

    }

    .privacy_box {
        width: 100%;
        height: 150px;
        font-size: 13px;
        line-height: 1.3;
    }

    .privacy_box_wrap {
        width: 100%;
        padding-right: 0;
    }

    .privacy_box_wrap_inner {
        width: 95%;
        margin: auto;
    }

    .req {
        font-size: 10px;
    }

    .req2 {
        font-size: 10px;
    }
}


.pt0 {
    padding-top: 0 !important;
}



@media (min-width: 768px) and (max-width: 1285px) {
    #formWrap {
        width: 95% !important;
    }

    .contact_table {
        width: 100%;
        padding: 0 0 20px;
        margin: auto;
    }

    input[type="text"][size="90"] {
        width: 100%;
        height: 48px;
    }

    table.formTable td {
        line-height: 2;
        width: 87%;
    }

    .contact-genre-choice {
        font-size: 1.5vw;
        margin-top: 8px;
    }

    .contact-genre-choice-2 {
        display: flex;
        align-items: center;
        margin-left: 10px;
        font-size: 1.5vw;
        margin-top: 8px;
    }

    .privacy_box_wrap {
        width: 100%;
        margin: auto;
        padding-right: 10px;
        display: flex;
        justify-content: flex-end;
    }

    .privacy_box_wrap_inner {
        width: 100%;
    }

    .privacy_box {
        width: 100%;
        margin: 0 0 30px 0;
    }
}

@media screen and (max-width:768px) {
    #formWrap p {
        text-align: center;
        color: #555;
        margin: 10px 0 40px;
        font-size: 3rem;
        line-height: 2;
    }
}

/* HPtop */
.header-menu-ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-menu-inner-ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-menu-inner-ul li {
    padding: 0 40px;
    border-left: 2px solid #000;
    font-size: 18px;
    font-weight: bold;
}

.header-menu-ul-last {
    border-right: 2px solid #000;
}



.header-menu-inner-sns {
    display: flex;
    justify-content: flex-end;
    padding: 0 30px;
}

.header-menu-inner-sns li {
    margin: 0 10px;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .header-menu-inner-ul li {
        padding: 0 20px;
        border-left: 2px solid #000;
        font-size: 18px;
    }

    .header-menu-inner-sns {
        display: flex;
        justify-content: flex-end;
        padding: 0 10px;
    }
}

@media screen and (max-width:768px) {
    .header-menu-ul {
        display: none;
    }
}

.menu {
    position: fixed;
    top: 0;
    right: -100%;
    /* 初期状態では画面の外に隠れている */
    width: 300px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    color: #333;
    transition: right 0.3s ease;
    /* スライドインのアニメーション */
    padding: 20px;
    box-sizing: border-box;
    z-index: 10;
    font-size: 3rem;
}

@media screen and (max-width:768px) {

    /* メニューが開いているとき */
    .menu.open {
        right: 0;
    }

    /* ボタンのスタイル */
    .hamburger {
        position: fixed;
        top: 10px;
        right: 10px;
        width: 30px;
        cursor: pointer;
        z-index: 20;
    }

    .hamburger span {
        display: block;
        height: 3px;
        width: 100%;
        background-color: #333;
        margin: 5px 0;
        transition: 0.4s;
    }

    /* バツ印に変化するスタイル */
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    /* メニューリストのスタイル */
    .menu ul {
        list-style-type: none;
        padding: 0;
        margin-top: 80px;
    }

    .menu li {
        padding: 20px 0;
        border-bottom: 1px solid #444;
    }

    .menu li a {
        color: #333;
        text-decoration: none;
        display: block;
    }
}

.prof-wrap {
    width: 100%;
    margin: auto;
    padding: 80px 0;
}

.prof-wrap h2 {
    font-family: "hiragino-mincho-pron", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.prof-inner {
    position: relative;
}

.prof-inner-txt {
    width: 100%;
}

.prof-inner-txt div {
    text-align: left;
    margin-left: 40%;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
}

.prof-inner-txt span {
    font-size: 34px;
}

.prof-inner-list {
    width: 100%;
    background: #2565a3;
}

.prof-inner-img {
    position: absolute;
    bottom: 0;
}

.prof-inner-img img {
    display: block;
}

.prof-inner-imgbox {
    width: 1300px;
    margin: auto;
}

.in-btn {
    width: 90%;
    margin: auto;
    text-align: center;
}

.in-btn img {
    width: 100%;
    max-width: 530px;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .prof-inner-txt div {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 40px;
        width: 590px;
    }

    .sp1 {
        display: block;
    }
}

@media screen and (max-width:768px) {
    .prof-wrap {
        width: 100%;
        margin: auto;
        padding: 40px 0 0;
    }

    .prof-wrap h2 {
        font-size: 3rem;
        width: 95%;
        margin: auto;
    }

    .prof-inner-imgbox {
        width: 100%;
        margin: auto;
    }

    .prof-inner-img {
        position: static;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .prof-inner-img img {
        width: 50%;
    }

    .prof-inner-txt {
        width: auto;
        margin: auto;
        display: flex;
    }

    .prof-inner-txt div {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        font-size: 2.5rem;
        font-weight: bold;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .prof-inner-txt span {
        font-size: 3.5rem;
    }

    .checklist {
        padding: 20px 0 20px 0;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .checklist ul li {
        font-size: 2.5rem;
    }

    .checklist span {
        font-size: 3rem;
    }

    .reason-provide-inner-title-num {
        font-size: 5rem;
        width: 8rem;
        height: 8rem;
    }

    .reason-provide-inner-title-txt {
        padding-top: 0;
        font-size: 4rem;
    }

    .reason-provide-inner-title-txt span {
        font-size: 5rem;
    }

    .reason-provide-mechanism-detail {
        width: 100%;
    }

    .contact-title span {
        font-size: 6rem;
    }
}



/*---------------------------------profile-------------------------------------*/
.profile-inner {
    padding: 80px 0;
    border-bottom: 1px solid #b4b4b4;
}

.profile-inner-sc {
    padding: 80px 0;
    border-bottom: none;
}

.profile-inner-title {
    font-family: "hiragino-mincho-pron", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    width: 100%;
    text-align: center;
    padding: 30px 0 80px;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
    position: relative;
}

.profile-inner-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-color: #2565a3;
    width: 115px;
}

.profile-inner-introduction {
    width: 95%;
    max-width: 1300px;
    display: flex;
    margin: 0 auto 70px;
}

.profile-inner-introduction-img {
    width: 50%;
}

.profile-inner-introduction-detail {
    width: 50%;
    padding: 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.profile-inner-introduction-name {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 14px;
    border-bottom: 1px solid #b4b4b4;
}

.profile-inner-introduction-txt {
    font-size: 18px;
    padding: 17px 14px;
    line-height: 2;
}

.profile-table-title {
    width: 95%;
    max-width: 1230px;
    margin: auto;
    font-weight: bold;
    font-size: 24px;
    padding: 15px;
}

.career-table {
    width: 95%;
    max-width: 1230px;
    border-collapse: collapse;
    margin: auto;
}

.career-table th,
.career-table td {
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    padding: 20px;
    /* 左右のボーダーは無し */
    border-left: none;
    border-right: none;
    font-size: 16px;
}

.career-table th {
    background-color: #f0f0f0;
    text-align: left;
    width: 10%;
    min-width: 110px;
}

.about-table th {
    width: 15%;
    min-width: 130px;
}

.profile-table-detail {
    width: 95%;
    max-width: 1230px;
    margin: 70px auto 0;
    font-size: 16px;
    line-height: 2.1;
}

@media screen and (max-width:768px) {
    .profile-inner-introduction {
        display: flex;
        flex-flow: column;
    }

    .profile-inner-introduction-img {
        width: 100%;
        text-align: center;
    }

    .profile-inner-introduction-img img {
        width: 70%;
    }

    .profile-inner-introduction-detail {
        width: 95%;
        margin: auto;
        padding: 0px;
        font-size: 18px;
    }

    .profile-inner-introduction-txt {
        font-size: 2.6rem;
    }

    .profile-table-title {
        font-size: 3.5rem;
        padding: 10px;
    }

    .career-table {
        width: 90%;
    }

    .career-table td {
        padding: 10px;
        font-size: 2.6rem;
    }

    .career-table th {
        font-size: 2.6rem;
        padding: 2vw;
        width: 21%;
        text-align: center;
        min-width: 70px;
    }

    .about-table th {
        width: 25%;
        min-width: 90px;
        text-align: left !important;
    }

    .profile-table-detail {
        width: 90%;
        margin: 40px auto 0;
        font-size: 2.6rem;
    }

    .profile-inner-title {
        padding: 30px 0 40px;
        font-size: 7rem;
    }
}
