@charset "UTF-8";
html{
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important;
    font-feature-settings: "palt";
    font-weight: 500;
}
/*.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }*/
/*.wf-notosansjapanese { font-family: "Noto Sans JP"; }*/
body{
    height: 100%;
    
}
a {
    text-decoration: none;
    color: inherit;
}
img{
    pointer-events: none; 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    touch-callout: none;
    user-select: none;
}
main{
    overflow: hidden;
}

.and_br_show{
    display: none;
}
/*----------------------------------header_start--------------------------------------*/
.hide_slide_menu2{
    -webkit-overflow-scrolling: touch;
}
.header{
    display: block;
    width: 100%;
    height: 105px;
    background-color: #fff;
    border-bottom: 6px solid #3482c6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    -webkit-overflow-scrolling: touch;
}
.header_inner{
    display: block;
}
.top_nav{
    display: block;
    width: 100%;
    height: 100%;
}
.main_logo_box{
    float: left;
    width: 240px;
    margin: 20px 0 0 37px;
}
.main_logo_box a{
    display: block;
    width: 100%;
    height: auto;
}
.main_logo_box p{
    
}
.main_logo_box img{
    width: 100%;
}
.header_menu_box{
    float: right;
    display: table;
    margin: 36px 40px 0 0;
}
.header_menu_box .header_menu li{
    display: table-cell;
    height: 16px;
}
.header_menu_box .header_menu li:nth-of-type(1){
    border-left: 3px solid #3482c6;
}
.header_menu_box .header_menu li:nth-of-type(2){
    border-right: 3px solid #3482c6;
    border-left: 3px solid #3482c6;
}
.header_menu_box .header_menu li:nth-of-type(3){
    border-right: 3px solid #3482c6;
}
.header_menu_box .header_menu li:nth-of-type(4){
    border-right: 3px solid #3482c6;
}
.header_menu_box .header_menu li p{
    font-size: 16px;
    font-weight: bold;
}
.header_menu_box .header_menu li p:hover{
    color: #3482c6;
}
.hover_3482c6{
    color: #3482c6;
}
.header_menu_box .header_menu li p a{
    transition: all .3s;
    padding: 0 25px;
}
.contact_link{
    display: table-cell;
}
.contact_link p{
    display: block;
    width: 160px;
    height: 40px;
    background-color: #3482c6;
    color: #fff;
    border-radius: 5px;
    margin: 0 0 0 40px;
    border: 2px solid #3482c6;
    position: relative;
}
.contact_link p:hover{
    color: #3482c6;
    font-weight: bold;
}
.contact_link p a{
    display: block;
    padding: 12px 31px;
    transition: all 0.3s ease;
}
.header_down_menu{
    width: 100%;
    height: auto;
    position: absolute;
    top: 112px;
    left: 0;
    z-index: 5;
}
.header_down_menu_inner{
    position: relative;
    top: -1px;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(52,130,198,0.9);
    z-index: 2;
}
.header_down_menu_inner_box{
    max-width: 1200px;
    padding: 35px 20px 40px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
}
/*
.emerge{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .15s ease .2s, visibility .15s ease .2s;
    transition: opacity .15s ease .2s, visibility .15s ease .2s;
}
*/
.header_down_menu_dropdown{
    display: block;
    width: calc(100% / 3);
    margin: 0 0 20px 0;
}
.dropdown_list{
    width: 75%;
    height: auto;
    border: 2px #fff0 solid;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease;
}
.dropdown_list p{
    font-size: 22px;
    color: #fff;
    text-align: center;
}
.dropdown_list a{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
.dropdown_list:hover{
    background-color: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}
.individual_area,.entrepreneur_and_manager_area,.DNA_tasting_area{
    display: none;
}
/*----------------------------------header_end------------------------------------------*/



/*-------------------------------index_main_start---------------------------------------*/
.main{
    margin: 111px 0 0 0;
    clear: both;
}
.self_introduction,.news_box,.bifurcation_box{
    
}
.self_introduction{
    position: relative;
}
.main_image{
    background-image: url(../img/main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    background-position: 100% 31%;
    overflow: hidden;
    width: 100%;
    height: 88vh;
}
/*
.self_introduction .main_image_box{
    width: auto;
    height: 100%;
}
.self_introduction .main_image_box .main_image{
    width: 100%;
    height: 100%;
}
*/
.self_introduction .self_introduction_text_box{
    position: absolute;
    z-index: 3;
    top: 16%;
    left: 14%;
    line-height: 1.5;
}
.self_introduction .self_introduction_text_box p{
    position: relative;
    z-index: 3;
}
.self_introduction .self_introduction_text_box p:nth-of-type(1){
    font-size: 4.1vh;
    font-weight: bold;
    margin: 0 0 3% 0;
    text-shadow:0px 0px 6px #ffffff,0px 0px 6px #ffffff;
}
.self_introduction .self_introduction_text_box p:nth-of-type(2){
    font-size: 2.1vh;
    text-shadow:0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 6px #ffffff;
}
.self_introduction .self_introduction_text_box p:nth-of-type(3){
    font-size: 18px;
    text-shadow:0px 0px 2px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff,0px 0px 5px #ffffff;
    margin: 3% 0 0 260px;
}
.self_introduction .self_introduction_text_box p:nth-of-type(3) span{
    font-size: 28px;
    font-weight: bold;
}
.self_introduction .self_introduction_text_box .sign_box{
    margin: -25px 0 0 209px;
    width: 155px;
    z-index: 2;
}
.self_introduction .self_introduction_text_box .sign_box .sign_img{
    width: 100%;
}
/*
.vertical_line_box{
    position: absolute;
    top: 660px;
    right: 80px;
}
.vertical_line_box p.vertical_text{
    animation: img_box_9955 3s linear infinite;
    color: #fff;
    writing-mode: vertical-rl;
    text-shadow: none!important;
    transform: rotate(-180deg);
    display: inline-block;
    font-size: 33px;
    position: absolute;
    top: 136px;
    left: -36px;
    letter-spacing: 1.6px;
}
.vertical_line_white {
    z-index: 2;
    height: 240px;
    display: block;
    background-color: #fff;
    width: 3px;
    top: 489px;
    left: 1450px;
}
*/
/* アニメーション設定 */
.arrowWrap {
    position: absolute;
    right: 42px;
    bottom: -68px;
    height: 200px;
}

.arrowInner p {
    font-size: 22px;
    margin: 0px 0px -140px -54px;
    color: #fff;
    text-align: end;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    text-shadow: 0 0 4px #000;
}

.arrow {
    width: 5px;
    height: 200px;
    margin: 50px auto 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px 0px #000;
}

.arrow::before {
    content: '';
    width: 14px;
    height: 200px;
    margin: 50px auto 0;
    background-color: #b9b9b9;
    position: absolute;
    top: -150px;
    left: 0;
    -webkit-animation: arrow 2.5s ease 0s infinite normal;
    animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, -100px, 0);
    transform: translate3d(-50%, -100px, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
.news_box{
    position: relative;
    height: 102px;
    width: 100%;
    background-color: #ececec;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.news_box_inner{
    max-width: 980px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
}
.news_box_inner_left,.news_box_inner_center{
    float: left;
}
.list_display{
    float: right;
}
.news_box_inner_left{
    font-size: 25px;
    margin: 25px 0 0 0;
    letter-spacing: 1.9px;
}
.news_box_inner_left span{
    font-size: 17px;
}
.news_box_inner_center{
    font-size: 16px;
    margin: 44px 0 0 120px;
    font-weight: normal;
    letter-spacing: 1.9px;
}
.list_display{
    font-size: 16px;
    margin: 35px 0 0 0;
    letter-spacing: 1.9px;
    color: #3482c6;
    width: 120px;
    height: 32px;
    border: 1px solid #3482c6;
    cursor: pointer;
}
.list_display:hover{
    opacity: 0.7;
}
.list_display p{
    padding: 8px 15px;
}
.open{
    height: 221px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.hide{
    display: none;
}
.hide_text{
    display: none;
}
.show_text{
    display: block;
}
.news_box_inner_center ul{
}
.news_box_inner_center li{
    margin: 0 0 42px 0;
}
.news_box_inner_center li p {
    clear: both;
}
.news_box_inner_center li p span:nth-of-type(1){
    display: block;
    width: 99px;
    float: left;
}
.news_box_inner_center li p span:nth-of-type(2){
    margin: 0 0 0 125px;
    display: block;
    width: 400px;
    float: none;
}
.bifurcation_box{
    clear: both;
    display: block;
    background-color: #fff;
    max-width: 980px;
    margin: 0 auto;
    padding: 90px 0;
}
.bifurcation_text_box{
    text-align: center;
    margin: 0 0 90px 0;
}
.bifurcation_text_box p{
    line-height: 2;
    font-size: 17px;
    letter-spacing: 1.9px;
}
.img_page_link{
    display: flex;
}
.img_page_link_area{
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 300px;
    height: 160px;
    overflow: hidden;
/*
    border: 2px solid #fff;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
*/
}
/*
.img_page_link_area:hover{
    border: 2px solid #3482c6;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
*/
.img_page_link_area:nth-of-type(2){
    margin: 0px 40px;
    display: block;
}
.img_page_link_area img{
    
}
.img_page_link_area p{
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1.5px;
    top: 70px;
    left: 92px;
    z-index: 3;
}
.img_page_link_area .under_line{
    position: absolute;
    top: 109px;
    left: 120px;
    width: 70px;
    border-bottom: 3px solid #fff;
    z-index: 2;
}
.img_page_link_area:nth-of-type(2) p{
    top: 51px;
    left: 91px;
}
.img_page_link_area:nth-of-type(2) p span{
    margin: 7px 0 0 -16px;
    display: block;
}
.img_page_link_area:nth-of-type(2) .under_line{
    top: 126px;
    left: 115px;
}
.box_card{
    display: block;
    width: 100%;
    height: auto
}
.works_img{
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.box_card:hover .works_img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
/*
.img_page_link_area:hover .works_img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
*/
.box_card::before{
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s;
    z-index: 1;
}
.img_page_link_area:hover .box_card::before{
    opacity: 1;
}
/*------------------------------------index_main_end------------------------------------*/


/*-------------------------------------footer_start-------------------------------------*/
.footer{
    background-color: #ebf6ff;
    border-top: 3px solid #3482c6;
    height: auto;
    padding-bottom: 160px;
}
.footer_inner{
    width: 980px;
    margin: 0 auto;
}
.contact_top,.contact_under{
    margin-left: 114px;
}
.contact_top{
    display: inline-block;
    margin-top: 40px;
}
.contact_outer_box{
    float: left;
}
.contact_box{
    display: block;
    width: 320px;
    height: 68px;
    border: 2px solid #3482c6;
    background-color: #ebf6ff;
    border-radius: 6px;
    margin: 0 0 0 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.contact_inner_box{
    
}
/*
.contact_box img{
    position: absolute;
    z-index: 2;
    width: 31px;
    margin: 25px 0 0 36px;
}
*/
.mail_svg{
    position: absolute;
    z-index: 2;
    width: 31px;
    margin: 25px 0 0 36px;
    fill: #73B5EE;
}
.contact_box:hover .mail_svg{
    fill: #acdbe2;
}
.contact_box p{
    display: block;
    font-size: 20px;
    position: absolute;
    margin: 25px 0 0 82px;
}
.tel_outer_box{
    float: right;
    display: block;
    margin: 0px 0px 0px 40px;
}
.tel_box{
    
}
.tel_box_top{
    display: table;
}
.tel_box_top img{
    width: 19px;
    display: table-cell;
}
.tel_mark{
    width: 19px;
}
.tel_box_top p{
    display: table-cell;
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 0px 5px;
    letter-spacing: 1.4px;
}
.tel_box_under{
    display: block;
    margin: 9px 0 0 0;
}
.tel_box_under p{
    font-size: 17px;
}
.tel_box_under p span:nth-of-type(1){
    margin: 0 0 0 6px;
}
.tel_box_under p span:nth-of-type(2){
    font-size: 15px;
    display: block;
    margin: 4px 0 0 0px;
}
.contact_under{
    clear: both;
    display: inline-block;
    margin-top: 30px;
}
.contact_under_left{
    float: left;
}
.footer_logo{
    width: 210px;
    margin-bottom: 15px;
}
.rocus_box{
    
}
.rocus_box a{
    float: left;
}
.rocus_box img{
    float: left;
    width: 110px;
    display: block;
}
.rocus_box p{
    float: left;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #306599;
    margin: 18px 0 0px 3px;
}
.contact_under_right{
    float: right;
    margin: 12px 0 0 40px;
}
.address_box{
    
}
.address_box p{
    letter-spacing: 1.1px;
    margin: 0 0 7px 0;
}
.address_box p:nth-of-type(1){
    font-size: 17px;
    font-weight: bold;
}
/*-------------------------------------footer_end-------------------------------------*/



/*-------------------------------office_overview_start--------------------------------*/
.office_overview_box_inner_top{
    display: block;
    margin: 220px 0 60px 0;
}
.office_overview_box_inner_top h1,
.office_overview_box_inner_top h2{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #3482c6;
    line-height: 1.2;
}
.office_overview_box_inner_top .under_line_top{
    width: 70px;
    border-bottom: 3px solid #3482c6;
    margin: 10px 0 0 456px;
}
.office_overview_box{
    width: 980px;
    margin: 0 auto;
}
.office_table_box{
    text-align: left;
    width: 100%;
    margin-bottom: 50px;
}
.office_table_box dl{
    display: inline-block;
    height: auto;
    width: 100%;
/*    margin-left: 10px;*/
    line-height: 2;
    letter-spacing: 1.1px;
}
.office_table_box dt:nth-of-type(1){
    border-top: 1px solid #000;
}
.office_table_box dt {
    display: inline-block;
    float: left;
    clear: both;
    width: 152px;
    font-size: 17px;
    font-weight: bold;
    background-color: #f2f2f2;
    height: 110px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0 15px 16px;
}
.office_table_box dd:nth-of-type(1){
    border-top: 1px solid #000;
}
.office_table_box dd{
    display: inline-block;
    float: left;
    font-size: 17px;
    height: 110px;
    width: 79.8%;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0 15px 26px;
}
.office_table_box dt:nth-of-type(1),
.office_table_box dt:nth-of-type(2),
.office_table_box dt:nth-of-type(3),
.office_table_box dt:nth-of-type(4),
.office_table_box dt:nth-of-type(5),
.office_table_box dt:nth-of-type(6){
    height: auto;
}
.office_table_box dt:nth-of-type(7){
    padding: 30px 0 0px 16px;
}
.office_table_box dd:nth-of-type(1),
.office_table_box dd:nth-of-type(2),
.office_table_box dd:nth-of-type(3),
.office_table_box dd:nth-of-type(4),
.office_table_box dd:nth-of-type(5),
.office_table_box dd:nth-of-type(6){
    height: auto;
}
.map_inner{
    margin: 0 auto;
}
.map_inner iframe{
    width: 100%;
    height: 450px;
}
.map{
    margin: 0 0 40px 0;
}
/*--------------------------------office_overview_end---------------------------------*/


/*-----------------------------------form_start--------------------------------------*/
.form_frame{
    width: 980px;
    margin: 0 auto;
}
.form_frame_top p{
    text-align: center;
    line-height: 2;
    letter-spacing: 1.1px;
    margin: 40px 0 0 0;
    font-size: 16px;
}
.tel_frame{
    display: block;
    margin: 30px auto 0;
    border: 3px solid #3582c6;
    border-radius: 6px;
    width: 290px;
    height: 50px;
}
.tel_frame img,.tel_frame p{
    
}
.tel_frame img{
    margin: 12px 0 0 48px;
    width: 21px;
}
.tel_frame p{
    display: block;
    margin: 5px 0 0px 0px;
    font-weight: bold;
    font-size: 20px;
}
table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.mod_form table tr th {
    padding: 20px 20px 20px;
    white-space: nowrap;
    font-weight: bold;
    vertical-align: top;
    border: solid 1px #000;
    background-color: #f2f2f2;
}
.mod_form table tr td {
    width: 73%;
    padding: 14px 10px 14px 20px;
    border: solid 1px #000;
}
label {
    margin: 0 0 0 0;
    float: left;
}
.ex_essential {
    width: auto;
    height: auto;
    background-color: #e63f3f;
    color: #ffffff;
    font-weight: normal;
    font-size: 13px;
    float: right;
}
.ex_essential p{
    padding: 3px 15px;
}
input#name, input#kana, input#company, input#email, input#emailcheck, input#maker_etc, input#color_etc, input#postal_code, input#city_address, input#address03, input#tel, input#age, input#cost, input#floor, input#unit{
    font-size: 17px;
    width: 95%;
    height: 1.5em;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 7px 0 7px 17px;
}
input, textarea {
    border:  solid 1px #000;
}
textarea#memo {
    padding: 1px 0;
    width: 93.2%;
    height: 206px;
    font-size: 17px;
    padding: 7px 10px 14px 20px;
    -webkit-appearance: none;
    border-radius: 0;
}
.cp_ipselect.cp_sl01 {
    position: relative;
    border: 1px solid #000;
    border-radius: 0;
    background: #ffffff;
}
.cp_ipselect {
    overflow: hidden;
    width: 99.3%;
    text-align: center;
}
.cp_ipselect select {
    width: 50%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: 1px solid #000;
    border-radius: 0;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.cp_ipselect.cp_sl01 select {
    height: 40px;
    padding: 7px 38px 8px 20px;
/*    color: #000;*/
    font-size: 17px;
    color: #7a7474;
    margin: 0 0 0 -340px;
}
.cp_ipselect.cp_sl01::before {
    position: absolute;
    content: '';
    left: 323px;
    top: 22px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #7a7474;
    border-right: 1px solid #7a7474;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cp_ipselect.cp_sl01.conf::before {
    display: none;
}
.mod_form_btn {
    clear: both;
    display: block;
/*    width: 300px;*/
    margin: 70px auto 60px;
    text-align: center;
}
.mod_form_btn input {
    padding: 20px 70px;
    cursor: pointer;
    font-size: 25px;
    border: none;
    color: #939393;
    background-color: #f4f4f4;
    border: 2px solid #939393;
    -webkit-appearance: none;
    transition: all 0.3s ease;
}
.mod_form_btn input:hover{
    color: #3582c6;
    background-color: #fff;
    border: 2px solid #3582c6;
    transition: all 0.3s ease;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.form_comp_box{
    display: block;
    margin: 250px 0 260px 0;
}
.footer_form_comp{
    margin: 0 auto 0;
    width: 100%;
    height: 310px;
    padding-bottom: 0;
}
/*--------------------------------------form_end------------------------------------------*/



/*---------------------------entrepreneur_and_manager_start-------------------------------*/
.title_top{
    position: relative;
    top: -200px;
}
.entrepreneur_and_manager_image_box{
    position: relative;
}
.entrepreneur_and_manager_image_box .entrepreneur_and_manager_image{
    position: relative;
    background-image: url(../img/office_street.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    background-position: 50% 83%;
    overflow: hidden;
    width: 100%;
    height: 400px;
}
.entrepreneur_and_manager_image_box h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    letter-spacing: 1.2px;
}
.under_line_white{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 120px;
    border-bottom: 3px solid #fff;
    margin: 44px 0 0 0;
    box-shadow:0px 0px 6px 3px rgba(15,15,15,0.33);
}
.content_box{
    margin: 0 0 0 0;
}
.content_inner{
    width: 980px;
    margin: 0 auto;
}
.content_area_name{
    margin: 0 0 60px 0;
}
.center_text,.table03_a_comment{
    text-align: center;
    line-height: 1.7;
    font-size: 16px;
    letter-spacing: 1.2px;
    margin: 50px 0 0 0;
}
.point01_a,.point01_b,.point01_c,.point01_d{
    margin: 0 0 70px 0;
}
h3{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    
}
.table01_a_inner,.table04_a_inner,.table04_a_inner{
    display: flex;
    margin: 30px 0 0 0;
    
}
.table01_a_01,.table04_a_inner01,.table05_a_inner01{
    display: block;
    width: 316px;
    background-color: #ebf6ff;
    border-radius: 20px;
}
.table01_a_01:nth-of-type(2),.table05_a_inner01:nth-of-type(2){
    margin: 0 15px;
}
.number{
    text-align: center;
    font-size: 35px;
    color: #3482c6;
    display: block;
    width: 23px;
    border-bottom: 3px solid #3482c6;
    margin: 14px auto 0;
    padding-bottom: 5px;
    font-weight: bold;
}
.bold{
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    margin: 20px 0 10px;
    height: 50px;
}
.text_description{
    padding: 0 20px 18px;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0.8px;
    text-align: justify;
}
.point01_b{
    
}
.point01_c{
    background-color: #ebf6ff;
    padding: 50px 0;
}
.table01_c h3{
    
}
.table01_c_inner{
    margin: 30px auto 0;
    width: 95%;
    background-color: #fff;
    border-radius: 20px;
}
.table01_c_inner_top{
    background-color: #b9ddfb;
    border-radius: 20px 20px 0px 0px;
    padding: 10px 0;
}
.table01_c_inner_top p{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}
.table01_c_inner_bottom{
    padding: 20px 0;
    display: flex;
}
.table01_c_inner_bottom .table01_c_inner_bottom01:nth-of-type(2),
.table01_c_inner_bottom .table01_c_inner_bottom01:nth-of-type(3){
    border-left: 2px solid #b9ddfb;
}
.table01_c_inner_bottom01{
    display: block;
    width: 270px;
    padding: 0 19px;
}
.table01_c_inner_bottom01 .text_description{
    padding: 0 10px 18px;
}
.table01_c_inner_bottom .table01_c_inner_bottom01:nth-of-type(2) .text_description,
.table01_c_inner_bottom .table01_c_inner_bottom01:nth-of-type(3) .text_description{
/*    margin-top:  42px;*/
}
.table01_d h3{
    margin: 0 0 30px 0;
}
table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.table01_d_inner table,.table02_c_inner table,.table03_a_inner table,.table03_b_inner table,
.table04_b_inner table,.table05_b_inner table,.table01_a_inner_02 table,.table02_a_inner02 table,
.table02_a_inner table{
    text-align: center;
    letter-spacing: 1.2px;
}
.table01_d_inner tr:nth-of-type(1){
    
}
.table01_d_inner td,.table02_c_inner td,.table03_a_inner td,.table03_b_inner td,
.table04_b_inner td,.table05_b_inner td,.table01_a_inner_02 td,.table02_a_inner02 td,
.table02_a_inner td{
    padding: 18px 35px;
    vertical-align: middle;
}
.table01_d_inner p{
    margin: 20px 0 0 0;
}
.top_tr td{
    padding: 8px 35px;
}
.top_tr,.back_blue{
    background-color: #b9ddfb;
    font-weight: bold;
}
#content01{
    padding: 160px 0 0 0;
}
#content02,#content04{
    background-color: #ebf6ff;
    padding: 160px 0 90px;
}
.point02_a{
    margin: 0 0 110px 0;
}
.table02_a_inner{
    margin: 50px 0 0 0;
}
.table02_a_inner p{
    margin: 8px 0 0 0;
}
.table02_a_inner_top,.table02_a_inner_middle{
    display: flex;
    margin-bottom: 30px;
}
.table02_a_inner_top01,.table02_a_inner_middle01,.table02_a_inner_bottom01{
    display: block;
    width: 316px;
    background-color: #fff;
    border-radius: 20px;
}
.table02_a_inner_top01:nth-of-type(2),.table02_a_inner_middle01:nth-of-type(2){
    margin: 0 15px;
}
.mark_bule{
    background-color: #b9ddfb;
    border-radius: 20px 20px 0px 0px;
    padding: 15px 0;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}
.mark_bule_top{
    height: 87px;
    display: flex;
	align-items: center;
	justify-content: center;
    padding: 0;
}
.point02_b{
    margin: 0 0 110px 0;
}
.table02_b h3,.table02_c h3,.table03_a h3,.table03_b h3{
    margin: 0 0 40px 0;
}
.table02_b_inner,.table03_a_inner{
    position: relative;
    z-index: 5;
}
.vertical_line{
    position: absolute;
    z-index: 2;
    height: 100%;
    display: block;
    background-color: #b9ddfb;
    width: 4px;
    top: -30px;
    left: 490px;
}
.table02_b_innerbox_01,.table03_a_innerbox_01{
    position: relative;
    z-index: 5;
    display: block;
    margin: 0 auto 50px;
    width: 85%;
    background-color: #fff;
    border-radius: 20px;
}
.table02_b_innerbox_01 h4{
    padding: 10px 0;
    background-color: #3482c6;
    color: #fff;
}
.table02_b_innerbox_01 .text_description,.table03_a_innerbox_01 .text_description{
    text-align: center;
}
.back_white{
    background-color: #fff;
}
.table02_c_comment{
    margin: 15px 0 0 0;
}
.table02_c_comment p{
    margin: 5px 0 0 0;
}
#content03,#content05{
    padding: 150px 0 90px;
}
.table03_a h3{
    
}
.line_height {
    line-height: 1.5;
}
.table03_a_inner td{
    padding: 18px 33px;
}
.table03_a_inner .top_tr td{
    padding: 8px 35px;
}
.table03_a_other_comment{
    background-color: #ebf6ff;
    width: 650px;
    margin: 50px auto 60px;
    padding: 40px 0;
}
.table03_a_other_comment h3{
    
}
.text_description02 {
    padding: 0 90px 0;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0.8px;
}
.text_description02 p{
    margin: 0 0 5px 0;
}
.text_description02 span{
    color: #3482c6;
    margin: 0 2px 0 0;
}
.table03_b_comment{
    font-size: 15.5px;
    margin: 10px 0 0 0;
}
.table03_b_comment p{
    margin: 0 0 5px 0;
}
.table04_a_inner01{
    background-color: #fff;
}
.table04_a_inner01:nth-of-type(2){
    margin: 0 15px;
}
.mark_bule_top02 {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    padding: 0;
}
.point04_b{
    margin: 70px 0 0 0;
}
.table04_b h3{
    margin: 0 0 50px 0;
}
.table04_b_comment{
    margin: 10px 0 0 0;
}
.point05_a{
    margin: 0 0 70px 0;
}
.table05_b h3{
    margin: 0 0 40px 0;
}
.table05_b_inner .top_tr td {
    padding: 8px 67px;
}
.table05_b_comment{
    margin: 15px 0 0 0;
}
/*--------entrepreneur_and_manager_end--------*/


/*--------------individual_start--------------*/
.entrepreneur_and_manager_image_box .entrepreneur_and_manager_image02{
    position: relative;
    background-image: url(../img/counseling.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    background-position: 50% 83%;
    overflow: hidden;
    width: 100%;
    height: 400px;
}
/*
.content_area_name_table{
    display: flex;
    margin: 30px 0 0 0;
}
*/
.content_area_name_table_inner{
    background-image: url(../img/circle.png), url(../img/triangle.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 10px top 130px , left 10px top 235px;
    
}
.bold_small{
    font-weight: bold;
    font-size: 16px;
}
.content_area_name_table_inner_bottom{
    padding: 8px 20px 20px
}
.content_area_name_table_inner_bottom p{
    margin: 0 0 0px 20px;
    line-height: 1.4;
    text-indent: -1em;
}
.content_area_name_table_inner_bottom01{
    margin: 0 0 23px 0;
}
.mark_bule_top03 {
    height: 110px;
    display: block; 
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    padding: 0;
}
.table01_a h3{
    margin: 0 0 40px 0;
}
.align_left{
    text-align: left;
}
.table01_a_comment,.table02_a_comment{
    margin: 20px 0 0 0;
}
.table01_a_comment p{
    margin: 5px 0 0 0;
}
.tr_height{
    line-height: 1.5;
}
.point02_a_02{
    margin: 0 0 0 0;
}
.table03_a_innerbox_01{
    background-color: #ebf6ff;
}
.vertical_line02 {
    position: absolute;
    z-index: 2;
    height: 100%;
    display: block;
    background-color: #b9ddfb;
    width: 4px;
    top: -27px;
    left: 490px;
}
/*-----------------------------------individual_end---------------------------------------*/


/*--------------------------------------DNA_testing_start---------------------------------*/
.top_logo_box{
    float: left;
    display: flex;
}
.rocus_top_logo{
    margin: 18px 0 0 1px;
}
.my-parts {
    margin: 30px 0 0 8px;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
/*  border: 1px solid rgba(0,0,0,.1);*/
}
.my-parts span::before,
.my-parts span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 3%;
    margin: -8% 0 0 -42%;
    background: rgb(0, 0, 0);
}
.my-parts span::before {
    transform: rotate(-45deg);
}
.my-parts span::after {
    transform: rotate(45deg);
}
.rocus_top_logo_img{
    width: 180px;
    margin: 10px 0 0 0;
}
.entrepreneur_and_manager_image03{
    position: relative;
    background-image: url(../img/baby.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    background-position: 50% 29%;
    overflow: hidden;
    width: 100%;
    height: 400px;
}
#content_rocus{
    background-color: #f4f4f4;
    padding: 70px 0;
}
.content_box02{
    margin: 0 0 0 0;
}
.content_area_name02 {
    margin: 60px 0 60px 0;
}
.point02_a02{
    margin: 0 0 60px 0;
}
.bold02{
    height: 59px;
}
.family_table02 .top_tr td{
    padding: 8px 35px;
    font-size: 14px;
}
.table03_a_inner table:nth-of-type(1){
    margin: 0 0 40px 0;
}
.family_table01 td{
    padding: 18px 14px;
}
.family_table02 td {
    padding: 18px 14px;
}
.three_steps .small_comment{
    font-size: 13px;
}
.table03_a_comment02{
    margin: 15px 0 40px;
}
.table03_a_comment02 p{
    margin: 0 0 5px 0;
}
/*-------------------------------------DNA_testing_end--------------------------------------*/
/*上部はベース!!*/


/*-------------------------------------□□□レスポンシブ□□□-------------------------------------*/
@media(max-width: 1366px){
    .self_introduction .self_introduction_text_box {
        top: 13%;
    }
}
@media(max-width: 1140px){
    .main_logo_box {
        float: left;
        width: 233px;
        margin: 23px 0 0 10px;
    }
    .header_menu_box {
        float: right;
        display: table;
        margin: 36px 8px 0 0;
    }
    .header_menu_box .header_menu li p a {
        padding: 0 15px;
    }
    .contact_link p{
        margin: 0 0 0 15px;
        width: 140px;
        height: 35px;
    }
    .contact_link p a {
        padding: 9px 21px;
    }
    .self_introduction .self_introduction_text_box{
        left: 4.2%;
    }
}
@media(min-width: 1024px){
    .indention_1023{
        display: none;
    }
    .indention_1023_hide{
        display: block;
    }
    
}
@media(max-width: 1023px){
    .indention_1023{
        display: block;
    }
    .indention_1023_hide{
        display: none;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(2) {
        text-shadow: 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 6px #ffffff, 0px 0px 6px #ffffff;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(3) {
        text-shadow: 0px 0px 2px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff;
        margin: 3% 0 0 260px;
    }
    .self_introduction .self_introduction_text_box {
        left: 2.5%;
    }
    .arrowWrap {
        right: -17px;
    }
    .works_img{
        margin: 0 0px 0px -30px;
    }
    .open {
        height: auto;
    }
    .news_box_inner_center {
        font-size: 15px;
        margin: 44px 0 0 56px;
    }
    .news_box_inner_center li {
        margin: 0 0 43px 0;
    }
    .news_box_inner_center li p span:nth-of-type(2) {
        width: 375px;
        margin: 0 0 0 110px;
    }
    .img_page_link_area p{
        left: 69px;
    }
    .img_page_link_area .under_line{
        left: 97px;
    }
    .img_page_link_area:nth-of-type(2) p {
        top: 48px;
        left: 69px;
    }
    .img_page_link_area:nth-of-type(2) .under_line {
        top: 126px;
        left: 94px;
    }
    .news_box_inner{
        width: 768px;
    }
    .bifurcation_box{
        width: 768px;
    }
    .footer_inner {
        width: 768px;
    }
    .contact_top, .contact_under {
        margin-left: 0;
    }
    .img_page_link_area:nth-of-type(2){
        margin: 0px 16px;
    }
    .content_inner{
        width: 768px;
    }
    .office_overview_box_inner_top .under_line_top {
        margin: 10px 0 0 346px;
    }
    .center_text, .table03_a_comment {
        font-size: 14px;
        margin: 40px 0 0 0;
    }
    .bold_small02 {
        margin: -1px 0 0 0;
    }
    .content_area_name_table_inner_bottom {
        padding: 8px 6px 20px;
    }
    .table01_d_inner td, .table02_c_inner td, .table03_a_inner td, .table03_b_inner td, .table04_b_inner td, .table05_b_inner td, .table01_a_inner_02 td, .table02_a_inner02 td, .table02_a_inner td {
        padding: 18px 5px;
        vertical-align: middle;
    }
    .vertical_line02{
        left: 379px;
    }
    .vertical_line {
        left: 381px;
    }
    .table01_c_inner_bottom01 .text_description {
        padding: 10px 10px 18px;
    }
    .table02_a_inner_bottom01{
        width: 246px;
    }
    .text_description03{
        padding: 10px 20px 18px;
        font-size: 16px;
        text-align: justify;
    }
    .office_overview_box {
        width: 768px;
    }
    .office_table_box_inner{
        display: block;
        margin: 0 auto;
    }
    .office_table_box dt:nth-of-type(1), .office_table_box dt:nth-of-type(2), .office_table_box dt:nth-of-type(3), .office_table_box dt:nth-of-type(4), .office_table_box dt:nth-of-type(5), .office_table_box dt:nth-of-type(6), .office_table_box dd:nth-of-type(1), .office_table_box dd:nth-of-type(2), .office_table_box dd:nth-of-type(3), .office_table_box dd:nth-of-type(4), .office_table_box dd:nth-of-type(5), .office_table_box dd:nth-of-type(6) {
        height: 60px;
    }
    .office_table_box dt{
        width: 14%;
    }
    .office_table_box dd{
        width: 80%;
    }
    .form_frame {
        width: 768px;
    }
    .mod_form table tr th {
        padding: 20px 6px 20px;
    }
    .ex_essential p {
        padding: 3px 9px;
    }
    .cp_ipselect.cp_sl01 select {
        margin: 0 0 0 -263px;
    }
    .cp_ipselect.cp_sl01::before {
        left: 243px;
    }
}
@media(min-width: 769px){
    .indention_768{
        display: none;
    }
    .tb_sp_table{
        display: none;
    }
    .pc_table{
        display: flex;
    }
    .indention_768_hide{
        display: block;
    }
    .hide_768{
        display: block;
    }
    .show_768{
        display: none;
    }
    .form_br{
        display: none;
    }
    .comp_br{
        display: none;
    }
}
@media(max-width: 768px){
    .form_br{
        display: block;
    }
    .comp_br{
        display: block;
    }
    .indention_1023_hide{
        display: block;
    }
    .hide_768{
        display: none;
    }
    .show_768{
        display: block;
    }
    .indention_1023{
        display: none;
    }
    .indention_768_hide{
        display: none;
    }
    .show_768{
        display: block;
    }
    .show2br{
        display: block;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(1){
        font-size: 3.3vh;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(3) {
        margin: 3% 0 0 2px;
    }
    .self_introduction .self_introduction_text_box .sign_box {
        margin: -35px 0 0 54px;
    }
    .news_box_inner {
        width: 600px;
    }
    .bifurcation_text_box {
        margin: 0 0 60px 0;
    }
    .bifurcation_text_box p {
        font-size: 15px;
    }
    .news_box_inner_center {
        margin: 44px 0 0 22px;
    }
    .news_box_inner_center li p span:nth-of-type(2) {
        width: 253px;
        margin: 0 0 0 110px;
        text-align: left;
    }
    .bifurcation_box {
        width: 600px;
    }
    .works_img {
        width: 150%;
        margin: 0 0px 0px -61px;
    }
    .img_page_link_area{
        width: 262px;
        height: 148px;
    }
    .img_page_link_area p {
        left: 0;
        top: 63px;
        right: 0;
        font-size: 25px;
    }
    .img_page_link_area .under_line {
        top: 100px;
        right: 0;
        left: 2px;
        margin: 0 auto;
        border-bottom: 2px solid #fff;
    }
    .img_page_link_area:nth-of-type(2) p {
        top: 46px;
        left: 20px;
        right: 0;
        margin: 0 auto;
    }
    .img_page_link_area:nth-of-type(2) .under_line {
        top: 110px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .footer_inner {
        width: 565px;
    }
    .contact_box {
        width: 231px;
        height: 80px;
    }
    .mail_svg {
        width: 26px;
        margin: 32px 0 0 14px;
    }
    .contact_box p {
        font-size: 17px;
        margin: 33px 0 0 50px;
    }
    .tel_outer_box {
        margin: 0px 0px 0px 40px;
    }
    .tel_box_under {
        margin: 5px 0 0 0;
    }
    .tel_box_top img {
        width: 16px;
    }
    .tel_box_top p {
        font-size: 24px;
    }
    .tel_box_under p span:nth-of-type(2){
        line-height: 1.1;
    }
    .footer_logo {
        width: 180px;
    }
    .rocus_box img{
        width: 96px;
    }
    .rocus_box p {
        font-size: 14px;
        margin: 15px 0 0px 1px;
    }
    .contact_under_right {
        margin: 0px 0 0 39px;
    }
    .address_box p:nth-of-type(2){
        line-height: 1.1;
    }
    .content_inner {
        width: 600px;
    }
    .office_overview_box_inner_top .under_line_top {
        margin: 10px 0 0 266px;
    }
    .vertical_line02 {
        left: 296px;
    }
    .table01_a_inner, .table04_a_inner, .table04_a_inner {
        display: block; 
        margin: 30px 0 0 0;
    }
    .table01_a_01, .table04_a_inner01, .table05_a_inner01 {
        width: 390px;
        margin: 0 auto;
        padding: 0 0 20px 0;
    }
    .table01_a_01:nth-of-type(2), .table05_a_inner01:nth-of-type(2) {
        margin: 0 auto;
    }
    .bold {
        height: 44px;
        padding: 10px 0 0 0;
    }
    .line_height {
        line-height: 1.8;
    }
    .content_area_name_table_inner_bottom {
        padding: 8px 46px 20px;
    }
    .table01_d_inner td, .table02_c_inner td, .table03_a_inner td, .table03_b_inner td, .table04_b_inner td, .table05_b_inner td, .table01_a_inner_02 td, .table02_a_inner02 td, .table02_a_inner td {
        padding: 12px 5px;
        vertical-align: middle;
        font-size: 14.2px;
    }
    .table01_a_comment, .table02_a_comment {
        margin: 20px 0 0 0;
        font-size: 14px;
    }
    .center_text, .table03_a_comment {
        text-align: center;
        display: block;
        width: 90%;
        margin: 40px auto 0;
    }
    .center_text_qa{
        width: 460px;
    }
    .center_text_inheritance{
        width: 486px;
    }
    .table02_b_innerbox_01 .text_description, .table03_a_innerbox_01 .text_description {
        text-align: left;
    }
    .bold_title{
        margin: 5px 0 0;
        height: 35px;
    }
    .vertical_line {
        left: 296px;
    }
    .top03{
        text-align: center;
        line-height: 1.2;
    }
    .top03_under_line_white{
        margin: 72px 0 0 -7px;
    }
    .number{
        padding: 15px 0 0 0;
    }
    .table01_c_inner_bottom01 {
        padding: 0 3px;
    }
    .table01_c_inner_bottom01 .text_description {
        padding: 20px 10px 18px;
    }
    .table01_d_inner p {
        font-size: 15px;
    }
    .center_text03_01{
        width: 456px;
    }
    .mark_bule_top04 {
        height: 62px;
        align-items: center;
        justify-content: center;
        padding: 0;
        display: flex;
    }
    .table02_a_inner_bottom01 {
        width: 190px;
    }
    .table02_c_comment p {
        font-size: 15px;
    }
    .table04_a_inner01:nth-of-type(2) {
        margin: 0 auto;
    }
    .bold_top_03 {
        margin: 20px 0 0 0;
        padding: 20px 0 10px 0;
    }
    h3 {
        line-height: 1.2;
    }
    .table05_b_comment {
        font-size: 15px;
    }
    .table03_a_other_comment {
        background-color: #ebf6ff;
        width: 100%;
    }
    .center_text_dna01{
        width: 70%;
    }
    .text_description_dna{
        padding: 10px 20px 18px;
    }
    .table03_a_inner .top_tr td {
        padding: 8px 0px;
    }
    .table03_a_comment02 {
        margin: 15px 0 40px 1em;
        font-size: 14px;
        text-indent: -1em;
    }
    .office_overview_box {
        width: 600px;
    }
    .office_table_box dt {
        width: 13%;
        padding: 15px 0 15px 10px;
    }
    .office_table_box dt:nth-of-type(7) {
        padding: 30px 0 0px 10px;
    }
    .office_table_box dd {
        width: 80%;
        padding: 15px 10px 15px 10px;
    }
    .form_frame {
        width: 600px;
    }
    .cp_ipselect.cp_sl01 select {
        margin: 0 0 0 -202px;
    }
    .cp_ipselect.cp_sl01::before {
        left: 194px;
    }
    .mod_form table tr th{
        font-size: 15px;
    }
    .mod_form table tr td{
        font-size: 15px
    }
    label {
        text-align: left;
        line-height: 1.2;
    }
    input#name, input#kana, input#company, input#email, input#emailcheck, input#maker_etc, input#color_etc, input#postal_code, input#city_address, input#address03, input#tel, input#age, input#cost, input#floor, input#unit, .cp_ipselect.cp_sl01 select, textarea#memo {
        font-size: 16px;
        padding: 7px 0 7px 7px;
    }
/*---------------------------------------*/
    .pc_table{
        display: none;
    }
    .tb_sp_table{
        display: block;
    }
}
@media(min-width: 768px){
    .indention_767_hide{
        display: block;
    }
    .indention_767{
        display: none;
    }
}
@media(max-width: 767px){
    .indention_767_hide{
        display: none;
    }
    .indention_767{
        display: block;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(1){
        font-size: 2.9vh;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(2){
        font-size: 1.8vh;
    }
}
@media(max-width: 652px){
    .entrepreneur_and_manager_image_box .entrepreneur_and_manager_image02,.entrepreneur_and_manager_image03{
        background-size: cover;
    }
}
@media(min-width: 601px){
    .indention_600_hide{
        display: block;
    }
    .show_box{
        display: none;
    }
    .hide_under_600{
        display: block;
    }
    .sp_under,.indention_600{
        display: none;
    }
    .table_pc_hide{
        visibility: visible;
    }
    .table_tbsp_show{
        display: none;
        visibility: hidden;
    }
    .indention_600_hide{
        display: block;
    }
    .hide_600{
        display: block;
    }
    .show_600{
        display: none;
    }
    .comp_br2{
        display: none;
    }
}
@media(max-width: 600px){
    .form_br{
        display: none;
    }
    .comp_br2{
        display: block;
    }
    .sp_under{
        display: block;
    }
    .indention_600{
        display: block;
    }
    .indention_600_hide{
        display: none;
    }
    .hide_600{
        display: none;
    }
    .show_600{
        display: block;
    }
    .table_pc_hide{
        display: none;
        visibility: hidden;
    }
    .table_tbsp_show{
        visibility: visible;
    }
    .sp_bottom_border{
        margin: 15px auto 0;
        border-top: 3px solid #bfd6ea;
        width: 90%;
    }
    .indention_600_hide,.hide_600,.hide_under_600{
        display: none;
    }
    .entrepreneur_and_manager_image_box h1{
        font-size: 40px;
    }
    .top03_under_line_white {
        margin: 62px 0 0 -7px;
    }
    h3 {
        font-size: 23px;
    }
    .self_introduction .self_introduction_text_box{
        top: 11%;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(1) {
        font-size: 2.7vh;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(2) {
        font-size: 1.7vh;
    }
    .news_box_inner {
        width: 425px;
    }
    .news_box {
        height: 116px;
    }
    .news_box_inner_left, .news_box_inner_center,.list_display {
        float: none;
    }
    .news_box_inner_left,.news_box_inner_left span {
        font-size: 18px;
    }
    .news_box_inner_left{
        margin: 20px auto 0;
        text-align: center;
        display: block;
    }
    .news_box_inner_center{
        margin: 40px auto 0;
        text-align: center;
    }
    .list_display{
        margin: 0 auto;
    }
    .list_display p {
        font-weight: bold;
    }
    .show_box{
        display: block;
        width: 100%;
        background-color: #ececec;
        padding: 0 0 20px 0;
    }
    .open {
        height: auto;
    }
    .bifurcation_box {
        width: 425px;
    }
    .img_page_link {
        display: block;
    }
    .img_page_link_area {
        margin: 0 auto;
    }
    .img_page_link_area:nth-of-type(2) {
        margin: 15px auto;
    }
    .footer_inner {
        width: 425px;
        margin: 30px auto 0;
    }
    .contact_top, .contact_under {
        margin: 0 auto;
        width: 100%;
        clear: both;
    }
    .contact_under{
        margin: 15px auto 0;
        padding: 0 0 0 0;
    }
    .contact_outer_box,.tel_outer_box {
        float: none;
        margin: 0 auto;
        width: 100%;
        clear: both;
    }
    .contact_under_left,.contact_under_right{
        float: none;
        margin: 0 auto;
    }
    .contact_box {
        width: 231px;
        height: 50px;
        margin: 0 auto;
    }
    .tel_box {
        margin: 12px auto 0;
        width: 260px;
    }
    .footer_logo {
        width: 180px;
        margin: 0 auto 10px;
    }
    .address_box {
        margin: 0 auto;
        width: 300px;
    }
    .under_rocus{
        width: 100%;
        margin: 16px auto 0;
    }
    .rocus_box {
        width: 200px;
        margin: 0 auto;
    }
    .contact_box p {
        font-size: 15px;
        margin: 19px 0 0 55px;
    }
    .mail_svg {
        width: 22px;
        margin: 18px 0 0 27px;
    }
    .tel_box_top {
        display: flex;
        display: -webkit-flex;
        display: -webkit-box; 
    }
    .tel_box_top img {
        width: 16px;
        display: block;
        margin: 0 0 0 19px;
    }
    .tel_box_top p {
        font-size: 28px;
        display: block;
    }
    .tel_box_under {
        margin: 5px 0 0 0;
        text-align: center;
    }
    .tel_box_under p span:nth-of-type(2) {
        margin: 2px 0 0 0px;
        line-height: 1.2;
    }
    .address_box p:nth-of-type(1) {
        font-size: 14px;
        text-align: center;
    }
    .address_box p:nth-of-type(2) {
        text-align: center;
        line-height: 1.3;
    }
    .address_box p {
        text-align: center;
        margin: 0 0 7px 0;
    }
    .footer {
        padding-bottom: 60px;
    }
    .content_inner {
        width: 425px;
    }
    .office_overview_box_inner_top .under_line_top {
        margin: 10px 0 0 177px;
    }
    .table01_d_inner td, .table02_c_inner td, .table03_a_inner td, .table03_b_inner td, .table04_b_inner td, .table05_b_inner td, .table01_a_inner_02 td, .table02_a_inner02 td, .table02_a_inner td {
        padding: 12px 15px;
        vertical-align: middle;
        font-size: 14.2px;
        line-height: 1.2;
    }
    .table_height{
        height: 70px;
    }
    .light_blue{
        background-color: #d5eafb;
        font-weight: bold;
    }
    .light_blue_width{
        width: 110px;
    }
    .text_top_space {
        margin: 10px 0 0 0;
        display: block;
    }
    .vertical_line02 {
        left: 210px;
    }
    .center_text_qa {
        width: 380px;
    }
    .center_text_inheritance {
        width: 310px;
    }
    .bold_title {
        margin: 4px 0 0;
    }
    .bold_title_2line {
        height: 67px;
        line-height: 1.3;
    }
    .table01_a_comment p {
        margin: 5px 0 0 1em;
        text-indent: -1em;
    }
    .table02_a_inner p{
        margin: 8px 0 0 0;
        text-indent: 0;
        text-align: justify;
    }
    .table01_c_inner_bottom {
        display: block;
    }
    .table01_c_inner_bottom01 {
        margin: 0 auto;
    }
    .table01_c_inner_bottom .table01_c_inner_bottom01:nth-of-type(2), .table01_c_inner_bottom .table01_c_inner_bottom01:nth-of-type(3) {
        border-left: 0px solid #b9ddfb;
        border-top: 2px solid #b9ddfb;
    }
    .point01_c_02 {
        position: relative;
        margin: -1200px 0 0 -140px;
        top: 1200px;
        background-color: #ebf6ff;
        display: block;
        height: 1200px;
        width: 200%;
        z-index: -1;
    }
    .table01_c{
        position: relative;
        top: 0;
        display: block;
        z-index: 1;
    }
    .point01_d{
        margin: 140px 0 70px 0;
    }
    .table02_a_inner_top, .table02_a_inner_middle {
        display: block;
    }
    .table02_a_inner_top01, .table02_a_inner_middle01, .table02_a_inner_bottom01 {
        display: block;
        width: 80%;
        background-color: #fff;
        border-radius: 20px;
        margin: 0 auto 20px;
    }
    .table02_a_inner_top01:nth-of-type(2), .table02_a_inner_middle01:nth-of-type(2) {
        margin: 0 auto 20px;
    }
    .vertical_line {
        left: 206px;
    }
    .table02_b_innerbox_01 .text_description, .table03_a_innerbox_01 .text_description {
        text-align: justify;
    }
    .table01_d_inner p,.table02_c_comment p,.table03_b_comment p,.table04_b_comment,.table05_b_comment {
        font-size: 15px;
        text-indent: -1em;
        margin: 20px 0 0 1em;
        line-height: 1.2;
    }
    .table02_c_comment p,.table03_b_comment p,.table04_b_comment,.table05_b_comment {
        margin: 10px 0 0 1em;
    }
    .text_description02 {
        padding: 0 60px 0;
    }
    .text_description02 p {
        text-indent: -0.6em;
        margin: 0 0 15px 1.4em;
    }
    .table05_b_inner .top_tr td {
        padding: 8px 6px;
    }
    .light_blue_width2{
        width: 120px;
    }
    .light_blue_width3{
        width: 90px;
    }
    .table_tbsp_show02{
        margin: 15px 0 0 0;
    }
    .indent_600 {
        text-indent: 0.9em;
    }
    .office_overview_box {
        width: 425px;
    }
    .office_table_box dt {
        width: 13%;
        padding: 15px 0 15px 10px;
        font-size: 14px;
        margin: 0 0 0 2.5px;
    }
    .office_table_box dd {
        width: 78%;
        padding: 15px 10px 15px 10px;
        font-size: 14px;
    }
    .form_frame {
        width: 425px;
    }
    .table_form {
        border: 0px solid #595959;
        border-collapse: collapse;
    }
    .mod_form table tr th {
        font-size: 15px;
        float: left;
        width: 97%;
    }
    .mod_form table tr td {
        font-size: 15px;
        float: left;
        width: 92.8%;
        border: solid 0px #000;
        border-left: solid 1px #000;
        border-right: solid 1px #000;
    }
    .cp_ipselect.cp_sl01 {
        position: relative;
        border: 0px solid #000;
        border-radius: 0;
        background: #ffffff;
        border-left: solid 1px #000;
        border-right: solid 1px #000;
    }
    .mod_form table tr td.last_td{
        border-bottom: solid 1px #000;
    }
    .cp_ipselect.cp_sl01::before {
        left: 184px;
    }
    .form_frame_top p {
        font-size: 15px;
    }
    .form_frame_top .under_line_top_text{
        font-size: 14.7px;
    }
    .tel_frame p {
        font-size: 20px;
        
    }
    .footer_form_comp {
        margin: 0 auto 0;
        width: 100%;
        height: 360px;
    }
    .comp_h1{
        font-size: 30px;
    }
}
@media(max-width: 550px){
    .self_introduction .self_introduction_text_box {
        top: 8%;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(1) {
        font-size: 26px;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(2) {
        font-size: 15.5px;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(3) span {
        font-size: 25px;
    }
}
@media(max-width: 500px){
    .self_introduction .self_introduction_text_box p:nth-of-type(1) {
        font-size: 24px;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(2) {
        font-size: 14px;
    }
    .arrowWrap {
        display: none;
    }
    .self_introduction .self_introduction_text_box .sign_box {
        width: 130px;
    }
    
}
@media(min-width: 426px){
    .show_425{
        display: none;
    }
    .indention_425_hide{
        display: block;
    }
}
@media(max-width: 425px){
    .show_425{
        display: block;
    }
    .indention_425_hide{
        display: none;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(1) {
        font-size: 22.9px;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(2) {
        font-size: 13.4px;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(3) {
        font-size: 16.5px;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(3) span {
        font-size: 23px;
    }
    .self_introduction .self_introduction_text_box .sign_box {
        width: 110px;
    }
    .office_overview_box_inner_top h1, .office_overview_box_inner_top h2{
        font-size: 30px;
    }
    h3 {
        font-size: 22px;
    }
    .bifurcation_box {
        width: 375px;
    }
    .bifurcation_text_box p {
        font-size: 14px;
    }
    .news_box_inner {
        width: 365px;
    }
    .news_box_inner_center {
        margin: 32px auto 0;
        font-size: 14px;
    }
    .footer_inner {
        width: 375px;
    }
    .content_inner {
        width: 98%;
    }
    .center_text03_01 {
        width: 80%;
        text-align: justify;
    }
    .center_text_guest_house{
        text-align: justify;
    }
    .center_text_waste{
        width: 80%;
        text-align: justify;
    }
    .map_inner {
        width: 405px;
    }
    .form_frame {
        width: 375px;
    }
    .office_overview_box_inner_top .under_line_top {
        margin: 10px 0 0 155px;
    }
    .mod_form table tr td {
        width: 92.3%;
    }
    .cp_ipselect.cp_sl01 select {
        margin: 0 0 0 -126px;
        width: 220px;
    }
    .cp_ipselect.cp_sl01::before {
        left: 212px;
    }
    .under_line_top_text.under_line_top_text {
        text-align: justify;
        margin: 40px 0 0 0;
    }
    .mod_form_btn input {
        padding: 20px 70px;
        font-size: 18px;
    }
    .under_line_top_text.comp_top_text{
        width: 90%;
        display: block;
        margin: 35px auto;
    }
    .office_overview_box_inner_top .comp_h1{
        font-size: 6.5vw;
    }
}
@media(min-width: 425px){
    .indention_424{
        display: none;
    }
}
@media(max-width: 424px){
    .office_overview_box_inner_top .comp_h1{
        font-size: 6.8vw;
    }
    .comp_br{
        display: none;
    }
    .indention_424{
        display: block;
    }
    .indention_424_hide{
        display: none;
    }
    .entrepreneur_and_manager_image_box h1{
        font-size: 38px;
    }
    .entrepreneur_and_manager_image_box .top03 {
        font-size: 35px;
    }
    .bold {
        height: auto;
        font-size: 22px;
    }
    .bold_small02{
        font-size: 18px;
    }
    .bifurcation_text_box p {
        font-size: 13px;
    }
    .content_inner {
        width: 375px;
    }
    .office_overview_box_inner_top .under_line_top {
        margin: 10px 0 0 153px;
    }
    .office_overview_box_inner_top .under_line_top_form{
        margin: 10px 0 0 125px;
    }
    .table01_a_01, .table04_a_inner01, .table05_a_inner01 {
        width: 350px;
        margin: 0 auto;
        padding: 0 0 20px 0;
    }
    .center_text, .table03_a_comment{
        text-align: justify;
        width: 94%;
    }
    .content_area_name_table_inner_bottom {
        padding: 8px 36px 20px;
    }
    .text_height{
        padding: 18px 36px 20px;
    }
    .table01_d_inner td, .table02_c_inner td, .table03_a_inner td, .table03_b_inner td, .table04_b_inner td, .table05_b_inner td, .table01_a_inner_02 td, .table02_a_inner02 td, .table02_a_inner td {
        padding: 12px 6px;
        vertical-align: middle;
        font-size: 14.2px;
        line-height: 1.2;
    }
    .center_text_qa {
        width: 360px;
    }
    .vertical_line02 {
        left: 183px;
    }
    .center_text_inheritance {
        width: 310px;
    }
    .text_description {
        padding: 10px 20px 18px;
    }
    .vertical_line {
        left: 180px;
    }
    .office_overview_box {
        width: 375px;
    }
    .map_inner {
        width: 355px;
    }
    .office_table_box dt {
        width: 13%;
        padding: 15px 0 15px 5px;
        font-size: 14px;
        margin: 0 0 0 2.5px;
    }
    .office_table_box dt:nth-of-type(7) {
        padding: 30px 0 0px 5px;
    }
    .form_frame {
        width: 320px;
    }
    .mod_form table tr td {
        width: 91.5%;
    }
    .cp_ipselect.cp_sl01 select {
        margin: 0 0 0 -69px;
        width: 220px;
    }
    .under_line_top_text.under_line_top_text {
        text-align: justify;
        margin: 40px 0 0 -1px;
        font-size: 14px;
    }
    .under_line_top_text.comp_top_text {
        width: 90%;
        display: block;
        margin: 35px auto;
    }
}
@media(min-width: 376px){
    .indention_375{
        display: none;
    }
}
@media(max-width: 375px){
    .indention_375{
        display: block;
    }
    .self_introduction .self_introduction_text_box {
        left: 1%;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(1) {
        font-size: 18.4px;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(2) {
        font-size: 13px;
        letter-spacing: -0.5px;
    }
    .content_inner {
        width: 355px;
    }
    .center_text_qa {
        width: 350px;
    }
    .indention_374{
        display: none;
    }
    .vertical_line {
        left: 174px;
    }
}
@media(max-width: 374px){
    .comp_br2{
        display: none;
    }
    .comp_br2_2{
        display: block;
    }
    .indention_374_hide{
        display: none;
    }
    .indention_374{
        display: block;
    }
    .news_box_inner {
        width: 310px;
    }
    .bifurcation_box {
        width: 320px;
    }
    .footer_inner {
        width: 320px;
    }
    .bifurcation_text_box p {
        letter-spacing: 0.8px;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(3) {
        font-size: 13.5px;
        margin: -28% 0 0 209px;
    }
    .self_introduction .self_introduction_text_box p:nth-of-type(3) span {
        font-size: 20px;
        display: block;
        margin: -4px 0 0 0;
    }
    .self_introduction .self_introduction_text_box .sign_box{
        width: 90px;
        margin: -15px 0 0 228px;
    }
    .content_inner {
        width: 310px;
    }
    .office_overview_box_inner_top .under_line_top {
        margin: 10px 0 0 121px;
    }
    .vertical_line02 {
        left: 150px;
    }
    .table01_a_01, .table04_a_inner01, .table05_a_inner01 {
        width: 300px;
        margin: 0 auto;
        padding: 0 0 20px 0;
    }
    .text_indent {
        text-indent: -1em;
        margin: 0 0 0 1em;
        display: block;
    }
    .tax_indent {
        margin: 0 0 0 -0.5em;
        display: block;
    }
    .center_text_qa {
        width: 290px;
    }
    .center_text_inheritance {
        width: 250px;
    }
    .entrepreneur_and_manager_image_box .top03 {
        font-size: 30px;
    }
    .top03_under_line_white {
        margin: 48px 0 0 -7px;
    }
    .text_description {
        text-align: justify;
    }
    .vertical_line {
        left: 148px;
    }
    .sp_lineheight{
        line-height: 1.2;
    }
    .office_overview_box_inner_top .h2_line {
        font-size: 28px;
    }
    .office_overview_box_inner_top h1, .office_overview_box_inner_top h2 {
        font-size: 28px;
    }
    .indent_600 {
        text-indent: 0.8em;
    }
    .office_overview_box {
        width: 320px;
    }
    .office_table_box dd {
        width: 71%;
        padding: 15px 10px 15px 6px;
        font-size: 14px;
        line-height: 1.6;
    }
    .office_table_box dt {
        width: 20%;
    }
    .map_inner {
        width: 300px;
    }
    .form_frame {
        width: 300px;
    }
    .mod_form table tr td {
        width: 91.1%;
    }
    .cp_ipselect.cp_sl01 select {
        margin: 0 0 0 -54px;
        width: 220px;
    }
    .mod_form_btn input {
        padding: 20px 50px;
        font-size: 18px;
    }
}
/*------------------------------------□□□レスポンシブend□□□------------------------------------*/







/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!下層配置!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*-----------------------------------☆☆main_image☆☆--------------------------------------*/
@media(max-width: 1366px){
    .main_image {
        height: 80vh;
    }
}
@media(max-width: 1240px){
    .main_image{
        background-position: 69% 100%;
    }
}
@media(max-width: 600px){
    .main_image {
        background-position: 62% 100%;
        height: 78vh;
    }
}
@media(max-width: 550px){
    .main_image {
        background-position: 57% 100%;
        height: 70vh;
    }
}
@media(max-width: 500px){
    .main_image {
        height: 560px;
    }
}
@media(max-width: 425px){
    .main_image {
        background-position: 55% 100%;
        height: 510px;
    }
}
@media(max-width: 374px){
    .main_image {
        background-position: 55% 100%;
        height: 397px;
    }   
}
/*---------------------------------☆☆main_image☆☆--------------------------------------*/


/*-------------------------------☆☆header_tablet_sp☆☆----------------------------------*/
@media(min-width: 1367px){
/*
    .pc_top{
        display: block;
    }
*/
    .sp_top{
        display: none;
    }
}
@media(max-width: 1366px){
    .dropdown_list_tb01:hover,.dropdown_list_tb02:hover,.dropdown_list_tb03:hover,.dropdown_list_tb04:hover{
        background-color: #eef2f5;
    }
    .menuWrapper {
        position: fixed;
        z-index: 99999;
/*        border: 1px solid #ccc;*/
        width: 50px;
        height: 50px;
        top: 21px;
        right: 12px;
/*        transform: rotate(-90deg);*/
    }
    #menuButton,#menuButton2 {
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 0;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }
    #menuButton span,
    #menuButton::before,
    #menuButton::after,
    #menuButton2 span,
    #menuButton2::before,
    #menuButton2::after {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left:0;
        right: 0;
        width: 36px;
        height: 4px;
        margin: auto;
        background: #3482c6;
    }
    #menuButton span,
    #menuButton2 span {
        overflow: hidden;
        z-index: 1;
        color: #3482c6;
    }
    #menuButton::before,
    #menuButton2::before {
        z-index: 2;
        transform: translate(0, -12px);
        content: "";
    }
    #menuButton::after,
    #menuButton2::after {
        z-index: 2;
        transform: translate(0, 12px);
        content: "";
    }
    #menuButton span,
    #menuButton2 span {
        transition: transform 150ms 50ms;
    }
    #menuButton::before,
    #menuButton::after,
    #menuButton2::before,
    #menuButton2::after {
        transition: transform 200ms;
    }
    #menuButton.active span,
    #menuButton2.active span {
        transform: translate(50px, 0);
        transition: transform 150ms;
    }
    #menuButton.active::before,
    #menuButton2.active::before {
        transform: rotate(45deg);
    }
    #menuButton.active::after,
    #menuButton2.active::after {
        transform: rotate(-45deg);
    }
    
    .pc_top{
        display: none;
    }
    .sp_top{
        display: block;
    }
    .header{
        height: 87px;
    }
    .main_logo_box{
        margin: 27px 0 0 15px;
    }
    .main_logo_p{
        display: inline-block;
        margin: 39px 0 0 16px;
        font-weight: bold;
    }
/*--------------------tb_down_menu_start--------------------*/
    .header_down_menu_tb{
        width: 100%;
        height: auto;
        background-color: #fff;
        position: absolute;
        top: 93px;
        left: 0;
        z-index: 600;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    .header_down_menu_inner_tb{
        height: 0;
        position: relative;
        z-index: 100;
        top: 0px;
        display: flex;
        flex-wrap: wrap;
        /* flex-direction: column; */
        padding: 42px 0 0;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }
    .tb_height{
        visibility: visible;
        opacity: 1;
        height: 610px;
        padding: 20px 0 0;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    .tb_height02{
        visibility: visible;
        opacity: 1;
        
    }
    .header_down_menu_inner_box_tb {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .individual_area_tb,.entrepreneur_and_manager_area_tb,.DNA_tasting_area_tb,.office_overview_tb{
        width: calc(99% / 4);
        height: 70%;
    }
    .individual_area_tb,.entrepreneur_and_manager_area_tb,.DNA_tasting_area_tb{
        border-right: 2px solid #3482c6;
    }
    .header_down_menu_dropdown_tb {
        display: block;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .dropdown_list_tb{
        width: 100%;
        border: none;
    }
    .dropdown_list_tb p {
        font-size: 16px;
        color: #000;
        text-align: center;
    }
    .dropdown_list_tb a {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 6px 0;
    }
    .dropdown_list_tb .lead {
        font-size: 18.5px;
        color: #3482c6;
        font-weight: bold;
    }
    .tb_link{
        display: block;
        width: 100%;
        height: 62px;
        margin: -10px 0 0 0;
    }
    .tb_link .contact_link{
        display: block;
    }
    .tb_link .contact_link p {
        margin: 0 auto;
        width: 90%;
        height: 58px;
    }
    .tb_link .contact_link p a {
        padding: 17px 21px;
        text-align: center;
        font-size: 23px;
    }
    .my-parts {
        margin: 23px 0 0 8px;
        width: 40px;
    }
    .rocus_top_logo_img {
        margin: 5px 0 0 0;
    }
/*---------------------tb_down_menu_end---------------------*/
    .main {
        margin: 92px 0 0 0;
    }
}
@media(min-width: 769px){
    .bu_hide1,.hide_slide_menu1{
        display: block;
    }
    .bu_hide2,.hide_slide_menu2{
        display: none!important;
    }
}
@media(max-width: 768px){
    .bu_hide1,.hide_slide_menu1{
        display: none!important;
    }
    .bu_hide2,.hide_slide_menu2{
        display: block;
    }
    .header{
        transition: 0.3s!important;
    }
    .slide_up{
        top: -87px;
        transition: 0.3s;
    }
    .slide_down{
        top: 0px;
        transition: 0.3s;
    }
    .header_down_menu_tb{
        position: fixed;
        top: 0px;
    }
    .header_down_menu_inner_tb{
        padding: 87px 0 0;
    }
    .dropdown_list_tb p {
        font-size: 14px;
    }
    
}
@media(max-width: 767px){
    .header_down_menu_tb{
        overflow-y: scroll;
        border-bottom: 6px solid #1d78ca;
    }
    .header_down_menu_inner_tb{
        padding: 20px 0 0;
    }
    .header_down_menu_dropdown_tb{
        margin: 0 0 0 0;
    }
    .individual_area_tb, .entrepreneur_and_manager_area_tb, .DNA_tasting_area_tb, .office_overview_tb {
        width: 100%;
        height: auto;
    }
    .individual_area_tb, .entrepreneur_and_manager_area_tb, .DNA_tasting_area_tb {
        border-right: 0px solid #3482c6;
    }
    .entrepreneur_and_manager_area_tb,.office_overview_tb,.tb_link{
        background-color: #f7f7f7;
    }
    .dropdown_list_tb .lead {
        font-size: 15.6px;
    }
    .dropdown_list_tb p {
        font-size: 13px;
    }
    .dropdown_list_tb a {
        width: 70%;
    }
    .tb_height{
        height: 90vh;
    }
    .tb_link{
/*        margin: 20px 0 0 0;*/
        padding: 60px 0 90px 0;
    }
    .entrepreneur_and_manager_image_box .entrepreneur_and_manager_image{
        background-size: cover;
    }
    .contact_link p:hover {
        color: #3482c6;
        font-weight: normal;
        background-color: #fff;
    }
    .dropdown_list_tb01:hover,.dropdown_list_tb02:hover,.dropdown_list_tb03:hover,.dropdown_list_tb04:hover{
        background-color: #eef2f5;
    }
    
}
@media(min-width: 601px){
    .logo1{
        display: block;
    }
    .logo2{
        display: none;
    }
}
@media(max-width: 600px){
    .logo1{
        display: none;
    }
    .logo2{
        display: block;
    }
    .header {
        border-bottom: 3px solid #3482c6;
        height: 70px;
    }
    .main_logo_box {
        width: 143px;
        margin: 23px 0 0 8px;
    }
    .main_logo_p {
        font-size: 14px;
        margin: 29px 0 0 9px;
    }
    .menuWrapper {
        top: 12px;
        right: 6px;
    }
    .tb_height {
        height: 88vh;
    }
    .my-parts {
        margin: 12px 0 0 3px;
        width: 30px;
    }
    .rocus_top_logo {
        margin: 7px 0 0 1px;
    }
    .rocus_top_logo_img {
        width: 99px;
        margin: 8px 0 0 0;
    }
    .main {
        margin: 73px 0 0 0;
    }
}
@media(min-width: 441px){
    .indention_440{
        display: none;
    }
}
@media(max-width: 440px){
    .indention_440{
        display: block;
    }
    .main_logo_p {
        font-size: 12.5px;
        margin: 24px 0 0 9px;
        line-height: 1.1;
    }
}
@media(min-width: 375px){
    .indention_320{
        display: none;
    }
}
@media(max-width: 374px){
    .indention_320{
        display: block;
    }
    .main_logo_p {
        font-size: 12px;
        margin: 17px 0 0 9px;
    }
    .rocus_top_logo_img {
        width: 76px;
        margin: 12px 0 0 0;
    }
}
/*-----------------------------☆☆header_tablet_sp☆☆--------------------------------*/

/*ipad pro 縦*/
@media only screen
    and (min-device-width:1024px) 
    and (max-device-width:1366px) 
    and (orientation:portrait){
        .self_introduction .self_introduction_text_box {
            top: 14%!important;
            left: 7.2%!important;
        }
        .self_introduction .self_introduction_text_box p:nth-of-type(1) {
            font-size: 2.6vh;
        }
        .self_introduction .self_introduction_text_box p:nth-of-type(2) {
            font-size: 1.8vh;
        }
        .ippro_br{
            display: block;
        }
        .main_image {
            height: 65vh;
        }
        .footer{
            height: 200px;
        }
}

/*ipad 横*/
@media only screen
    and (min-device-width:768px) 
    and (max-device-width:1024px) 
    and (orientation:landscape) {
        .self_introduction .self_introduction_text_box {
            top: 8%;
        }
        .main_image {
            background-position: 69% 60%;
        }
}

/*ipad 縦*/
@media only screen
    and (min-device-width:768px) 
    and (max-device-width:1024px) 
    and (orientation:portrait){
        .self_introduction .self_introduction_text_box {
            top: 8%;
        }
        .self_introduction .self_introduction_text_box p:nth-of-type(1) {
            font-size: 29.8px;
        }
        .self_introduction .self_introduction_text_box p:nth-of-type(2) {
            font-size: 19px;
        }
        .ip_bold{
            font-size: 21.5px;
        }
        .footer{
            height: 160px;
        }
        .contact_under_right {
            margin: 0px 0 0 0px;
        }
}

/*iphone 678 縦*/
@media only screen
    and (min-device-width:375px) 
    and (max-device-width:667px) 
    and (orientation:portrait){
        .content_area_name_table_inner_bottom p {
            margin: 0 0 0px 20px;
            line-height: 1.4;
            text-indent: -0.5em!important;
            font-size: 16.2px;
        }
        .text_height {
            padding: 28px 36px 20px;
        }
        .table01_a_comment p {
            margin: 5px 0 0 1em!important;
            text-indent: -1em!important;
        }
        .office_overview_box_inner_top .under_line_top {
            margin: 10px 0 0 145px;
        }
        .office_overview_box_inner_top .ip678_line{
            margin: 10px 0 0 155px;
        }
        .office_overview_box_inner_top .ip678_line2{
            margin: 10px 0 0 129px;
        }
        .tel_box_top img {
            width: 16px;
            display: block;
            margin: 0 0 0 0px;
        }
}

/*android 縦*/
@media only screen
    and (min-device-width:360px) 
    and (max-device-width:640px) 
    and (orientation:portrait){
        .text_height {
            padding: 28px 36px 20px;
        }
        .content_area_name_table_inner_bottom p {
            margin: 0 0 0px 20px;
            line-height: 1.4;
            text-indent: -1em;
            font-size: 16.2px;
        }
        .table01_a_comment p {
            margin: 5px 0 0 0.8em;
            text-indent: -0.7em;
        }
        .and_br{
            display: none;
        }
        .and_bold{
            font-size: 20px;
        }
        .and_h3{
            font-size: 20px;
        }
        .and_bold_height{
            line-height: 1.2;
        }
        .table02_c_comment p.and_indent,.table03_b_comment p.and_indent,{
            margin: 5px 0 0 0.8em;
            text-indent: -0.7em;
        }
        .table04_b_comment,.table05_b_comment{
            margin: 10px 0 0 0.7em;
            text-indent: -0.7em;
        }
        .table03_a_comment02 {
            margin: 15px 0 40px 0.7em;
            font-size: 14px;
            text-indent: -0.7em;
        }
        .and_br_show{
            display: block;
        }
}


/*iphone css*/
.iphone .table04_b_comment,.iphone .table05_b_comment {
margin: 10px 0 0 1em;
text-indent: -0.9em;
}
.iphone .table03_a_comment02{
    margin: 15px 0 40px 1em;
    font-size: 14px;
    text-indent: -0.9em;
    
}
/*iphone css end*/

@-moz-document url-prefix(){
    table, td, th {
        border: 1px solid #808080;
        border-collapse: separate;
    }
    .mod_form table tr th {
        border: solid 1px #808080;
        background-color: #f2f2f2;
    }
    .mod_form table tr td {
        padding: 14px 10px 14px 20px;
        border: solid 1px #808080;
    }
    .cp_ipselect.cp_sl01 {
        border: 1px solid #808080;
        border-radius: 0;
        background: #ffffff;
    }
}


.over_hidden{
    overflow: hidden;
}
.touch_no{
    touch-action: none;
}
.error{
    color: #d22e2e;
}

/* 追記 */
.office_table_box dd:last-child{
    height: 220px;
}
.office_table_box dt:nth-of-type(7){
    height: 220px;
}
.office_table_box .first{
    margin-bottom: 15px;
}
@media (max-width: 424px){
    .office_table_box dd:last-child{
        height: 260px;
    }
    .office_table_box dt:nth-of-type(7){
        height: 260px;
    }
}