@charset "shift_jis";
/*************************************************/
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* この下にあるコメントアウトを活用してください！ */
/* 「assessment」は売却査定フォームのデフォルトデザイン用cssです */
/*************************************************/
:root {
  --main-color: #2060ad;
  --sub-color: orange;
}
.toppage{}
.toppage h2{margin: 0;}
.toppage h3{margin: 0;}
.toppage h4{margin: 0;}
header{
	margin-bottom: -14px;
	z-index: 5;
	position: relative;
}

.toppage>.main{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    height: 760px;
    background: url(/img/top/t_main_bg.gif) no-repeat 0 0;
    background-position: center;
    width: 100%;
    min-width: 1250px;
    margin: 0px;
    padding: 45px 0 0 0;
    box-sizing: border-box;
}
.toppage>.main>.catch{
margin-left: 5vw;
    margin-right: 5vw;
    width: 400px;
}
.toppage>.main>.catch>h2{
    font-size:65px;
    color: var(--main-color);
    line-height:1.5em;
}
.toppage>.main>.catch>h2>span{
    color: red;
}
.toppage>.main>.catch>p{
    font-size: 16px;
    line-height: 2.5em;
}
.toppage>.main>.slide_block{
}

.toppage .infomation{
    width: 1000px;
    height: 120px;
    margin: auto;
    border: 2px solid var(--main-color);
    border-radius: 5px;
    padding: 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF;
    z-index: 1;
}
.toppage .infomation>div:first-child{
    width: 15%;
    text-align: center;
    border-right: 1px solid var(--main-color);
    padding-right: 15px;
}
.toppage .infomation>div:first-child>span{
    font-size: 10px;
    display: block;
    color: var(--sub-color);
    margin-top: 15px;
}
.toppage .infomation>div:first-child>h3{
    font-size: 20px;
    margin: 10px auto;
}
.toppage .infomation>div:first-child>a{
    color: #333;
    border: 1px solid #333;
    background: #FFF;
    height: auto;
    width: fit-content;
    display: block;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 2em;
    padding: 0 1em;
    margin: auto;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
}
.toppage .infomation>div:nth-child(2n){width: 80%;}
.toppage .infomation>div:nth-child(2n)>iframe{width: 100%; height:120px;}




.toppage>.corp_menu{
    background-color: var(--main-color);
    width: 100%;
    padding-top: 150px;
    position: relative;
    top:-50px;
}

.toppage>.corp_menu:after{
content: "";
    display: block;
    width: 600px;
    height: 500px;
    right: 0px;
    bottom: 0;
    position: absolute;
    background: url(/img/top/t_service_bg_points.png) no-repeat 0 0;
    background-size: cover;
    z-index: 0;
    opacity: 0.5;
}

.toppage>.corp_menu>h2{
    width: 1000px;
    line-height: 1.5em;
    display: block;
    margin: 0 auto;
    font-size: 60px;
    color: #FFF;
    position: relative;
}
.toppage>.corp_menu>h2::before{
    content: "CORPORATE MENU";
    font-size: 18px;
    line-height: 1em;
    color: orange;
    display: block;
    position: absolute;
    top: -15px;
}
.toppage>.corp_menu>p{
    width: 1000px;
    font-size: 16px;
    line-height: 1.5em;
    color: #FFF;
    margin: 0 auto;
}


.corp_menu_main{
    width: 960px;
    height: 375px;
    margin: 30px auto;
    padding: 0;
    border: 2px solid #FFF;
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.corp_menu_main>li{
    width: 25%;
    margin: 0;
    padding: 20px;
    display: block;
    box-sizing: border-box;

    position: relative;
    overflow: hidden;
    background: #000;
    
}
.corp_menu_main>li::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .8s ease;
}
.corp_menu_main>li:first-child::after{
	background: url(/img/top/t_service_menu1.png) no-repeat 0 0;
    background-size: cover;
}
.corp_menu_main>li:nth-child(2n)::after{
	background: url(/img/top/t_service_menu2.png) no-repeat 0 0;
    background-size: cover;
}
.corp_menu_main>li:nth-child(3n)::after{
	background: url(/img/top/t_service_menu3.png) no-repeat 0 0;
    background-size: cover;
}
.corp_menu_main>li:nth-child(4n)::after{
	background: url(/img/top/t_service_menu4.png) no-repeat 0 0;
    background-size: cover;
}
.corp_menu_main>li:hover:after {
  opacity: .3;
  transform: scale(1.05);
}
/*
.corp_menu_main>li:first-child{
	background: url(/img/top/t_service_menu1.png) no-repeat 0 0;
}
.corp_menu_main>li:nth-child(2n){
	background: url(/img/top/t_service_menu2.png) no-repeat 0 0;
}
.corp_menu_main>li:nth-child(3n){
	background: url(/img/top/t_service_menu3.png) no-repeat 0 0;
}
.corp_menu_main>li:nth-child(4n){
	background: url(/img/top/t_service_menu4.png) no-repeat 0 0;
}
*/
.corp_menu_main>li>a{
    height: 100%;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    z-index: 1;
    position: relative;
}
.corp_menu_main>li>a>h3{
    font-size: 28px;
    line-height: 1.5em;
    position: relative;
    margin-top: 190px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6), -2px 2px 2px rgba(0, 0, 0, 0.6), 2px -2px 2px rgba(0, 0, 0, 0.6), -2px -2px 2px rgba(0, 0, 0, 0.6);
}
.corp_menu_main>li>a>h3::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    color: var(--sub-color);
    line-height: 1;
    position: absolute;
    transform: translateX(15%);
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.8em;
    height: 0.8em;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    margin: auto;
}
.corp_menu_main>li>a>h3::after{
    content: '';
    color: #fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.18em 0.31177em;
    border-left-color: currentColor;
    border-right: 0;
    transform: translateX(15%);
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    margin: auto;
}
.corp_menu_main>li>a>p{
    font-size: 14px;
    line-height: 1.7em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9), -2px 2px 2px rgba(0, 0, 0, 0.9), 2px -2px 2px rgba(0, 0, 0, 0.9), -2px -2px 2px rgba(0, 0, 0, 0.9);
}

.corp_menu>h3{
    width: 1000px;
    text-align: center;
    line-height:2em;
    display: block;
    margin: 0 auto;
    font-size: 30px;
    color: #FFF;
}
.corp_menu_sub{
    width: 960px;
    margin: 0px auto;
    padding: 0 0 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;

}
.corp_menu_sub>li{
    width: 18%;
    margin: 1%;
}
.corp_menu_sub>li>a{
    height: 100%;
    display: block;
    color: var(--main-color);
    text-decoration: none;
    font-size: 18px;
    background-color: #FFF;
    border-radius: 10px;
    height: 185px;
    position: relative;
    border: 2px solid #FFF;
    box-sizing: border-box;
    transition: 0.3s;
}
.corp_menu_sub>li>a:hover{
    background-color: var(--main-color);
    color: #FFF;
}

.corp_menu_sub>li>a::before {
    content: "";
    bottom: 10px;
    right: 10px;
    border-top: 10px solid transparent;
    border-right: 10px solid var(--sub-color);
    position: absolute;
    z-index: 100;
}
.corp_menu_sub>li>a::after {
    content: "";
    display: block;
    bottom: 5px;
    transform: rotate(135deg);
    color: #fff; /* 文字色はここで変更 */
    font-weight: bold;
    right: 0px;
    position: absolute;
    z-index: 101;
}

.corp_menu_sub>li>a>img{
    width: 100px;
    height: 80px;
    margin: auto;
    padding-top: 25px;
    display: block;
    object-fit: contain;
    object-position: bottom;
}
.corp_menu_sub>li>a:hover>img{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(155%) contrast(100%);
}
.corp_menu_sub>li>a>p{
    width: 100%;
    text-align: center;
    line-height: 1.2em;
}




.strong_point{
    width: 1000px;
    margin: 80px auto;
    position: relative;
}

.strong_point:before{
    content: "";
    display: block;
    width: 56%;
    height: 114px;
    right: -3vw;
    bottom: -37px;
    position: absolute;
    background: url(/img/top/t_strong_pointpeaple.png) no-repeat 0 0;
    background-size: cover;
    z-index: 0;
}

.strong_point::after {
    content: "";
    display: block;
    width: 80vw;
    height: 100%;
    margin-right: 20vw;
    top: 40px;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #f7f7f7;
    z-index: -1;
}
.toppage>.strong_point>h2{
    font-size: 65px;
    color: var(--main-color);
    line-height: 1.5em;
    display: block;
    position: relative;
    width: fit-content;
    z-index:5;
}
.toppage>.strong_point>.slide_area{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: -150px;
    margin-left: 60px;
}
.toppage>.strong_point>.slide_area>div{
    width: 45%;
}
.toppage>.strong_point>.slide_area>div img{
    width: 400px;
    height: 300px;
    object-fit: cover;
}
.toppage>.strong_point>.slide_area>div h3{
    font-size: 24px;
    line-height: 1.5em;
    margin: 0.5em auto;
}
.toppage>.strong_point>.slide_area>div p{
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
}
.toppage>.strong_point>.slide_area>div a {
    background: var(--main-color);
    color: white;
    height: auto;
    width: fit-content;
    display: block;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 2.5em;
    padding: 0 3em;
    position: relative;
    text-decoration: none;
    margin: 1em 0 1em auto;
    transition: 0.3s;
}
.toppage>.strong_point>.slide_area>div a:hover {
    background-color: var(--sub-color);
}
.toppage>.strong_point>.slide_area>ul.conts-slick2{
    width: 50%;
}
.toppage>.strong_point>.slide_area>ul.conts-slick2 li{
    font-size: 20px;
    font-weight: bold;
    line-height: 3em;
    margin: 15px auto;
    padding: 0 1em;
    display: block;
    color: var(--main-color);
    transition: 0.3s;
    width: 100% !important;
}
.toppage>.strong_point>.slide_area>ul.conts-slick2 li:hover{
    background-color: var(--sub-color);
    color: #FFF;
}

.toppage>.sell_block{
    width: 100%;
    margin: 160px auto 80px auto;
    position: relative;
}
.toppage>.sell_block::before{
	content: "";
	display: block;
	width: 368px;
	height: 300px;
	left: 2%;
	bottom: 0;
	position: absolute;
	background: url(/img/top/t_sellblock_bgpoint.png) no-repeat 0 0;
	background-size: cover;
}
.toppage>.sell_block::after{
    content: "";
    display: block;
    width: 55vw;
    height: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
    background: url(/img/top/t_sellblock_sideimg.jpg) no-repeat 0 0;
    background-size: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: -1;
}
.toppage>.sell_block>div{
    width: 1000px;
    margin: auto;
}
.toppage>.sell_block>div>h2{
    font-size: 50px;
    color: var(--main-color);
    line-height: 1.5em;
    width: fit-content;
}
.toppage>.sell_block>div>p{
    font-size: 16px;
    line-height: 2em;
}

.toppage>.sell_block>div>a {
    background: var(--main-color);
    color: white;
    height: auto;
    width: fit-content;
    display: block;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 2.5em;
    padding: 1em 3em;
    position: relative;
    text-decoration: none;
    margin-top: 50px;
    transition: 0.3s;
}

.toppage>.sell_block>div>a:hover {
    background-color: var(--sub-color);
}

.toppage>.sell_achieve{
    width: 1000px;
    margin: 80px auto;
    position: relative;
}

.toppage>.sell_achieve .s_t_result_ti {
	background-image: url(/sale/img/result_bg.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
 }
.toppage>.sell_achieve .s_t_result_ti img{
	display: block;
	margin: auto;
}
.toppage>.sell_achieve .s_t_result_ti h2 {
    margin: 0;
    font-size: 43px;
    color: #005fac;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.5em;
    /* margin-top: 7px; */
    padding: 26px 0 0px;
}



/*
.toppage>.sell_achieve>h2{
    font-size: 65px;
    color: var(--main-color);
    line-height: 1.5em;
}
.toppage>.sell_achieve>h2:first-letter{
    color: var(--sub-color);
}

.toppage>.sell_achieve>h2>span{
    font-size: 30px;
    padding-left: 2em;
}
*/
.toppage>.sell_achieve>p{
    font-size: 18px;
    line-height: 2em;
    margin: 30px auto;
    text-align: center;
}

.toppage>.sell_achieve>div>iframe{
    width: 100%;
    height: 565px;
}
.toppage>.sell_achieve>a {
    background: var(--main-color);
    color: white;
    height: auto;
    width: fit-content;
    display: block;
    border-radius: 35px;
    text-align: center;
    font-size: 18px;
    line-height: 2.5em;
    padding: 0.5em 5em;
    position: relative;
    text-decoration: none;
    margin: 0px auto 50px auto;
    transition: 0.3s;
}
.toppage>.sell_achieve>a:hover {
    background-color: var(--sub-color);
}




.toppage>.sell_case{
    width: 1000px;
    margin: 100px auto 80px auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.toppage>.sell_case::before{
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    top: 40px;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #f7f7f7;
    z-index: -1;
}

.toppage>.sell_case::after{
content: "";
    display: block;
    width: 630px;
    height: 110px;
    left: 50%;
    bottom: -140px;
    position: absolute;
    background: url(/img/top/t_sellcase_pointpeaple.png) no-repeat 0 0;
    background-size: cover;
    z-index: 0;
}
.toppage>.sell_case>div:first-child{    width: 60%;}

.toppage>.sell_case>div:first-child>h2{
    font-size: 65px;
    color: var(--main-color);
    line-height: 1.5em;
    width: fit-content;
}
.toppage>.sell_case>div:first-child>p{
    font-size: 16px;
    line-height: 2em;
}
.toppage>.sell_case>div:first-child>ul{
    width: 100%;
    margin: 0px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.toppage>.sell_case>div:first-child>ul li{
    font-size: 16px;
    line-height: 2em;
    color: var(--main-color);
    background-color: #FFF;
    width: fit-content!important;
    display: block;
    border-radius: 2em;
    text-align: center;
    line-height: 2.5em;
    padding: 0em 1em;
    text-decoration: none;
    margin: 1%;
    transition: 0.3s;
}
.toppage>.sell_case>div:first-child>ul li:hover{
    background-color: var(--main-color);
    color: #FFF;
}
.toppage>.sell_case>div:nth-child(2n){    width: 38%;}
.toppage>.sell_case>div:nth-child(2n) .case-slick__item>div{
    width: 100%;
    margin: auto auto 30px auto;
}
.toppage>.sell_case>div:nth-child(2n) div>img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.toppage>.sell_case>div:nth-child(2n) div>h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    background-color: #FFF;
    width: fit-content;
    display: block;
    border-radius: 2em;
    text-align: center;
    padding: 0em 1em;
    margin: -1em auto;
    z-index: 5;
    position: relative;
}
.toppage>.sell_case>div:nth-child(2n) ul{
    margin: auto;
}
.toppage>.sell_case>div:nth-child(2n) ul>li{
    font-size: 20px;
    line-height: 2em;
}
.toppage>.sell_case>div:nth-child(2n) a {
    background: var(--main-color);
    color: white;
    height: auto;
    width: fit-content;
    display: block;
    border-radius: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 2.5em;
    padding: 0em 2em;
    position: relative;
    text-decoration: none;
    margin: 50px 0 0 auto;
    transition: 0.3s;
}
.toppage>.sell_case>div:nth-child(2n) a:hover {
    background-color: var(--sub-color);
}

.toppage>.buy_wrap{
    width: 100%;
    position: relative;
}
.toppage>.buy_wrap::before{
    content: "";
    display: block;
    width: 100vw;
    height:auto;
    top: 375px;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: var(--main-color);
    z-index: -1;
}

.toppage>.buy_wrap>.buy_block{
    width: 500px;
    margin: 250px auto 80px 50%;
    position: relative;
}
.toppage>.buy_wrap::after{
    content: "";
    display: block;
    width: 70vw;
    height: 575px;
    margin-right: 55%;
    right: 0;
    top: 0;
    position: absolute;
    background: url(/img/top/t_buy_sideimg.jpg) no-repeat 0 0;
    background-size: cover;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: -1;
}

.toppage>.buy_wrap>.buy_block>h2{
    font-size: 50px;
    color: var(--main-color);
    line-height: 1.5em;
    width: fit-content;
}
.toppage>.buy_wrap>.buy_block>p{
    font-size: 16px;
    line-height: 2em;
}
.toppage>.buy_wrap>.buy_block>div{
    font-size: 16px;
    line-height: 2em;
    color: #FFF;
}
.toppage>.buy_wrap>.buy_block>div>span{
    font-size: 30px;
    font-weight: bold;
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: yellow;
}
.toppage>.buy_wrap>.buy_block>ul{
    width: 80%;
    margin: 20px 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-auto-rows: 0.25fr;
}
.toppage>.buy_wrap>.buy_block>ul>li{
    display: block;
    font-size: 16px;
    text-decoration: none;
    margin: 1%;
}
.toppage>.buy_wrap>.buy_block>ul>li:first-child{
    grid-row: 1 / 3;
}
.toppage>.buy_wrap>.buy_block>ul>li:first-child>a{
    padding: 12px 0;
}


.toppage>.buy_wrap>.buy_block>ul>li>a{
    background: #FFF;
    color: var(--main-color);
    text-align: center;
    text-decoration: none;
    display: block;
    width: 90%;
    border-radius: 10px;
    line-height: 2em;
    padding: 5px 0;
}
.toppage>.buy_wrap>.buy_block>ul>li>a:hover {
    background-color: var(--sub-color);
}
.toppage>.buy_wrap>.room_report{
    width: 100%;
    margin: 80px auto;
    padding-bottom: 50px;
    position: relative;
}
.toppage>.buy_wrap>.room_report>h2{
    font-size: 50px;
    color: #FFF;
    text-align: center;
    line-height: 1.5em;
    width: fit-content;
    margin: auto;
}
.toppage>.buy_wrap>.room_report>h2>span{
    background: linear-gradient(transparent 60%, var(--sub-color) 30%);
    display: inline-block;
}
.toppage>.buy_wrap>.room_report>p{
    font-size: 16px;
    line-height: 2em;
    text-align: center;
    color: #fff;
}
.toppage>.buy_wrap>.room_report>div>iframe{
	width: 100%;
	height: 875px;
}
.toppage>.buy_wrap>.room_report>a {
    background: #FFF;
    color: var(--main-color);
    height: auto;
    width: fit-content;
    display: block;
    border-radius: 35px;
    text-align: center;
    font-size: 18px;
    line-height: 2.5em;
    padding: 0em 5em;
    position: relative;
    text-decoration: none;
    margin: 20px auto 50px auto;
    transition: 0.3s;
}
.toppage>.buy_wrap>.room_report>a:hover {
    background-color: var(--sub-color);
}


.toppage>.staff_wrap{}
.toppage>.staff_wrap>.staff_block{
    width: 440px;
    height: auto;
    margin: 0px auto;
    position: relative;
    background: #ffffff;
    padding: 80px 30px 30px 30px;
    box-sizing: border-box;
    position: absolute;
    z-index: 6;
    right: 50%;
}

.toppage>.staff_wrap>.staff_block::before{
    content: "STAFF";
    font-size: 120px;
    line-height: 1em;
    color: #f2f8ff;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 0;
    font-weight: bold;
}

.toppage>.staff_wrap>.staff_block>h2{
    font-size: 40px;
    color: var(--main-color);
    line-height: 1.5em;
    width: fit-content;
    position: relative;
    z-index: 1;
}


.toppage>.staff_wrap>.staff_block>p{
    font-size: 14px;
    line-height: 2em;
}
.toppage>.staff_wrap>.staff_block>a{
    background: var(--main-color);
    color: white;
    height: auto;
    width: fit-content;
    display: block;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 2em;
    padding: 1em 3em;
    position: relative;
    text-decoration: none;
    margin-top: 50px;
    transition: 0.3s;
}

.toppage>.staff_wrap>.staff_block>a:hover {
    background-color: var(--sub-color);
}

.toppage>.staff_wrap>.staff_line{
    font-size: 50px;
    color: var(--main-color);
    line-height: 1.5em;
    position: relative;
    padding: 30px 0;
}


.toppage>.staff_wrap>.staff_line>iframe{
	width: 100%;
	height:500px;
}


.diary_block{
    width: 1000px;
    margin: 0px auto 80px auto;
    position: relative;
}

.toppage>.diary_block>h2{
    font-size: 50px;
    color: var(--main-color);
    line-height: 1.5em;
    width: fit-content;
}

.toppage>.diary_block>a{
	background: var(--main-color);
	color: white;
	height: auto;
	width: fit-content;
	display: block;
	border-radius: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 2em;
	padding: 1em 3em;
	position: absolute;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0;
	left: 0;
	bottom: 50px;
	transition: 0.3s;
}
.toppage>.diary_block>a:hover {
    background-color: var(--sub-color);
}

.diary_line::before{
content: "";
    display: block;
    width: 420px;
    height: 245px;
    left: -100px;
    bottom: 130px;
    position: absolute;
    background: url(/img/top/t_staffdiary_pointimg.png) no-repeat 0 0;
    background-size: cover;
    z-index: -1;
}

.diary_line>iframe{
width: 70%;
    height: 400px;
    margin: 50px auto 0 30%;
}



.top_main_slick__item h3 {
	font-size: 26px;
	line-height: 1.3em;
	color: white;
}
.top_main_slick__item p {
	font-size: 14px;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	color: white;
}


.top_main_slide_block {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 58%;
    max-width: 800px;
}

.top_main_slick {
	width: 100%;
	margin: auto 0 auto auto;
}

@media screen and (max-width: 700px) {
	.top_main_slick {
		margin: 5% auto;
	}
}

.top_main_slick__item {
	margin-right: 5px;
	margin-left: 5px;
}

.top_main_slick__item img {
	height: 430px;
	margin-bottom: 10px;
	object-fit: cover;
	border-radius: 15px;
	width: 100%;
	transform: scale(1);
	transition: transform .5s;
}

.top_main_slick__item.slick-center img {
	transform: scale(.7);
}
.top_main_slick__item.slick-center p,.top_main_slick__item.slick-center h3 {
	display:none;
}



.test__container2 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.test-slick2 {
	width: 100%;
	max-width: 800px;
	margin: 30px auto;
}

@media screen and (max-width: 800px) {
	.test-slick2 {
		margin: 5% auto;
	}
}

.test-slick__item2 {
	margin-right: 5px;
	margin-left: 5px;
}

.test-slick__item2 img {
	height: auto;
	width: 100%;
	transform: scale(.8);
	transition: transform .5s;
}

.test-slick__item2.slick-center img {
	transform: scale(1);
}



.conts-slick {
    width: 100%;
    max-width: 500px;
    margin: 15px auto;
    @include breakpoint(500px) {
        margin: 5% auto;
    }
}

.conts-slick__item {
    margin-right: 5px;
    margin-left: 5px;
}

.conts-slick__item img {
    height: auto;
    width: 100%;
}

.conts-slick2 {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    @include breakpoint(500px) {
        margin: 5% auto;
    }
}

.conts-slick2__item {
    margin-right: 5px;
    margin-left: 5px;
}

.conts-slick2 .slick-track {
    transform: unset !important;
}

.conts-slick2__item img {
    height: auto;
    width: 100%;
    opacity: .4;
    transition: opacity .5s; 
}

.conts-slick2__item.slick-current{
    background-color: var(--sub-color);
    color: #FFF!important;
}
/*
.slick-prev:before, .slick-next:before {
    color: #000066;
}
*/







.case-slick {
    width: 100%;
    max-width: 500px;
    margin: 15px auto;
    @include breakpoint(500px) {
        margin: 5% auto;
    }
}

.case-slick__item {
    margin-right: 5px;
    margin-left: 5px;
}

.case-slick__item img {
    height: auto;
    width: 100%;
}

.case-slick2 {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    @include breakpoint(500px) {
        margin: 5% auto;
    }
}

.case-slick2__item {
    margin-right: 5px;
    margin-left: 5px;
}

.case-slick2 .slick-track {
    transform: unset !important;
}

.case-slick2__item img {
    height: auto;
    width: 100%;
    opacity: .4;
    transition: opacity .5s; 
}

.case-slick2__item.slick-current {
	background-color: var(--main-color)!important;
	color: #FFF!important;
}
/*
.slick-prev:before, .slick-next:before {
    color: #000066;
}
*/

