@charset "utf-8";

/*-----------------------

　　setting

--------------------------*/

html {
    font-size: 62.5%;
    /* 10px */
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    font-feature-settings: "palt";
    line-height: 1.4;
    height: 100%;
    background-color: #e6e6e6;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: .06em;
    box-sizing: border-box;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-weight: 500;
    font-style: normal;
}

p {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: .06em;
}

a {
    color: #231815;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

button {
    cursor: pointer;
}

ul, ol {
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}

button {
    cursor: pointer;
}

.clearfix::after {
    content:'';
    display: block; 
    clear:both;
}
.cf {
    clear: both;
}


/*-----------------------

　　トップページ

--------------------------*/

.home_ttl_wrap {
    padding: 0 0 0 8%;
}

.home_lead_txt {
    font-size: clamp(1.4rem,1.9vw,1.9rem);
    letter-spacing: .11em;
}

.home_ttl {
    font-size: clamp(2.6rem,7.0vw,7rem);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: min(6.2vw,50px);
}

.catch_img_wrap img {
    width: 100%;
    height: auto;
}

.home_ttl_sub_border {
    margin-top: 22px;
}
.text_border_ttl {
    display: inline;
    font-size: clamp(1.3rem,1.9vw,1.7rem);
    font-weight: 600;
    line-height: 1.8em;
    padding: 8px 12px;
    color: #fff;
    background: linear-gradient(transparent 0%, #232323 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

@media screen and (max-width: 769px) {
    .home_inner {
        position: relative;
    }

    .home_inner_left {
        padding: 27px 0 0 0;
    }

    .catch_img_wrap {
        width: 100%;
        
    }
} 

@media screen and (min-width: 768px) {
    .home_inner {
        display: flex;
        height: 600px;
        align-items: center;
    }
    
    .catch_img_wrap {
        height: 600px;
    }

    .home_inner_left {
        width: 44%;
        position: relative;
    }
    
    .home_inner_right {
        width: 56%;
        max-width: 800px;
        position: relative;
    }

    .catch_img_wrap img {
        position: absolute;
        inset-block-start: 50%;
        translate: 0 -50%;
    }
   


    .home_ttl_wrap {
        padding: 0 0 0 8%;
        position: absolute;
        inset-block-start: 50%;
        inset-inline-start: 50%;
        translate: -50% -50%;
    }

    .home_ttl {
        font-size: clamp(1.6rem,6vw,6.5rem);
        margin-bottom: min(7vw,48px);
    }
}

@media screen and (max-width: 470px) {
    .home_ttl {
        margin-bottom: 30px;
    }
    
    .text_border_ttl {
        padding: 8px 8px;
    }

    .home_ttl_sub_border {
        margin-top: 18px;
    }

    .home_ttl_wrap {
    padding: 0 0 0 6%;
    }
}

.home_search_content {
    /* background-color: rgba(154,202,39,0.7); */
    background-color: #1d89d7;
    padding: 60px 0;
    margin-top: -80px;
    display: block;
}
.home_search_wrap {
    max-width: 800px;
    margin: 80px auto 140px auto;
    position: relative;
    padding: 0 20px;
}

.home_search_inner {
    background-color: #ffffff;
    padding: 40px 40px 90px 40px;
    border: 1.5px solid #232323;
    border-radius: 14px;
}

.home_search_ttl {
    display: flex;
    align-items: center;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: .11em;
    padding-bottom: 14px;
    justify-content: center;
}

.home_search_ttl::before,
.home_search_ttl::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #232323;
}

.home_search_ttl::before {
    margin-right: 1.5rem;
}

.home_search_ttl::after {
    margin-left: 1.5rem;
}

.home_search_icon {
    width: 1.4em;
    padding-right: 1rem;
}

.home_search_form_item {
    background-color: #e6e6e6;
    padding: 15px 40px;
    border-radius: 5px;
    margin-top: 2em;
}

.home_search_form_data {
    height: auto;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 10px 0;
}

.search_form_name {
    width: 160px;
    font-weight: bold;
}

.search_form_data_list {
    flex: 1;
}

.home_form_select {
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 10px 40px 10px 15px;
    border: 1px solid #c8c8c8;
    background-color: #fff;
}

.home_form_submit_wrap {
    text-align: center;
    position: absolute;
    bottom: -28.2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.home_form_submit_button {
    display: inline-block;
    min-width: 300px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    padding: 15.5px 20px;
    border: 1.5px solid #232323;
    text-align: center;
    background-color: #fff;
    color: #232323;
    position: relative;
    z-index: 1;
    transition: .3s;
    box-sizing: border-box;
}

.home_form_submit_button::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #333;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.home_form_submit_button:hover {
    color: #fff;
}

.home_form_submit_button:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.f_btn_arrow {
    position: absolute;
    right: 16px;
}
.f_btn_arrow img {
    width: 41px;
}

@media screen and (min-width: 768px) {
    .home_search_inner {
        padding: 40px 90px 90px 90px;
    }

    .home_search_form_data {
        font-size: 1.8rem;
    }

    .home_search_form_data {
        padding: 26px 0;
    }

    .search_form_name {
        width: 200px;
    }
} 

@media screen and (min-width: 569px) {
    .home_search_form_item {
        display: flex;
        align-items: center;
    }
} 

@media screen and (max-width: 570px) {
    .home_search_inner {
        padding: 40px 20px 60px 20px;
    }

    .home_search_ttl {
        font-size: 1.5rem;
    }

    .home_search_icon_wrap {
        width: 40px;
    }
    .home_search_icon {
        padding-right: 1.5rem;
    }

    .home_search_wrap {
        margin: 55px auto 70px auto;
    }

    .home_search_form_item {
        background-color: #e6e6e6;
        padding: 10px 20px;
        margin-top: 1em;
    }

    .home_form_submit_wrap {
        bottom: -24px;
    }

    .home_form_submit_button {
        min-width: 200px;
        width: 100%;
        font-size: 1.5rem;
        padding: 12px 20px;
    }
} 

@media screen and (max-width: 470px) {
    .home_search_ttl::before,
    .home_search_ttl::after {
        display: none;
    }

    .home_search_form_item {
        background-color: #fff;
        padding: 10px 0px;
        margin-top: 0;
    }

    .home_search_form_data {
        font-size: 1.4rem;
        line-height: 1.4;
        padding: 8px 0;
    }

    .home_search_form_item + .home_search_form_item {
        border-top: 1px solid #ebebeb;
    } 
}

.home_page_about {
    /* background-color: rgba(154,202,39,0.2); */
    background-color: #fff;
    padding: 30px 40px;
}

.home_page_about_inner {
    max-width: 1000px;
    margin: auto;
}

.home_page_about_ttl {
    color:#1d89d7; 
    font-weight: bold;
    padding-bottom: 20px;
}

.home_page_about_ttl p {
    font-size: 2.2rem;
    color:#1d89d7;
}

@media screen and (min-width: 768px) {
    .home_page_about_inner {
        display: flex;
        justify-content: center;
        gap: 50px;
    }

    .home_page_about_inner {
        padding: 0px 40px;
    }
}

@media screen and (max-width: 470px) {
    .home_page_about {
        padding: 30px 20px;
    }
}

.footer_menu_wrap {
    text-align: center;
    background-color: #d7ecfc;
}

.footer_menu_list {
    padding: 30px 0 15px 0;
}
.footer_menu_item {
    display: inline-block;
    border-right: 1px solid #646464;
    margin-bottom: 15px;
}

.footer_menu_link {
    display: inline-block;
    font-size: 13px;
    color: #000000;
    line-height: 1.4;
    padding: 0 12px;
}

.footer_menu_link:hover {
    color: #646464;
}

.footer_copy_wrap {
    padding: 10px 0px 20px;
}

.footer_copy_wrap p {
    font-size: 11px;
    color: #646464;
    line-height: 1.4;
}


/*-----------------------

　　結果ページ

--------------------------*/
.page_container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .page_container {
        max-width: 720px;
    }
} 

@media screen and (min-width: 990px) {
    .page_container {
        max-width: 960px;
    }
    .result_table_wrap {
        padding: 20px 70px;
    }
} 

@media screen and (min-width: 1200px) {
    .page_container {
        max-width: 1000px;
    }
} 

.result_ttl_wrap {
    padding: min(3.4vw,32px);
    padding-left: 0;
}

.result_top_ttl {
    font-size: clamp(2.3rem, 3vw,3.2rem);
    line-height: 1.2;
    letter-spacing: 0.08em;
}
.result_top_ttl span {
    line-height: 1.8em;
    padding: 14px 0px 14px 0px;
    color: #333;
    font-weight: bold;
}


.result_top_ttl span img {
    width: 50px;
}
.result_ttl_sub_txt {
    font-size: clamp(1.3rem,1.6vw,1.7rem);
    line-height: 1.8em;
    padding: 8px 0px;
} 

.result_rank_wrap {
    margin-top: 30px;
    padding: 30px 0 40px 0;
}

.result_rank_inner {
    text-align: center;
}

.result_rank_txt {
    font-size: 21px;
    color: #000000;
    line-height: 1.4;
    margin: 15px;
    font-weight: bold
}

.result_rank_num {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.8em;
    color: #fff;
    background: linear-gradient(transparent 0%, #1d89d7 0%);
    -webkit-box-decoration-break: clone;
    border-radius: 6px;
    max-width: 300px;
    margin: auto;
    position: relative;
}

.result_rank_num :after {
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(29, 137, 215, 0);
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:14px;
    border-right-width:14px;
    margin-left: -14px;
    border-top-color:#1d89d7;
    top:100%;
    left:50%;
}

.result_section {
    background-color: #fff;
    margin-bottom: clamp(4rem,8.219vw,7.5rem);
    border-radius: 8px;
    padding: 15px;
}

.result_chart {
    padding: 0px;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

#canvas {
    width: 100% !important;
    height: auto !important;
}

.result_table_ttl {
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px;
}

.result_pfc_txt {
    font-size: 18px;
    color: #000000;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 15px;
}

table.result_table {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 1.4rem;
}

table.result_table th,
table.result_table td {
    padding: 10px;
}

table.result_table th {
    background: #1d89d7;
    vertical-align: middle;
    text-align: left;
    width: 40%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 1.6rem;
}
    
table.result_table th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #1d89d7;
    border-width: 10px;
    margin-top: -10px;
}
    /* firefox */
@-moz-document url-prefix() {
    table.result_table th::after {
		float: right;
		padding: 0;
		left: 30px;
		top: 10px;
		content: " ";
		height: 0;
		width: 0;
		position: relative;
		pointer-events: none;
		border: 10px solid transparent;
		border-left: #1d89d7 10px solid;
		margin-top: -10px;
    }
}
    
table.result_table td {
    background: #f8f8f8;
    /*width: 70%;*/
    padding-left: 20px;
}

.tbl_03_tti {
    font-size: 1.2rem;
    color: #a1a1a1;
    text-align: right;
    margin-bottom: -10px;
    padding-right: 5px;
}

.tbl_03 {
    font-size: 1.2rem;
    color: #a1a1a1;
    vertical-align: bottom;
    padding: 10px 10px 5px !important;
    text-align: right;
}

.result_top_return_btn {
    max-width: 300px;
    width: 100%;
    margin:0 auto 60px auto;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    table.result_table {
        font-size: 1.6rem;
    }

    .result_chart {
        padding: 15px;
    }
} 

@media screen and (max-width: 689px) {
    table.result_table th {
        width: 40%;
    }
    table.result_table td {
        /*width: 33%;*/
    }
}
@media screen and (max-width: 470px) {
    .result_rank_wrap {
        margin-top: 0px;
    }
    .result_top_ttl span {
        line-height: 1.8em;
        padding: 14px 0px 14px 10px;
    }

    .result_rank_num {
        font-size: 2.8rem;
    }
  
    .result_table_ttl {
        font-size: 2.3rem;
    }
    .result_section {
        margin-bottom: 30px;
        padding: 0px;
    }
   
    .result_pfc_txt {
        padding: 10px;
        font-size: 1.6rem;
    }

    table.result_table {
        border-spacing: 0px;
    }

    table.result_table th,
    table.result_table td {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

    table.result_table th:after {
        display: none;
    }
    .tbl_03_tti {
        margin-bottom: 5px;
    }
  
    .result_chart {
        padding: 30px 0;
    }
}