@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:where([hidden]:not([hidden='until-found'])) {
    display: none !important;
}
:where(html) {
    -webkit-text-size-adjust: 100%;
    color-scheme: light;
}
@supports not (min-block-size: 100dvb) {
    :where(html) {
        block-size: 100%;
    }
}
/*@media (prefers-reduced-motion: no-preference) {
    :where(html:focus-within) {
        scroll-behavior: smooth;
    }
}*/
:where(body) {
    block-size: 100%;
    block-size: 100dvb;
    line-height: 1.5;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
    font: inherit;
    color: inherit;
}
:where(textarea) {
    resize: vertical;
    resize: block;
}
:where(button, label, select, summary, [role='button'], [role='option']) {
    cursor: pointer;
}
:where(:disabled) {
    cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
    cursor: not-allowed;
}
:where(button) {
    border-style: solid;
}
:where(a) {
    text-underline-offset: 0.2ex;
}
:where(ul, ol) {
    list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block;
}
:where(img, picture, svg) {
    max-inline-size: none;
    block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word;
    font-weight: normal;
}
:where(h1, h2, h3) {
    line-height: calc(1em + 0.5rem);
}
:where(hr) {
    border: none;
    border-block-start: 1px solid;
    color: inherit;
    block-size: 0;
    overflow: visible;
}
:where(:focus-visible) {
    outline: 2px solid var(--focus-color, Highlight);
    outline-offset: 2px;
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.wf-loading { visibility: hidden;}
.wf-active { visibility: visible;}
/*------------------------------------------------------------
    main contents style
------------------------------------------------------------*/
html {
    scroll-behavior: auto;
    font-size: 62.5%;
}
body {
    font-family: 'YakuHanJP', "Roboto", hiragino-kaku-gothic-pron, sans-serif;
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 2;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
table, tr, th, td {
    border-collapse: collapse;
}
input, textarea, select, button {
    font-family: 'YakuHanJP', "Roboto", hiragino-kaku-gothic-pron, sans-serif;
    font-size: 100%;
    letter-spacing: .05em;
    font-size: 14px;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
img {
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}
a img {
    border: medium none;
    image-rendering: -webkit-optimize-contrast;
}
a {
    color: #333333;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a:link {
    color: #333333;
    text-decoration: none;
}
a:visited {
    color: #333333;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #333333;
    text-decoration: none;
}
.pc_tab_br {
    
}
.pc_br {

}
.tab_br {
    display: none;
}
.sp_br {
    display: none;
}
.wrapper {
    color: #333333;
    position: relative;
    background-color: #ffffff;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
body{
    animation: fadeIn 2s forwards;
}
/*------------------------------------------------------------
	key visual
------------------------------------------------------------*/
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
    padding: 0 60px;
    position: absolute;
    width: 100%;
    min-width: 1155px;
    top: 0;
    left: 0;
    z-index: 3;
}
.header_com {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
    padding: 0 60px;
    width: 100%;
    min-width: 1155px;
    background-image: url(../image/hero_visual.jpg);
    background-size: cover;
    background-position: center center;
}
.header_left {
    display: flex;
    align-items: center;
}
.header_logo {
    padding: 0;
}
.header_logo a {
    display: flex;
}
.header_logo img {
    width: 400px;
}

.header_right {
    display: flex;
    align-items: center;
}
.header_tel {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.ht_ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 100vh;
    background-color: #d15bce;
    margin-right: 10px;
}
.ht_ico img {
    width: 32px;
}
.ht_num {
    font-size: 30px;
    font-weight: bold;
}
.header_mail {
    display: flex;
    align-items: center;
    background-color: #d15bce;
    border-radius: 100vh;
    padding: 10px 30px;
}
.hm_ico {
    margin-right: 10px;
}
.hm_ico img {
    width: 22px;
}
.hm_txt {
    font-size: 15px;
    font-weight: bold;
    color: #fff !important;
}

.key_visual_wrap {
    width: 100%;
    min-width: 1180px;
    z-index: 1;
    position: relative;
    padding: 0 5% 0 8%;
    height: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../image/hero_visual.jpg);
    background-size: cover;
    background-position: center bottom;
}
.key_visual_inner {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}
.kv_copy {
    margin-right: 40px;
    position: relative;
    padding-bottom: 100px;
}
.kvc_subhead {
    display: flex;
    margin-bottom: 30px;
    padding-left: 30px;
}
.kvcs_single {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 900;
    position: relative;
    display: inline-block;
    margin-right: 80px;
}
.kvcs_single:last-of-type {
    margin-right: 0px;
}
.kvcs_single:before {
    content: "＼";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(-100%, -50%);
    font-size: 22px;
    font-weight: bold;
}
.kvcs_single:after {
    content: "／";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translate(100%, -50%);
    font-size: 22px;
    font-weight: bold;
}
.kvcss_1 {
    display: inline-block;
}
.kvcss_2 {
    display: inline-block;
}
.kvcs_single span {
    color: #5c00e7;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin: 0 3px 0 0;
    font-family: 'YakuHanJP', "Roboto", hiragino-kaku-gothic-pron, sans-serif;
}
.kvc_heading {
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.8;
    margin-bottom: 40px;
}
.kvch_1 {
    font-size: 40px;
    color: #5c00e7;
    line-height: 1;
}
.kvch_2 {
    font-size: 40px;
    color: #d15bce;
    line-height: 1;
}
.kvc_strong {
    display: flex;
}
.kvcs_box {
    position: relative;
    padding: 20px 10px;
    background-color: #e5ff00;
    border-radius: 100vh;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
}
.kvcs_box:last-of-type {
    margin-right: 0px;  
}
.kvcs_hukidashi {
    position: absolute;
    top: 0%;
    left: 0%;
    padding: 7px 16px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    border-radius: 100vh;
    font-size: 12px;
    background: #fff;
    transform: translate(0%, -70%);
    z-index: 5;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    line-height: 1;
}
.kvcs_hukidashi:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 80%);
    width: 18px;
    height: 18px;
    background: #fff;
    clip-path: polygon(50% 80%, 0 0, 100% 0);
}
.kvcs_txt {
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}
.kvcs_txt span {
    font-family: 'YakuHanJP', "Roboto", hiragino-kaku-gothic-pron, sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.hero_info_sp {
    display: none;
}

.kv_image {
    width: 450px;
}
.kv_image img {
    width: 100%;
}
.kv_sub_copy {
    line-height: 1.8;
    padding-left: 5px;
    font-size: 15px;
}

#main_top {
    
}

/*------------------------------------------------------------
    case
------------------------------------------------------------*/
.case_wrap {
    width: 100%;
    padding: 140px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #6b17e7;
    color: #fff;
}
.case_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.case_ttl {
    margin-bottom: 80px;
    text-align: center;
}
.case_ttl h2 {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 20px;
    font-size: 50px;
}
.case_ttl p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
}
.case_sample_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.case_sample_box {
    width: 31%;
    background-color: #7a2fe9;
    border-radius: 10px;
    position: relative;
    padding: 50px 45px 50px;
}
.case_sample_label {
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%;
    background-color: #e5ff00;
    line-height: 1.6;
    padding: 10px 30px;
    border-radius: 100vh;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    min-width: 196px;
    text-align: center;
}
.case_sample_spiral {
    position: absolute;
    transform: translate(0, -50%);
    top: 0;
    right: 10px;
    width: 40px;
}
.case_sample_spiral img {
    width: 100%;
    height: auto;
}
.csb_head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.csbh_i {
    width: 55px;
    height: 55px;
    border-radius: 100vh;
    background-color: #bc96f4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}
.csbh_t {

}
.csbh_t p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 8px;
}
.csbh_t span {
    font-size: 13px;
    display: block;
    line-height: 1;
}
.csb_star {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.star_i {
    display: flex;
    margin-right: 15px;
}
.star_i p {
    margin-right: 5px;
}
.star_i p:last-of-type {
    margin-right: 0px;
}
.star_i p img {
    width: 20px;
    height: auto;
}
.star_m {
    font-size: 12px;
}
.csb_voice {
    font-size: 14px;
}

.csb_arrow {
    margin-bottom: 50px;
}
.csb_arrow img {
    width: 740px;
    margin: 0 auto;
}

.case_strong_copy {

}
.csc_heading_wrap {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
}
.csc_heading {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.csc_heading::before {
    content: "＼";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(-100%, -50%);
    font-size: 30px;
    font-weight: normal;
}
.csc_heading::after {
    content: "／";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(100%, -50%);
    font-size: 30px;
    font-weight: normal;
}
.csc_main_heading {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-size: 52px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.3;
}
.csc_sub_heading {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

/*------------------------------------------------------------
    strengths
------------------------------------------------------------*/
.strengths_wrap {
    width: 100%;
    padding: 120px 8% 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #b177f5;
}
.strengths_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.strengths_head_wrap {
    margin-bottom: 60px;
}
.strengths_head_sub {
    margin-bottom: 20px;
    text-align: center;
}
.strengths_head_sub p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.strengths_head_sub p::before {
    content: "＼";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(-100%, -50%);
    font-size: 30px;
    font-weight: normal;
}
.strengths_head_sub p::after {
    content: "／";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(100%, -50%);
    font-size: 30px;
    font-weight: normal;
}
.strengths_head_main {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    text-align: center;
    line-height: 1.4;
    font-size: 34px;
}
.strengths_head_main span {
    color: #e5ff00;
}

.strengths_list {
    display: flex;
    justify-content: space-between;
}
.strengths_box {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 10px;
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    width: 19%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.strengths_sub_ttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1;
}
.strengths_strong_copy {
    font-size: 30px;
}
.strengths_strong_copy span {
    font-size: 44px;
    line-height: 1;
    display: inline-block;
}
.ssc_c1 {
    color: #ffde42;
    font-family: 'YakuHanJP', "Roboto", hiragino-kaku-gothic-pron, sans-serif;
}
.ssc_c2 {
    color: #d77ac7;
    font-size: 36px !important;
}
.ssc_c3 {
    color: #0096de;
    font-family: 'YakuHanJP', "Roboto", hiragino-kaku-gothic-pron, sans-serif;
}
.ssc_c4 {
    color: #33c8a9;
    font-family: 'YakuHanJP', "Roboto", hiragino-kaku-gothic-pron, sans-serif;
}
.ssc_c5 {
    color: #6ec878;
    font-family: 'YakuHanJP', "Roboto", hiragino-kaku-gothic-pron, sans-serif;
    margin-top: 5px;
}
.strengths_img {
    display: inline-block;
    position: absolute;
    transform: translate(-50%, 50%);
    bottom: 0;
    left: 50%;    
}
.strengths_img img {
    height: 100%;  
    width: auto;
}
.sih_1 {
    height: 70px;
}
.sih_2 {
    height: 60px;
}

/*------------------------------------------------------------
    questionnaire
------------------------------------------------------------*/
.qre_wrap {
    width: 100%;
    padding: 100px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-image: url(../image/bg_pattern.png);
    background-repeat: repeat;
    background-size: 6px 6px;
}
.qre_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.qre_heading {
    text-align: center;
    margin-bottom: 40px;
}
.qre_heading p {
    font-size: 180px;
    font-weight: bold;
    line-height: 1;
    color: #f0e9fb;
}
.qre_heading h2 {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.6;
    margin-top: -60px;
}
.qre_lead {
    text-align: center;
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    color: #5c00e7;
    font-size: 50px;
    line-height: 1.3;
    margin-bottom: 50px;
}
.qre_ttl {
    margin-bottom: 70px;
    text-align: center;
}
.qre_ttl span {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    display: inline-block;
    font-size: 20px;
    background-color: #e5ff00;
    padding: 10px 60px;
    border-radius: 100vh;
}
.qre_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.qre_box {
    width: 100%;
    background-color: #f4f4f4;
    padding: 50px 50px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.qre_box:last-of-type {
    margin-bottom: 0px;
}
.qre_box_inner {
    display: flex;
}
.qre_box_cont {
    flex: 1;
    margin-right: 40px;
}
.qbc_ttl {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.qbc_ttl span {
    display: inline-block;
    margin-right: 10px;
    font-size: 70px;
    font-weight: bold;
    color: #5c00e7;
    line-height: 1;
}
.qbc_ttl p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.qbc_txt {    
    line-height: 1.8;
    padding-left: 10px;
}
.qbc_source {
    padding-left: 10px;
    margin-top: 10px;
}
.qbc_source a {
    color: #949494;
    font-size: 10px;
    line-height: 1.6;
    display: inline-block;
}
.pie_chart {
    width: 210px;
}
.pie_chart img {
    width: 100%;
}
.qbc_ranking_box {
    padding: 0 15px;
}
.qbc_ranking {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #bebebe;
    padding: 3px 15px 3px;
    font-weight: bold;
    position: relative;
    font-size: 14px;
}
.qbc_ranking:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 20px;
    background-color: #d77ac7;
    left: 0;
    bottom: -1px;

}
.qbcr_num {
    width: 80px;
}
.qbcr_name {
    flex: 1;
}
.qbcr_ratio {
    width: 60px;
    text-align: right;
}

/*------------------------------------------------------------
    review
------------------------------------------------------------*/
.review_wrap {
    width: 100%;
    padding: 100px 8% 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #f4f4f4;
}
.review_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.review_heading {
    text-align: center;
    margin-bottom: 80px;
}
.review_heading p {
    font-size: 180px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.review_heading h2 {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.6;
    margin-top: -60px;
}
.review_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.review_box {
    width: 32%;
    background: linear-gradient(45deg, rgb(92, 0, 231), rgb(219, 182, 249));
    border-radius: 10px;
    padding: 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.review_txt {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 30px 40px;
    font-weight: bold;
    line-height: 1.8;
    font-size: 14px;
    min-height: 282px;
}
.review_info {
    display: flex;
    justify-content: space-between;
    height: 140px;
    align-items: flex-end;
}
.review_name {
    color: #fff;
    line-height: 1.6;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.review_name span {
    font-weight: bold;
    display: block;
}
.review_name p {
    font-weight: bold;
}
.review_person {

}
.review_person img {
    height: 170px;
    width: auto;    
}

/*------------------------------------------------------------
    cta
------------------------------------------------------------*/
.cta_wrap {
    width: 100%;
    padding: 100px 8% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-image: url(../image/cta_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.cta_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.cta_heading {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.cta_heading p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.cta_heading p::before {
    content: "＼";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(-100%, -50%);
    font-size: 20px;
    font-weight: normal;
}
.cta_heading p::after {
    content: "／";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(100%, -50%);
    font-size: 20px;
    font-weight: normal;
}
.cta_heading h2 {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    line-height: 1.3;
    font-size: 40px;
}
.cta_btn {
    display: flex;
    justify-content: center;
}
.cta_btn a {
    background-color: #e5ff00;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    border-radius: 100vh;
    width: 360px;
    height: 80px;
    margin: 0 15px;
}
.ctab_ico {
    margin-right: 10px;
}
.ctab_ico img {
    width: 26px;
}
.isc {
    width: 36px !important;
}
.ctab_txt {
    font-size: 24px;
    font-weight: bold;
}

/*------------------------------------------------------------
    merit
------------------------------------------------------------*/
.merit_wrap {
    width: 100%;
    padding: 100px 8% 280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #f4f4f4;
}
.merit_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.merit_heading {
    text-align: center;
    margin-bottom: 80px;
}
.merit_heading p {
    font-size: 180px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.merit_heading h2 {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.6;
    margin-top: -60px;
}
.merit_heading h3 {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px
}
.merit_list {
    display: flex;
    justify-content: space-between;
}
.merit_box {
    width: 24%;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    position: relative;
}
.merit_hukidashi {
    position: absolute;
    top: 0%;
    left: 5%;
    padding: 9px 19px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    border-radius: 100vh;
    font-size: 14px;
    background: #e5ff00;
    transform: translate(0%, -60%);
    z-index: 5;
    line-height: 1;
    /*box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);*/
}
.merit_hukidashi::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 80%);
    width: 18px;
    height: 18px;
    background: #e5ff00;
    clip-path: polygon(50% 80%, 0 0, 100% 0);
}
.merit_sub_ttl {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 10px;
}
.merit_ttl {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    line-height: 1.3;
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
}
.merit_txt {
    line-height: 1.6;
}
.merit_persons {
    position: absolute;
    transform: translate(-50%, 30%) !important;
    bottom: 0;
    left: 50%;
}
.merit_persons img {
    width: 760px;
    height: auto;
}

/*------------------------------------------------------------
    result
------------------------------------------------------------*/
.result_wrap {
    width: 100%;
    padding: 140px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-image: url(../image/bg_pattern.png);
    background-repeat: repeat;
    background-size: 6px 6px;
}
.result_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.result_heading {
    text-align: center;
    margin-bottom: 80px;
}
.result_heading p {
    font-size: 180px;
    font-weight: bold;
    line-height: 1;
    color: #f0e9fb;
}
.result_heading h2 {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.6;
    margin-top: -60px;
}
.result_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
.result_box {
    width: 19%;
    background-color: #f8f5fc;
    border-radius: 10px;
    padding: 40px 20px;
    border: 2px solid #6b17e7;
    margin-bottom: 1%;
}
.rb_ttl {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-size: 17px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
}
.rb_ico {
    margin-bottom: 20px;
}
.rb_ico img {
    height: 70px;
    margin: 0 auto;
}
.rb_num {
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}
.rb_num span {
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    margin-right: 4px;
}
.result_total {

}
.rt_heading {
    text-align: center;
    margin-bottom: 10px;
}
.rt_heading p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.rt_heading p::before {
    content: "＼";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(-100%, -50%);
    font-size: 34px;
    font-weight: normal;
}
.rt_heading p::after {
    content: "／";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(100%, -50%);
    font-size: 34px;
    font-weight: normal;
}
.rt_number {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-size: 70px;
    text-align: center;
    margin-bottom: 15px;
}
.rt_number span {
    font-family: 'YakuHanJP', "Roboto", hiragino-kaku-gothic-pron, sans-serif;
    font-weight: bold;
    font-size: 150px;
    color: #5c00e7;
    line-height: 1;
    margin-right: 15px;
}
.rt_thanks {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
}

/*------------------------------------------------------------
    flow
------------------------------------------------------------*/
.flow_wrap {
    width: 100%;
    padding: 100px 8% 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #6b17e7;
}
.flow_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.flow_heading {
    text-align: center;
    margin-bottom: 80px;
}
.flow_heading p {
    font-size: 180px;
    font-weight: bold;
    line-height: 1;
    color: #7a2fe9;
}
.flow_heading h2 {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.6;
    margin-top: -60px;
}
.service_flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 120px;
}
.flow_box {
    width: 16%;
    border-radius: 10px;
    position: relative;
    background-color: #7a2fe9;
    padding: 30px 20px 40px;
}
.fb_hukidashi {
    position: absolute;
    top: 0%;
    left: 5%;
    padding: 9px 19px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    border-radius: 100vh;
    font-size: 14px;
    background: #e5ff00;
    transform: translate(0%, -60%);
    z-index: 5;
    line-height: 1;
    color: #333333;
}
.fb_hukidashi::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 80%);
    width: 18px;
    height: 18px;
    background: #e5ff00;
    clip-path: polygon(50% 80%, 0 0, 100% 0);
}
.fb_num {
    color: #bc96f4;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.fb_image {
    margin-bottom: 20px;
}
.fb_image img {
    height: 80px;
    width: auto;
    margin: 0 auto;
}
.fb_sub {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
.flow_arrow {
    width: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow_arrow img {
    width: 50%;
}

.sec_scope {

}
.scope_heading {
    margin-bottom: 50px;
    text-align: center;
}
.scope_heading p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 15px;
}
.scope_heading p::before {
    content: "＼";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(-100%, -50%);
    font-size: 28px;
    font-weight: normal;
}
.scope_heading p::after {
    content: "／";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(100%, -50%);
    font-size: 28px;
    font-weight: normal;
}
.scope_heading h2 {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-size: 44px;
    line-height: 1.3;
}
.scope_tag {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.st_indiv {
    background-color: #7a2fe9;
    line-height: 1.6;
    padding: 15px 30px;
    border-radius: 100vh;
    font-weight: bold;
    font-size: 15px;
    margin: 0 5px 10px;
}
.scope_compare_wrap {
    color: #333333;
    max-width: 1200px;
    margin: 0 auto;
}
.scope_compare_row {
    display: flex;
}
.scr_ttl {
    width: 52%;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 3px;
    margin: 0 2px 2px 0;
    font-weight: bold;
}
.scr_ttl_ex {
    width: 52%;
    background-color: none;
    padding: 20px 30px;
    border-radius: 3px;
    margin: 0 2px 2px 0;
    font-weight: bold;
}
.scr_box {
    width: 12%;
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
    margin: 0 2px 2px 0;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scr_box:nth-of-type(2) {
    background-color: #f8d5fd;
}
.scr_box:last-of-type {
    margin: 0 0 2px 0;
}
.scr_box img {
    width: 20px;
    height: auto;
}

/*------------------------------------------------------------
    contact
------------------------------------------------------------*/
.contact_wrap {
    width: 100%;
    padding: 100px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #f4f4f4;
}
.contact_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.contact_heading {
    text-align: center;
    margin-bottom: 80px;
}
.contact_heading p {
    font-size: 180px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

.contact_heading h2 {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.6;
    margin-top: -60px;
}

.sec_contact {
    
}
.contact_box {
    margin-bottom: 60px;
}
.contact_box dl {
    margin-bottom: 35px;
}
.contact_box dl dt {
    font-weight: bold;
    line-height: 1.6;
    display: flex;
    align-items: center;
}
.contact_box dl dt span {
    font-size: 10px;
    line-height: 1;
    padding: 3px 10px;
    border-radius: 100vh;
    color: #fff;
    background-color: #d15bce;
    margin-left: 10px;
}
.contact_box dl dd {
    
}
.dd_inner {
    padding: 10px 20px 5px;
}
.contact_box dl dd label {
    cursor: pointer;
    margin-bottom: 5px;
    display: block;
}
.input_text {
    width: 100%;
    height: 60px;
    padding: 10px 20px 5px;
    box-sizing: border-box;
    background: none;
    margin: 0;
    border-bottom: 2px solid #cccccc;
    border-top: none;
    border-right: none;
    border-left: none;
}
.textarea {
    width: 100%;
    padding: 20px;
    background: none;
    border-bottom: 2px solid #cccccc;
    border-top: none;
    border-right: none;
    border-left: none;
    box-sizing: border-box;
    min-height: 180px;
    margin: 0;
}
.radio_btn {
    margin-right: 4px;
}

.contact_btn {
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
}
.send_btn {
    background-color: #d15bce;
    cursor: pointer;
    border-style: none;
    margin: 0 15px;
    height: 70px;
    width: 300px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 100vh;
    color: #fff;
}
.contact_fin_wrap {
    width: 100%;
    padding: 140px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_fin_inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.contact_head_fin {
    background-color: #fff;
    padding: 60px 70px;
    border-radius: 10px;
}
.contact_head_fin h3 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.contact_head_fin p {
    margin-top: 15px;
}

.contact_sup {

}
.cs_sub {
    text-align: center;
    margin-bottom: 30px;
}
.form_check {
    margin-bottom: 40px;
    text-align: center;
}
.retain {
    font-size: 13px;
    cursor: pointer;
}
.retain a {
    text-decoration: underline;
}
.retain_check {

}

/*------------------------------------------------------------
    privacy policy
------------------------------------------------------------*/
.terms_wrap {
    width: 100%;
    padding: 120px 8% 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.terms_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.terms_head_ttl {
    margin-bottom: 80px;
    text-align: center;
}
.terms_head_ttl h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
}
.terms_head_ttl p {
    font-size: 14px;
}
.terms_content {
    
}
.terms_intro {
    margin-bottom: 40px;
}
.terms_content a {
    text-decoration: underline;
}
.terms_ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
    margin-top: 40px;
}
.terms_sub_ttl {
    margin-bottom: 20px;
}
.terms_item {
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}
.terms_item p {
    text-indent: -1.7em;
    padding-left: 1.7em;
    line-height: 1.6;
    margin-bottom: 10px;
}
.terms_item_s {
    
}
.terms_item_s div {
    text-indent: -1.7em;
    padding-left: 1.7em;
    line-height: 1.6;
    margin-bottom: 10px;
}
.tiip {
    text-indent: -3.2em !important;
    padding-left: 3.2em !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}
.tiip span {
    font-weight: bold;
}
.tp_detail {
    display: flex;
}
.tpd_ttl {
    position: relative;
}
.tpd_ttl:after {
    content: ":";
    display: inline-block;
    position: absolute;
    right: 0;
}
.tpd_cont {
    
}
.revised {
    margin-top: 30px;
}
.terms_sup {
    margin-top: 60px;
    font-size: 12px;
    padding-top: 60px;
    border-top: 1px solid #eeeeee;
}
.terms_sup span {
    font-weight: bold;
}

/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
.footer_wrap {
    width: 100%;
    padding: 140px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-image: url(../image/footer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.footer_inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.footer_info {

}
.footer_logo {
    margin-bottom: 50px;
}
.footer_logo img {
    width: 400px;
}
.footer_company_info {
    margin-bottom: 50px;
    line-height: 1.6;
    color: #fff;
    padding-left: 8px;
}
.footer_tel {

}
.footer_tel a {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vh;
    width: 310px;
    height: 66px;
}
.ft_ico {
    margin-right: 10px;
}
.ft_ico img {
    width: 32px;
}
.ft_num {
    font-size: 24px;
    font-weight: bold;
    color: #6006e8;
}
.copyright {
    font-size: 12px;
    color: #fff;
}

/*------------------------------------------------------------
    pagetop
------------------------------------------------------------*/
.page-top {
    position: fixed;
    bottom: 40px;
    right: 60px;
    z-index: 16;
}
.ubbs__2 {
    text-decoration: none;
    color: #fff !important;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vh;
    padding: 8px 25px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    background-color: #6b17e7;
}
.ubbs__2:hover {
    text-decoration: none;
    opacity: 0.7;
}
.ubbs__2 img {
  width: 28px;
}

/*------------------------------------------------------------
    scroll animation
------------------------------------------------------------*/
.fade-in-element {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.fade-in-element.is-visible {
    opacity: 1;
    transform: translateY(0);
}

