@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

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

トップページ

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

/* common.css上書き
---------------------------------------------- */
#wrap_top{ color: #FFFFFF;}

/* ローディング
---------------------------------------------- */
#wrap_all{visibility: hidden;}
#wrap_all.loaded{visibility: visible;}

@keyframes fade01 {
		0% {
			opacity: 1;
		}
		25% {
			opacity: 1;
		}
		75% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
}/*--@keyframes--*/

@keyframes fade02 {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    25% {
        transform: translateY(0px);
        opacity: 1;
    }
    75% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(-30px);
        opacity: 0;
    }
}/*--@keyframes--*/

.loading{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 2s;
    background: #35373E;
    transition-delay: 1s;
}

.loading.loaded{ animation: fade01 3.7s ease-out forwards;}

.loading.end{visibility: hidden;}

.loading .inner{
    opacity: 0;
    z-index: 103;
    line-height: 1.2;
    color: #FFF;
}

.loading.loaded .inner{animation: fade02 2.7s ease-out forwards;}

.txt_loading{
    font-size: 2.4rem;
    letter-spacing: 0.15em;
    margin-bottom: 12px;
}

.txt_loading span{
    font-size: 2.2rem;
    letter-spacing: 0.15em;
}

.txt_loading span:nth-of-type(2){margin-right: -0.5em;}
.txt_loading span:nth-of-type(5){margin-left: -0.5em;}

.wrap_logo{
    display: flex;
    align-items: flex-end;
}

.wrap_logo p{
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    padding-bottom: 4px;
    border-bottom: 1px solid #FFF;
    margin: 0 17px 3px 0;
}

.wrap_logo .logo{width: 152px;}

.wrap_logo .logo img{
    width: 100%;
    height: auto;
}

.loading.loaded .fade_logo{
    pointer-events: none;
    opacity: 0;
    animation: fade_logo 2s ease-out forwards;
}

/* メインビジュアル
---------------------------------------------- */
.wrap_mv{
    position: relative;
    padding-top: 880px;
    background: url("../img/home/bg_mv01_pc.jpg") no-repeat center;
    background-size: cover;
}

.wrap_mv .inner{
    position: absolute;
    top: 140px;
    left: 115px;
}

.wrap_mv .inner .lead_jp{
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin-bottom: 30px;
}

.wrap_mv .inner .lead_jp span{
    font-size: 2.2rem;
    letter-spacing: 0.15em;
}

.wrap_mv .inner .lead_jp span:nth-of-type(2){margin-right: -0.5em;}
.wrap_mv .inner .lead_jp span:nth-of-type(5){margin-left: -0.5em;}

.wrap_mv .inner .lead_en{
    font-family: 'Outfit';
    font-weight: 800;
    font-size: 7.2rem;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.wrap_mv .inner .btn_mv01 a{
    position: relative;
    display: inline-block;
    min-width: 300px;
    padding: 32px 55px 32px 30px;
    color: #FFF;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1;
    transition: background .3s;
    background: #35373E;
}

.wrap_mv .inner .btn_mv01 a:hover{background-color: #008E84;}

.wrap_mv .inner .btn_mv01 a::before{
	content: "";
	display: block;
	background: url("../img/ico_arrow01.png") no-repeat 0 0;
	background-size: contain;
	width: 15px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -6px;
	transition: right .3s;
	pointer-events: none;
}

.wrap_mv .inner .btn_mv01 a:hover::before{right: 20px;}

.wrap_mv .inner .btn_mv01 a .tab{
    display: inline-block;
    padding-right: 18px;
    background: url("../img/ico_tab01.png") no-repeat right center;
    background-size: 15px;
}

/* ご挨拶
---------------------------------------------- */
.sec_greeting{
    padding: 140px 0;
    display: flex;
    background: #FFF;
}

.image_greeting{
    position: relative;
    width: 50%;
}

.image_greeting img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.wrap_greeting{
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 90px 40px;
}

.wrap_greeting .inner{ max-width: 540px;}

.txt_greeting p:not(:last-of-type){ margin-bottom: 28px;}

/* 事業内容
---------------------------------------------- */
.sec_service{
    background: #F3F4F5;
    padding: 130px 0 140px;
}

.sec_service .heading01{text-align: center;}

.wrap_service .service{
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.wrap_service .service:nth-of-type(even){flex-direction: row-reverse;}

.wrap_service .service:last-of-type{margin-bottom: 0;}

.service .inner{
    width: 768px;
    padding: 0 100px;
}

.service .inner h3{
    font-size: 2rem;
    letter-spacing: 0.15em;
    line-height: 1.4;
    padding-bottom: 12px;
    border-bottom: 1px solid #D9DBDF;
    margin-bottom: 20px;
}

.service .inner .btn_type01{margin-top: 30px;}

.image_service{
    position: relative;
    width: calc(100% - 768px);
    padding-top: 380px;
}

.image_service img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.image_service img.sp{display: none;}

/* CLAXについて
---------------------------------------------- */
.sec_about{
    padding-top: 135px;
    background: #FFF;
}

.sec_about > .heading01{text-align: center;}

/* --企業理念-- */
.wrap_philosophy{
    position: relative;
    display: flex;
    padding-bottom: 150px;
}

.wrap_philosophy::before{
    content: "";
    display: block;
    background: #F3F4F5;
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.wrap_philosophy .inner{
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 100px 40px;
    border-top: 1px solid #D9DBDF;
}

.wrap_philosophy .inner .heading01 .ttl_en{font-size: 3rem;}

.txt_philosophy p:not(:last-of-type){margin-bottom: 30px;}

.image_philosophy{
    position: relative;
    width: 50%;
    overflow: hidden;
}

.image_philosophy .slide_item {
    opacity: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    animation: anime 36s 0s infinite;
}

.image_philosophy .slide_item:nth-of-type(1) {background: url("../img/home/img_about01.jpg") no-repeat center;}

.image_philosophy .slide_item:nth-of-type(2) {
    animation-delay: 6s;
    background: url("../img/home/img_about02.jpg") no-repeat center;
}

.image_philosophy .slide_item:nth-of-type(3) {
    animation-delay: 12s;
    background: url("../img/home/img_about03.jpg") no-repeat center;
}

.image_philosophy .slide_item:nth-of-type(4) {
    animation-delay: 18s;
    background: url("../img/home/img_about01.jpg") no-repeat center;
}

.image_philosophy .slide_item:nth-of-type(5) {
    animation-delay: 24s;
    background: url("../img/home/img_about02.jpg") no-repeat center;
}

.image_philosophy .slide_item:nth-of-type(6) {
    animation-delay: 30s;
    background: url("../img/home/img_about03.jpg") no-repeat center;
}

@keyframes anime {
    0% {
        opacity: 0;
        transform: scale(1.05);
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
        transform: scale(1);
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0
    }
}

/* --会社概要-- */
.wrap_overview{display: flex;}

.inner_overview{
    width: 65%;
    padding: 120px 40px;
}

.inner_overview .inner{
    max-width: 800px;
    margin: 0 auto;
}

.inner_overview .inner .heading01 .ttl_en{font-size: 3rem;}

.wrap_tbl_overview{display: flex;}

.wrap_tbl_overview .tbl_type01{width: 50%;}

.wrap_tbl_overview .tbl_type01:first-of-type th,
.wrap_tbl_overview .tbl_type01:first-of-type td{padding-right: 7.5px;}

.wrap_tbl_overview .tbl_type01:last-of-type th,
.wrap_tbl_overview .tbl_type01:last-of-type td{padding-left: 7.5px;}

.image_overview{
    width: 35%;
    position: relative;
}

.image_overview img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.image_overview img.sp{display: none;}

/* ご相談・不動産査定
---------------------------------------------- */
.sec_consult{
    background: #F3F4F5;
    padding: 135px 30px 140px;
}

.sec_consult .heading01{text-align: center;}

.sec_consult .inner_consult{
    max-width: 1200px;
    margin: 0 auto;
}

.txt_consult{
    text-align: center;
    margin-bottom: 30px;
}

.wrap_tbl_consult{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.wrap_tbl_consult .form{width: calc(50% - 20px);}

.wrap_tbl_consult .form .assessment{
    background: #EDEEEF;
    border: 1px solid #CFD2D8;
    padding: 14px;
}

/* --個人情報保護方針-- */
.overlary_privacy {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 50px;
    display: none;
}

.overlary_privacy.overlay_mode{display: block;}

.overlary_privacy .inner_overlary{
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    line-height: 1.2;
    width: 1000px;
    padding: 100px 30px;
    z-index: 1;
}

.inner_overlary .inner{
    width: 800px;
    margin: 0 auto;
}

.inner_overlary .inner h3{
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.inner_overlary .inner > p{
    letter-spacing: 0.1em;
    margin-bottom: 22px;
}

#privacy {
    border: 1px solid #CFD2D8;
    height: 260px;
    overflow: hidden;
    letter-spacing: 0;
    line-height: 1.8;
}

#privacy p,
#privacy ul{margin-bottom: 25px;}

#privacy p:last-of-type{margin-bottom: 0;}

.bg_overlary{
    background: rgba(53,55,52,0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.close_overlay{
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    cursor: pointer;
    display: none;
    background: #008E84;
}

.close_overlay:before, .close_overlay:after{
    display: block;
    content: "";
    position: absolute;
    top: 23px;
    right: 12px;
    width: 23px;
    height: 2px;
    background: #FFF;
}

.close_overlay:before {transform: rotate(45deg);}
.close_overlay:after {transform: rotate(-45deg);}

.overlary_privacy.overlay_mode .close_overlay{display: block;}

.close_overlay span{display: none;}


@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	
    /* R+笠間バナー
    ---------------------------------------------- */
    .bn_okinawa_sp{display: none;}

    .bn_okinawa{
            position: fixed;
            left: 20px;
            bottom: 20px;
            z-index: 2;
            width: 300px;
    }

    .bn_okinawa.hide{display: none;}

    .bn_okinawa img{
            width: 100%;
            height: auto;
            display: inline-block;
            max-width: 300px;
            filter: drop-shadow(6.53333px 6.53333px 16.3333px rgba(0, 0, 0, 0.25));
    }

    .bn_okinawa .close{
            width: 26px;
            height: 26px;
            background:#333333;
            border-radius: 26px;
            position: absolute;
            top: -7px;
            right: -7px;
            cursor: pointer;
    }

    .bn_okinawa .close::before,
    .bn_okinawa .close::after{
            content: "";
            display: block;
            width: 14px;
            height: 1px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -7px;
            margin-top: -0.5px;
            background: #FFF;
    }

    .bn_okinawa .close::before{transform:rotate(45deg);}
    .bn_okinawa .close::after{transform:rotate(-45deg);}

    .bn_okinawa .close:hover{background: #008E84;}
	
	.bn_okinawa a:hover{opacity: 0.9;}
    
	
}/*--@media--*/


@media only screen and (max-width:1300px){ /* 表示領域が1300px以下の場合に適用するスタイル */
	
    /* 事業内容
    ---------------------------------------------- */
    .service .inner{
        width: 668px;
        padding: 0 50px;
    }

    .image_service{width: calc(100% - 668px);}
    
    /* CLAXについて
    ---------------------------------------------- */
    /* --企業理念-- */
    .wrap_philosophy .inner{ padding: 40px;}
    
	
}/*--@media--*/


@media only screen and (max-width:1200px){ /* 表示領域が1200px以下の場合に適用するスタイル */
	
	/* メインビジュアル
    ---------------------------------------------- */
    .wrap_mv .inner{left: 50px;}
	
    /* CLAXについて
    ---------------------------------------------- */
	/* --会社概要-- */
	.inner_overview{width: 62%;}

	.image_overview{width: 38%;}
	
    
}/*--@media--*/


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

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

	トップページ

	------------------------------------------------------------ */
    
    /* メインビジュアル
    ---------------------------------------------- */
    .wrap_mv{
        position: relative;
        padding-top: 600px;
    }
    
    .wrap_mv .inner{top: 50px;}
    
    .wrap_mv .inner .lead_en{font-size: 60px}
    
    /* ご挨拶
    ---------------------------------------------- */
    .wrap_greeting{padding: 40px;}
    
    /* 事業内容
    ---------------------------------------------- */
    .wrap_service .service{
        flex-direction: column-reverse;
        padding-left: 30px;
    }

    .wrap_service .service:nth-of-type(even){
        flex-direction: column-reverse;
        padding: 0 30px 0 0
    }
    
    .service .inner{
        width: 100%;
        padding: 0;
    }
    
    .service:nth-of-type(even) .inner{padding: 0 0 0 30px;}
    
    .image_service{
        width: 100%;
        padding-top: 32.986%;
        margin-bottom: 25px;
    }
    
    /* CLAXについて
    ---------------------------------------------- */
    /* --企業理念-- */
    .wrap_philosophy{
        display: block;
        padding: 0 30px 150px;
    }
    
    .wrap_philosophy .inner{
        width: 100%;
        padding: 0 0 35px;
        border: none;
    }
    
    .wrap_philosophy .inner .heading01{margin-bottom: 30px;}
    
    .image_philosophy{
        width: 100%;
        padding-top: 41.449%;
        margin-bottom: 35px;
    }
    
    /* --会社概要-- */
    .wrap_overview{display: block;}
    
    .inner_overview{
        width: 100%;
        padding: 60px 40px;
    }
    
    .image_overview{
        width: 100%;
        padding-top: 41.449%;
    }
    
    /* ご相談・不動産査定
    ---------------------------------------------- */
    .wrap_tbl_consult{display: block;}
    
    .wrap_tbl_consult .form{width: 100%;}
    
    /* --個人情報保護方針-- */
    .overlary_privacy .inner_overlary{width: calc(100% - 100px);}

    .inner_overlary .inner{width: auto;}
    
	
}/*--@media--*/


@media only screen and (max-width:900px){ /* 表示領域が900px以下の場合に適用するスタイル */
    
    /* メインビジュアル
    ---------------------------------------------- */
    .wrap_mv .inner .lead_jp{
        font-size: 1.8rem;
        margin-bottom: 18px;
    }
    
    .wrap_mv .inner .lead_jp span{font-size: 1.6rem;}
    
    .wrap_mv .inner .lead_en{font-size: 50px}
    
    /* ご挨拶
    ---------------------------------------------- */
    .sec_greeting{
        padding: 70px 15px;
        display: block;
    }
    
    .image_greeting{
        width: 100%;
        padding-top: 41.449%;
    }
	
	.wrap_greeting{
        width: 100%;
        display: block;
        padding: 35px 0 0;
    }
    
    .wrap_greeting .inner{max-width: 100%;}
	
}/*--@media--*/


@media only screen and (max-width:1150px){ /* 表示領域が1150px以下の場合に適用するスタイル */

    /* CLAXについて
    ---------------------------------------------- */
	.txt_philosophy p br{display: none;}
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

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

	トップページ

	------------------------------------------------------------ */
	
	/* メインビジュアル
	---------------------------------------------- */
    .wrap_mv{
        background: url("../img/home/bg_mv01_sp.jpg") no-repeat center;
        background-size: cover;
    }
    
    .wrap_mv .inner{
        top: 80px;
        left: 15px;
    }
    
    .wrap_mv .inner .lead_jp{
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .wrap_mv .inner .lead_jp span{font-size: 1.4rem;}
    
    .wrap_mv .inner .lead_en{
        font-size: 6.666vw;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    
    .wrap_mv .inner .btn_mv01 a{
        min-width: 190px;
        padding: 17px 34px 17px 14px;
        font-size: 1.3rem;
    }
    
    .wrap_mv .inner .btn_mv01 a::before{right: 15px;}
    
    .wrap_mv .inner .btn_mv01 a:hover::before{right: 10px;}

    /* R+笠間バナー
	---------------------------------------------- */
    .bn_okinawa_sp{
        padding: 0 15px 30px;
        text-align: center;
    }
    
    .bn_okinawa_sp img{
        width: 100%;
        height: auto;
        display: inline-block;
        max-width: 300px;
        filter: drop-shadow(6.53333px 6.53333px 16.3333px rgba(0, 0, 0, 0.25));
    }

	.bn_okinawa{
		display: none;
	}

	/* 事業内容
    ---------------------------------------------- */
    .sec_service{padding: 65px 0 70px;}
    
    .wrap_service .service{
        padding-left: 15px;
        margin-bottom: 30px;
    }

    .wrap_service .service:nth-of-type(even){padding: 0 15px 0 0}
    
    .service:nth-of-type(even) .inner{padding: 0 0 0 15px;}
    
    .image_service{padding-top: 69.444%;}
    
    .image_service img.pc{display: none;}
    .image_service img.sp{display: block;}
    
    .service .inner h3{
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .service .inner .btn_type01{margin-top: 20px;}
    
    /* CLAXについて
    ---------------------------------------------- */
    .sec_about{padding-top: 65px;}
    
    .sec_about > .heading01{margin-bottom: 35px;}
    
    /* --企業理念-- */
    .wrap_philosophy{padding: 0 15px 70px;}
    
    .wrap_philosophy::before{height: 70px;}

    .wrap_philosophy .inner .heading01 .ttl_en{font-size: 2.7rem;}
    
    .txt_philosophy p:not(:last-of-type){margin-bottom: 20px}
    
    /* --会社概要-- */
    .inner_overview{padding: 35px 15px;}
    
    .inner_overview .inner .heading01 .ttl_en {font-size: 2.7rem;}
    
    .wrap_tbl_overview .tbl_type01:first-of-type th,
    .wrap_tbl_overview .tbl_type01:first-of-type td{padding-right: 0;}
    
    .wrap_tbl_overview .tbl_type01:last-of-type th,
    .wrap_tbl_overview .tbl_type01:last-of-type td{padding-left: 0;}
    
    /* ご相談・不動産査定
    ---------------------------------------------- */
    .sec_consult{padding: 65px 15px 70px;}
    
    .wrap_tbl_consult .form .assessment{padding: 10px;}
    
    /* --個人情報保護方針-- */
    .overlary_privacy{padding: 50px 15px;}
    
    .overlary_privacy .inner_overlary{
        width: calc(100% - 30px);
        padding: 45px 15px;
    }
    
    .inner_overlary .inner h3{font-size: 1.5rem;}
    
    .inner_overlary .inner > p{font-size: 1.2rem;}
    
    .close_overlay{
        width:35px;
        height: 35px;
    }
    
    .close_overlay:before, 
    .close_overlay:after{
        width: 17px;
        top: 17px;
        right: 9px;
    }
	
    
}/*--@media--*/


@media only screen and (max-width:540px){ /* 表示領域が540px以下の場合に適用するスタイル */
	
	/* メインビジュアル
	---------------------------------------------- */
    .wrap_mv{padding-top: 100%;}
    
	/* ご挨拶
    ---------------------------------------------- */
    .image_greeting{padding-top: 66.666%;}
    
    /* CLAXについて
    ---------------------------------------------- */
    /* --企業理念-- */
    .image_philosophy{padding-top: 73.043%;}
    
    /* --会社概要-- */
    .image_overview{padding-top: 74.666%;}
    
    .image_overview img.pc{display: none;}
    .image_overview img.sp{display: block;}
    
	
}/*--@media--*/


@media only screen and (max-width:400px){ /* 表示領域が400px以下の場合に適用するスタイル */
    
    /* CLAXについて
    ---------------------------------------------- */
    /* --会社概要-- */
    .wrap_tbl_overview{display: block;}
    
    .wrap_tbl_overview .tbl_type01{width: 100%;}
    
    .wrap_tbl_overview .tbl_type01:nth-of-type(1){margin-bottom: 15px;}
    
	
}/*--@media--*/
