/*
Theme Name: RE;CO V5
*/

@charset 'utf-8';

/* --------- 共通 --------
------------------------ */
a {
    text-decoration: none;
    color: #000;
}

li {
    list-style-type: none;
}

html,body {
    scroll-behavior: smooth;
    min-height: 100vh;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.66667vw;
    font-feature-settings: "palt";
    letter-spacing: .04em;
    overflow: auto;
}


img {
    max-width: 100%;
    vertical-align: bottom;
}

.innerwrapper {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}

.outerwrapper {
    max-width: 1200px;
    margin: 0 auto;
    width:80%;
}

.infWrapper {
    width: 94%;
    margin: 0 auto;
}

.inner {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 100px 0;
}

.title_border {
    background: rgb(7, 84, 137);
    background: linear-gradient(90deg, rgba(7, 84, 137, 1) 50%, rgba(95, 157, 221, 1) 50%);
    width: 320px;
    height: 4px;
    margin: 0 auto;
    margin-bottom: 45px;
    margin-top: 4px;
}

.cont_title {
    text-align: center;
    padding: 80px 0 30px 0;
    font-size: clamp(30px,1.5rem,32px);
}

.tableWrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 85%;
}

@media screen and (min-width: 1300px) {
.tableWrap {
    width: 100%;
}
}

.table {
    font-family: 'Noto Sans JP';
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
        font-size: 16px;
}

.table th {
    border: 1px solid #000;
    border-bottom: none;
    border-right: none;
    padding: 16px 0;
    
}

.table td {
    border: 1px solid #000;
    border-bottom: none;
    border-right: none;
    padding: 10px;
}

.th_basic {
    background-color: #CCC;
}

.th_premium {
    background-color: #FDE190;
}

.table td:nth-child(2) {
    text-align: center;
}

.table td:nth-child(3) {
    text-align: center;
}

.table td:nth-child(4) {
    text-align: center;
}

.table .text_left {
    text-align: left !important;
    padding: 10px;
}

.tb_supplement {
    font-size: 13px;
    font-family: 'Noto Sans JP';
    
    margin-top: 20px;
    margin-bottom: 140px;
}

.contact {
    color: #fff;
    border: 1px solid #0071BC;
    display: flex;
    justify-content: center;
    align-items: center;
}



.underline {
background: linear-gradient(transparent 70%, yellow 30%);
    font-weight: bold;
    font-size: 20px !important;
}

.baseFont {
    font-size: 18px;
}

.imgWrap {
    width: 498px;
    height: 332px;
    flex-basis: 36.6%;
}

.imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainImgWrap {
    margin-top: -20px;
    margin-bottom: 40px;
}

.caution {
    font-size: 10.4px;
    color: #FF0000;
    padding: 4px;
}

input[type=checkbox] {
    transform: scale(1.5);
    margin: 0 6px 0 0;
}

.formTxt {
    font-size: 13px;
}

.mr0 {
    margin-right: 0 !important;
}

.contTxt {
    line-height: 2rem;
}

.fw600 {
    font-weight: 600;
}

.fs15 {
    font-size: 15px;
}

.sp_br {
    display: none;
}

.resp_br {
    display: block;
}

.sp-menu {
    display: none;
}



.font{
    font-family: 'Noto Sans JP', sans-serif;
}

.sp{
    display: none;
}


/* ------共通--------
--------------------------- */

.contents h3 {
    font-size: clamp(18px,1rem,20px);
    font-weight: bold;
    padding: 14px;
    background-color: #E6E6E6;
    width: 100%;
    margin: 0 0 20px 0;
}

.contents p {
    padding: 0 0 15px 0;
    line-height: 2;
    font-size: clamp(14px,.68rem,16px);
}

/* ------headerエリア--------
--------------------------- */
.header_wrapper {
    background-color: #FFF;
      position:sticky;
  top: 0;
  left: 0;
  width: 100%;
    -webkit-transform: translateY(0);
  transform: translateY(0);
    -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
        z-index: 100;
}

.header--unpinned {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}


.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  animation: slideDown 0.7s ease-in-out;
  z-index: 5;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}


.header {
    color: #000;
    width: 95%;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 1vh 0;
    max-width: 1200px;
}




.header_logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
}

.header_logo h1 {
    font-size: 13px;
    font-weight: 300;
        width: 100%;
}

.header_logo img {
    width: 125px;
    margin-right: 22px;
}

.header_logo p {
    font-size: clamp(12px,.7rem,16px);
    font-weight: 400;
}

.header nav {
   display: flex;
    align-items: flex-end;
    margin: 0 0 0 auto;
    width: 74%;
    justify-content: space-between;
}

.header nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header nav ul.web {
    width: 61%;
    border-left: 1px solid #ccc;
    padding: 0 0 0 1vw;
}

.header nav ul.consulting {
    width: 37%;
    border-left: 1px solid #ccc;
    padding: 0 0 0 1vw;
    box-sizing: border-box;
    margin: 0 0 0 1vw;
}

.header nav ul li.sh {
    padding: 2px 0;
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin: 0 auto 2px auto;
    display: flex;
}

.header nav ul li.sh::before {
    content: '';
    border-top: 1px solid #CCC;
    width: 21%;
    margin: 0 10px 0 0;
}

.header nav ul li.sh::after {
    content: '';
    border-top: 1px solid #CCC;
    width: 17%;
    margin: 0 0 0 10px;
}

.header nav ul.web li.sh::before {
    width: 31%;
}

.header nav ul.web li.sh::after {
    width: 31%;
}

.header nav ul li a {
    display: flex;
    align-items: center;
    font-size: clamp(12px,.7rem,15px);
    color: #181f45;
    padding: 8px 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.header nav ul li a span {
    font-size: 17px;
    padding: 0 0 0 5px;
}

.header nav ul li {
    display: flex;
    align-items: center;
}

.header nav ul li img{
       height: 16px;
    width: auto;
    margin: 0 6px 0 0;
}

.subnavi {
    background: #e2e2e2;
    padding: 1vh 0;
}

.subnavi ul{
    display: flex;
    flex-wrap: wrap;
   margin:0 14px 0 auto;
    width: fit-content;
}

.subnavi ul li a{
display: flex;
    align-items: center;
    font-size: clamp(12px,.7rem,14px);
    padding: 10px 12px;
}

.subnavi ul li a span {
    font-size: 17px;
    padding: 2px 0 0 5px;
}


.subnavi .inner {
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
}


.free_contact {
    display: flex;
    margin-top: 4px;
}

.freedial {
    margin-right: 10px;
    margin-top: 0;
    align-items: center;
    display: flex;
    align-items: center;
}

.freedial img {
    width: 40px;
    height: auto;
}

.freedial span {
    margin-left: 5px;
    font-size: 30px;
    letter-spacing: 0.1em;
    font-family: 'Jost';
}

.freedial_area p {
    font-size: 14px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    
}

.contact_bgc_b {
    height: 56px;
    width: 225px;
    background: rgb(0, 46, 108);
    background: linear-gradient(0deg, rgba(0, 46, 108, 1) 0%, rgba(7, 83, 159, 1) 100%);
    margin: 5px 0 0 15px;
    font-size: 16px;
}

.contact img {
    width: 20px;
    margin-right: 10px;
}





.subnavi .inner .freedial {
    margin-right: 0;
    line-height: 1;
}

.subnavi .inner .freedial img {
    width: 32px;
}

.subnavi .inner .freedial span {
    font-size: clamp(24px,1.2rem,28px);
    font-weight: 400;
}

.subnavi .inner .freedial_area p {
    font-size: clamp(12px,.6rem,13px);
}


/* --------navエリア---------
--------------------------- */
.navi {
    padding: 20px 0;
}

.navi ul ul {
    display: block;
}

.navi ul li {
    position: relative;
}

.navi ul li li a {
    font-size: 13px;
    padding: 15px 35px;
    color: #000;
    border-bottom: 1px solid #999;
    padding-right: 15px;
    padding-left: 15px;
}

.navi ul li li:last-child a {
    border-bottom: 0;
}

.navi ul li a:hover {
    color: #999;
}

.navi li.has-child ul {
    position: absolute;
    left: 0;
    top: 64px;
    z-index: 4;
    background-color: #FFFFFF;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    width: 110%;
    transition: all .3s;
}

.navi ul li:last-child ul {
    width: 165%;
}


.navi li.has-child:hover>ul,
.navi li.has-child ul li:hover>ul,
.navi li.has-child:active>ul,
.navi li.has-child ul li:active>ul {
    visibility: visible;
    opacity: 1;
}

.top_nav {
    display: flex;
    justify-content: space-between;
    transition: all .3s;
}

.top_nav li a {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.top_nav li span {
    margin-left: 8px;
}

.top_road {
    margin: 60px auto;
    font-size: 14px;
    letter-spacing: 0.2rem;
}


/*コンテンツヘッダー*/

.contents_header {
    background: #EFEFEF;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    margin: 0;
}


.contents_header h1 {
    font-size: clamp(20px,1.2rem,32px);
    letter-spacing: 3px;
    font-weight: normal;
    text-align: right;
    padding: 0 20px 0 0;
}

.contents_header p {
    border-left: 1px solid #666;
    font-size: 18px;
    font-family: 'jost';
    font-weight: 400;
    color: #999;
    letter-spacing: 3px;
    padding: 10px 0 0 20px;
    text-align: left;
}


.contents_header p.title {
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: normal;
    text-align: right;
    padding: 0 20px 0 0;
    border-left: none;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
}


/* ------- パンクズエリア --------
---------------------------- */

.breadcrumb {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding:25px 0 25px;
    font-size: 15px;
}

.breadcrumb span {
    margin: 0 6px;
}

.breadcrumb span:first-child {
    margin: 0 6px 0 0;
}

.breadcrumb ol li {
    display: inline;
    margin: 0 15px 0 0;
}

.breadcrumb ol li::after {
    content: '>';
    margin: 0 0 0 15px;
}

.breadcrumb ol li:last-child::after {
    content: '';
}



/* ------- mainエリア --------
---------------------------- */

.mainhead {
    padding: 65px 0 20px;
}


.purchase .mainhead{
    background-image: url(img2/website/bg_purchase.jpg);
    background-size: cover;
    padding: 40px 30px 20px;
}

.sale .mainhead {
    background-image: url(img2/website/bg_sale.jpg);
    background-size: cover;
    padding: 40px 30px 20px;
}

.consulting-purchase .mainhead {
    background-image: url(img2/consulting/bg_consulting-purchase.jpg);
    background-size: cover;
    padding: 40px 30px;
}

.consulting-sale .mainhead {
    background-image: url(img2/consulting/bg_consulting-sale.jpg);
    background-size: cover;
    padding: 40px 30px;
}

.consulting-training .mainhead {
    background-image: url(img2/consulting/bg_consulting-training.jpg);
    background-size: cover;
    padding: 40px 30px;
}


.top_main {
    max-width: 1200px;
	    width: 85%;
}
.top_main .top_main_box {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 1.2fr 0.8fr;
    grid-gap: 0 5%;
    width: 100%;
    max-width: 100%;
}

.top_main .top_main_box iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.top_main img {
    width: 512px;
    margin-right: 56px;
    height: auto;

}

.sidearea {
    color: #FFF;
    width: fit-content;
}

.sidearea h1{
    font-size:clamp(28px,1.8rem,44px);
     line-height: 1.4;
    padding: 0 0 10px 0;
        word-break: keep-all;
    width: fit-content;
   filter: drop-shadow(0px 2px 3px black);
}
.sidearea h1 span {
    display: block;
}

.top_main p {
    font-size: clamp(16px,0.8rem,18px);
    color: #FFF;
    padding: 20px 0 0 0;
   filter: drop-shadow(0px 2px 3px black);
}

#cont_consulting .main_top>.sidearea_box h1 {
    font-weight: 300;
}

.sidearea_box_txt1 {
    font-weight: bold;
    font-size: 36px;
}

.sidearea_box_txt2 {
    color: #075489;
    font-weight: 600;
    font-size: 44px;
}

.sidearea_box_txt3 {
    font-weight: bold;
}

.main_nav {
    margin: 0 auto;
    margin-top: 43px;
    margin-bottom: 52px;
}

.main_nav_list {
display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 40px auto 20px;
    background: rgba(0,0,0,0.4);
    padding: 10px 15px;
    border-radius: 50px;
}

.main_nav_list a {
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: clamp(13px,0.7rem,15px);
    color: #FFF;
}

.main_nav_list span {
    margin-left: 1px;
}


.top_banner {
    padding: 2vw 0 1.5vw;
}

.top_banner .slider_banner li {
    margin: 1vw;
}

.top_banner .slider_banner li p {
   font-size: 13px;
        padding: 2% 0;
}

.top_banner .slick-dots li{
    max-width: 0;
}

/* --------- featureエリア --------
---------------------------------*/
.feature_outer {
    background-color: #f2f2f2;
    
    padding-bottom: 30px;
    padding-top: 30px;
}


.purchase .feature_outer {

    background-color: #c9bfb3;
}

.purchase .feature_outer .cont_title{
    color: #FFF;
}


.sale .feature_outer{
    background-color: #88accb;
}

.sale .feature_outer .cont_title{
    color: #FFF;
}



.feature_outer .read {
    font-size:clamp(14px,.8rem,18px);
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 50px;
    text-align: center;
    line-height: 1.8;
}


.cont_inner {
}




.it_tool {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.cont_inner.it_tool {
    padding: 50px 0 35px 0;
    border-top: 1px solid;
        width: 100%;
}

.cont_inner.it_tool.last {
    padding: 50px 0 60px 0;
}

.cont_inner.it_tool .sh01 {
    background-color: #ffc000;
    background-image: url(img2/recosystem/ico_kokyaku.png);
    background-repeat: no-repeat;
    background-position: 7px;
    width: fit-content;
    padding: 5px 14px 5px 30px;
    border-radius: 4px;
    margin: 0 0 20px 0;
    color: #FFF;
    font-size: clamp(16px,.8rem,18px);
}


.cont_inner.it_tool .sh02 {
    background-color: #07bab9;
    background-image: url(img2/recosystem/ico_home.png);
    background-repeat: no-repeat;
    background-position: 7px;
    width: fit-content;
    padding: 5px 14px 5px 30px;
    border-radius: 4px;
    margin: 0 0 20px 0;
    color: #FFF;
    font-size: clamp(16px,.8rem,18px);
}

.cont_inner.it_tool .image {
    margin: 0 0 40px 0;
}

.cont_inner.it_tool .image img {
    width: 100%;
    height: auto;
}

.feature_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    margin: 0 auto 50px auto;
    padding: 40px 40px;
    width: 80%;
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
}


@media screen and (min-width: 1300px) {
.feature_area {
    width: 100%;
}
}

#cont_consulting.it_tool .con_plan_area {
    padding: 50px 0 0 0;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
}



.feature_area_txt {
    font-size: 14px;
}

.feature_area_txt p {
    font-size: clamp(16px,.68rem,18px);
    line-height: 1.6;
}

.feature_area_title {
    display: flex;
    align-items: center;
}

.sale .feature_area_title {
    display: block;
}

.purchase .feature_area_title {
    display: block;
}

.feature_area_title h3 {
    font-size:clamp(22px,1.4rem,30px);
    font-weight: 700;
    line-height: 1.3;
        padding: 10px 0;
    margin:0;
}

.sale .feature_area_title p {
    background: #075489;
    color: #FFF;
    width: fit-content;
    padding: 12px;
    font-size: 40px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
}

.purchase .feature_area_title p span {
    font-size: 16px;
    padding: 0 10px 0 0;
}


.purchase .feature_area_title p {
    background: #075489;
    color: #FFF;
    width: fit-content;
    padding: 12px;
    font-size: 40px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
}

.sale .feature_area_title p span {
    font-size: 16px;
    padding: 0 10px 0 0;
}



.feature_area_title h3.single {
    margin-top: 18px;
}

.feature_area_title h3 span {
    display: block;
    font-size: 22px;
    font-weight: normal;
}

.feature_img_left {
    width: 240px;
    margin-right: 35px;
    object-fit: contain;
        height: auto;
}

.feature_img_right {
    width: 240px;
    margin-left: 35px;
        height: auto;
}

.num_img {
    width: 96px;
    margin-right: 10px;
    height: fit-content;
}

.management {
    background-color: #f5f5f5;
}

.management_txt_area {
    padding: 27px 40px;
}

.management_txt {
    font-size: clamp(18px,.80rem,22px);
    line-height: 1.6;
}

.management_txt span {
    color: #075489;
    font-size: 32px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    margin-right: 5px;
}

.function_introduction {
border: 1px solid #07315D;
    padding: 10px 0 10px 23px;
    color: #07315D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    width: fit-content;
    margin-top: 10px;
    font-size: clamp(16px,.70rem,20px);
}

.function_introduction span {
    margin-right: 10px;
}

.management_img {
    width: 525px;
    height: auto;
}



/* ---------- cont_consultingエリア ------ 
----------------------------------------*/

#cont_consulting .main_top>.sidearea_box {
    width: 100%;
    background-image: url(img2/main_visual2.png);
    background-size: contain;
    height: 400px;
    padding: 0 65px;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: right;
}

#cont_consulting.sale .main_top>.sidearea_box {
    width: 100%;
    background-image: url(img2/consulting/mainvisual_consulting-sale.jpg);
    background-size: contain;
    height: 400px;
    padding: 0 65px;
    text-align: right;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: left;
}

#cont_consulting.training .main_top>.sidearea_box {
    width: 100%;
    background-image: url(img2/consulting/mainvisual_consulting-training.jpg);
    background-size: contain;
    height: 400px;
    padding: 0 65px;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: right;
}

#cont_consulting.sale-appraisal .main_top>.sidearea_box {
    width: 100%;
    background-image: url(img2/recosystem/mainvusual_sale-appraisal.jpg);
    background-size: cover;
    height: 370px;
    padding: 0 65px;
    text-align: right;
    font-weight: 300;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    box-sizing: border-box;
    color: #FFF;
    border: none;
}



#cont_consulting.customer-management .main_top>.sidearea_box {
    width: 100%;
    background-image: url(img2/recosystem/mainvusual_customer-management.jpg);
    background-size: cover;
    height:370px;
    padding: 0 65px;
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    box-sizing: border-box;
    color: #FFF;
    border: none;
}

#cont_consulting .ItemListBox {
width:70.88%;
  border: none;
  max-width: 1200px;
  padding: 40px 0 40px 40px;
}


#cont_consulting.it_tool .ItemListBox {
    border: 1px solid #B3B3B3;
    padding: 55px 40px 20px 40px;
    position: relative;
    margin: 60px auto;
    width: 90%;
}

#cont_consulting.it_tool .ItemListBox h3 {
    background: #EFEFEF;
    position: absolute;
    top: 0;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 0 0 9px 9px;
}

#cont_consulting .feature_outer {
}

#cont_consulting .feature_area_title {
    padding-bottom: 20px;
}

#cont_consulting .feature_area_title h2 {
    font-size:clamp(24px,1.2rem,32px);
    line-height: 1.3;
}

#cont_consulting .feature_area_title img {
    padding-right: 13px;
    width: 108px;
    height: fit-content;
}


#cont_consulting .feature_area_title img.double {
    width: fit-content;
}


#cont_consulting .article p {
padding: 0 0 25px 0;
  line-height: 2;
  font-size: clamp(14px,.72rem,18px);
  color: #424242;
}

#cont_consulting .article p span{
    background: linear-gradient(transparent 70%, yellow 30%);
    font-weight: bold;
}

#cont_consulting .article h4{
    font-size: clamp(20px,1.1rem,24px);
    font-weight: bold;
    background: #EFEFEF;
    padding: 7px 15px;
    margin: 20px 0 20px 0;
}

#cont_consulting .article h5{
    font-size: clamp(16px,.9rem,22px);
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
}

.text {
    font-size: 16px;
    line-height: 2rem;
}

.text span {
background: #ffff00;
    font-size: clamp(16px,.8rem,20px);
    font-weight: 600;
}

.txtmg {
    margin-bottom: 50px;
}



.cont_inner.it_tool .txtmg {
    margin-bottom: 0;
}

.media {
    display: flex;
    justify-content: space-between;
        padding: 0 0 22px 0;

}

.media img {
    width: 48%;
    height: auto;
    object-fit: cover;
    padding: 8px 0;
    box-sizing: border-box;
}

#cont_consulting .article p.flbs {
    flex-basis: 49%;
    padding: 0;
}

.ml_feature_outer {
    background-color: #f2f2f2;
    padding-bottom: 92px;
}

.cont_consulting_label {
    padding: 14px;
    background-color: #E6E6E6;
    width: 100%;
}

.ly_cont_consulting_label {
    margin-bottom: 21px;
}

.cont_consulting_labelTxt {
    font-size: 20px;
    letter-spacing: 0.15rem;
    font-weight: bold;
}

.con_plan_area h4 {
    font-size: clamp(16px,.9rem,20px);
    padding: 0 0 10px 0;
}

.con_plan_area h4.last {
    padding: 30px 0 10px 0;
}

.ly_labelTxt {
    padding-bottom: 8px;
    font-weight: bold;
}

.txtbx {
    border: 1px solid #B3B3B3;
    padding: 25px;
}

#cont_consulting .article .txtbx p {
       padding: 0;
    font-weight: 600;
    font-size: clamp(18px,.8rem,22px);
}

#cont_consulting .article ul{
    padding: 0 0 30px 0;
}

#cont_consulting .article ul li {
    font-size: clamp(18px,.8rem,20px);
    font-weight: 600;
    padding: 0 0 10px 0;
}

#cont_consulting .article ul.point_list {
   padding: 20px 0;
}

#cont_consulting .article ul.point_list li {
    font-size: clamp(16px,.8rem,18px);
    border: 1px solid #666;
    padding: 15px 12px;
    margin: 0 0 23px 0;
    font-weight: 600;
    overflow: hidden;
}

#cont_consulting .article ul.point_list li p {
    float: left;
    background: #EFEFEF;
    padding: 30px 20px;
    margin: 0 15px 0 0;
    line-height: 1;
}

#cont_consulting .article ul.point_list li span {
    /*    text-decoration: underline;*/
}

#cont_consulting .article ul.point_list li span strong {
    font-weight: 600;
    background: linear-gradient(transparent 70%, yellow 30%);
}



#cont_consulting .article ul.normal_list li {
padding: 0 20px 14px 20px;
    font-weight: normal;
    font-size: clamp(16px,.8rem,18px);
    display: flex;
}

#cont_consulting .article ul.normal_list li::before {
    content: '⚫︎';
    display: block;
    margin: 0 5px 0 0;
}

.cont_inner .pickup {
    border: 1px solid;
    padding: 20px;
    line-height: 1.8;
    font-size: clamp(16px,.68rem,18px);
    margin: 0 0 40px 0;
}



#cont_consulting .con_plan_area {
    padding: 50px 50px;
    width: 80%;
    max-width: 1200px;
    box-sizing: border-box;
}

@media screen and (min-width: 1300px) {
#cont_consulting .con_plan_area {
    width: 100%;
}
}

#cont_consulting .con_plan_area p{
    line-height: 1.8;
    font-size: clamp(16px,.68rem,18px);
}

#cont_consulting .con_plan_area p.tb_supplement{
    font-size: 13px;
}

#cont_consulting .plan_area {
    grid-template-columns: repeat(2, 47%);
    padding: 5px;
    align-items: flex-start;
}

#cont_consulting .plan_area .flbs {
    padding: 0;
}

#cont_consulting .con_plan_area img {
    width: 100%;
    height: auto;
}

#cont_consulting .plan_bx {
    margin-top: 5px;
}

#cont_consulting .tableWrap {
}

#cont_consulting .tableWrap h3 {
    font-size: 18px;
    font-weight: bold;
    background-color: #E6E6E6;
    width: 100%;
    padding: 14px;
    margin-bottom: 21px;
}

#cont_consulting .con_table th:nth-of-type(2) {
    width: 32.5%;
}

#cont_consulting .con_table th:nth-of-type(3) {
    width: 32.5%;
}

#cont_consulting.customer-management .con_table {
    margin-bottom: 50px;
}

#cont_consulting .tableWrap tr:nth-of-type(4) td:nth-of-type(2) {
    font-size: 14px;
    text-align: left;
}

#cont_consulting.it_tool .tableWrap tr:nth-of-type(4) td:nth-of-type(2) {
    font-size: 14px;
    text-align: center;
}

.bs_plan.home2 {
    display: none;
}

.introduction_area.home2 {
    justify-content: center;
}

.introduction_area.home2 .pl_txt {
    font-size: 23px;
}


#cont_consulting.training .plan_bx {
    margin-top: 5px;
    margin-bottom: 25px;
}

#cont_consulting.training .plan_area .flbs .pl_txt {
    font-size: 24px;
}

#cont_consulting .con_plan_area h4 {
    border-bottom: 1px solid;
    padding: 10px 0;
    margin: 25px 0 10px 0;
}


#cont_consulting .con_plan_area h5 {
    font-size: clamp(16px,.9rem,20px);
    padding: 30px 0 10px 0;
}


#cont_consulting.it_tool .main_top>.sidearea_box h1 {
    font-size:clamp(30px,2.2rem,46px);
    font-weight: 600;
}

#cont_consulting.it_tool .main_top>.sidearea_box h1 span {
    display: block;
    font-size: 27px;
    padding: 0 0 10px 0;
}

#cont_consulting.it_tool .main_top>.sidearea_box p {
    padding: 10px 0 0 0;
    font-size: clamp(16px,0.9rem,20px);
}

#cont_consulting.it_tool .main_top>.sidearea_box p.sh {
    font-weight: 600;
    font-size: clamp(20px,1.2rem,24px);
}

/* -----flowエリア-------
----------------------- */

/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    width: 80%;
    margin: 60px auto;
    background: #FFF;
    max-width: 1200px;
}


@media screen and (min-width: 1300px) {
.accordion-area {
    width: 100%;
}
}

.accordion-area li{
    margin: 0;
}

.accordion-area section {
}

/*アコーディオンタイトル*/
.title_faq {
position: relative;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: 20px 30px;
    transition: all .5s ease;
    background: #FFF;
    color: #000;
    font-size: 22px;
}

/*アイコンの＋と×*/
.title_faq::before,
.title_faq::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #666;

}
.title_faq::before{
    top:48%;
    right: 30px;
    transform: rotate(0deg);
    transition: 0.5s;

}
.title_faq::after{
    top:48%;
    right: 30px;
    transform: rotate(90deg);
    transition: 0.5s;

}
/*　closeというクラスがついたら形状変化　*/
.title_faq.close::before{
  transform: rotate(180deg);
    transition: 0.5s;
}

.title_faq.close::after{
  transform: rotate(0deg);
    transition: 0.5s;
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
    display: none;/*はじめは非表示*/
}


.flow {}

.flow_area {
padding: 30px 0 50px 0;
    width: 90%;
    margin: 0 auto;
}

.flow dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 44px;
}

dl:last-child {
    margin-bottom: 0;
}

.flow dt {
    width: 140px;
    height: 140px;
    border: 1px solid #B3B3B3;
    margin-right: 30px;
    text-align: center;
    padding-top: 40px;
}

.flow dt img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.flow dd {
    width: 82%;
}

.flow dd h3 {
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 1.2;
}

.flow dd p {
        font-size: 16px;
    line-height: 1.5;
}

.num_box {
    width: 50px;
    height: 50px;
    background-color: #075489;
    color: #fff;
    font-family: 'Jost';
    font-size: 25px;
    padding: 10px;
    margin: 7px 17px 0 0;
    text-align: center;
    line-height: 1.2;
}

/* ------ introductionエリア -----
-------------------------------- */
.introduction_area {
    padding-top: 55px;
    display: flex;
    justify-content: space-between;
        width: 85%;
    max-width: 1200px;
    box-sizing: border-box;
        margin: 0 auto;
}

@media screen and (min-width: 1300px) {
.introduction_area {
    width: 100%;
}
}

.introduction_area img {
    max-width: 106px;
    height: auto;
    width: 20%;
    display: block;
}

.introduction_area h3 {
    font-size:clamp(22px,1rem,30px);
}

.introduction_area h3 span{
    font-size: clamp(14px,.68rem,18px);
}

.bs_plan {
    border: 5px solid #CCC;
}

.pr_plan {
    border: 5px solid #FDE190;
}

.int_plan {
    padding: 30px 18px;
        width: 48%;
    background: #FFF;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.introduction_area.home2 .int_plan {
    width: 60%;
}

.int_plan .read {
    width: 77%;
}

.int_plan .read p {
    font-size:14px;
}

.int_plan h3 p {
    font-weight: 300;
    margin-left: 18px;
}

.pl_txt {
font-size: clamp(24px,1rem,28px);
    font-weight: 600;
}

.int_txt {
    font-size: 15px;
    /* letter-spacing: 0.08rem; */
    line-height: 1.6;
    padding: 20px 0 0 0;
    margin: 0;
        width: 100%;
}

.item {
    background-color: #F2F2F2;
    font-size: 13px;
    padding: 5px;
    margin-right: 8px;
}

.price_txt {
    font-size: 28px;
    letter-spacing: 0.1rem;

}

.yen_txt {
    font-size: 14px;
}

/* introductionのテーブル */


.introduction {
    padding: 0 0 90px;
}

.purchase .introduction {
    background-image: url(img2/website/bg_purchase_service.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0 0 90px;
        background-color: #71593f;
}

.sale .introduction {
    background-image: url(img2/website/bg_sale_service.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #205c91
}


.introduction .read_text {
    font-size: clamp(16px,.8rem,18px);
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
    color: #FFF;
}



.introduction .title_border {
    background: rgb(7, 84, 137);
    background: linear-gradient(90deg, rgb(255 255 255) 50%, rgba(95, 157, 221, 1) 50%);
}

.introduction .cont_title {
    color: #FFF;
}

.introduction .tb_supplement {
    color: #FFF;
    width: 100%;
    max-width:1100px;
    margin: 20px auto 0 auto;
}

.int_table {
background: #FFF;
    width: 100%;
    max-width:1100px;
    margin: 72px auto 0 auto;
}

.measure {
    width: 41.8%;
}

.text_left {
    text-align: left;
}

.td_RECO {
    width: 16.3%;
}

.td_RECO a {
    display: flex;
    align-items: center;
    color: #07315D;
    line-height: 23px;
    letter-spacing: 0.09rem;
}

/* ------- ope_con_planエリア -------
----------------------------------- */
.ope_con_plan {
}

.purchase .ope_con_plan {
    background-image: url(img2/website/bg_purchase_consulting.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0 0 90px;
    background-color: #3e3633;
}


.sale .ope_con_plan {
    background-image: url(img2/website/bg_sale_consulting.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #274765;
}


.sale .ope_con_plan .title_border {
    background: rgb(7, 84, 137);
    background: linear-gradient(90deg, rgb(255 255 255) 50%, rgba(95, 157, 221, 1) 50%);
}


.ope_con_plan .read_text {
    font-size: clamp(16px,.8rem,18px);
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 50px;
    text-align: center;
    line-height: 1.8;
    color: #FFF;
}


.con_plan_area {
    background-color: #fff;
        padding: 50px 50px;
    width: 80%;
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
}

@media screen and (min-width: 1300px) {
.con_plan_area {
    width: 100%;
}
}

.ope_con_plan .cont_title{
    color: #FFF;
}

.consulting-sale .ope_con_plan .cont_title{
    color: #000;
}
.consulting-purchase .ope_con_plan .cont_title{
    color: #000;
}

.consulting-training .ope_con_plan .cont_title{
    color: #000;
}

.con_plan_area figure {
    display: flex;
    justify-content: space-around;
    padding-top: 60px;
    padding-bottom: 40px;
}

.con_plan_area img {
width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    aspect-ratio:4/2.5;
    object-fit: cover;
}

.con_plan_area .tb_supplement {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.con_plan_area .tableWrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}



.plan_area {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: repeat(2, 48%);
    grid-gap: 50px;
    padding:0 0 50px;
}



.plan_area section {
    padding: 0;
}

.sample_txt {
font-size: 15px;
    padding-top: 27px;
    line-height: 1.8;
        display: none;
}

.plan_bx {
    display: flex;
    justify-content: left;
}

.plan_area_price {
    font-family: 'Noto Sans JP';
    
}

.rod {
    width: 9px;
    height: 82px;
    margin-right: 9px;
}

.rod_li {
    background-color: #C2967F;
}

.rod_bs {
    background-color: #CCCCCC;
}

.rod_pr {
    background-color: #FDE190;
}

/* ----------- con_tableエリア ------------
-----------------------------------------*/
.con_table {
        width: 100%;
     margin: 0 auto;
    
}

.con_table th:nth-child(2) {
    background-color: #C2967F;
    width: 24.5%;
}

.con_table th:nth-child(3) {
    background-color: #CCC;
    width: 24.5%;
}

.con_table th:nth-child(4) {
    background-color: #FDE190;
    width: 24.5%;
}

/* ----------- culumnエリア --------------
---------------------------------------- */
.column {
    font-family: 'Noto Sans JP';
    
    margin-bottom: 103px;
}

.consultation {
    width: 875px;
    height: 203px;
    padding: 27px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto 75px;
    background: rgb(0, 47, 109);
    background: linear-gradient(90deg, rgba(0, 47, 109, 1) 0%, rgba(7, 83, 159, 1) 100%);
    color: #fff;
}

.consultation section {
    width: 62.5%;
}

.consultation section h3:nth-child(1) {
    padding-bottom: 22px;
}

.consultation section h3:nth-child(2) {
    padding-bottom: 16px;
}

.consultation section p {
    text-align: center;
    font-family: serif;
    letter-spacing: 0.15rem;
}

.Real_Estate_Business {
    background-color: #07539F;
    padding: 11px 16px;
    margin-bottom: 20px;
    color: #fff;
}

.consultation_txt {
    font-family: serif;
    font-size: 42px;
    padding-left: 19px;
    
}

.consultation .tag {
    background-color: #181F45;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 30px;
    margin-right: 16px;
    
}

.column_free_contact {
    display: block;
}

.column_freedial_area {
    padding-bottom: 20px;
}

.column_freedial {
    margin-top: 0;
}

.contact_bgc_w {
    background: rgb(206, 206, 206);
    background: linear-gradient(0deg, rgba(206, 206, 206, 1) 0%, rgba(255, 255, 255, 1) 100%);
    color: #000;
    height: 53px;
}

.column_title {
    padding: 10px 20px;
    background-color: #07315D;
    color: #fff;

}

.column_area {
    padding: 50px 0 0 0;
}
.head_line {
    font-size:clamp(30px,1.6rem,40px);
    color: #07315D;
    letter-spacing: 0.1rem;
        text-align: center;
}

.head_line strong {
    background: yellow;
}

.column_area.innerwrapper p {
    text-align: center;
    font-size: clamp(16px,0.9rem,20px);
    padding: 25px 0;
}

.mark {
    background-color: #FFFF00;
}

.mark2 {
    color: #075489;
}

.big_font {
    font-size: 41.3px;
}

.column_area_main_txt {
    display: flex;
    padding-top: 33px;
    position: relative;
}

.column_area img {
    width: 280px;
    height: fit-content;
}

.mov_to_detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #07315D;
    color: #07315D;
    font-size: 13.5px;
    padding: 10px 14px;
    position: absolute;
    bottom: 0;
    right: -150px;
    width: 130px;
    height: 38px;
}

/* ----- footerエリア -------
--------------------------- */
.footer {
    background-color: #F2F2F2;
    padding: 90px 0 75px;
}

.foot_company {
    margin-bottom: 63px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_nav {
    display: flex;
    justify-content: space-between;
}

.footer_nav_area {}

.footer_nav_area h3 {
    color: #001133;
    font-size:clamp(16px,0.82rem,18px);
    padding-bottom: 20px;
}

.footer_list li {
        font-size: clamp(14px,0.7rem,15px);
    color: #666;
    padding-bottom: 14px;
}

.footer_list li a {
    padding: 10px;
    padding-left: 0;
}

.copy-right {
    text-align: center;
    color: #666;
    font-size: 13px;
    margin-top: 70px;
    margin-bottom: 80px;
}



/*side_contact*/

.side_contact {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 10;
}

.side_contact a {
height: 220px;
    width: 5vw;
    max-width: 60px;
    background: rgb(190,249,52);
    background: linear-gradient(180deg, rgb(165 207 64) 0%, rgb(98 166 26) 100%);
    margin: 0;
    color: rgb(15,15,15);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    outline-offset: -4px;
    outline: 1px solid #ffffff7a;
    color: #FFF;
    font-weight: 600;
}

.side_contact a:hover{
    outline: 1px solid #ffffff;
    outline-width: 1px;
}

.side_contact a img {
    width: 20px;
    height: auto;
    margin: 0 0 5px 0;
}

/* ------------------------- marketing_column.htmlエリア ---------------------
----------------------------------------------------------------------------*/
.navWrapper {
    background-color: #F2F2F2;
}

#mrk .top_road {
    margin: 35px auto;
}

.main {
    background-color: #F2F2F2;
    padding: 55px 65px 45px;
}

#mrk .big_font {
    font-size: 53.4px;
}

#mrk .head_line {
    font-size: 40px;
}

#mrk .column_area {
    background-color: #F2F2F2;
    border: none;
}

#mrk .column_area img {
    width: 450px;
}

/* -------- ItemListBoxエリア ----------
-------------------------------------- */
.ItemListBox {
    margin: 0 auto;
        width: 70.88%;
    border: none;
    max-width: 1200px;
    padding: 40px 0 40px 40px;
}

.ItemListBox h3 {
margin: 0;
    padding: 0 0 10px 0;
    text-indent: -3px;
    font-size: clamp(20px,1.2rem,26px);
}

.ItemListBox li {
display: flex;
    justify-content: left;
    margin-top: 10px;
    margin-bottom: 10px;
        align-items: center;
}

#cont_consulting .ItemListBox li {
    margin-bottom: 10px;
}

.ItemListBox li span {
padding: 5px 13px 5px;
    color: #fff;
    background-color: #075489;
    margin-bottom: 0;
    font-weight: bolder;
    width: auto;
    text-align: center;
    font-size:clamp(18px,.8rem,20px);
        height: fit-content;
}

.ItemListBox li p {
font-size:clamp(16px,1rem,20px);
    margin-top: 0px;
    margin-left: 15px;
    font-weight: bold;
    text-decoration: underline 1px;
    text-underline-offset: 5px;
}


.it_tool .ItemListBox li {
    display: flex;
    justify-content: left;
    margin-top: 10px;
    margin-bottom: 20px;
    align-items: center;
}

.it_tool .ItemListBox li p {
    font-size: clamp(20px,1rem,22px);
    margin-top: 0px;
    margin-left: 15px;
    font-weight: bold;
    text-decoration: none;
    text-underline-offset: 0;
    line-height: 1;
}

.it_tool .ItemListBox li span {
    padding: 5px 13px 5px;
    color: #fff;
    background-color: #075489;
    margin-bottom:0;
    font-weight: bolder;
    width: auto;
    text-align: center;
    font-size: clamp(18px,.7rem,20px);
}

div#contents01 section {
    background: #f8f8f8;
    padding: 80px 0;
}

/* --------------articleエリア---------
------------------------------------- */
.article {
    background: #FFF;
    margin: 50px auto 100px;
    padding: 50px;
        width: 70.88%;
    max-width: 1200px;
}

.article.top {
    margin: 20px auto 0 auto;
}

.article:last-child {
    padding-bottom: 45px;
    margin: 100px auto 60px;
}

.article_header {
display: flex;
    padding-bottom: 40px;
}

.purchase .article_header {
    display: flex;
    padding-bottom: 40px;
    padding-top: 0;
    align-items: center;
}

.article_header img {
width: 75px;
    margin-bottom: 0;
    height: auto;
}

.article_header h2 {
font-size: clamp(24px,1.2rem,32px);
    line-height: 1.3;
    margin-left: 10px;
    margin-top: 6px;
    letter-spacing: 0;
    font-weight: bold;
}

.article_header h2 span {
font-size: clamp(16px,1rem,24px);
    font-weight: normal;
    line-height: 1.2;
    display: block;
    padding: 5px 0 0;
}

.purchase .article_header h2 {
    font-size: clamp(24px,1.2rem,32px);
    line-height: 1.3;
    margin-left: 10px;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: bold;
    padding: 0;
}

.summary {
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.summary span {
    display: block;
    width: 7px;
    height: 76px;
    background-color: #075489;
}

.summary h3 {
    
    font-size: 24px;
    padding-left: 20px;
}

.article h3{
background: #000;
    padding: 0 5px;
    color: #FFF;
    font-size: clamp(20px,1.1rem,22px);
    margin: 0;
    display: inline;
    line-height: 1.8;
}

.article_main {
    display: flex;
    margin-bottom: 45px;
    justify-content: space-between;
}


.article .article_main:last-child {
    margin: 0;
}

.article_main .imgWrap {
    width: 33%;
    height: auto;
    flex-basis: auto;
}

.articleTxtArea {
flex-basis:63%;
}

.articleTxt {
    
}




.article p {
    padding: 0 0 25px 0;
    line-height: 2;
    font-size: clamp(14px,.72rem,18px);
    color: #424242;
}

.article .articleTxtArea p {
    padding: 0 0 25px 0;
    line-height: 2;
    font-size: clamp(14px,.72rem,18px);
    color: #424242;
}

.article p strong{
    background: linear-gradient(transparent 70%, yellow 30%);
    font-weight: bold;
    font-size:clamp(18px,1rem,20px);
}

.article p.pickup {
    background: #000;
    font-weight: bold;
    color: #FFF;
    padding: 0 !important;
    font-size:clamp(20px,1.1rem,28px);
    display: inline;
    line-height: 1.8;
}

.article p.pickup strong{
    background: none;
    text-decoration: underline 5px yellow;
    text-underline-offset: 5px;
    font-size:clamp(20px,1.1rem,28px);
}

.article p.font22{
    font-size: clamp(20px,1.1rem,28px);
    font-weight: bold;
}




.article .PointArea {
    margin-top: 35px;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 21px 35px 18px 16px;
}

.article .PointArea h4 {
    padding: 0 7px;
    font-size: 20px;
    width: fit-content;
    background-color: #fff;
    color: #075489;
    
    margin-top: -35px;
}

.article .PointArea p {
    padding: 0;
}

#mrk article:nth-of-type(2) strong:nth-of-type(1) {
    display: inline-block;
    margin-bottom: 8px;
}

#mrk article:nth-of-type(2) strong:nth-of-type(2) {
    margin-bottom: 45px;
    display: inline-block;
}

#mrk article:nth-of-type(2)>p:nth-of-type(2) {
    padding-bottom: 50px;
}

#mrk article:nth-of-type(2)>p:nth-of-type(4) {
    margin-bottom: 50px;
}

#mrk article:nth-of-type(2)>p:nth-of-type(5) {
    margin-bottom: 72px;
}

#mrk article:nth-of-type(4)>strong:nth-of-type(1) {
    margin: 50px 0 43px;
    display: inline-block;
}

#mrk article:nth-of-type(4)>p:nth-of-type(4) {
    margin: 45px 0 55px;
}

#mrk article:nth-of-type(5)>p:nth-of-type(2) {
    margin-bottom: 52px;
}

#mrk article:nth-of-type(5)>strong:nth-of-type(1) {
    margin: 53px 0 45px;
    display: inline-block;
}

#mrk article:nth-of-type(5)>p:nth-of-type(5) {
    margin: 50px 0;
}




/* ------- endエリア ----------
----------------------------- */
.endTxt>p {
    text-align: center;
    margin-top: 63px;
    font-size: 24px;
    line-height: 3rem;
    letter-spacing: 0.2rem;
}

.endTxt_emphasis {
    
    color: #F15A24;
    font-size: 28px;
}

.end_cont {
    width: 875px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 70px auto 75px;
    border: 1px solid #666;
}

.model {
    width: 210px;
    height: 210px;
}

.end_cont>div>p {
    font-size: 27px;
    line-height: 3.5rem;
    font-family: serif;
    text-align: center;
    font-weight: 600;
}

.end_cont>div>p>span {
    font-size: 34px;
}

.end_cont>div>p>span strong {
    color: #075489;
}

.mov_to_detailFeature {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #07315D;
    color: #07315D;
    width: 269px;
    height: 54px;
    margin: 35px auto 0;
}

/* -------------------------- home.htmlエリア ------------------------------
-------------------------------------------------------------------------- */

.top_information {
     margin: 0;
    display: flex;
    align-items: center;
        background: #f5f5f5;
    padding: 1%;
}

.top_information h2{
    font-size: 14px;
    padding: 0 20px 0 0;
}

.top_information ul{
    display: flex;
    font-size: 13px;
}

.top_information ul li{
    display: flex !important;
}

.top_information ul li p{
    padding: 0 10px 0 0;
}


@media screen and (max-width:480px) {
    .top_information {
    padding: 2%;
}
    
    .top_information h2 {
    font-size: 12px;
    padding: 0 15px 0 0;
}
    
    .top_information ul li{
    display: block !important;
        font-size: 12px;
}
}

.home_header {
    position: relative;
    margin: 0;
}


.home_header .box{
        position: absolute;
    width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
        justify-content: space-between;
    padding: 0 3vw 0 0;
}

.home_main {
    background-image: none;
    background-size: cover;
    color: #fff;
    width: 56vw;
    height: 58vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
        max-height: 420px;
}

.home_main div {
    display: flex;
    justify-content: left;
    padding-top: 40px;
    padding-left: 56px;
    padding-right: 245px;
}

.home_main>div>p {
    margin-right: 20px;
}

.home_main>div>img {
    width: 116px;
    height: 25px;
    margin-right: 20px;
}

.main_logo {
    padding-left: 36%;
    margin: 10% 0 40px 0;
}

.main_logo img {
    width: 515px;
    height: 256px;
}

.catchCopy {
    text-align: center;
}

.catchCopy img {
    max-width: 600px;
    height: auto;
    width:87%;
}

.home_main h1 {
    text-align: center;
    font-size: clamp(22px,1.4rem,40px);
}

.home_main_txt {
    text-align: center;
    font-size: clamp(12px,.68rem,16px);
    line-height: 1.8;
}


.home_header .movie video{
    width: 100%;
    height: 79vh;
    aspect-ratio: 4/1.6;
    object-fit: cover;
    vertical-align: bottom;
    pointer-events: none;
    min-height: 424px;
    max-height: 680px;
}
.home_main>p:nth-of-type(3) {
    margin-bottom: 60px;
}

/* .home_main img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
} */

.home_aside {
    background-color: #fff;
    padding: 0 0 15px 0;
    width: 34%;
    min-width: 400px;
    position: relative;
}

.home_aside p.ico_arrow {
position: absolute;
    width: 7vw;
    left: -3vw;
    top: -2vh;
    max-width: 95px;
}

.home_aside>.free_contact {
    /* flex-basis: 100%; */
    justify-content: space-around;
}


.home_aside section{
    padding: 0;
    text-align: center;
    width: 90%;
    margin: 2vh auto 0;
}

.home_aside section h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:clamp(22px,1.2rem,30px);
}

.home_aside section h3 span{
background: #EFEFEF;
    font-size: clamp(13px,.6rem,16px);
    padding: 5px;
    margin: 0 10px 0 0;
}

.home_aside section p {
font-size: clamp(12px,.6rem,16px);
    padding: 7px 0 5px;
    width: fit-content;
    margin: 0 auto 1vh;
    background: linear-gradient(transparent 85%, yellow 56%);
    line-height: 1.4;
}

.home_aside .form{
    width: 90%;
    margin: 0 auto;
}

.home_aside .form.slick-list {
    padding:0.5vh 0px 0 0px !important;
}

.home_aside .form .slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    height:auto;
    max-height: max-content;
}

.home_aside .mw_wp_form_preview .js-method-prev{
    display: none;
}

.home_aside .form p.att {
font-size: clamp(12px,.7rem,18px);
    padding: 13px 0 0 0;
    margin: 0 0 -10px 0;
}

.home_aside .form ul {
    padding: 2vh 0 0 0;
}

.home_aside .form li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 1.6vh 0;
    width: 99%;
}

@media screen and (min-width:1600px) {

.home_aside .form li {
    padding: 0 0 10px 0;
}
    
}



.home_aside .form li p {
    width: 67%;
}

.home_aside .form p {
    font-size: clamp(12px,.6rem,16px);
}

.home_aside .form p.formTxt {
    font-size: clamp(12px,.6rem,16px);
    width: 31% !important;
        padding: 0 0 1.5vh 0;
}

.home_aside .form p span {
    font-size:clamp(12px,.7rem,18px);
    padding: 0.1vh 0 0 0;
}

.home_aside .form p span label {
    padding: 0 0 0 5px;
}

.home_aside .form li {
    font-size: clamp(12px,.6rem,16px);
}


.home_aside .form p input[type="text"] {
    border: 1px solid #666;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    font-size: 16px;
}

.home_aside .form textarea {
font-size: 14px;
    border: 1px solid;
    width: 99%;
    padding: 7px;
    box-sizing: border-box;
    height: 70px;
    margin: 0 0 0 auto;
    
}

.top_contForm {
    align-items: center;
    display: flex;
    padding-bottom: 15px;
    justify-content: space-around;
}

.txtTop {
    align-items: normal;
    padding-top: 35px;
}

.chbxTxtArea {
    font-size: 15px;
    letter-spacing: 0.2rem;
    margin-bottom: 8px;
}


.buttons {
    display: grid;
    grid-template-columns: repeat(2,48%);
    justify-content: space-between;
    width: 99%;
    margin: 0 0 0 auto;
}

.buttons .button {
    margin: 0.2vh auto 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: rgb(190,249,52);
    background: linear-gradient(180deg, rgb(165 207 63) 0%, rgb(97 166 25) 100%);
    font-size: clamp(14px,.7rem,18px);
    border-radius: 10px;
    color: #FFF;
}
.buttons02 .button {
margin: 2.5vh auto 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: rgb(190,249,52);
    background: linear-gradient(180deg, rgb(165 207 63) 0%, rgb(97 166 25) 100%);
    font-size: clamp(14px,.7rem,18px);
    border-radius: 10px;
    color: #FFF;
}

.next p {
    color: #fff;
}


.home_aside .mw_wp_form_preview .buttons{
    display: block;
}

.home_aside .mw_wp_form_preview .buttons p {
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: space-between;
}

/* ---------- home_nav ----------
-------------------------------- */
.bg {
    background-color: #07315D;
}


.home_nav {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* justify-content: space-around; */
    font-size: 15px;
}

.home_navMenu {
    border-left: 2px solid #181F45;
    padding: 0 27px 0 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 97px;
}

.nav_tag {
    margin: 0;
    letter-spacing: 0.2em;
}

.home_navMenu:nth-of-type(2)>.nav_tag:nth-of-type(1) {
    margin-bottom: 10px;
    display: inline-block;
}

.home_navMenuCont {
    display: flex;
    margin-top: 15px;
    align-items: center;
    padding-bottom: 2px;
}


.home_navMenuItem {
    color: #fff;
    display: flex;
    align-items: center;
    padding-right: 8px;
    letter-spacing: 0.1rem;
}

.home_navMenu:nth-of-type(3) {
    border-right: 2px solid #181F45;
}

/* ------- informationエリア ----------
------------------------------------- */
.information {
    background-image: url(img2/stripe.png);
    background-size: contain;
    background-repeat: repeat-x;
}

.information_header {
    display: flex;
    align-items: center;
    padding: 40px 0 30px;
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
        font-size: 14px;
}

.information_header>h3 {
    letter-spacing: 0.2rem;
    font-size: 31.3px;
    font-family: 'jost';
    font-weight: 400;
}

.information_header>a {
    display: flex;
    align-items: center;
}

.information_header>h3 {
    padding-right: 20px;
}

.information_header>p {
    padding-right: 42px;
}

.information_main {
    display: grid;
    grid-template-columns: repeat(4, 22%);
    justify-content: space-between;
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
}

.information_main_cont {
    margin-bottom: 55px;
    background: #FFF;
    filter: drop-shadow(0px 3px 7px #CCC);
}

.information_main_cont img {
    margin-bottom: 16px;
    width: 100%;
    height: fit-content;
    aspect-ratio: 4/2.8;
    object-fit: cover;
}

.information_main_cont h3 {
    font-size: 16px;
    padding: 0 15px;
}

.information_main_cont p {
        font-size: 14px;
    padding: 10px 15px;
}

.information_main_cont p.link {
    padding: 0 15px 10px 15px;
}

.information_main_cont p.link a {
    display: flex;
    align-items: center;
    justify-content: right;
    font-size: 13px;
    color: #666;
}

.information_main_cont p.link a span{
    font-size: 12px;
}

.information_main_cont p.category {
    position: absolute;
    padding: 0;
    right: 0;
    top: 6px;
    box-sizing: border-box;
    line-height: 1;
}

.information_main_cont p.category a {
    color: #FFF;
    padding: 5px;
    font-size: 12px;
    background: #666;
}

.information_main_cont:hover {
    background: linear-gradient(45deg, #4fcff5 0%, #09315d 100%);
    color: #FFF;
    transition: 0.3s;
    filter: drop-shadow(0px 3px 12px #969696);
}

.information_main_cont:hover a{
    color: #FFF;
}

.information_main_cont:hover p.link a{
     color: #FFF;
}

/* ------------- policyエリア ----------
-------------------------------------- */
.policy {
    background-color: #F2F2F2;
    text-align: center;
}

.policy p {
    text-align: center;
    font-size: clamp(14px,.72rem,18px);
    line-height: 2;
    padding: 0 0 25px 0;
}

.policy h3 {
    font-size: clamp(26px,1.6rem,44px);
    padding-top: 80px;
}

.policy h4 {
    font-size:clamp(20px,1.2rem,30px);
    padding-top: 10px;
    padding-bottom: 30px;
}


.policy img {
    width: 60%;
    margin: 60px auto 90px;
    max-width: 1100px;
}

/* -------- home_columnエリア ---------
------------------------------------- */
.home_column {
    padding-bottom: 80px;
}

.home_column_area {
    margin-top: 65px;
}

.editing {
    font-size: 23px;
}

.home_column_area:nth-of-type(2) .mov_to_detail {
    right: -165px !important;
}

.home_column_area:nth-of-type(3) .mov_to_detail {
    right: -20px !important;
}

.home_column_area:nth-of-type(5) .mov_to_detail {
    right: -80px !important;
}

/* ------------ serviceエリア -----------
--------------------------------------- */
.service {
    background-color: rgba(31, 65, 91, .3);
    padding-bottom: 100px;
}

.service>h3 {
display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 auto -40px auto;
    padding: 50px 0 0;
}

.service>h3>img {
    width: 50%;
    height: auto;
    max-width: 840px;
}

.service>h3>p {
    margin-right: auto;
    width: fit-content;
        font-size: clamp(18px,1.3rem,28px);
}

.detailLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #07315D;
    color: #07315D;
    padding: 10px 20px;
    font-size: clamp(14px,.68rem,16px);
        width: 50%;
}

.detailLink2 {
    margin: 0 auto;
    width: 356px;
    height: 71px;
    font-size: 20px;
}

.serviceList {
    background-color: #fff;
    padding-bottom:1px;
    padding-top: 67px;
    z-index: 1;
    position: relative;
}


.serviceList .website {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}



.serviceList .contTxt {
    font-size: clamp(14px,.72rem,16px);
    line-height: 1.8;
    text-align: left;
}

.topTag {
    width: 477px;
    background-color: #07254C;
    color: #fff;
    text-align: center;
    margin: 0 auto -29px;
    height: 58px;
    border-radius: 29px;
    font-size: 26px;
    padding-top: 10px;
    z-index: 2;
    position: relative;
}

.ListItem.innerwrapper {
display: grid;
    margin-bottom: 50px;
    max-width: 100%;
    grid-template-columns: 36% 60%;
    justify-content: space-between;
        width: 90%;
}



@media screen and (min-width: 1300px) {
.ListItem.innerwrapper {
    width: 100%;
}
}

.ListItem img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.ListItemCont {
margin: 10px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.ItemTitle {
font-size:clamp(24px,1.5rem,36px);
    font-weight: 700;
}

.ItemTitleCon {
font-size: clamp(24px,1.5rem,36px);
    margin-top: 30px;
    padding-bottom: 19px;
}

.ListItemCont p{
        font-size:clamp(14px,.72rem,18px);
    line-height: 1.8;
}


.conList {
display: grid;
    justify-content: space-between;
    margin: 20px auto 30px;
    grid-template-columns: repeat(3,30%);
    max-width: 1100px;
        padding: 0 0 20px 0;
        width: 90%;
}

@media screen and (min-width: 1300px) {
.conList {
    width: 100%;
}
}

.conItem {
    text-align: center;
}

.conItem img {
width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.detailLink3 {
    margin-top: 20px;
    width: 100%;
}



/*.serviceList */



.banner h3 {
    font-weight: 700;
    font-size: 34px;
}

.banner h3 span {
    font-size: 22px;
    display: block;
    padding: 0 0 10px 0;
}

.banner span {
    font-weight: 600;
    padding: 0 0 8px 0px;
}

.banner p{
    font-size: 16px;
    padding: 10px 0 0 0;
}

.banner a {
   color: #0d1926;
    background: yellow;
    padding: 0 6px;
    display: inline-block;
    line-height: 1.3;
}

.banner .btn a {
    color: #FFF;
display: flex;
    justify-content: center;
    background: #07315d;
    padding: 7px 15px 7px 30px;
    width: fit-content;
    margin: -30px 0 0 auto;
    font-size: 15px;
    align-items: center;
        font-weight: 600;
}

.banner .btn a span{
        padding: 2px 0 0 0;
    font-size: 20px;
}

.banner_sale-appraisal {
    
       width: 72%;
    background-image:url(img2/recosystem/banner_sale-appraisal.jpg);
    background-size: cover;
    height: 200px;
    padding: 0 35px;
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    box-sizing: border-box;
    color: #FFF;
    border: none;
    max-width: 1050px;
     margin: 40px auto 80px auto;
}


.banner_customer-management {
       width: 72%;
    background-image: url(img2/recosystem/banner_customer-management.jpg);
    background-size: cover;
    height: 200px;
    padding: 0 35px;
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    box-sizing: border-box;
    color: #FFF;
    border: none;
    max-width: 1050px;
    margin: 40px auto 80px auto;
}


.banner_area .banner_sale-appraisal {
    margin: 68px auto 55px auto;
}


/* ------- exampleエリア ----------
--------------------------------- */


.example_area {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}


.example_area02 {
    width: 100%;
    margin: 60px auto 0;
    padding: 20px 0 10px 0;
    background: #f6f5f5;
}


.example_area .btnarea {
    display: grid;
    grid-template-columns: repeat(2,43%);
    justify-content: space-around;
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
}


.example_area .btnarea .detailLink4 {
    background-color: #07315D;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    height: 59px;
}

.exHead {
    margin: 70px auto 0;
}

.exHeadTitle {
    font-size: clamp(26px,1.4rem,32px);
    padding-bottom: 15px;
    text-align: center;
    font-weight: 500;
}

.underbar {
    height: 3px;
    width: 185px;
    background-color: #E6E6E6;
    margin: 0 auto;
}

.exHeadSubtitle {
    font-family: 'Jost';
    font-size: 18px;
    font-weight: 400;
    color: #999;
    text-align: center;
    margin-top: 12px;
    letter-spacing: 0.2rem;
}


.success-stories-navi {
    padding: 60px 0 10px 0;
}


.success-stories-navi ul {
    display: grid;
    grid-template-columns: repeat(2,48%);
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
}

.success-stories-navi ul li a{
    border: 1px solid #CCC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #EFEFEF;
    font-size: 18px;
}

.success-stories-navi ul li.stay a{
background: #1f539f;
    color: #FFF;
    border: 1px solid #1f539f;
}


.ex_cont {
    background-color: #F2F2F2;
    position: relative;
    display: flex;
    padding: 26px;
    margin-bottom: 55px;
    margin-top: 100px;
    box-sizing: border-box;
    width: 100%;
        align-items: center;
    justify-content: space-between;
}

.ex_cont_main {
        width: 50%;
}

.ex_cont img {
    width: 45%;
    height: auto;
}

.label {
    width: 155px;
    height: 46px;
    color: #fff;
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 500;
    padding: 9px 20px 12px 20px;
    position: absolute;
    left: 0;
    top: -46px;
    background-color: #07539F;
    text-align: center;
}

.ex_mainWrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.ex_mainWrap .contTxt {
    font-size: clamp(14px,0.9rem,16px);
    line-height: 1.7;
    margin: 0 0 auto 0;
}

.ex_main_title {
    font-size: clamp(20px,1rem,32px);
    padding-bottom: 8px;
    font-weight: 600;
}

.incNum {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
}

.incNum.Down {}

.incNum.Down .incNumBx {
    font-size: 15px;
}

.incNum.Down .incNumBx:last-child {
    margin-right: 0;
}

.incNum.Down .incNumBx p:nth-of-type(1) {
    font-size: 16px;
}

.incNum.Down .incNumBx:last-child p:nth-of-type(1) {
    font-size: 16px;
}

.incNum.Down .incNumBx:last-child p:nth-of-type(2) {
    font-size: 36px;
}

.incNumBx {
    background-color: #fff;
    width: fit-content;
    padding: 15px 20px 15px 20px;
    margin: 0 30px 0 0;
}

.incNumBx.Down p:nth-of-type(2) {
    font-size: 36px;
}

.incNumBx>p {
    text-align: center;
}

.incNumBx>p>span {
    font-size: 24px;
}

.incNumBx p:nth-of-type(1) {
    font-size: 18px;
}

.incNumBx p:nth-of-type(2) {
    font-size: 40px;
    color: #07539F;
    font-weight: 700;
}

.detailLink4 {
    background-color: #07315D;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    height: 59px;
}

.ex_flCont {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    justify-content: space-between;
    padding: 60px 0 0 0;
}

.ex_flContBx {
        filter: drop-shadow(0px 3px 7px #CCC);
    background: #FFF;
    transition:background 0.4s,color 0.4s;
}

.ex_flContBx a{
    transition: 0.3s;
}

.ex_flContBx:hover {
    background: linear-gradient(45deg, #4fcff5 0%, #09315d 100%);
    color: #FFF;
    transition: 0.3s;
    
}

.ex_flContBx:hover a{
    color: #FFF;
}

.ex_flContBx:hover .colTag a{
    color: #333;
}

.ex_flContBx a img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.ex_flContBx h3 {
    padding: 20px 20px 10px;
    font-size: 20px;
    line-height: 1.6;
}



.ex_flContBx>img {
    width: 324px;
}

.ex_flContBx>p:nth-of-type(1) {
    padding: 0 20px 10px 20px;
    font-size: 14px;
}

.ex_flContBx p.category {
   background: none;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.ex_flContBx p.category span {
    font-size: 18px;
    padding: 0 5px 0 0;
    color: #1f539f;
}

.ex_flContBx>div>p {
    background-color: #F2F2F2;
    color: #000;
    font-size: 15px;
    padding: 14px;
}

.ex_flContBx>div>p.link {
    background-color: #FFF;
    color: #000;
    font-size: 14px;
    padding: 0;
}

.ex_flContBx>div>p.link a{
    display: flex;
    align-items: center;
    justify-content: right;
        color: #666;
        margin: 0;
}

.ex_flContBx:hover p.link a{
    color: #FFF;
}


.ex_flContBx>div>p.mainread {
background-color: unset;
    padding: 0;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size:clamp(14px,0.9rem,18px);
    margin: 0 0 10px 0;
}

.ex_flContBx>div>p.mainread br{
    display: none;
}

.detailLinkWrap {
    margin-top: 60px;
    margin-bottom: 100px;
}



.ex_flCont.introdction {
    display: block;
    padding: 30px 0 0 0;
}

.ex_flCont.introdction .ex_flContBx {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 40px;
    margin: 20px auto 50px;
    width: 80%;
    max-width: 1200px;
    background: #FFF;
    filter: drop-shadow(0px 4px 10px #CCC);
}


.ex_flCont.introdction .ex_flContBx a.image {
    width: 30%;
    padding: 10px 0 0 0;
}

.ex_flCont.introdction .ex_flContBx div {
    width: 66%;
    overflow: hidden;
}

.ex_flCont.introdction .ex_flContBx a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4/3;
}

.ex_flCont.introdction .ex_flContBx h3 {
    font-size:clamp(18px,1.1rem,28px);
    padding: 0 0 10px 0;
}

.ex_flCont.introdction .ex_flContBx>div p.data {
background-color: unset;
    color: #000;
    font-size: clamp(12px,.6rem,15px);
    padding: 0;
    width: fit-content;
    display: flex;
    align-items: center;
}

.ex_flCont.introdction .ex_flContBx>div p.data span{
    font-size: .65rem;
    margin: 0 5px 0 0;
}

.ex_flCont.introdction .ex_flContBx>div p.category{
background: none;
    padding: 13px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 2px 0 0 0;
}

.ex_flCont.introdction .ex_flContBx>div p.category span {
    font-size: 18px;
    padding: 0 5px 0 0;
    color: #1f539f;
}

.ex_flCont.introdction .ex_flContBx>div p.category a{
    padding: 0 14px 0 0;
}

.ex_flCont.introdction .ex_flContBx>div p.category a::before {
    content: '/';
    padding: 0 14px 0 0;
}

.ex_flCont.introdction .ex_flContBx>div p.category a:nth-child(2)::before {
    content: '';
    padding: 0;
}

.ex_flCont.introdction .ex_flContBx>div p.post {
    background: none;
    padding: 0;
    float: left;
    margin: 0 14px 0 0;
}

.ex_flCont.introdction .ex_flContBx>div p.post a {
    padding: 8px 10px;
    display: block;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #CCC;
    margin: 10px 0 0 0;
}

.ex_flCont.introdction .ex_flContBx p.link{
    background: none;
    
}

.ex_flCont.introdction .ex_flContBx:hover{
    background: linear-gradient(45deg, #4fcff5 0%, #09315d 100%);
    color: #FFF;
    transition: 0.3s;
}

.ex_flCont.introdction .ex_flContBx:hover p{
    color: #FFF;
}

.ex_flCont.introdction .ex_flContBx:hover p.data{
    color: #FFF;
}


.ex_flCont.introdction .ex_flContBx:hover p.link a{
    background: none;
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 0 auto;
    width: fit-content;
}

.wp-pagenavi span {
    background: #EFEFEF;
    padding: 10px;
    font-size: 15px;
    margin: 0 10px 0 0;
    display: block;
}

.wp-pagenavi a {
    background: #EFEFEF;
    padding: 10px;
    font-size: 15px;
    margin: 0 10px 0 0;
    display: block;
}

.wp-pagenavi a span {
    padding: 0;
    margin: 0;
}


.wp-pagenavi span.current {
    background: #FFF;
    border: 1px solid #CCC;
}

/* ---------- companyエリア ----------
------------------------------------ */
.home_company {
    background-image: url(img2/building.png);
    background-size: cover;
}

.home_company .exHeadTitle,
.home_company .exHeadSubtitle {
    color: #fff;
}

.home_company>.exHead {
    padding-top: 105px;
    margin: 0;
}

.compTxt {
text-align: center;
    font-size: clamp(12px,0.6rem,15px);
    line-height: 2;
    color: #fff;
    padding: 45px 0;
}

.home_company .detailLinkWrap {
    display: flex;
    margin: 0 auto;
    width: 650px;
    padding-bottom: 125px;
}

.home_company .detailLink {
    width: 300px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 50px;
    height: 60px;
}

.home_company .detailLink:nth-of-type(2) {
    margin-right: 0;
}



.ex_date {
    letter-spacing: 0.07rem;
    font-size: 15px;
    padding-bottom: 20px;
}

.colTag {
    padding: 5px 15px;
    background-color: #F2F2F2;
    font-size: 12px;
}

.ex_flContBx .colTag:nth-of-type(2n-1) {
    margin: 0 20px;
}

.detailLink5 {
    width: 400px;
}

.detailLinkWrapMt {
    margin-top: 68px;
}


.ex_flContBx p.link a {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin: 15px 20px;
    justify-content: right;
    color: #666;
}

/* ---------- company詳細 ----------
------------------------------------ */


dl.company_view {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    margin: 50px auto 70px;
    border-top: 1px solid #CCC;
    font-size: clamp(16px,.68rem,18px);
}

.company_view dt {
    width: 150px;
    padding: 30px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #CCC;
}

.company_view dd {
    width: 750px;
    padding: 30px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #CCC;
}


.company_box {
    display: grid;
    grid-template-columns: 35% 60%;
    justify-content: space-between;
    padding: 20px 0 30px 0;
}

.company_box .image img{
    width: 100%;
    height: auto;
}


.ggmap {
    position: relative;
    padding-bottom: 70.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
        margin: 0;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*contact*/

.contactarea {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.contactarea h3 {
    font-size: clamp(16px,1.1rem,22px);
    line-height: 1;
    padding: 32px 0 10px 0;
    margin: 0 0 20px 0;
    border-top: 1px solid #CCC;
}

.contactarea h4 {
    font-size: clamp(14px,.8rem,20px);
    line-height: 1;
    padding: 15px 0 10px 0;
    margin: 0 0 20px 0;
}

.contact_form {
    width: 85%;
    max-width: 1000px;
    margin: 70px auto;
}

.contact_form p.attention {
    padding: 20px 0;
    text-align: left;
}

.contact_form table{
    border-top: 1px solid #B4B4B5;
    width: 100%;
    margin: 0 0 40px 0px;
}

.contact_form th{
    width: 240px;
    text-align: left;
    border-bottom: 1px solid #B4B4B5;
    padding: 25px 15px;
    font-weight: normal;
    box-sizing: border-box;
    font-size: clamp(14px,0.8rem,16px);
}

.contact_form td{
    text-align: left;
    border-bottom: 1px solid #B4B4B5;
    padding: 25px 15px;
    font-weight: normal;
    font-size: clamp(14px,0.8rem,16px);
}

.contact_form td label {
    display: block;
    line-height: 1;
}




.contact_form input[type="text"],.contact_form input[type="tel"], .contact_form textarea {
    padding: 5px;
    font-size: 15px;
    border: 1px solid #999;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.contact_form input[type="text"],.contact_form input[type="tel"]{
    width: 100%;
    max-width: 300px;
}
.contact_form textarea {
    width: 100%;
}

.contact_form .consul input[type="text"]{
    width: 100%;
    max-width: 100%;
}

.contact_form .w100 input[type="text"] {
    width: 100%;
}

.contact_form input[type="email"] {
    width: 80%;
    padding: 5px;
font-size: 15px;
    box-sizing: border-box;
        border: 1px solid #999;
    -webkit-appearance: none;
    appearance: none;
}

.contact_form select {
    padding: 6px;
font-size: 16px;
    box-sizing: border-box;
        border: 1px solid #999;
}

.contact_form td textarea {
  width: 100%;
}

.contact_form td .birth input {
  width: 100px !important;
}

.contact_form .address {
  display: flex;
  flex-wrap: wrap;
}

.contact_form .address dt{
    width: 20%;
    padding: 0 0 15px;
}

.contact_form .address dd{
    width: 80%;
    padding: 0 0 15px;
}

.contact_form .address dd input[type="text"] {
    width: 100%;
    max-width: 100%;
}


.contact_form .box {
    font-size: clamp(14px,0.8rem,16px);
    margin: 0 0 40px 0;
    display: block;
}


.contact_form .box input[type="text"]{
    width: 100%;
    max-width: 100%;
}


.contact_form .budget p{
    padding: 15px 0;
}

.contact_form .budget p span {
    padding: 0 0 0 30px;
}

.contact_form .budget input[type="text"]{
    width: 120px;
}
span.attention {
    font-size: 11px;
    color: red;
    margin: 0 0 0 10px;
}

p#submit-button input {
    background: #05539f;
    color: #FFF;
    border: 0;
    padding: 15px;
    width: 300px;
    margin: 80px auto;
    display: block;
    font-size: 16px;
}


.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}

.mw_wp_form .horizontal-item {
    margin-left: 0;
    padding: 0 20px 12px 0;
    display: block;
}

.contact_form .privacy_text {
    white-space-collapse: preserve-breaks;
    border: 1px solid #CCC;
    padding: 0 25px 25px 25px;
    height: 200px;
    overflow: auto;
    font-size: 15px;
    margin: 0 0 30px 0;
}

.contact_form p.privacy_area {
    font-size: clamp(14px,0.8rem,16px);
    text-align: center;
}


/*entry*/

.entry_list {
    width: 85%;
    max-width: 1100px;
    margin: 0 auto 100px auto;
}

.entry_list .information_list {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
}

.entry_list .information_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #666;
    padding: 25px 0;
}

.information_list li a {
    width: 30%;
}

.entry_list .information_list li img {
    width: 100%;
    height: fit-content;
    aspect-ratio: 4/2.8;
}

.information_list li div {
    width: 67%;
}

.information_list li h4 {
    font-size: clamp(22px,1.3rem,32px);
    padding: 0 0 10px 0;
}

.information_list li .date {
    font-size: .6rem;
    padding: 0 0 10px 0;
    width: fit-content;
    display: flex;
    align-items: center;
}

.information_list li .date span{
        font-size: 15px;
    padding: 0 4px 0 0;
}


.information_list li .read {
    font-size:clamp(16px,0.9rem,18px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 0;
}


section.single {
    display: grid;
    grid-template-columns: 66% 27%;
    justify-content: space-between;
    width: 85%;
    margin: 40px auto 0 auto;
    align-items: flex-start;
    max-width: 1200px;
}

.entry {
    width: 100%;
    margin: 0;
}

.entry h1 {
    padding: 0 0 15px 0;
    margin: 0;
    font-size:clamp(32px,1.9rem,50px);
    font-weight: 700;
    line-height: 1.3;
}

article.entry.info h1{
    font-size: clamp(20px,1rem,30px);
}


.entry .head {
    display: flex;
    align-items: center;
    padding: 0 0 30px 0;
}

.entry .date {
padding: 0 20px 0 0;
    display: flex;
    font-size: 16px;
    align-items: center;
}

.entry .date span {
    font-size: 16px;
    margin: 0 5px 0 0;
}

.entry .category {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.entry .category span {
    font-size: 16px;
    margin: 0 5px 0 0;
    color: #05539f;
}

.entry .category a {
    padding: 0 14px 0 0;
}

.entry .category a::before {
    content: '/';
    padding: 0 14px 0 0;
}

.entry .category a:nth-child(2)::before {
    content: '';
    padding: 0;
}

.entry .mainimage {
    padding: 0 0 40px 0;
}

.entry .mainimage img{
    width: 100%;
    height: auto;
}

.entry .mainread {
    padding: 0 0 40px 0;
    font-size:clamp(16px,.72rem,18px);
    line-height: 2;
    color: #424242;
}


.entry nav.link {
    border: 1px solid #CCC;
    padding: 20px;
    margin: 0 0 40px 0;
    background: #fafafa;
    border-radius: 8px;
}

.entry nav.link  h3{
    padding: 0 0 10px 0;
    font-size:clamp(18px,.72rem,22px);
    border-bottom: 1px solid #CCC;
    line-height: 1;
    margin: 0 0 14px 0;
}

.entry nav.link li {
    list-style: decimal;
    list-style-position: inside;
    padding: 5px 5px 5px 20px;
    font-size:clamp(18px,.72rem,20px);
}

.entry .entry-content {

    padding: 40px 0 0 0;
}

.entry h2{
    border-left: 8px solid #05539f;
    font-size:clamp(24px,1.4rem,34px);
    line-height: 1.3;
    padding: 0 0 0 0.7rem;
    margin: 0 0 2rem 0;
}

.entry .subimage {
    padding: 0 0 30px 0;
}

.entry .subimage img {
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    display: block;
    height: auto;
}

.entry .entry-content p {
    padding: 0 0 25px 0;
    line-height: 2;
    font-size: clamp(14px,.72rem,18px);
    color: #424242;
}

.entry .entry-content .text{
    padding: 0 0 40px 0;
}

.entry .entry-content .text p {
    padding: 0 0 15px 0;
    font-size:clamp(16px,.68rem,18px);
    line-height: 2;
}

.entry .entry-content .text p strong {
    background: linear-gradient(transparent 70%, yellow 30%);
    font-weight: bold;
    font-size: clamp(18px, 1rem, 20px);
}

.entry .entry-content .text h3 {
    background: #EFEFEF;
    padding: 5px 10px;
    font-size: clamp(16px, .68rem, 20px);
    line-height: 2;
    margin: 30px 0 10px;
}

.entry .entry-content .text ul{
    padding: 10px 0;
}

.entry .entry-content .text ul li{
    padding: 5px 0;
    line-height: 1.6;
}

.entry .entry-content .text ul li strong{
    display: block;
}


.entry .entry-content .text ol{
    padding: 10px 0;
}

.entry .entry-content .text ol li{
    padding: 7px 0 7px 0;
    line-height: 1.6;
    list-style: decimal;
    list-style-position: outside;
    margin: 0 0 0 20px;
}

.entry .entry-content .text ol li strong{
    display: block;
}
.entry .bottom {
    padding: 20px 0 50px 0;
    border-top: 1px solid #CCC;
}

.entry section.author {
    border: 1px solid #CCC;
    padding: 20px;
    border-radius: 7px;
}

.entry section.author h3{
    font-size: 19px;
    padding: 0 0 15px 0;
}

.entry section.author dl{
    display: grid;
    grid-template-columns: 17% 80%;
    justify-content: space-between;
    align-items: flex-start;
    width: 96%;
    margin: 10px auto;
}

.entry section.author dl dt img{
    border-radius: 50%;
}

.entry section.author dl dd {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.entry section.author dl dd h4 {
    padding: 0 0 10px 0;
    line-height: 1;
    font-size: 23px;
}

.entry section.author dl dd .sh {
    font-size: 15px;
    padding: 4px 0 0 10px;
    line-height: 1;

}
.entry section.author dl dd .comment {
    font-size: 15px;
    width: 100%;
    line-height: 1.6;
}

.entry section.author dl dd .btn a{
height: 40px;
    width: 210px;
    background: rgb(0, 46, 108);
    background: linear-gradient(0deg, rgba(0, 46, 108, 1) 0%, rgba(7, 83, 159, 1) 100%);
    margin: 12px 0 0 0;
    color: #fff;
    border: 1px solid #0071BC;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: lighter;
    font-size: 13px;
}

.entry .entry-content p.text_st01{
    background: #000;
  padding: 0 5px;
  color: #FFF;
  font-size: clamp(20px,1.1rem,22px);
  margin: 0;
  display: inline;
  line-height: 1.8;
    font-weight: bold;
}

.entry .entry-content p.text_st01 strong{
    background: none;
  text-decoration: underline 5px yellow;
  text-underline-offset: 5px;
  font-size: clamp(20px,1.1rem,28px);
}


.entry .entry-content p.text_st02{
    font-size: clamp(20px,1.1rem,28px);
  font-weight: bold;
}

.entry .entry-content .text_st03{
background: linear-gradient(transparent 70%, yellow 30%);
  font-weight: bold;
font-size: clamp(20px,1rem,22px) !important;
  padding: 0 !important;
  line-height: 2 !important;
  display: inline;
}


.entry .entry-content .PointArea {
    margin-top: 35px;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 21px 35px 18px 16px;
}

.entry .entry-content .PointArea h4 {
    padding: 0 7px;
    font-size: 20px;
    width: fit-content;
    background-color: #fff;
    color: #075489;
    margin-top: -35px;
}

.entry .entry-content .PointArea p{
    padding: 0 0 5px 0;
}



.entry .entry-content a{
    color: #0033ca;
}

.entry .entry-content a:hover{
    color: rgb(204, 52, 52);
    text-decoration: underline;
}

section.related {
    padding: 50px 0;
}


section.related h3 {
    padding: 10px 10px 10px 15px;
    border-left: 8px solid #1f539f;
    margin: 0 0 30px 0;
    font-size: clamp(22px,1rem,26px);
        line-height: 1;
}

section.related ul {
    display: grid;
    grid-template-columns: repeat(2,48%);
    justify-content: space-between;
    grid-gap: 30px;
}

section.related ul li {
    font-size: 14px;
}

section.related ul li img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/2;
    object-fit: cover;
}

section.related ul li div {
    display: flex;
    flex-wrap: wrap;
}

section.related ul li h4 {
    padding: 10px 0;
    font-size: 20px;
    width: 100%;
}

section.related ul li .data{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 10px 0;
}

section.related ul li .data span {
    font-size: 15px;
}

section.related ul li .post a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #CCC;
    margin: 0 10px 0 0;
    font-size: 13px;
}


section.related ul li .category {
    font-size: 12px;
}


.side {
    padding: 17px;
    border: 1px solid #CCC;
    font-size: 16px;
    border-radius: 6px;
}
.side h3 {
    font-size:18px;
    padding: 5px 12px;
    background: #EFEFEF;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
}

.side h3 span{
    color: #05539f;
    font-size: 18px;
    padding: 0 5px 0 0;
}

.side h3.sh{
background: none;
    padding: 10px 0 8px;
    border-top: 2px solid#CCC;
}

.side ul{
    margin: 0 0 30px 0;
}

.side ul:last-child {
    margin: 0;
}

.side ul li a {
    display: block;
    padding: 5px;
}

.side ul.new li{
        padding: 15px 0;
    border-bottom: 1px solid #CCC;
}

.side ul.new li:first-child{
    padding: 5px 0 15px 0;
}

.side ul.new li:last-child{
    border-bottom: none;
}

.side ul.new li a{
    padding: 0;
}

.side ul.new li h4{
    width: 100%;
    font-size: 17px;
    padding: 10px 0 5px 0;
}

.side ul.new li h4 a{
    color: #1f539f;
}

.side ul.new li .image{
    width: 100%;
}

.side ul.new li .image img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.side ul.new li div{
width: 100%;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.side ul.new li .date {
    display: flex;
    align-items: center;
    font-size: 14px;
        padding: 0px 0 4px;
        width: 100%;
}

.side ul.new li .date span{
    font-size: 13px;
}

.side ul.new li div p.post a {
    display: block;
    padding: 7px 10px;
    border: 1px solid #CCC;
    margin: 0 10px 0 0;
}


.side ul.new li div p.category {
    display: flex;
    align-items: center;
    padding: 5px 0 0 0;
}

.side ul.new li div p.category span {
    font-size: 14px;
    padding: 0 5px 0 0;
    color: #05539f;
}


.side ul.tag {
    display: flex;
    flex-wrap: wrap;
}

.side ul.tag a{
    text-decoration: underline;
}



article.entry.info {
    width:85%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 35px 0 80px 0;
}


/*profile*/


article.prifile_list {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 60px;
}

article.prifile_list ul {
    display: grid;
    grid-template-columns: repeat(3,27%);
    justify-content: space-between;
}

article.prifile_list ul li {
    text-align: center;
}

article.prifile_list ul li h3{
    padding: 15px 0 0px;
    font-size: clamp(22px,1rem,26px);
}

article.prifile_list ul li .en {
    font-size: 12px;
    letter-spacing: 1px;
    color: #666;
    font-weight: 600;
}

article.prifile_list ul li .sh {
    font-size: 14px;
    border-top: 1px solid #999;
    padding: 7px 0 0 0;
    margin: 7px 0 0 0;
}

article.prifle {
    width: 95%;
    max-width: 1200px;
    margin: 50px auto
}


article.prifle .mainarea {
    display: grid;
    grid-template-columns: 35% 58%;
    justify-content: space-between;
    align-items: flex-end;
}

article.prifle .mainarea .mainimage img{
    width: 100%;
    height: auto;
    border-radius: 16px;
}


article.prifle h1 {
    font-size: 30px;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
}

article.prifle h1 .en{
    font-size: 15px;
    color: #999999;
    padding: 0 20px;
}

article.prifle .sh{
    font-size: 16px;
    padding: 10px 0;
}


article.prifle .mainbox{
    
}

article.prifle .mainbox .movie {
    padding: 24px 0 0 0;
}

article.prifle .mainbox .movie video{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}


article.prifle .movie_text {
    line-height: 1.8;
    font-size: clamp(15px,.68rem,18px);
        padding: 80px 0 0 0;
}

article.prifle .massage {
    padding: 50px 0;
    line-height: 1.8;
        font-size: clamp(15px,.68rem,18px);
}

article.prifle .massage p {
    padding: 0 0 17px 0;
}

article.prifle .massage p img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 400px;
}


article.prifle h3 {
padding: 10px 10px 10px 15px;
    border-left: 8px solid #1f539f;
    margin: 0 0 30px 0;
    font-size: clamp(22px,1rem,26px);
    line-height: 1.4;
}


article.prifle .history dl {
    display: grid;
    grid-template-columns: 20% 80%;
    margin: 0 0 40px 0;
    line-height: 1.8;
    font-size: clamp(15px,.68rem,18px);
}

article.prifle .history dl dt {
    border-top: 1px solid #CCC;
    padding: 20px 0;
}

article.prifle .history dl dd {
    border-top: 1px solid #CCC;
    padding: 20px 0;
}

article.prifle section.related ul {
    display: grid;
    grid-template-columns: repeat(3,30%);
    justify-content: space-between;
    grid-gap: 30px;
}

article.prifle section.related .category {
    display: flex;
    align-items: center;
    font-size: 14px;
}

article.prifle section.related .category span {
    font-size: 16px;
    margin: 0 5px 0 0;
    color: #05539f;
}

article.prifle section.related .category a {
    padding: 0 14px 0 0;
}

article.prifle section.related .category a::before {
    content: '/';
    padding: 0 14px 0 0;
}

article.prifle section.related .category a:nth-child(2)::before {
    content: '';
    padding: 0;
}




.footer_contact {
    background: rgba(0,0,0,0.6);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.footer_contact .free_contact{
    width: fit-content;
    margin: 0 auto;
}

.footer_contact .free_contact p.image {
    width: 110px;
    margin: -20px 10px 0 0;
}

.footer_contact .free_contact .freedial {
    margin-right: 10px;
    margin-top: 10px;
    align-items: center;
    display: flex;
    align-items: center;
    color: #FFF;
}

.footer_contact .free_contact .freedial_area p {
    font-size: 13px;
    color: #FFF;
}

.footer_contact .free_contact .contact_bgc_b {
    margin: 15px 0 0 0;
}



/*price*/

.price.outerwrapper {
    max-width: 1100px;
    padding: 0 0 60px;
}

.price.outerwrapper nav {
    border: 1px solid #999;
    padding: 20px;
    font-size: clamp(16px,1rem,18px);
    margin: 60px 0 30px;
}

.price.outerwrapper nav li {
    list-style: decimal;
    list-style-position: inside;
    padding: 12px;
    padding: 12px;
}

.price.outerwrapper h3 {
padding: 10px 10px 10px 15px;
    border-left: 8px solid #1f539f;
    margin: 50px 0 20px 0;
    font-size: clamp(22px,1rem,26px);
        line-height: 1;
}

.price .con_plan_area {
    padding: 0;
}

.price .cont_title {
    padding: 150px 0 30px 0;
}

.price .tb_supplement {
    margin-bottom: 50px;
        width: 100%;
}

.price .int_table {
    margin-top: 0;
}

.price.outerwrapper h3.mt50{
    margin: 50px 0 30px 0;
}

.price .text {
    font-size: 16px;
    line-height: 2;
}



.cv {
    width: 875px;
    height: 203px;
    padding: 27px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto 75px;
    background: rgb(0, 47, 109);
    background: linear-gradient(90deg, rgba(0, 47, 109, 1) 0%, rgba(7, 83, 159, 1) 100%);
    color: #fff;
}


.cv .cont{
    width: 60%;
}

.cv .tel_contact {
    width: 35%;
}

.cv .cont .sh{
    display: flex;
    justify-content: space-between;
    width: 95%;
}

.cv .cont .sh span {
        background-color: #181F45;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 30px;
}

.cv .cont h3 {
    font-size: 42px;
    line-height: 1;
    display: flex;
    padding: 22px 0;
    justify-content: space-between;
}

.cv .cont h3 span{
    background-color: #07539F;
    padding: 11px 16px;
    color: #fff;
    font-size: 18px;
}

.cv .cont p.copy {
    text-align: center;
    font-size: 17px;
}


.cv .tel_contact .tel a {
    display: flex;
    align-items: center;
    color: #FFF;
    justify-content: space-between;
    font-size: 35px;
    font-family: 'Jost';
}

.cv .tel_contact .tel a img {
    height: 27px;
    width: auto;
}

.cv .tel_contact .tel span {
    font-size: 15px;
    text-align: center;
    display: block;
}

.cv .tel_contact .btn_contact a{
    background: rgb(206, 206, 206);
    background: linear-gradient(0deg, rgba(206, 206, 206, 1) 0%, rgba(255, 255, 255, 1) 100%);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 0 0;
    padding: 13px 0;
    font-size: 17px;
}

.cv .tel_contact .btn_contact a img {
    width: 22px;
    height: auto;
    margin: 0 10px 0 0;
}


nav.navi_sp {
    display: none;
}



@media screen and (max-width:600px) {
    
    .sp{
    display: block;
}
    
    .pc{
        display: none;
    }
    
    .inner {
    padding: 0 0 30px 0;
}
    
    .fs15 {
        font-size: 13px;
    }

    .resp_br {
        display: none;
    }

    .sp_br {
        display: block;
    }

    .header_wrapper {
        width: 100%;
        top: 0;
        z-index: 1000;
    }

    .header.company {
width: 100%;
    justify-content: left;
    margin-left: 15px;
    height: 57px;
    }
    
    .header nav {
    display: none;
}
    .subnavi {
    display: none;
}
    .side_contact {
    display: none;
}

    .contents_header {
        flex-direction: column;
        padding: 20px;
        margin-top: 60px;
    }

    .contents_header h1 {
        text-align: center;
        padding: 0;
    }

    .contents_header p {
        padding-left: 0;
        border-left: 0;
            font-size: 14px;
            text-align: center;
    }

    .header .free_contact {
        display: none;
    }

    .footer .free_contact {
        display: none;
    }

    .navi {
        display: none;
    }

    .column_area {
        width: 100%;
        display: block;
    }

    #mrk .head_line {
        font-size: 17px;
        text-align: center;
    }

    #mrk .big_font {
        font-size: 30.4px;
    }

    .column_area_main_txt {
        padding-bottom: 30px;
    }

    .ItemListBox {
        width: 90%;
        padding: 20px;
    }

    .ItemListBox_Item {
        display: flex;
        padding-bottom: 20px;
    }

    .ItemListBox_Item p {
        margin-top: 10px;
        margin-left: 10px;
        font-size: 15px;
    }
    
    div#contents01 section {
    padding: 2px 0;
}
    

    .article {
        width: 100%;
        padding-top: 20px;
    }

    .article_header {
        text-align: center;
        display: block;
        padding-bottom: 35px;
    }
    
    .purchase .article_header {
    display: block;
    }

    .article_header img {
        padding-bottom: 0;
        margin: 0 auto;
        display: block;
    }

    .article_header p {
        margin-top: 0;
        line-height: 2.2rem;
        font-size: 24px;
    }

    .article_header p span {
        font-size: 14px;
    }

    .summary {
        width: 98%;
        margin: 0 auto;
        border-left: 7px solid #075489;
    }

    .summary h3 {
        font-size: 18px;
        padding: 20px;
    }

    .summary span {
        display: none;
    }

    .article_main {
        display: block;
        /* padding: 10px; */
    }

    p.imgWrap {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    
    .article_main .imgWrap {
    width: 100%;
    height: auto;
    flex-basis: auto;
            padding-top: 0;
}
    
    .purchase .article_main .imgWrap {
    height: 300px;
}

    .articleTxtArea {
        padding-left: 0;
    }

    .articleTxt {
        /* padding: 10px; */
        font-size: 14px;
    }

    .article {
           padding: 20px;
    width: 90% !important;
    max-width: 90%;
    margin: 20px auto;
    }
    
    .article:last-child {
    padding-bottom: 0;
    margin: 20px auto;
}

    .baseFont {
        font-size: 15px;
    }

    .mainImgWrap {
        width: 94%;
    }

    .underline {
        display: inline !important;
        line-height: 2rem;
    }

    .endTxt>p {
        font-size: 18px;
    }

    .endTxt_emphasis {
        font-size: 22px;
    }

    .end_cont {
        display: block;
        width: 90%;
        margin-left: 20px;
        margin-right: 20px;
    }

    p.model {
        width: 30%;
        margin: 0 auto;
        height: auto;
        padding: 10px;
        padding-bottom: 0;
    }

    .model>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .end_cont>div>p {
        font-size: 17px;
        line-height: 1.5rem;
    }

    .mov_to_detailFeature {
        margin: 10px auto 0;
    }

    .end_cont>div>p>span {
        font-size: 24px;
        font-size: 21px;
        line-height: 3rem;
    }
    
    .footer {
    padding: 45px 0 75px;
}

    .footer>div {
        width: 100%;
    }

    .foot_company {
        justify-content: center;
    }

    .footer_nav {
        display: block;
        text-align: center;
    }

    .footer_nav_area {
        padding-bottom: 20px;
    }

    .footer_nav_area h3 {
        font-size: 18px;
    }

    /* --------- トップページ ---------
    -------------------------------- */
    .home_header {
        display: block;
            margin: 0;
    }
    
    .home_header .movie video {
width: 100%;
    height: 670px;
    aspect-ratio: 6/19;
    object-fit: cover;
    vertical-align: bottom;
    pointer-events: none;
    min-height: 450px;
    max-height: 690px;
}
    
    .header_logo img {
    width: 100px;
    margin-right: 22px;
}

    .home_main {
        width: 100%;
    }

    .home_main div {
        display: block;
        padding-right: 0;
        padding-left: 10px;
        text-align: center;
        padding-bottom: 30px;
    }

    .home_main>div>p:nth-of-type(2) {
        padding-top: 15px;
    }

    .main_logo {
        display: none;
    }

    .home_main_txt {
        margin-top: 0;
        padding-bottom: 50px;
    }
    
    .catchCopy {
    text-align: center;
    padding: 0 0 30px 0;
    filter: drop-shadow(0px 0px 4px black);
            width: 90%;
    margin: 0 auto;
}
    
    .catchCopy img {
    max-width: 600px;
    height: auto;
    width: 100%;
}
    
    
.home_header .box {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    top: 40px;
    bottom: 0;
    justify-content: space-between;
    padding: 0;
    flex-direction: column;
}
    
    .home_aside {
    background-color: #fff;
    padding: 0 0 15px 0;
    width: 90%;
    min-width: 350px;
    position: relative;
        filter: drop-shadow(0px 3px 6px #CCC);
}
    
    .home_aside .form .slick-initialized .slick-slide {
    }
    
    .home_aside p.ico_arrow {
        width: 17vw;
    top: -47px;
    left: -8px;
    }

    .home_aside>section:nth-of-type(1)>h3>span {
        display: inline-block;
    }

    .home_aside>section:nth-of-type(1)>h3>span:nth-of-type(1) {
        margin-bottom: 10px;
    }

    .home_aside>section:nth-of-type(1)>p {
        font-size: 12px;
    }

    .home_aside>section:nth-of-type(1)>p {
        font-size: 12px;
    }

    .top_contForm {
        display: block;
        padding-left: 15px !important;
    }

    .topCau {
        text-align: center !important;
    }

    .top_contForm>div .formTxt {
        text-align: left;
        padding-bottom: 15px;
    }

    .next {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .infWrapper {
        width: 100%;
    }


    .top_banner{
        padding: 220px 0 0 0;
    }

    
    .information {
    background-image: url(img2/stripe.png);
    background-size: 60%;
    background-repeat: repeat-x;
}

    .information_header {
        width: 100%;
        display: block;
        text-align: center;
    }
    
    .information_header>h3 {
    padding-right: 0;
}
    
    .information_header>p {
    padding-right: 0;
}

    .information_main {
width: 80%;
    display: block;
    padding: 20px;
    margin: 20px auto;
    }

    .information_header>a {
        justify-content: center;
            margin: 20px 0 0 0;
    }

    .information_main_cont {
        margin: 0 auto 30px;
    }

    .information_main_cont:nth-of-type(4) {
        margin-bottom: 50px;
    }

    .policy {
        padding: 10px 20px 20px 20px;
    }

    .policy p{
        text-align: left;
    }
    .policy p br {
    display: none;
    }
    
    .policy img {
    width: 100%;
    margin: 15px auto 30px;
    }
    
    .policy h3 {
        padding-top: 50px;
    }

    .home_column {
        width: 100%;
        padding: 20px;
    }

    .head_line {
        font-size: 21px;
        text-align: center;
    }

    .big_font {
        font-size: 29.3px;
    }

    .column_area {
        padding: 30px;
    }

    .column_area_main {
        padding-bottom: 30px;
    }

    .column_area_main_txt {
        padding-bottom: 30px;
        display: block;
    }

    .mov_to_detail {
        position: static;
        margin: 20px auto;
    }

    .column_title.home_column_title {
        font-size: 14px;
    }

    .home_column_area:nth-of-type(5) .column_area .big_font {
        font-size: 25px;
    }

    .topTag {
font-size: 15px;
    padding-top: 10px;
    height: 45px;
    width: 80%;
    }

    .service {
        padding: 20px;
    }

    .service>h3 {
        display: block;
            margin: 0 auto;
    padding: 0;
    }

    .service>h3>img {
    width: 100%;
    height: auto;
    }

    .service>h3>p {
    margin-right: 0;
    margin-bottom: 22px;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    }

    .serviceList {
        width: 100%;
    }

    .ListItem {
        width: 100%;
        display: block;
        padding: 20px
    }

    .ListItem img {
    width: 100%;
    height: 240px;
    }

    .ListItemCont {
        margin: 0 auto;
    }

    .ItemTitle {
    text-align: center;
    padding: 10px 0;
    }

    .detailLink {
        position: static;
        margin: 20px auto 0;
        width: 80%;
    }

    .conList {
        width: 100%;
        display: block;
    }

    .detailLink3 {
        width: 80%;
    }

    .conItem {
        text-align: center;
        padding: 0 10px 50px 10px;
    }

    .conItem img {
        width: 100%;
    }

    .example_area {
        width: 100%;
    }

    .ex_cont {
display: flex;
    width: 90%;
    margin: 90px auto;
    flex-wrap: wrap;
    padding: 15px;
    }
    
    .ex_cont.last {
    margin: 90px auto 35px;
}

    .ex_main {
        margin: 0 auto;
    }

    .ex_main_title {
        text-align: center;
    }

    .incNum {
            display: flex;
    justify-content: space-between;
    }

    .incNumBx {
margin: 0 auto 20px;
    width: 47%;
    padding: 10px;
    }
    
    
    

    .incNum.Down .incNumBx:last-child {
        margin: 0 auto 20px;
    }
    
    .incNumBx p:nth-of-type(1) {
    font-size: 12px;
}
    .incNumBx p:nth-of-type(2) {
    font-size: 25px;
    }
    
    .ex_cont img {
    width: 100%;
    height: auto;
}

    .ex_flCont {
        display: block;
    }

    .ex_flContBx {
            padding: 0 0 5px;
    margin: 0 auto 50px;
    width: 85%;
}


    .ex_flContBx>img {
        width: 100%;
    }
    
    .example_area .btnarea {
    display: block;
    width: 88%;
    margin: 0 auto 35px auto;
    }
    
    .example_area .btnarea .detailLink4 {
    margin: 0 auto 20px;
    }
    
    
    
    .exHead {
    margin: 27px auto 0;
}
    
    
    .ex_flCont.introdction .ex_flContBx {
    display: block;
    padding: 20px;
    margin: 20px auto 50px;
    width: 86%;
    }
    
    .ex_flCont.introdction .ex_flContBx div {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 0 0;
}
    
    .detailLinkWrap {
    margin-top: 60px;
    margin-bottom: 55px;
}
    
    
    
    

    .home_company {
        padding: 20px;
        background-position: center;
    }
    
    .home_company>.exHead {
    padding-top: 0px;
            margin: 40px auto 0;
}

    .home_company .detailLinkWrap {
        display: block;
        width: 100%;
        padding-bottom: 30px;
    }

    .home_company .detailLink {
        margin: 0 auto 20px !important;
        width: 80%;
    }

    .exHead>.exHead>.exHeadTitle {
        padding: 10px;
        font-size: 27px;
    }

    .ex_flContBx:nth-of-type(3) {
        padding-right: 20px;
    }

    .home_nav {
        display: block;
        padding: 0;
    }

    .home_navMenu {
        border-bottom: 2px solid #181F45;
        padding: 20px 20px 10px 20px;
        height: auto;
    }

    .home_navMenuCont {
        justify-content: center;
        margin-top: 5px;
    }

    .home_navMenu:nth-of-type(3) {
        border-bottom: none;
    }

    .home_navMenu:nth-of-type(1) .home_navMenuCont {
        display: block;
        margin-top: 10px;
    }

    .home_navMenu:nth-of-type(1) .home_navMenuCont .home_navMenuItem {
        padding-bottom: 3px;
        justify-content: center;
    }

    .top_main {
        width: 100%;
        display: block;
        padding: 0;
        overflow: hidden;
    }
    
    .top_main .top_main_box {
    display: block;
    }

    .sidearea {
        margin-top: 20px;
    }

    .sidearea_box {
        font-size: 34px;
        width: 100%;
    }

    .main_nav_list {
display: block;
    padding-left: 0;
    padding-right: 0;
    margin: 15px 0;
    border-radius: 10px;
    }

    .main_nav_list li {
        margin-bottom: 5px;
    }

    .main_nav_list a {
        justify-content: center;
        padding: 0;
    }

    .main_nav {
        width: 100%;
        display: block;
    }

    .cont_title {
        padding: 20px;
        font-size: 26px;
    }

    .title_border {
        width: 40%;
        margin-bottom: 20px;
    }

    .cont_inner {
           width: 96%;
    margin: 20px auto;
    }

    .feature_outer {
        padding: 10px;
        padding-bottom: 1px;
    }

    .feature_area {
            display: block;
    width: 100%;
    padding: 50px 20px 20px;
    }
    
    .feature_area.management {
    padding: 20px !important;
}

    .feature_area>img {
width: 100%;
    margin: 0 auto;
    padding: 30px 0 0 0;
    aspect-ratio: 4/3;
    object-fit: cover;
    }
    
    .sale .introduction {
    padding: 40px 0;
}
    
    
    .sale .feature_area_title p {
    background: #075489;
    color: #FFF;
    width: fit-content;
    padding: 12px;
    font-size: 36px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
}
    .sale .feature_area_title p span {
    font-size: 12px;
    padding: 0 10px 0 0;
}

    .feature_area_title h1 {
        font-size: 19px;
    }

    .num_img {
        width: 25%;
        height: auto;
    }

    .feature_area_title {
        padding-bottom: 20px;
    }

    .feature_area_txt p {
        font-size: 14px;
    }

    .revcol {
        flex-direction: column-reverse;
        display: flex;
    }

    .management_txt_area {
        padding: 0;
        text-align: center;
    }
    
    .feature_area>img.management_img{
       aspect-ratio: auto;
    }

    .management_txt {
        font-size: 16px;
    }

    .management_txt span {
        font-size: 24px;
    }

    .function_introduction {
        width: 100%;
        font-size: 15px;
    }
    
    .accordion-area {
    width: 96%;
    }
    
    .title_faq {
    font-size: 18px;
}

    .flow dl {
        margin-bottom: 30px;
    }

    .flow dt {
        display: none;
    }

    .flow_area dd {
        width: 100%;
    }

    .flow_area dd p {
        width: 100%;
    }

    .flow dd h3 {
        font-size: 17px;
    }

    .innerwrapper {
        width: 100%;
    }

    .flow_area {
            padding: 30px 0;
    }

    .introduction_area {
       display: block;
    width: 93%;
        padding-top: 20px;
    }

    .bs_plan {
        margin-right: 0;
    }

    .int_plan {
            margin: 0 auto 20px;
    width: 100%;
    }
    
    .introduction_area.home2 .int_plan {
    width: 100%;
}

    .introduction_area h3 {
        display: block;
            text-align: center;
    }

    .int_plan .read p {
    font-size: 14px;
    text-align: center;
}
    
    .price_txt {
        font-size: 23px;
    }
    
    .item {
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
}

    .tb_supplement {
        padding-left: 0;
    }

    .table {
    width: 600px;
    overflow: scroll;
    margin: 0;
    font-size: 14px;
    }
    
    .ope_con_plan .read_text {
    margin: 0 auto 15px;
    }
    
    .ope_con_plan .read_text br{
        display: none;
    }

    .con_plan_area {
    padding: 15px;
    width: 100%;
    }
    .outerwrapper {
        width: 100%;
            padding-top: 30px;
    }
    
    
    .ListItem.innerwrapper {
    display: block;
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
    padding: 13px;
}
    
    .banner_customer-management {
    width: 90%;
    background-image: url(img2/recosystem/banner_customer-management.jpg);
    background-size: cover;
    height: auto;
    padding: 10px 20px;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    box-sizing: border-box;
    margin: 15px auto 20px auto;
}
    
    .banner_sale-appraisal {
    width: 90%;
    background-image: url(img2/recosystem/banner_sale-appraisal.jpg);
    background-size: cover;
    height: auto;
    padding: 10px 20px;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    box-sizing: border-box;
    margin: 15px auto 20px auto;
}
    
    
    .banner h3 {
    font-size: 22px;
}
    
    .banner p {
    font-size: 13px;
    font-weight: 700;
    filter: drop-shadow(1px 1px 3px black);
    }
    
    .banner .btn a {
    color: #FFF;
    display: flex;
    justify-content: center;
    background: #07315d;
    padding: 3px 9px 7px 17px;
    width: fit-content;
    margin: 0px 0 0 auto;
    font-size: 12px;
    align-items: center;
    font-weight: 600;
}

    .plan_area {
        display: block;
        padding: 0;
    }

    .ope_con_plan {
    padding: 20px;
    padding-bottom: 50px;
    margin-bottom: 30px;
    }
    
    .purchase .ope_con_plan {
    padding: 20px;
    }

    .con_plan_area img {
        height: auto;
    }

    .plan_area section {
        padding: 0;
    }

    .tableWrap {
        overflow: scroll;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .con_plan_area .tableWrap {
    padding: 15px 0;
}

    .column {
        margin-top: 100px;
        padding: 20px;
    }

    .column_cont {
        padding: 20px;
    }

    .main_top {
            padding: 0;
    width: 93%;
    }


    #cont_consulting .main_top>.sidearea_box {
        padding: 0;
        padding-left: 10px;
        height: 250px;
        font-size: 13px;
        line-height: 4.3em;
        background-size: cover;
        background-position: center;
    }

    #cont_consulting.sale .main_top>.sidearea_box {
        padding: 0;
        padding-right: 10px;
        height: 250px;
        font-size: 13px;
        line-height: 4.3em;
        background-size: cover;
        background-position: center;
        background-color: rgba(255, 255, 255, 0.4);
        background-blend-mode: lighten;
    }

    #cont_consulting.training .main_top>.sidearea_box {
        padding: 0;
        height: 250px;
        font-size: 13px;
        line-height: 4.3em;
        background-size: cover;
        background-position: center;
        padding-left: 5px;
        background-color: rgba(255, 255, 255, 0.4);
        background-blend-mode: lighten;
        padding-left: 10px;
    }

    #cont_consulting.training .plan_area .flbs .pl_txt {
        font-size: 18px;
    }

    #cont_consulting .plan_area .flbs {
        padding-top: 10px;
    }
    
    #cont_consulting .con_plan_area p {
    display: flex;
    align-items: baseline;
    padding: 10px 0 0 0;
}

    #cont_consulting .ItemListBox {
     padding: 0;
    width: 88%;
    margin: 40px auto;
    }

    #cont_consulting .ItemListBox_Item span {
        margin-bottom: 50px;
        padding: 10px 14px;
    }

    #cont_consulting .ItemListBox_Item p {
        margin-left: 20px;
        margin-top: 0;
    }
    
    #cont_consulting .con_plan_area p .item {
    margin: 0 10px 0 0;
}

    #cont_consulting .feature_area_title {
        display: block;
    }

    #cont_consulting .feature_area_title img {
        width: 30%;
            margin: 0 auto;
    display: block;
    }

    #cont_consulting .feature_area_title h3 {
        font-size: 17px;
        margin-top: 0;
        text-align: left;
    }

    .media {
        display: block;
    }
    
    .media img {
    width: 100%;
    }

    .txtbx {
        padding: 20px;
    }

    .txtbx p {
        font-size: 14px;
    }

    #cont_consulting .ope_con_plan {
        padding: 10px;
    }

    #cont_consulting .con_plan_area {
            padding: 0;
    width: 100%;
    }

    .pl_txt {
        font-size: 20px;
    }

    #cont_consulting .plan_area section {
        padding: 0;
    }

    #cont_consulting .con_plan_area .tb_supplement {
        padding: 0;
        font-size: 11px;
    }



    #cont_consulting .con_plan_area>.tb_supplement:nth-of-type(3) {
        margin-bottom: 25px;
    }

    #cont_consulting .tableWrap {
        margin-top: 30px;
    }

    #cont_consulting .plan_area_price {
        padding-top: 0;
    }

    #cont_consulting .con_plan_area>.text {
        font-size: 12px;
    }

    .text {
        padding: 10px;
    }

    .ItemListBox li {
        display: grid;
        grid-template-columns: 1fr 9fr;
    }
    
    #cont_consulting .ItemListBox li {
    margin-bottom: 10px;
    align-items: flex-start;
    margin: 0 0 18px 0;
}

    .ItemListBox li span {
          height: auto;
    padding: 5px;
    width: 35px;
    }

    .ml_feature_outer {
        padding: 20px;
        padding-bottom: 92px;
    }

    #home .num_img {
        width: auto;
        height: 100px;
    }

    .plan_bx {
    display: flex;
    justify-content: left;
    padding: 0 0 30px 0;
}
    
    #home .feature_area_title h3 {
        font-size: 22px;
        margin-top: 0;
        text-align: left;
    }

    #home .feature_area_title {
        display: block;
            padding-bottom: 0px;
    }

    #home .plan_area_price {
        margin-top: 0;
    }
    
    #home .plan_area_price p {
    display: flex;
    align-items: baseline;
}

    #home .sidearea_box {
        font-size: 28px;
    }
    
    

    .consultation {
        width: 100%;
        height: auto;
        display: block;
        padding: 17px 30px;
    }

    .consultation .tag {
        font-size: 13px;
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .consultation section {
        width: 100%;
    }

    .consultation .Real_Estate_Business {
        text-align: center;
        display: block;
        width: 65%;
        margin: 0 auto;
    }

    .consultation_txt {
        padding-left: 0;
        font-size: 29px;
        display: block;
        text-align: center;
    }

    .consultation .Real_Estate_Business {
        margin-bottom: 15px;
    }

    .column_freedial {
        justify-content: center;
    }

    .consultation .column_freedial span {
        font-size: 24px;
    }

    .consultation section p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .consultation section h3:nth-child(1) {
        padding-bottom: 13px;
    }

    .column .consultation {
        margin-top: 0;
    }

    #home .column_cont {
        padding: 0;
    }

    #cont_consulting .consultation {
        margin-top: 0;
    }

    .home_aside .freedial {
        justify-content: center;
    }

    .home_aside .freedial span {
        font-size: 27px;
    }

    .home_aside .contact {
        margin: 20px auto;
    }

    .home_aside>.free_contact {
        display: block;
    }

    .exHeadSubtitle {
        font-size: 19px;
    }

    .ex_cont_main {
            margin: 0;
    width: 100%;
    }

    .sidearea_box_txt1 {
        font-size: 27px;
    }

    .sidearea_box_txt2 {
        font-size: 24px;
    }

    .rod {
        margin-right: 15px;
    }

    /* ---------- company詳細 ----------
    ------------------------------------ */

    dl.company_view {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        max-width: 95%;
        margin: 0 auto 40px;
        border-top: 1px solid #CCC;
        font-size: 16px;
    }

    .company_view dt {
        width: 100%;
        padding: 5px 5px 0 5px;
        box-sizing: border-box;
        border-bottom: none;
    }

    .company_view dd {
        width: 100%;
        padding: 0 5px 5px 5px;
        box-sizing: border-box;
        border-bottom: 1px solid #CCC;
    }
    
    .company_box {
    display: block;
    }
    
    .company_box .image {
    margin: 0 0 20px 0;
}
    .company_box .image img {
    width: 100%;
    height: 280px;
    /* aspect-ratio: 3/5; */
    object-fit: cover;
        object-position: bottom;
}

    /* ------------ バーガーメニュー -----------
    ---------------------------------------- */
    .sp-menu {
        display: block;
    }

    .sp-menu__box {
position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    margin: 0 3px 0 0;
    }

    .sp-menu__box:checked {
        position: fixed !important;
    }

    .sp-menu__box span,
    .sp-menu__box span:before,
    .sp-menu__box span:after {
        content: "";
        display: block;
        height: 3px;
        width: 40px;
        border-radius: 3px;
        background: #000;
        position: absolute;
        transition: all .2s;
    }

    .sp-menu__box span:before {
        bottom: 12px;
    }

    .sp-menu__box span:after {
        top: 12px;
    }

    #sp-menu__check {
        display: none;
    }

    #sp-menu__check:checked~.sp-menu__box span {
        background: rgba(255, 255, 255, 0);
    }

    #sp-menu__check:checked~.sp-menu__box span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #sp-menu__check:checked~.sp-menu__box span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    #sp-menu__check:checked~.sp-menu__content {
        left: 0;
    }

    .sp-menu__content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 80;
        background-color: #12335fd6;
        transition: all 0.5s;
    }

    .sp-menu__list {
        padding: 45px 10px 0;
    }

    .sp-menu__item {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }

    .sp-menu__link {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color: #ffffff;
        text-decoration: none;
        padding: 9px 15px 10px 0;
    }

    .sp-menu__list {
    display: block;
    text-align: center;
    background: #FFF;
    height: 100vh;
    width: 101%;
    }

    .sp-menu__list>li {
    font-size: 15px;
    padding: 15px;
    border-top: 1px solid #CCC;
    }
    
    .sp-menu__list>li p {
    background: #EFEFEF;
    padding: 5px;
}

    .sp-menu__list li a {
    }

    .sp-menu__list li ul li {
        padding: 15px 0 0 0;
    }

    .sp-menu__list li ul {
        padding: 0;
    }

    .sp-menu__list li a span {
        display: none;
    }
    
    
    article.prifile_list ul {
    display: grid;
    grid-template-columns: repeat(2,46%);
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
    
    article.prifle {
    width: 95%;
    max-width: 1200px;
    margin: 15px auto;
}
    
    article.prifle .mainarea {
       display: block;
    width: 93%;
    margin: 0 auto;
    }
    
    article.prifle h1 {
    font-size: 22px;
    letter-spacing: 4px;
    display: flex;
    align-items: baseline;
    padding: 15px 0 0;
}
    article.prifle h1 .en {
    font-size: 12px;
    color: #999999;
    padding: 0 0 0 10px;
    display: block;
}
    article.prifle .sh {
    font-size: 14px;
    padding: 10px 0;
}
    
    article.prifle .massage {
    padding: 22px 0;
    line-height: 1.8;
    font-size: clamp(15px,.68rem,18px);
    width: 94%;
    margin: 0 auto;
}
    article.prifle .movie_text {
    line-height: 1.8;
    font-size: clamp(15px,.68rem,18px);
    padding: 20px 0 0 0;
}
    
    .history {
    width: 93%;
    margin: 0 auto;
}
    
    section.related {
    padding: 20px 0;
    width: 94%;
    margin: 0 auto;
}
    
    .feature_outer .read {
    text-align: left;
    margin: 0 auto;
}

    
    .contact_form {
    margin: 30px auto;
}
    .contact_form .budget p {
    padding: 0;
}
    .contact_form .budget p span {
    display: block;
    padding: 10px 0;
}
    
    .contact_form th {
    width: 100%;
    border-bottom: none;
    padding: 15px 0 0 0;
    float: left;
}
    
    .contact_form td {
    padding: 10px 0 20px;
    width: 100%;
    float: left;
}
    
    #wpfront-scroll-top-container {
    right: 5px !important;
    bottom: 75px !important;
}
    
    nav.navi_sp {
    display: block;
        position: fixed;
}
    
    nav.navi_sp {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #FFF;
    align-items: center;
            filter: drop-shadow(0px 0px 3px #CCC);
        justify-content: space-between;
        height: 64px;
        z-index: 100;
}
    
    nav.navi_sp .mail {
    width: 38%;
            height: 100%;
}
    nav.navi_sp .phone {
    width: 62%;
}
    
    nav.navi_sp .phone a {
    display: flex;
    align-items: center;
    font-size: 25px;
    justify-content: space-between;
    padding: 5px 10px 0 10px;
    font-weight: 600;
            height: 100%;
}
    
    nav.navi_sp .phone a img{
        width: 34px;
        height: auto;
    }

    nav.navi_sp .phone .time {
    font-size: 12px;
    text-align: center;
    padding: 0 0 7px 0;
}
    
    nav.navi_sp .mail a {
    background: #1d558a;
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #FFF;
        text-align: center;
    font-weight: 700;
    justify-content: space-evenly;
            height: 100%;
}
    
    nav.navi_sp .mail a img{
        width: 20px;
        height: auto;
    }
    
    .price.outerwrapper {
    width: 90%;
}
    
    .price.outerwrapper nav {
    border: 1px solid #999;
    padding: 10px;
    font-size: clamp(16px,1rem,18px);
    margin: 4px 0 30px;
}
    
    .price .cont_title {
    padding: 30px 0 30px 0;
}
    
    .success-stories-navi {
    padding: 0;
}
    
    .success-stories-navi ul {
    display: block;
    width: 86%;
    }
    
    .success-stories-navi ul li {
    margin: 13px 0;
}
    
    .incNum.Down {
    display: block;
}
    .incNum.Down .incNumBx {
    font-size: 15px;
    width: 100%;
}
    
    .incNum.Down .incNumBx:last-child p:nth-of-type(1) {
    font-size: 12px;
}
    .incNum.Down .incNumBx p:nth-of-type(1) {
    font-size: 12px;
}
    
    .incNumBx.Down p:nth-of-type(2) {
    font-size: 25px;
}
    
    .incNum.Down .incNumBx:last-child p:nth-of-type(2) {
    font-size: 25px;
}
    
    .contactarea h3 {
    line-height: 1.6;
    }
    
    .it_tool {
    width: 100%;
}
    
    #cont_consulting.customer-management .main_top>.sidearea_box {
    width: 100%;
    background-size: cover;
    height: auto;
    padding: 10px;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    display: block;
    box-sizing: border-box;
    color: #FFF;
    border: none;
}
    
    #cont_consulting.sale-appraisal .main_top>.sidearea_box{
        width: 100%;
    background-size: cover;
    height: auto;
    padding: 10px;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    display: block;
    box-sizing: border-box;
    color: #FFF;
    border: none;
}
    
    #cont_consulting.customer-management .main_top>.sidearea_box+p {
    font-size: 14px;
    padding: 10px 0 0 0;
}
    
    #cont_consulting.sale-appraisal .main_top>.sidearea_box+p {
    font-size: 14px;
    padding: 10px 0 0 0;
}
    
    #cont_consulting.it_tool .main_top>.sidearea_box h1 {
    font-size: clamp(28px,2.2rem,46px);
    font-weight: 600;
    line-height: 1.4;
}
    #cont_consulting.it_tool .main_top>.sidearea_box h1 span {
    display: block;
    font-size: 16px;
    padding: 0 0 10px 0;
}
    
    #cont_consulting.it_tool .main_top>.sidearea_box p {
    padding: 10px 0 0 0;
    font-size: clamp(14px,0.9rem,20px);
    line-height: 1.6;
}
    #cont_consulting.it_tool .main_top>.sidearea_box p.sh {
    font-weight: 600;
    font-size: clamp(16px,1.2rem,24px);
}
    
    #cont_consulting.it_tool .ItemListBox {
    border: 1px solid #B3B3B3;
    padding: 55px 20px 20px 20px;
    position: relative;
    margin: 40px auto;
    width: 100%;
}
    
    #cont_consulting.it_tool .ItemListBox h3 {
    background: #EFEFEF;
    position: absolute;
    top: 0;
    font-size: 14px;
    padding: 10px 23px;
    border-radius: 0 0 9px 9px;
}
    
    .it_tool .ItemListBox li p {
    font-size: clamp(16px,1rem,22px);
    margin-top: 0px;
    margin-left: 15px;
    font-weight: bold;
    text-decoration: none;
    text-underline-offset: 0;
    line-height: 1.4;
}
    
    .cont_inner.it_tool {
    padding: 20px 0 14px 0;
    border-top: 1px solid;
    width: 92%;
}
    
   .it_tool .feature_area_title img {
    width: 26% !important;
    margin: 0 auto;
    display: block;
}
    
    .feature_area_title h3 span {
    display: block;
    font-size: 20px;
    font-weight: normal;
    padding: 0 0 10px 0;
}
    
    .cont_inner.it_tool .image {
    margin: 0 0 15px 0;
}
    
    .cont_inner.it_tool .txtmg {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 14px;
    padding: 0;
}
    
    #cont_consulting.it_tool .con_plan_area {
    padding: 0;
    width: 90%;
    }
    
    
    .cv {
    width: 100%;
    height: auto;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto 25px;
    background: rgb(0, 47, 109);
    background: linear-gradient(90deg, rgba(0, 47, 109, 1) 0%, rgba(7, 83, 159, 1) 100%);
    color: #fff;
    flex-direction: column;
}
    
    .cv .cont {
    width: 100%;
}
    
    .cv .cont .sh {
display: flex;
    justify-content: space-evenly;
    width: 100%;
    text-align: center;
}
    
    .cv .cont .sh span {
    background-color: #181F45;
    color: #fff;
    font-size: 12px;
    padding: 5px 14px;
    border-radius: 30px;
}
    
    .cv .cont h3 {
    font-size: 27px;
    line-height: 1;
    display: flex;
    padding: 22px 0;
    justify-content: space-between;
    align-items: center;
}
    
    .cv .cont h3 span {
    background-color: #07539F;
    padding: 11px 8px;
    color: #fff;
    font-size: 14px;
}
    .cv .cont p.copy {
    text-align: center;
    font-size: 13px;
}
    .cv .tel_contact {
    width: 100%;
}
    .cv .tel_contact .tel a {
    width: fit-content;
    margin: 0 auto;
}


section.single {
    display: block;
    margin: 0 auto 20px auto;
    width: 92%;
}


.contents_header p.title {
    font-size: 23px;
    letter-spacing: 3px;
    font-weight: normal;
    text-align: center;
    padding: 0;
}


.entry section.author dl {
    display: block;
}

.entry section.author dl dt {
    width: 50%;
    margin: 0 auto 20px;
}
    
.entry section.author dl dd .sh {
    font-size: 15px;
    padding: 0 0 14px 0;
    line-height: 1.6;
}

section.related ul li img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}


section.related ul {
    grid-gap: 0;
    display: block;
}

section.related ul li {
    font-size: 14px;
    margin: 0 0 20px 0;
}
section.related ul li h4 {
    padding: 10px 0;
    font-size: 16px;
    width: 100%;
}

.entry .category a {
    padding: 0 6px 0 0;
}

.entry .category a::before {
    content: '/';
    padding: 0 7px 0 0;
}

section.related ul li .category {
    font-size: 14px;
    margin: 0;
}


.entry_list {
    width: 100%;
}

}