@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {   
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    font-size: 16px;
}



/*=======  Common=========*/

.container {
    max-width: 1460px;
}

.sp-show {
    display: none;
}

.pc-none {
    display: none !important;
}

.sp-none {
    display: inline-block;
}

.txt-content .sp-none {
    display: block;
}

.mgt-10 {
    margin-top: 10px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-30 {
    margin-top: 30px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgt-55 {
    margin-top: 55px;
}

.mgt-60 {
    margin-top: 60px;
}

.mgt-70{
	margin-top: 70px;
}

.mgt-80 {
    margin-top: 80px;
}

.mgt-100 {
    margin-top: 100px;
}


.mgb-10 {
    margin-bottom: 10px;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mgb-30 {
    margin-bottom: 30px;
}

.mgb-40 {
    margin-bottom: 40px;
}

.mgb-60 {
    margin-bottom: 60px;
}

.mgb-80 {
    margin-bottom: 80px;
}

/*=======  Nav bar & menu =========*/
.menu-pc h1 {
    text-align: center;
    margin-bottom: 0;
}

.logo-header {
    max-width: 86px;
}

.nav-flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 20px 5% 0 20px;
    margin-bottom: 0;
}

.nav-item {
    list-style: none;
    padding: 0 12px 10px 12px;    
    position: relative;
    display: inline-block;
    color: #fff;
}

.nav-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #E14413;
    transition: width 0.3s ease, left 0.3s ease;
}

.nav-item:hover::before,
.nav-item.active::before {
    width: 100%;
    left: 0;
}

/*
footer .nav-item:hover::before,
footer .nav-item.active::before {
    width: unset;
    left: unset;
}

footer .nav-item::before {
    content: unset;
    position: unset;
    bottom: unset;
    left: unset%;
    width: unset;
    height: unset;
    background-color: unset;
    transition: unset;
}
*/


.nav-item:hover {
    color: #007bff;
}

.nav-item.active a {
    color: #fff;
}

.active a {
    color: #E14413;
}

.nav-item:last-child {
    border-right: none;
}

.nav-item a {
    color: #fff;
}

.nav-item a:hover {
    text-decoration: none;
    color: #E14413;
}

.menu-sp {
    display: none;
}

.menu-pc {
    padding-left: 10px;
}

/*======= Main FV =========*/

#top-bar {
    background: rgba(0,0,0,1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    height: 64px;
}

#main {
    position: relative;
    min-height: 900px;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 2;
    overflow: hidden;
    /* Ensure the video doesn't overflow */
}

#main .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#main::before {
    /*
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); 
*/
}

.main-fv {
    position: relative;
    min-height: 900px;
    height: 100%;
    width: 100%;
    z-index: 2;
}

#main-lower {
    position: relative;
    min-height: 600px;
    height: 100%;
    width: 100%;
    z-index: 2;
    margin-top: 30px;
}

#main-lower2 {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: #000;    
}

.owl-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.nav-btn {
    cursor: pointer;
}

.nav-pause {
    margin: 0 10px;
}

.main-fv-lower {
    position: relative;
    min-height: 350px;
    height: 100%;
    width: 100%;
}

#main-lower2 .main-fv-lower{
	min-height: auto;
}

.fv-wrap {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fv-wrap.active {
    display: block;
}

.fv-buttons {
    margin: 40px auto 0;
}

.btn-fv {
    background: #E14413;
    color: #fff!important;
    padding: 10px 40px;
    border: 1px solid #E14413;
    border-radius: 35px;
    width: fit-content;
    display: inline-block;
    margin-right: 10px;
    transition: 0.5s;
}

.btn-fv:last-child {
    margin-right: 0;
}



.fv-wrap-lower {
    position: absolute;
    top: 85%;
    left: 5%;
    transform: translateY(-50%);
}

#main-lower .fv-wrap-lower {
    top: 140%;
    left: 11%;
}

#main-lower-single .fv-wrap-lower.fv-wrap-single {
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.fv-wrap-single .banner-title-en {
    text-align: center;
}

.main-fv-lower .btn-details {
    position: absolute;
    top: 120%;
    transform: translateY(-50%);
    left: 5%;
}

.banner-title-jp {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.banner-title-jp2 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.banner-title-en {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
}


.main-fv-txt {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 20px #000, 0 0 20px #000;
}

.main-fv-logo {
    width: 80%;
    margin: 0 auto;
}

.main-fv-logo img {
    width: 100%;
}

/*=======  FV Sidebar =========*/

.fv-sideber a {
    color: #fff;
}

.sidebar-contact:hover {
    text-decoration: none;
    color: #fff;
}

.sidebar-download:hover {
    text-decoration: none;
    color: #fff;
}

.sidebar-download2:hover {
    text-decoration: none;
    color: #fff;
}

.fv-sidebar {
    position: fixed;
    top: 63px;
    bottom: 10px;
    right: 0;
    z-index: 21;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: calc(100vh - 20px);
    /* Adjust based on the top and bottom properties */
    width: 45px;
}

.sidebar-contact,
.sidebar-download,
.sidebar-download2 {
    color: #fff;
    background: #E14413;
    font-size: 14px;
    font-weight: 700;
    writing-mode: vertical-rl;
    padding: 20px 10px;
    /* Adjust as needed */
    text-align: center;
    margin-bottom: 10px;
}

/* Remove the margin-bottom from the last item */
.sidebar-download2 {
    margin-bottom: 0;
}


.sidebar-contact img {
    margin: 0 auto 10px;
    position: relative;
    left: 0;
    height: 24px;
}

.sidebar-download img {
    margin: 0 auto 10px;
    position: relative;
    left: 0;
}

.sidebar-download2 img {
    margin: 0 auto 10px;
    position: relative;
    left: -2px;
    height: 24px;
}


.icon-satei {
    width: 25px;
    height: auto;
    margin: 0 auto 10px;
    position: relative;
    left: -5px;
}

.bottom-bar {
    display: none;
}

/* Sub-menu styling */
.sub-menu {
    display: none; /* Hidden by default */
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    background-color: #000;
    color: #fff;
    padding: 0;
    margin: 0;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1); /* Optional shadow */
}

.sub-menu li {
    padding: 10px 20px;
    position: relative;
    width: 140px;
}

.sub-menu li::before {
    position: absolute;
    content: ">";
    top: 12px;
    left: 5px;
    color: #E14413;    
}

.sub-menu li a {
    color: #fff;
    text-decoration: none;
}

.sub-menu-sp li {
    position: relative;
}

.sub-menu-sp li::before {
    position: absolute;
    content: ">";
    top: 0;
    left: -15px;
    color: #E14413;
}

.nav-item:hover .sub-menu {
    display: block; /* Show sub-menu on hover */
}



/*======= Footer Nav =========*/
footer {
    position: relative;
    padding: 80px 0;
    color: #fff;
    background-image: url('../images/bg-footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;     
}

.logo-ft {
    font-size: 37px;
    color: #fff;
    font-weight: 700;
}

.ft-desc {
    color: #fff;
    font-size: 22px;
    word-break: break-all;
}

.ft-tel {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 0 0;
}

.ft-tel a {
    color: #fff;
}

.ft-tel a:hover {
    color: #fff;
    text-decoration: none;
}

.ft-nav li {
    list-style: none;
}


.ft-nav li a {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.ft-nav li a:hover {
    text-decoration: none;
    color: #E14413;
}

ul.ft-sub-menu {
    padding-left: 20px;
}

.ft-sub-menu li {
    list-style: none;
}

.ft-sub-menu li a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.ft-sub-menu li a:hover {
    text-decoration: none;
    color: #E14413;
}

.copyright {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 5px;
}

/*=========== Intro Section ==============*/
#ane-intro {
    position: relative;
    padding: 80px 80px 100px;
    background-image: url('../images/bg-intro.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%; 
    margin-top: -80px;
}

.txt-heading {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
}

.txt-intro {
    color: #fff;
}


.btn-fv:hover {
    text-decoration: none;
    background: #fff;
    color: #E14413!important;
}

.btn-orange {
    background: #E14413;
    color: #fff!important;
    padding: 10px 40px;
    border: 1px solid #E14413;
    border-radius: 35px;
    width: fit-content;
    display: inline-block;
    margin-right: 10px;
    transition: 0.5s;
    display: block;
    margin: 0 auto;
}

.btn-orange:hover {
    text-decoration: none;
    background: #fff;
    color: #E14413!important;
}

.btn-orange2 {
    background: #E14413;
    color: #fff!important;
    padding: 10px 40px;
    border: 1px solid #E14413;
    border-radius: 35px;
    width: fit-content;
    display: inline-block;
    margin-right: 10px;
    transition: 0.5s;
    margin-top: 20px;    
}

.btn-orange2:hover {
    text-decoration: none;
    background: #fff;
    color: #E14413!important;
}

.logo-white img {
    max-width: 450px;
    margin: 0 auto;
    display: block;
}


/*======= News =========*/
#news {
    position: relative;
    padding:0;
    background-image: url('../images/bg-news.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;    
}

#news .txt-heading {
    padding: 80px 80px 0;
}

#news .contents {
    padding: 10px 80px 60px;
}

.title-en {
    font-weight: 700;
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    /*     letter-spacing: .2em; */
}

.title-jp {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.news-title {
    text-align: center;
    background: rgba(77, 77, 78, 1);
    color: #fff;
    padding: 5px;
}

/*=======  Instructor Section  =========*/
#instructor {
    position: relative;
    padding: 40px 0 50px;
    background-image: url('../images/bg-instructor.png');
    background-size: contain;
    background-repeat: no-repeat;    
    min-height: 300px;
    height: 100%;
    width: 100%;   
    background-color: #000;
}

#instructor .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#instructor2 {
    background: #000;
    padding: 0 0 40px;
    position: relative;
}

.logo-watermark {
    position: absolute;
    top: 85%;
    left: 66%;
    transform: translate(-50%,-50%);        
}

.logo-watermark img {
    width: 400px;
    height: auto;
}

img.img-instuctor {
    width: 100%;   
}

img.img-instuctor-sm {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

img.img-instuctor.img-instuctor1 {
    padding-right: 20px;
}

.instructor-name {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
}

.instructor-details {
    color: #fff;
    word-break: break-all;
    font-size: 22px;
}

.instructor-details p {
    text-align: left!important;
}

.bg-black {
    background: #000;
}

.pd-80 {
    padding: 0 80px;
}

.pdx-80 {
    padding: 0 95px;
}

#dance-instructor {
    padding: 80px 0 40px;
}

#vocal-instructor {
    padding: 40px 0;
}

.txt-heading2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
}

.txt-heading2a {
    font-size: 52px;
}

#sns-single .sns-item {
    font-size: 38px;
}

#dance-instuctor2,
#dance-instuctor3,
#dance-instuctor4,
#dance-instuctor5,
#dance-instuctor6 {
    display: none;
}

#dance-instuctor1.active,
#dance-instuctor2.active,
#dance-instuctor3.active,
#dance-instuctor4.active,
#dance-instuctor5.active,
#dance-instuctor6.active {
    display: flex;
}

#vocal-instuctor1,
#vocal-instuctor2,
#vocal-instuctor3 {
    display: none;
}

#vocal-instuctor1.active,
#vocal-instuctor2.active,
#vocal-instuctor3.active {
    display: flex;
}

/*=======  Page Schedule  =========*/
#schedule {
    padding: 40px 0 70px 0;
	background: #000;
}

#schedule .schedule-iframe {
	display: flex;
	justify-content: center;
}

#schedule .schedule-iframe iframe{
	min-height: 1000px !important;
	@media screen and (max-width:767px) {
		width: 100% !important;
		height: 800px !important;
		min-height: auto !important;
	}
}

/*=======  Trial Section  =========*/
#trial {
    position: relative;
    padding: 40px 0 70px;
    background-image: url('../images/bg-trial.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%; 
    color: #fff;
}

#trial a {
    color: #E14413;
}

#trial a:hover {
    color: #E14413;
    text-decoration: none;
}

.img-trial {
    width: 100%;
    padding-right: 20px;
}

/*=======  Course Section  =========*/
#course {
    position: relative;
    padding: 40px 0 70px;
    background-image: url('../images/bg-course.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;  
    color: #fff;
}

.img-course {
    width: 70%;    
    margin: 0 auto;
    display: block;
}

.course-content a{
	color: #fff;
}

.course-content a:hover {
	text-decoration: none;
}

/*
.course-content {
    padding: 0 40px;
}

.course-content:first-child {
    padding-left: 0;
}

.course-content:last-child {
    padding-right: 0;
}
*/

.txt-heading3 {
    color: #fff;
    margin: 10px 0 0;
    font-size: 26px;
    font-weight: 700;
}

.course-details {
    text-align: center;
}

.course-details .my-ul {
    display: inline-block;
    text-align: left;
}

/*======= SNS Section =========*/
#sns {
    padding: 70px 0 70px;
    background: #000;
}

.img-yt {
    width: 100%;
}

.yt-content {
    padding: 0 30px;    
}

#sns .yt-content {
    display: none;
}

.sns-wrap {
    color: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
    width: 80%;
}

.sns-item {
    flex: 100%;
    max-width: calc(100%/ 3 - 40px);
    margin: 0 40px 30px 0;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

.sns-item a {
    color: #fff;
}

.sns-item a:hover {
    text-decoration: none;
    color: #fff;
}

.sns-item img {
    height: 56px;
    width: auto;
}


/*======= Dance Page =========*/
#dance {
    padding: 60px 80px 200px;
    background: #000;
}

.dance-desc {
    color: #fff;
}

.dance-desc2 {
    color: #fff;
}

.dance-price {
    margin-top: 80px;
    width: 100%;
}

.title-price {
    font-size: 26px;
    color: #E14413;
    font-family: "Gothic A1", sans-serif;
}


.js-scrollable {
     overflow-y: hidden!important;
     max-height: 100%; 
}


table.tbl-dance {
    width: 65%;
    border-collapse: collapse;
    overflow-y: hidden;
}

table.tbl-dance.tbl-dance2 {
   width: 100%; 
   border-collapse: collapse;
   overflow-y: hidden;
}


table.tbl-dance tr th {
    border: 1px solid #fff;
    background: #E14413;
    color: #fff;
    padding: 10px;
    text-align: center;
}

table.tbl-dance tr th:first-child {
    width: 52%;
}

table.tbl-dance.tbl-dance2 tr th:first-child {
    width: auto;
}

table.tbl-dance tr td {
    background: #fff;
    color: #000;
    font-weight: 700;
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
}


/*registration table*/

table.tbl-reg {
    width: 500px;
    border-collapse: collapse;
    overflow-y: hidden;
}

table.tbl-reg.tbl-reg2 {
   width: 100%; 
   border-collapse: collapse;
   overflow-y: hidden;
}


table.tbl-reg tr th {
    border: 1px solid #fff;
    background: #E14413;
    color: #fff;
    padding: 10px;
    text-align: center;
}

table.tbl-reg tr th:first-child {
    width: 52%;
}

table.tbl-reg tr th:first-child {
    width: auto;
}

table.tbl-reg tr td {
    background: #fff;
    color: #000;
    font-weight: 700;
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
}

table.tbl-reg tr td:first-child {
    width: 40%;
}

#kids-dance {
    padding: 60px 80px 200px;
    background: #000;
}

#kids-dance .container {
    padding-left: 0;
    padding-right: 0;
        
}
#registration {
    padding: 0px 80px 200px;
    background: #000;
}
#registration .container {
	padding-left: 0;
	padding-right: 0;
}

.banner-kids-dance {
    position: relative;
	background: black;
}

.banner-kids-dance img {
    width: 100%;
    object-fit: cover;
}

.kids-heading {
    color: #fff;
    font-size: 68px;
    font-weight: 700;
    position: absolute;
    left: 150px;
    bottom: 20px;
}

/*======= Vocal Page =========*/
#vocal {
    padding: 60px 80px 200px;
    background: #000;
}

.banner-korean {
    position: relative;
}

.banner-korean img {
    width: 100%;
    object-fit: cover;
}

.korean-heading {
    color: #fff;
    font-size: 68px;
    font-weight: 700;
    position: absolute;
    left: 170px;
    bottom: 20px;
}

.korean-heading span {
    font-size: 24px;
}

#korean {
    padding: 60px 80px 200px;
    background: #000;
}

#rental-studio {
    padding: 60px 80px 200px;
    background: #000;
}

.img-studio {
    width: 100%;
/*    margin-top: 23%;*/
}

.img-studio2 {
/*    margin-top: 40%;*/
    margin-top: 80px;
}

.gallery-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
}

.gallery-item {
    flex: 100%;
    max-width: calc(100% / 3 - 10px);
    margin: 0 10px 30px 0;    
}

.gallery-item img {
    width: 100%;
}

.big-heading {
    font-size: 80px;
    color: #fff;
    font-weight: 700;
    margin: 40px 0 60px;
}


/*======= Instructor Page =========*/
#instructor-page {
    padding: 60px 80px 200px;
    background: #000;
    color: #fff;
}

#dance-instructor2 {
    padding: 80px 0 0;
}

.img-instructor img {
    width: 100%;
}

.img-instructor2 img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}


.instructor-wrap {    
    color: #fff;
}

.instructor-wrap:hover {
    color: #fff;
    text-decoration: none;
}

.instructor-name2 {
    font-size: 24px;    
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}

.img-instructor-single {
    position: relative;
    top: 60%;
    text-align: center;
    margin: 20px auto;
}

.img-instructor-single img {
    width: 45%;
    height: 600px;
    object-fit: cover;
}

.the-name {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}

#bio {
    background: #000;
    padding: 0 0 80px;
}


.txt-heading4 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
}

.bio-desc {
    text-align: center;
    color: #fff;
    margin: 40px auto;
}

.bio-desc pre {
    color: #fff;
}

#sns-single {
    background: #000;  
    padding: 0 0 200px;
}

/*======= ANE ACADEMY Page =========*/
#join-academy {
    background: #000;
    color: #fff;
    padding: 90px 0 90px;
}

.headline {
    font-size: 60px;
    color: #fff;
}

.desc {
    font-size: 22px;
}

.banner-step img {
    width: 100%;
    height: auto;
}

#step {     
    position: relative;
    padding: 40px 0 70px;
    background-image: url('../images/bg-step.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;  
    color: #fff;
}

#step a{
	color: #E14413;
}

.step-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #E14413;
    color: #fff;
    position: relative;
}

.step-num {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    width: 100%;
    text-align: center;
}

.step-title {
    font-size: 30px;
}

.step-desc {
    font-size: 22px;
    margin-top: 20px;
}

#faq {
    background: #000;
    padding: 90px 0 200px;
}

/*======= Contact Page =========*/
#contact {
    padding: 40px 0;
    background: #000;
}

.form-row1 {
    color: #fff;
}

#contact .wpcf7-response-output {
    color: #fff;
}

/*======= Whats' New =========*/
#whats-new {
    padding: 20px 0 20px;
}

#whats-new .img-new {
    width: 100%;
}

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

#whats-new a {
    color: #000;
    text-decoration: none;
}

#whats-new .btn-details {
    text-decoration: none;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    text-align: center;
    width: fit-content;
    padding: 15px 60px;
    transition: 0.5s;
    position: relative;
}

.btn-details {
    text-decoration: none;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    text-align: center;
    width: fit-content;
    padding: 15px 60px;
    transition: 0.5s;
    position: relative;
}

.btn-details:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}

.btn-details .arrow-right {
    position: absolute;
    right: 20px;
}

.btn-details:hover .arrow-right {
   filter: invert(100%);
}


/*======= Property Listing =========*/
#property-listing {
    position: relative;
    padding: 60px 0 40px;
    background-image: url('../images/bg-property.png');
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

#property-listing a:hover {
    text-decoration: none;
}

/*=======  Features =========*/
#features {
    padding: 40px 0 20px;
    overflow: hidden;
}

#features .container {
    /*
    padding-left: 0;
    padding-right: 0;
*/
}

.img-feature {
    width: 100%;
}

.feature-wrap {
    /*
    padding-right: 80px!important;
    padding-left: 30px!important;
*/
    margin-top: 20px;
}

.feature-wrap.order2-sp {
    padding-left: 80px !important;
    padding-right: 30px !important;
}

.feature-title {
    font-weight: 500;
    font-size: 20px;
}

.feature-title-en {
    font-weight: 700;
    font-size: 16px;
    background: rgba(243, 243, 245, 1);
    padding: 5px;
}

.feature-desc {
    margin-top: 20px;
}

/*=======  Company Philosophy =========*/
#message {
    padding: 80px 0 40px;
    background-image: url('../images/bg-company_philosophy.png');
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

.img-philosophy {
    width: 100%;
    margin: 0 auto;
    display: block;
}

/*======= Voice =========*/
#voice {
    padding: 80px 0 40px;
    display: none;
}

.img-voice {
    width: 100%;
}

.txt-voice {
    word-wrap: break-word;
}

/*======= Instagram =========*/
#instagram {
    padding: 40px 0;
    background-image: url('../images/bg-instagram.png');
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

.ig-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.ig-item {
    flex: 100%;
    max-width: calc(100% / 5 - 20px);
    margin: 0 20px 0 0;
}

.ig-item img {
    width: 100%;
}

.ig-item:last-child {
    max-width: calc(100% / 5 - 20px);
    margin: 0 0 0 0;
}

/*======= Contact Form =========*/
#contact {
    padding: 40px 0 70px;
    background: #000;
}

.txt-white {
    color: #fff;
}

table.tbl-contact {
    width: 85%;
    border-collapse: collapse;
    margin: 0 auto;
}

table.tbl-contact tr td {
/*    border: 1px solid rgba(146, 146, 149, 1);*/
    padding: 10px;
}

.required {
    background: #E14413;
    color: #fff;
    padding: 5px 20px;    
    margin-left: 15px;
    border: 1px solid #fff;
    float: right;
    position: relative;
    top: -5px;
        
}

.norequired {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 20px;   
    margin-left: 15px;
    float: right;
    position: relative;
    top: -5px;
}

table.tbl-contact tr td:first-child {
    background: transparent;
    width: 26%;
    color: #fff;
}

table.tbl-contact tr td:last-child {
    background: transparent;
    width: 74%;
}

.form-control {
    height: 37px;
    width: 100%;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 0;
    color: #fff;
}

.form-control2 {
    height: 60px;
    width: 100%;
    border: 1px solid #fff;
    background: #9A8D8D;
    border-radius: 0;
    color: #fff;
    padding: 0 10px;
}

.form-control3 {
    height: 135px;
    width: 100%;
    background: #9A8D8D;
    border: 1px solid rgba(217, 217, 217, 1);
    padding: 0 10px;
    color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}

.form-control-md {
    height: 37px;
    width: 10%;
    border: 1px solid rgba(217, 217, 217, 1);
}

.form-control-md2a {
    height: 37px;
    width: 25%;
    border: 1px solid rgba(217, 217, 217, 1);
    float: left;
}

.form-control-md2 {
    height: 37px;
    width: 25%;
    border: 1px solid rgba(217, 217, 217, 1);
    float: left;
}

.form-control02 {
    height: 135px;
    width: 80%;
    border: 1px solid rgba(217, 217, 217, 1);
}




.form-control03 {
    display: block;
}

.form__txt02 {
    display: inline-block;
}

.form__txt02 p {
    display: block;
    position: relative;
    left: 10px;
    top: -10px;
    margin: 0;
}

.space-wrap .form__txt02 p {
    display: block;   
    left: 10px;
    top: 6px;
    margin-bottom: 10px;
}

.space-wrap {
    position: relative;
}

.space-wrap .wpcf7-not-valid-tip {
    position: absolute;
    top: 8px;
    left: 0;
    width: 300px;
    white-space: normal; 
    word-break: break-word; 
    display: block;
    padding-top: 30px;
}

.form-control-md2.wpcf7-not-valid {
    margin: 0 0 30px;
}



span.dash {
    padding: 0 10px;
}

span.mail-txt {
    margin: 10px 0;
    display: block;
}

.wpcf7-list-item {
    display: block !important;
}

::placeholder {
    color: #d9d9d9;
    opacity: 1;
    /* Firefox */
}

input::placeholder {
    color: #d9d9d9;
    /* Red color */
    opacity: 1;
    /* Fully opaque */
}

input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #d9d9d9;
}

/* Change placeholder color for Firefox */
input::-moz-placeholder {
    color: #d9d9d9;
    opacity: 1;
    /* Fully opaque */
}

/* Change placeholder color for Chrome, Safari, and Opera */
input::-webkit-input-placeholder {
    color: #d9d9d9;
}

.btn-submit {
    background: #E14413;
    color: #fff;
    padding: 10px 65px;
    width: fit-content;
    margin: 40px auto 0;
    cursor: pointer;
    display: block;
    position: relative;
    border: 1px solid #E14413;
    border-radius: 35px;
}

.btn-submit .img-arrow {
    position: absolute;
    right: 20px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-submit:hover {
    background: #fff;
    color: #E14413;
    border: 1px solid #E14413;
}

.btn-submit:hover .img-arrow {
    filter: invert(100%);
}

.btn-submit2 {
    background: #E14413;
    color: #fff;
    padding: 10px 65px;
    width: fit-content;
    margin: 40px auto 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border: 1px solid #E14413;
    border-radius: 35px;
}

.btn-submit2:hover {
    background: #fff;
    color: #E14413;
    border: 1px solid #E14413;
}

.interview-desc {
    word-wrap: break-word;
    word-break: break-all;
}

.icon-broker {
    height: 100px!important;
    width: auto!important;
}

/*=======  Recruitment Page  =========*/
#company {
    padding: 40px 0 40px;
    background-image: url('../images/bg-company.png');
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

.img-company {
    width: 100%;
}

#job-opening {
    padding: 40px 0 40px;
    background: rgba(217, 217, 217, 0.3);
    min-height: 300px;
}

.job-item-wrap {
    display: flex;
    width: 116%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    position: relative;
    left: 39%;
}

.job-item {
    flex: 100%;
    max-width: calc(100% / 2 - 10px);
    margin: 0 10px 30px 0;
    background: #fff;
}

.job-content-flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: center;
}

.img-job {
    flex: 100%;
    max-width: calc(40% - 40px);
    margin: 20px;
}

.job-title2 {
    flex: 100%;
    max-width: 60%;
    margin: 0 0 20px 0;
    font-size: 15px;
}

.icon-people {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

#about-us {
    padding: 40px 0 20px;
    background-image: url('../images/bg-about-us.png');
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

.about-wrap {
    display: flex;
    width: 60%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.about-item {
    flex: 100%;
    max-width: calc(100% / 2 - 10px);
    margin: 0 10px 30px 0;
}

#message {
    padding: 20px 0 20px;
}

#message .philosopy-txt {
    margin-top: 0;
    text-align: left;
}

#interview {
    padding: 40px 0 20px;
    background-image: url('../images/bg-interview.png');
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

.interview-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px auto 0;
}

.interview-item {
    flex: 100%;
    max-width: calc(100% / 2 - 10px);
    margin: 0 10px 10px 0;
    border: 1px solid rgba(146, 146, 149, 1)
}

.interview-item:nth-child(even) {
    margin: 0 0 10px 0;
}

.interview-item-wrap {
    display: flex;
    width: 100%;
    padding: 20px;
    position: relative;
}

.img-interview {
    max-width: 40%;
}

.img-interview img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.interview-title {
    max-width: 60%;
    padding-left: 30px;
}

.interview-title .btn-details {
    position: absolute;
    bottom: 20px;
    left: 45%;
}

#strengths {
    padding: 60px 0 20px;
    min-height: 400px;
}

#job-type {
    padding: 40px 0 40px;
    background: rgba(217, 217, 217, 0.3);
}

.job-title {
    text-align: center;
    border: 1px solid rgba(146, 146, 149, 1);
    padding: 10px;
    margin-bottom: 20px;
}

table.tbl-job {
    width: 100%;
    border-collapse: collapse;
}

table.tbl-job tr td {
    border: 1px solid rgba(146, 146, 149, 1);
    background: #fff;
    padding: 20px 30px;
    vertical-align: middle;
}

table.tbl-job tr td:first-child {
    background: rgba(217, 217, 217, 0.3);
    width: 25%;
    text-align: center;
}

table.tbl-job tr td:last-child {
    width: auto;
}

ul.my-ul {
    margin-left: -20px;
}

#application-form {
    padding: 60px 0 20px;
}

.form-control04 .wpcf7-list-item {
    display: inline-block !important;
}

.txt-indent {
    text-indent: 20px;
}

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

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.txt-ceo {
    font-size: 30px;
    margin-left: 10px;
}

.philosopy-txt {
    margin-top: -20px;
    text-align: justify;
}

.philosopy-txt p {
    margin-bottom: 0;
    line-height: 1.75em;
}

/*=======  Company Profile Page  =========*/
#business-intro {
    padding: 20px 0 40px;
}

#message {
    padding: 40px 0 20px;
    background-image: url('../images/bg-message.png');
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

.message-wrap {
    width: 80%;
    margin: 0 auto;
}

.wrap80 {
    width: 80%;
    margin: 40px auto 0;
}

.wrap100 {
    width: 100%;
    margin: 40px auto 0;
}

.business-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.business-item {
    flex: 100%;
    max-width: calc(100% / 2 - 30px);
    margin: 0 30px 30px 0;
    border: 1px solid #000;
    min-height: 325px;
}

.business-item:nth-child(even) {
    max-width: calc(100% / 2 - 30px);
    margin: 0 0 30px 0;
}

.item-wrap {
    display: flex;
    width: 100%;
    height: 325px;
    flex-wrap: wrap;
    align-items: center;
}

.item-img {
    flex: 100%;
    max-width: 30%;
}

.item-txt {
    flex: 100%;
    max-width: 70%;
    padding: 20px;
}

.icon-business {
    padding-left: 20px;
}

.item-title {
    font-weight: 700;
    margin-bottom: 10px;
}

#company-profile {
    padding: 40px 15px;
    background: rgba(217, 217, 217, 0.3);
}

table.tbl-company_profile {
    width: 100%;
    border-collapse: collapse;
}

table.tbl-company_profile tr td {
    padding: 15px;
    border: 1px solid rgba(146, 146, 149, 1);
}

table.tbl-company_profile tr td:first-child {
    width: 25%;
    text-align: center;
    background: rgba(217, 217, 217, 0.3);
}

table.tbl-company_profile tr td:last-child {
    width: 75%;
    background: #fff;
}

#company-philosophy2 {
    padding: 40px 15px 20px;
}

.phil-box {
    border: 1px solid rgba(146, 146, 149, 1);
    padding: 20px 30px;
    margin-bottom: 20px;
}

.phil-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

#history {
    padding: 40px 15px;
    background-image: url('../images/bg-history.png');
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    min-height: 600px;
    height: 100%;
    width: 100%;
}

#track-record {
    padding: 80px 15px;
}

/*=======  Purchase Page  =========*/
#our-strengths {
    padding: 40px 15px;
}

.img-purchase_message {
    width: 100%;
}

#strengths {
    padding: 80px 15px;
    background-image: url('../images/bg-strengths.png');
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    min-height: 600px;
    height: 100%;
    width: 100%;
}

.circle-wrap {
    position: relative;
}

.strength-circle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(217, 217, 217, 1);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#purchase-flow {
    padding: 40px 15px;
}

.flow-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: center;
}

.flow-num {
    flex: 100%;
    max-width: calc(10% - 20px);
    margin: 0 20px 10px 0;
    position: relative;
}

.flow-num::after {
    content: url("../images/arrow-down.png");
    position: absolute;
    bottom: -63px;
    left: 38%;
}

.flow-num.last::after {
    display: none;
}

.flow-txt {
    flex: 100%;
    max-width: calc(90% - 20px);
    margin: 0 0 10px 0;
}

.num-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(77, 77, 78, 1);
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.num-circle span {
    display: block;
    text-align: center;
}

span.step {
    padding-top: 20px;
    font-weight: 700;
}

span.number {
    font-weight: 700;
}

.flow-title {
    font-weight: 700;
    margin-bottom: 10px;
}

#purchase-voice {
    padding: 80px 15px;
    background: rgba(217, 217, 217, 0.3);
    display: none;
}

#purchase-faq {
    padding: 40px 15px;
    background-image: url('../images/bg-purchase_faq.png');
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    min-height: 530px;
    height: 100%;
    width: 100%;
}

span.question-b {
/*    padding-left: 45px;*/
}

#purchase-form {
    padding: 40px 15px;
}

/*=======  Flow Page  =========*/
#renovated-property {
    padding: 40px 15px 20px;
    background-image: url('../images/bg-galllery.png');
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    min-height: 300px;
    height: 100%;
    width: 100%;
}

#renovated-property .news-title {
    margin-bottom: 20px;
    font-size: 15px;
}

#flow-renovation {
    padding: 40px 15px 40px;
}

.flow-wrap2 {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    background: rgba(217, 217, 217, 0.3);
    position: relative;
    margin: 0 auto 40px;
    align-items: center;
}

.flow-wrap2::after {
    content: url(../images/arrow-down2.png);
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
}

.flow-wrap2:last-child::after {
    display: none;
}

.flow-img {
    flex: 100%;
    max-width: 20%;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.flow-img2 {
    flex: 100%;
    max-width: 20%;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.flow-txt2 {
    flex: 100%;
    max-width: 80%;
    margin: 0;
    padding: 20px 20px 20px 0;
}

.flow-num2 {
    font-size: 40px;
    margin-right: 10px;
}

.flow-title2 {
    font-size: 20px;
    font-weight: 500;
}

/*=======  Seller Page  =========*/
#broker-message {
    padding: 80px 15px;
    background-image: url('../images/bg-broker-message.png');
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

.jc-center {
    justify-content: center;
}

.broker-message-title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 20px;
    width: 100%;
}

.broker-desc {
    text-align: center;
}

.broker-wrap {
    border: 1px solid rgba(146, 146, 149, 1);
    padding: 20px 20px;
    margin: 0 auto 20px;
    display: flex;
    width: 80.5%;
    flex-wrap: wrap;
}

.broker-icon {
    flex: 100%;
    max-width: calc(10% - 30px);
    margin: 0 30px 0 0;
    text-align: center;
}

.broker-content {
    flex: 100%;
    max-width: 90%;
}

.icon-broker {
    width: 77px;
    height: auto;
    object-fit: cover;
}

.broker-title {
    font-weight: 700;
}

#seller-flow {
    padding: 40px 15px;
}

#property-introduction {
    padding: 80px 15px 40px;
}

#property-introduction .news-title {
    margin-bottom: 20px;
    font-size: 15px;
}

#property-renovation {
    padding: 80px 15px 40px;
    background-image: url('../images/bg-renovation.png');
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

#property-renovation .news-title {
    margin-bottom: 20px;
}

.entry-content-wrap {
    position: relative;
}

.entry-content-wrap ul {
    list-style: disc inside;
    margin-left: 5em;
    text-indent: -1.5em;
    line-height: 2.4em;
}

#list li + li,
.entry-content-wrap ul li + li,
.entry-content-wrap ol li + li {
    /*    margin-top: 8px;*/
}

#list-col3 li:nth-child(-n+3),
.entry-content-wrap .list-col3 li:nth-child(-n+3),
.entry-content-wrap .property-option li:nth-child(-n+3) {
    /*    margin-top: 0;*/
}

#list-col3 li,
.entry-content-wrap .list-col3 li,
.entry-content-wrap .property-option li {
    float: left;
    padding-right: 0;
    width: calc(100% / 3);
    /*    width: calc((1229px - (16px * 2) - 6em) / 3);*/
}

#list-col3::after,
.entry-content-wrap .list-col3::after,
.entry-content-wrap .property-option::after {
    display: block;
    clear: both;
    content: '';
}

#h2,
.entry-content-wrap h2,
.home-introduction-headline,
.home-property-headline,
.home-news-headline,
.entry-contact-headline {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    padding: 24px 0 16px;
    position: relative;
}

#h2::before,
.entry-content-wrap h2::before,
.home-introduction-headline::before,
.home-property-headline::before,
.home-news-headline::before,
.entry-contact-headline::before {
    border-top: 1px solid #c33;
    content: '';
    display: block;
    height: 0px;
    padding-bottom: 8px;
    width: 96px;
}

#h3,
.entry-content-wrap h3 {
    border-bottom: 1px solid #dedede;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px;
    padding: 16px 0 8px;
}

.flow-img img {
    height: 100px;
}



/*=======  Section Blog =========*/
#blog {
    background: #edf3fb;
    padding: 80px 0;
}

#blog.blog2 {
    background: #fff;
}

.blog-wrap {
    padding: 10px;
}

.img-blog {
    margin-bottom: 10px;
}

.img-blog img {
    width: 100%;
    height: 195px;
    object-fit: cover;
}

table.blog-date-title {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
    margin-bottom: 10px;    
}

table.blog-date-title tr td {
    padding: 0;
    text-align: center;
    color: #fff;
}

.blog-date-title a {
    color: #fff;
    font-weight: 700;
}

.blog-date-title a:hover {
    text-decoration: none;
}

.blog-excerpt a {
    color: #000;    
}

.blog-excerpt a:hover {
    text-decoration: none;
}

.accordion {
    display: none;
    width: 100%;
}

.accordion-item {
    border-bottom: 1px solid #ccc;
}

.accordion-button {
    width: 100%;
    background-color: #f7f7f7;
    padding: 15px;
    text-align: left;
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: none;
    font-weight: 700;
}

.accordion-button:hover {
    background-color: #e7e7e7;
}

.accordion-content {
    display: none;
    background-color: #f9f9f9;
    padding-left: 15px;
}

.accordion-content a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #333;
}

.accordion-content a:hover {
    background-color: #ddd;
}

.news-slider .blog-wrap {
    padding: 0 15px;
}

.slick-arrow {
    z-index: 1;
    top: 45%;
    width: auto;
    height: auto;
}

.slick-arrow:before {
    color: #FFF;
    font-size: 40px;
}

.slick-prev:before,
.slick-next:before {
    opacity: .95;   
}

#whats-new .slick-prev:before,
#whats-new .slick-next:before {
    display: none;
}

.slick-prev {
    left: 1.5%;
}

.slick-next {
    right: 1.5%;
}

.img-news img {
    height: 16vw;
    width: 100%;
    object-fit: cover;
}

.job-list-cont {
    max-width: 858px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.job-list-wrap {
    display: flex;
    flex-wrap: wrap;
}

.job-list {
    flex: 100%;
    max-width: calc(100% / 2 - 20px);
/*    width: calc(100% / 2 - 20px);*/
    background-color: #fff;
    margin: 0 10px 10px 0;
}

.job-list:nth-child(2n) {
    margin: 0 auto 10px;
}

a h4 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 400;
    color: #000;
}

a:hover h4 {
    text-decoration: none;
    color: #000;
}

.booking-wrap {
    display: none;
}

@media screen and (max-width:767px) {
    .img-news img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .job-list-cont {
        display: block;
    }

    .job-list {
        width: 100%;
        margin: 10px 0;
    }
    
    .form-control-md2 {
        width: 50%;
        clear: both;
    }
    
    .form-control-md2a {
        width: 50%;
    }
    
    .space-wrap .wpcf7-not-valid-tip {
        top: 8px;
        left: 0;
        width: 200px;
        font-size: 14px;
    }
    
    .form-control-md2.wpcf7-not-valid {
        margin: 0 0 60px;
    }
    
    .form__txt02 p {
        margin-bottom: 0;
    }
    
    .space-wrap .form__txt02 p {
        margin-bottom: 30px;
    }
    
    .space-wrap .form-control-md2{
        margin-bottom: 20px;
    }
    
    .wpcf7-not-valid-tip {
        font-size: 14px;
    }
}

/*=======  Broker Page  =========*/
#broker {
    padding: 80px 15px;
}

.inter-title {
    font-weight: 500;
    font-size: 32px;
    position: relative;
}

/*
.inter-title::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 150px;
    background: #cc3333;
    top: -10px;
    left: 0;
}
*/

.inter-desc {
    margin-top: 40px;
}

.inter-subtitle {
    font-weight: 700;
    margin-top: 20px;
}

.inter-desc2 {
    margin-top: 20px;
}

.inter-desc3 {
    margin-top: 20px;
}

.txt-bold {
    font-weight: 700;
}

.my-link {
    text-decoration: underline;
}

.btn-contact {
    background: #267399;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
}

.btn-contact:hover {
    color: #fff;
    text-decoration: none;
}

#broker p {
    margin-top: 30px;
}

.f-22 {
    font-size: 22px;
}

.about-desc {
    margin: 50px 0;
}

.img-about {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    display: block;
}

#renovation-message {
    padding: 40px 0 0;
}

#job-list {
    padding: 40px 0;
}


.job-list {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
}

.job-list li {
    list-style: none;
}

.job-list > li {
/*    margin-bottom: 4rem;*/
    padding: 2.5rem 3.5rem;
    border: 1px solid rgba(146, 146, 149, 1);
}

.job-list__title {
    margin-top: 0;
    padding-bottom: 1.3rem;
    position: relative;
}

.job-list__title::before {
    width: 100%;
    background-color: #e5e5e5;
}

.job-list__title::after {
    position: absolute;
    top: 20px;
    left: 0;
    width: 6rem;
    background-color: #000;
}

.job-list__btn {
    width: 240px;
    margin: 1rem auto 1.5rem;
    background-color: #000;
    color: #fff;
    padding: 10px;
    border: 1px solid #000;
    transition: 0.5s;
}

.job-list__btn {
    color: #fff;
    width: 200px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.job-list__btn:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}

.sp-none767 {
    display: inline-block;
}

.sp-show767 {
    display: none;
}

.img-list {
    width: 100%;
}

.txt-open1 {
    font-size: 40px;
}

.txt-open2 {
    font-size: 80px;
}

.txt-orange {
    color: #E14413;
}

.sns-ft {
    margin-bottom: 40px;
}

.sns-item-ft {
    margin-bottom: 20px;
}

.sns-item-ft a {
    color: #fff;
    font-size: 20px;
}

.sns-item-ft a:hover {
    color: #fff;
    text-decoration: none;
}

.sns-item-ft img {
    width: 60px;
    height: auto;
}

.img-line {
    width: 32px;
    height: 32px;  
    margin-right: 5px;
}


/* Tabs */
.tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  background: #e5e5e5;
  box-shadow: 0 48px 80px -32px rgba(0,0,0,0.3);  
}
.input {
  position: absolute;
  opacity: 0;
}
.label {
  width: 100%;
  padding: 10px 30px;
  background: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  color: #7f7f7f;
  transition: background 0.1s, color 0.1s;
  border: 1px solid #e5e5e5;
}
.label:hover {
/*  background: #d8d8d8;*/
    background: #000;
    color: #fff;
}
.label:active {
  background: #000;
}
.input:focus + .label {
  z-index: 1;
}
.input:checked + .label {
  background: #000;
  color: #fff;
}

#tab-1, #tab-2, #tab-3, #tab-4 {
    margin-top: -40px;
    padding-top: 40px;
}

@media (min-width: 600px) {
  .label {
      width: 100%;
      max-width: calc(100% / 4);
      border: 1px solid #e5e5e5;
      text-align: center;
  }
}
.panel {
  display: none;
  padding: 20px 30px 30px;
  background: #fff;
}
@media (min-width: 600px) {
  .panel {
    order: 99;
  }
}
.input:checked + .label + .panel {
  display: block;
}

#registration-anch {
    padding-top: 130px;
    margin-top: -130px;
}