@charset "UTF-8";


body {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1240px;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "A1 Gothic R", "Zen Kaku Gothic New", sans-serif;
    color: #3B4043;
}


/*================================
  header
================================*/

#header .header__inner {
    padding: 20px 10px 13px 20px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    min-width: 1200px;
}

#header .header__inner .header__logo {
    width: 15%;
    text-align: center;
    margin: -5px 0 0 0;

}

#header .header__inner .header__logo .logo__text {
    font-size: 12px;
    margin: 0 0 0 30px;
}


#header .header__inner .header__menu {
    width: 95%;
    text-align: center;
    position: relative;
    display: flex;
}

#header .header__inner .header__nav ul.textmenu__area {
    position: absolute;
    top: 25%;
    right: 18%;
    font-size: 16px;
}

#header .header__inner .header__nav ul.textmenu__area li a {
    background:
        linear-gradient(currentColor 0 0) bottom /var(--d, 0) 2px no-repeat;
    transition: 0.3s;
    padding: 0 0 10px 0;
}

#header .header__inner .header__nav ul.textmenu__area li a:hover {
    --d: 100%;
    color: #004B93;
}


#header .header__inner .header__nav ul.tell__area {
    position: absolute;
    top: -3px;
    right: 1%;
    font-size: 16px;
}

#header .header__inner .header__nav ul li {
    position: relative;
    margin: 0px 0 0 20px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;

}


/*ヘッダー電話番号*/
#header .header__inner .header__nav ul li .nav__tellText {
    font-size: 22px;
    font-weight: 900;
    background-image: url("/assets/images/icon_tell_header.png");
    background-repeat: no-repeat;
    background-position: 0px 50%;
    height: 48px;
    background-size: 32px;
    font-family: droid-sans, sans-serif;
    padding: 10px 0 0 40px;
    color: #004B93;
}

/*ボタン*/
#header .header__inner .header__nav .h__btn__area {
    position: absolute;
    right: -10px;
    top: 156px;
}

#header .header__inner .header__nav ul.h__btn__area li {
    display: block;


}


/*お問い合わせ用ボタン*/

#header .header__inner .header__nav .contact__btn a {
    background-color: #004B93;
    color: #FFFFFF;
    display: block;
    width: 140px;
    height: 80px;
    margin: -20px 0 0 0;
    position: relative;
    transition: all .3s;
}

#header .header__inner .header__nav .contact__btn a:hover {
    background-color: #137ee3;
    transition: all .3s;
}


#header .header__inner .header__nav .contact__btn a span {
    position: absolute;
    top: 25%;
    right: 17%;
}

#header .header__inner .header__nav .assessment__btn a {
    background-color: #8FC31F;
    color: #FFFFFF;
    display: block;
    width: 140px;
    height: 80px;
    margin: 0;
    position: relative;
    transition: all .3s;
}

#header .header__inner .header__nav .assessment__btn a:hover {
    background-color: #a0e310;
    transition: all .3s;
}

#header .header__inner .header__nav .assessment__btn a span {
    position: absolute;
    top: 38%;
    right: 25%;
}

/*
#header .contact__btn a{
    background: #004B93 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #FFFFFF;
    border-radius: 30px ;
    width: 200px;
    height: 20px;
    padding: 20px 0;
    display: block;
    position: relative;
    text-align: center;
    transform: translateY(-25%) ;
    -webkit-transform: translateY(-25%) ;
    font-size:14px;
}

#header .contact__btn a span{
    position: relative;
    transform: translateY(-50%) ;
    -webkit- transform: translateY(-50%) ;
    display: block;
}

#header a:hover {
    color: #0462BC;
}

#header .header__inner .header__nav ul li.contact__btn a:hover {
    color: #FFFFFF;
    background-color: #0462BC;
}
*/


/*================================
  btn
================================*/

.buy__btn a {
    background: #F3981C 0% 0% no-repeat padding-box;
    box-shadow: 5px 10px 20px #0000001F;
    opacity: 1;
    color: #FFFFFF;
    border-radius: 30px;
    width: 300px;
    padding: 20px 0;
    display: block;
    position: relative;
    text-align: center;
    transform: translateY(-25%);
    -webkit- transform: translateY(-25%);
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    transition: all .3s;
    border: 2px solid #F3981C;
}

.buy__btn a:hover {
    background-color: #FFFFFF;
    color: #F3981C;
    border: 2px solid #F3981C;
    transition: all .3s;
}

.buy__btn a ::after {
    content: "";
    display: inline-block;
    margin-left: 1em;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transform: rotate(-45deg);
    position: absolute;
    right: 8%;
    top: 45%;
}

.buy__btn a span {
    position: relative;
    display: block;
}


.sell__btn a {
    background: #8FC31F 0% 0% no-repeat padding-box;
    box-shadow: 5px 10px 20px #0000001F;
    opacity: 1;
    color: #FFFFFF;
    border-radius: 30px;
    width: 300px;
    padding: 20px 0;
    display: block;
    position: relative;
    text-align: center;
    transform: translateY(-25%);
    -webkit- transform: translateY(-25%);
    font-size: 14px;
    font-weight: bold;
    transition: all .3s;
    border: solid 2px #8FC31F;

}

.sell__btn a:hover {
    background-color: #FFFFFF;
    border: solid 2px #8FC31F;
    color: #8FC31F;
    transition: all .3s;
}

.sell__btn a span {
    position: relative;
    display: block;
}

.sell__btn a ::after {
    content: "";
    display: inline-block;
    margin-left: 1em;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transform: rotate(-45deg);
    position: absolute;
    right: 8%;
    top: 45%;
}

.leaseback__btn a {
    background: #004B93 0% 0% no-repeat padding-box;
    box-shadow: 5px 10px 20px #0000001F;
    opacity: 1;
    color: #FFFFFF;
    border-radius: 30px;
    width: 300px;
    padding: 20px 0;
    display: block;
    position: relative;
    text-align: center;
    transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    font-size: 14px;
    font-weight: bold;
    transition: all .3s;
    border: 2px solid #004B93;
}

.leaseback__btn a:hover {
    background-color: #FFFFFF;
    color: #004B93;
    border: 2px solid #004B93;
    transition: all .3s;
}

.leaseback__btn a span {
    position: relative;
    display: block;
}

.leaseback__btn a ::after {
    content: "";
    display: inline-block;
    margin-left: 1em;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transform: rotate(-45deg);
    position: absolute;
    right: 8%;
    top: 45%;
}

.sub__btn {
    clear: both;
    margin: 80px auto 20px auto;
    width: 300px;
}

.sub__btn a {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 5px 10px 20px #0000001F;
    opacity: 1;
    color: #004B93;
    border-radius: 30px;
    width: 300px;
    padding: 20px 0;
    display: block;
    position: relative;
    text-align: center;
    transform: translateY(-25%);
    -webkit- transform: translateY(-25%);
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #004B93;
    transition: all .3s;
}

.sub__btn a:hover {
    transition: all .3s;
    background-color: #004B93;
    color: #FFFFFF;
}

.sub_btn a span {
    position: relative;
    display: block;
}

.sub__btn a ::after {
    content: "";
    display: inline-block;
    margin-left: 1em;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #004B93;
    border-bottom: 2px solid #004B93;
    transform: rotate(-45deg);
    position: absolute;
    right: 8%;
    top: 45%;
}


.primary__btn a {
    background: #004B93 0% 0% no-repeat padding-box;
    box-shadow: 5px 10px 20px #0000001F;
    opacity: 1;
    color: #FFFFFF;
    border-radius: 30px;
    width: 300px;
    padding: 20px 0;
    display: block;
    position: relative;
    text-align: center;
    transform: translateY(-25%);
    -webkit- transform: translateY(-25%);
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    transition: all .3s;
    border: 2px solid #004B93;
}

.primary__btn a:hover {
    transition: all .3s;
    border: 2px solid #004B93;
    color: #004B93;
    background-color: #FFFFFF;
}

.primary_btn a span {
    position: relative;
    display: block;
}

.primary__btn a ::after {
    content: "";
    display: inline-block;
    margin-left: 1em;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transform: rotate(-45deg);
    position: absolute;
    right: 8%;
    top: 45%;
}


/*================================
  contents area
================================*/
#contents {
    /*width: 1200px;*/
    margin: 0px auto;
}

section {
    padding: 120px 0;
}

section.bk_gray {
    background-color: #F0F3F5;
    /*margin: 0 calc(50% - 50vw);
	padding: 120px calc(50vw - 50%);
	width: 100vw;*/
}

section.normal {
    padding: 80px 0;
}

section .section__innner {
    width: 1200px;
    margin: 0px auto;
}



/*================================
  tittle tag
================================*/

.title__h1__primary {
    font-size: 28px;
    color: #004B93;
    font-weight: 600;
    background-color: #F0F3F5;
    position: relative;
    margin: 70px 0 0 0;
    padding: 30px 0 25px 0;
}

.title__h1__primary span {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.title__h2__primary {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 60px 0;
    padding: 0 0 40px 0;
    text-align: center;
    background-image: url("/assets/images/title_h2_parts.png");
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.title__h2__primary span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin: 20px 0 0 0;
}

.title__h2__sub {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px 0;
    line-height: 1.5;
}

.title__h3__sub {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 40px 0;
}



/*================================
  text
================================*/
.text__lead {
    font-size: 20px;
    text-align: center;
    line-height: 2.5em;
}

.text__lead__02 {
    line-height: 2em;
}

.in__text__link {
    color: #004B93;
    position: relative;
    font-size: 16px;
    text-decoration: underline;
}

.text__link {
    color: #004B93;
    text-decoration-color: #004B93;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.text__link a {
    background:
        linear-gradient(currentColor 0 0) bottom /var(--d, 0) 2px no-repeat;
    transition: 0.3s;
    padding: 0 0 3px 0;
}

.text__link a:hover {
    --d: 100%;
    color: #004B93;
}

.text__link ::after {
    content: "";
    display: inline-block;
    margin-left: 1em;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #004B93;
    border-bottom: 2px solid #004B93;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
}



/*================================
  contact
================================*/

#contact .contact__box {
    background-image: url("/assets/images/bk_img_contact_area.png");
    background-repeat: no-repeat;
    background-position: 0;
    width: 1200px;
    height: 450px;
    padding: 60px 0 0 480px;
    margin: 0 0 40px 0;
}

#contact .contact__box .contact__box__title {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 2;
    margin: 0 0 20px 0;
    text-shadow: 3px 6px 12px #0000001F;
}

#contact .contact__box .contact__box__text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    margin: 0 0 60px 0;
}


#contact .contact__box .contact__box__btn a {
    background: #004B93 0% 0% no-repeat padding-box;
    box-shadow: 5px 10px 20px #0000001F;
    opacity: 1;
    color: #FFFFFF;
    border-radius: 30px;
    width: 250px;
    padding: 20px 0;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    float: left;
    transition: all .3s;
    border: 2px solid #004B93;
}

#contact .contact__box .contact__box__btn a:hover {
    transition: all .3s;
    background-color: #FFFFFF;
    color: #004B93;
    border: 2px solid #004B93;

}

#contact .contact__box .contact__box__tellText {
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 900;
    background-image: url("/assets/images/icon_tell.png");
    background-repeat: no-repeat;
    background-position: 16px 0;
    padding: 8px 0 0 86px;
    float: left;
    height: 100px;
    margin: 0 0 0 30px;
    font-family: droid-sans, sans-serif;
}



/*無料査定・資料請求*/

#contact .contact__box__assessment {
    width: 48%;
    height: 180px;
    float: left;
    margin: 0 40px 0px 0;
    background-image: url("/assets/images/bk_img_contact_assessment.png");
    background-repeat: no-repeat;
    background-position: 0;
    font-size: 20px;
    color: #FFFFFF;
    position: relative;
    background-size: 100% auto;
}

#contact .contact__box__assessment:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#contact .contact__box__assessment:hover {
    opacity: 0.8;
}


#contact .contact__box__assessment .contact__box__assessment__text {
    position: absolute;
    top: 38%;
    right: 30%;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    text-shadow: 4px 4px 10px #000000;
    z-index: 1;
}

#contact .contact__box__assessment .contact__box__assessment__text span {
    display: block;
    margin: 0 0 10px 0;
    font-size: 20px;
}




#contact .contact__box__document {
    width: 48%;
    height: 180px;
    float: left;
    margin: 0 0px 0px 0;
    background-image: url("/recruit/images/mainVisual.jpg");
    background-repeat: no-repeat;
    background-position: 0;
    font-size: 20px;
    color: #FFFFFF;
    position: relative;
    background-size: 100% auto;
}



#contact .contact__box__document .contact__box__document__text {
    position: absolute;
    top: 45%;
    right: 30%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    text-shadow: 4px 4px 10px #000000;
    z-index: 1;
}

#contact .contact__box__document:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#contact .contact__box__document:hover {
    opacity: 0.8;
}



/*================================
  footer
================================*/

#footer {
    clear: both;
    background-color: #004B93;
    margin: 160px 0 0 0;
    color: #FFFFFF;
}

#footer .footer__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 0 0;
}

#footer .footer__inner .footer__box__left {
    float: left;
    margin: 0px 60px 0 0;
}

#footer .footer__inner .footer__box__right {
    float: left;
    width: 800px;
    margin: 20px 0px 0 0;
}

#footer .footer__inner .footer__box__left .footer__logo {
    background-color: #FFFFFF;
    width: 300px;
    height: 120px;
    position: relative;
}

#footer .footer__inner .footer__box__left .footer__logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#footer .footer__inner .footer__box__left .footer__box__tellText {
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 900;
    background-image: url("/assets/images/icon_tell.png");
    background-repeat: no-repeat;
    background-position: 0px 0;
    padding: 8px 0 0 68px;
    float: left;
    height: 100px;
    margin: 10px 0 0 0px;
    font-family: droid-sans, sans-serif;
}

#footer .footer__inner .footer__box__right .footer__link {
    font-weight: bold;
    float: left;
    margin: 0px 0 30px 0;
}

#footer .footer__inner .footer__box__right .footer__link a {
    background:
        linear-gradient(currentColor 0 0) bottom /var(--d, 0) 1px no-repeat;
    transition: 0.3s;
    padding: 0 0 5px 0;
}

#footer .footer__inner .footer__box__right .footer__link a:hover {
    --d: 100%;
    color: #FFFFFF;
}


#footer .footer__inner .footer__box__right .footer__link::after {
    content: "";
    vertical-align: 2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transform: rotate(-45deg);
    margin: 0 60px 0 10px;
}


#footer .footer__copyright {
    clear: both;
    text-align: center;
    border-top: solid 1px #FFFFFF;
    margin: 0 calc(50% - 50vw);
    padding: 20px calc(50vw - 50%);
    width: 100vw;
}

.sp__only {
    display: none;
}


/*================================
  リンク
================================*/




/*================================
  アンカーリンクナビ
================================*/

.anchor__link {
    background-color: #F0F3F5;
    width: 1200px;
    margin: 80px auto 0 auto;
    padding: 60px 0;
    color: #004B93;
}

.anchor__link ul {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
}

.anchor__link ul li a {
    background:
        linear-gradient(currentColor 0 0) bottom /var(--d, 0) 1px no-repeat;
    transition: 0.3s;
    padding: 0 0 5px 0;
    font-size: 125%;
    font-weight: bold;
}

.anchor__link ul li a:hover {
    --d: 100%;
    color: #004B93;
}

.anchor__link ul li a::after {
    content: "";
    display: inline-block;
    margin-left: 1em;
    margin-top: -8px;
    width: 12px;
    height: 12px;
    border-right: 3px solid #004B93;
    border-bottom: 3px solid #004B93;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}

/*================================
  テーブル
================================*/

table {
    border: 1px solid #CCCCCC;
    width: 100%;
}

table th {
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    background-color: #F0F3F5;
    font-size: 16px;
    font-weight: 600;
    padding: 40px;
}

table td {
    border: 1px solid #CCCCCC;
    font-size: 16px;
    padding: 40px;
    vertical-align: middle;
}

table td li {
    list-style-type: disc;
    list-style-position: inside;
    line-height: 2;
}

/*================================
  Line
================================*/
hr {
    border-color: #CCCCCC;
    margin: 40px 0;
}


/*================================
  breadcrumb
================================*/

.breadcrumb {
    background-color: #F0F3F5;
    clear: both;
}

.breadcrumb ol {
    width: 1200px;
    margin: 160px auto -160px auto;
    display: flex;
    padding: 20px 0;
    font-size: 14px;
}

.breadcrumb ol li::after {
    content: '>';
    padding: 0 0.4em;
    color: #3B4043;
}

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

.breadcrumb ol li a {
    color: #004B93;
    background:
        linear-gradient(currentColor 0 0) bottom /var(--d, 0) 1px no-repeat;
    transition: 0.3s;
    padding: 0 0 5px 0;
}

.breadcrumb ol li a:hover {
    transition: all .3s;
    --d: 100%;
    color: #004B93;

}

/*タブ切り替え用*/
.tabContents {
    display: none;
}

.tabContents.active {
    display: block;
}



/*CVエリア*/
#cv__area {
    width: 1000px;
    margin: 160px auto;
}

#cv__area .cv__area__innner {
    background-color: #F1F8FE;
    padding: 0 0 20px 0;
}

#cv__area .cv__area__innner .cv__area__title {
    position: relative;
}

#cv__area .cv__area__innner .cv__area__title::before {
    content: "";
    background: url(/assets/images/img_cv.png) no-repeat 0 0;
    background-size: 145px 145px;
    width: 145px;
    height: 145px;
    display: block;
    position: absolute;
    top: -70px;
    left: 70px;
}

#cv__area .cv__area__innner .cv__area__title p {
    position: relative;
    display: inline-block;
    width: 700px;
    height: 60px;
    margin: -30px 0 0 230px;
    padding: 20px 10px;
    font-weight: bold;
    min-width: 120px;
    max-width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    background: #174B93;
}

#cv__area .cv__area__innner .cv__area__title p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #174B93;
}

#cv__area .cv__area__innner .cv__area__title p {
    text-align: center;
    font-size: 20px;
}

#cv__area .cv__area__innner .cv__item {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 40px 0 0 0;
    ;
}

#cv__area .cv__area__innner .cv__item .cv__tell {
    margin: 0 40px 0 0px;
    padding: 40px 60px 40px 60px;
    border-right: 1px solid #BABABA;
}

#cv__area .cv__area__innner .cv__item .cv__form {
    padding: 40px 60px 40px 20px;
}

#cv__area .cv__area__innner .cv__item .cv__title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px 0;
}

#cv__area .cv__area__innner .cv__item .office__hours {
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #707070;
    padding: 8px 20px;
}

#cv__area .cv__area__innner .cv__item .phone__number {
    font-size: 34px;
    color: #174B93;
    font-weight: bold;
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
    font-family: droid-sans, sans-serif;
}

#cv__area .cv__area__innner .cv__item .phone__number::before {
    content: "";
    background: url(/assets/images/icon_free_number.svg) no-repeat 0 4px;
    background-size: 40px 26px;
    width: 50px;
    height: 30px;
    display: inline-block;
}

#cv__area .sell__btn {
    margin: 0 0 20px 0;
}

/*回遊エリア*/
#excursion__area {
    width: 1000px;
    margin: 120px auto;
}

#excursion__area .excursion__title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 40px 0;
}

#excursion__area .excursion__item {
    display: flex;
    background-color: #F0F3F5;
    padding: 40px;
    margin: 0 0 40px 0;
}

#excursion__area .excursion__item .excursion__img {
    margin: 0 40px 0 0;
}

#excursion__area .excursion__item .excursion__detail .excursion__service {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

#excursion__area .excursion__item .excursion__detail .excursion__des {
    line-height: 1.6;
    margin: 0 0 20px 0;
}

/*================================
  成果事例一覧
================================*/

#example .example__item__area {
    margin: 60px 0 0 0;
    padding: 0 0 0 0px;
    width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

#example .example__item__area .example__item {
    margin: 0 40px 0 0;
    width: 360px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
}

#example .example__item__area .example__item:hover {
    opacity: 0.6;
    transition: all .3s;
}

#example .example__item__area .example__item .example__item__img img {
    width: 360px;
}

#example .example__item__area .example__item:last-child {
    margin-right: 0px;
}

#example .example__item .example__item__box {
    background-color: #FFFFFF;
    padding: 20px;
}


#example .example__item .example__item__box .example__item__box__labelSell {
    background-color: #8FC31F;
    padding: 5px 0;
    width: 25%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    border-radius: 20px;
}

#example .example__item .example__item__box .example__item__box__labelBuy {
    background-color: #F3981C;
    padding: 5px 0;
    width: 25%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    border-radius: 20px;
}

#example .example__item .example__item__box .example__item__box__title {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 0 0;
}

#example .example__item .example__item__box .example__item__box__day {
    margin: 40px 0 0 0;
    font-size: 12px;
}


/*================================
  成果物件一覧
================================*/

#conversion .conversion__item__area {
    clear: both;
    overflow: hidden;
    margin: 60px 0 0 0;
    padding: 0 0 0 20px;
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#conversion .conversion__item__area .conversion__item {
    width: 360px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    margin: 0 30px 60px 0;
}

#conversion .conversion__item__area .conversion__item:hover {
    opacity: 0.6;
    transition: all .3s;
}

#conversion .conversion__item__area .conversion__item .conversion__item__img img {
    width: 360px;
}


#conversion .conversion__item .conversion__item__box {
    background-color: #FFFFFF;
    padding: 20px;
}


#conversion .conversion__item .conversion__item__box .conversion__item__box__labelSell {
    background-color: #8FC31F;
    padding: 5px 0;
    width: 25%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    border-radius: 20px;
}

#conversion .conversion__item .conversion__item__box .conversion__item__box__labelBuy {
    background-color: #8FC31F;
    padding: 5px 0;
    width: 25%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    border-radius: 20px;
}

#conversion .conversion__item .conversion__item__box .conversion__item__box__title {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 0 0;
}

#conversion .conversion__item .conversion__item__box .conversion__item__box__day {
    margin: 40px 0 0 0;
    font-size: 12px;
}




/*================================
  コラム一覧
================================*/

#column .column__item__area {
    margin: 60px 0 0 0;
    padding: 0 0 0 20px;
    width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

#column .column__item__area .column__item {
    margin: 0 40px 0 0;
    width: 360px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
}

#column .column__item__area .column__item:hover {
    opacity: 0.6;
    transition: all .3s;
}

#column .column__item__area .column__item:last-child {
    margin: 0 0 0 0;
}

#column .column__item .column__item__box {
    background-color: #FFFFFF;
    padding: 20px;
}

#column .column__item .column__item__img img {
    width: 360px;
    height: auto;
}

#column .column__item .column__item__box .column__item__box__label {
    background-color: #F0F3F5;
    padding: 5px 0;
    width: 25%;
    text-align: center;
    color: #004BB1;
    font-weight: 600;
    font-size: 12px;
    border-radius: 20px;
}

#column .column__item .column__item__box .column__item__box__title {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 0 0;
}

#column .column__item .column__item__box .column__item__box__day {
    margin: 20px 0 0 0;
    font-size: 12px;
}


/*他の店舗*/
#shop .other__shop__detail {
    display: flex;
    margin: 60px 0 0 0;
}

#shop .other__shop__lead {
    text-align: center;
    font-size: 24px;
    line-height: 1.8;
    font-weight: bold;
    margin: -40px 0 80px 0;
}


#shop .other__shop__detail .other__shop__detail__item {
    list-style: none;
    background-color: #F0F3F5;
    width: 300px;
    margin: 0 40px 0 0;
}

#shop .other__shop__detail .other__shop__detail__item img {
    width: 100%;
}

#shop .other__shop__detail .other__shop__detail__item .other__shop__detail__item__info {
    padding: 20px;
    background-color: #FFFFFF;
}

#shop .other__shop__detail .other__shop__detail__item .other__shop__detail__item__info .other__shop__detail__item__name {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

#shop .other__shop__detail .other__shop__detail__item .other__shop__detail__item__info .other__shop__detail__item__addres {
    margin: 0 0 10px 0;
}

/*================================
  不動産市況
================================*/

#market .market__item__area {
    clear: both;
    overflow: hidden;
    margin: 60px 0 0 0;
    padding: 0 0 0 20px;
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#market .market__item__area .market__item {
    width: 360px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    margin: 0 30px 60px 0;
}

#market .market__item__area .market__item:hover {
    opacity: 0.6;
    transition: all .3s;
}

#market .market__item__area .market__item .market__item__img img {
    width: 360px;
}


#market .market__item .market__item__box {
    background-color: #FFFFFF;
    padding: 20px;
}


#market .market__item .market__item__box .market__item__box__label_furukawa {
    background-color: #8FC31F;
    padding: 5px 0;
    width: 25%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    border-radius: 20px;
}

#market .market__item .market__item__box .market__item__box__label_tome {
    background-color: #F3981C;
    padding: 5px 0;
    width: 25%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    border-radius: 20px;
}


#market .market__item .market__item__box .market__item__box__title {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 0 0;
}

#market .market__item .market__item__box .market__item__box__day {
    margin: 20px 0 20px 0;
    font-size: 16px;
    font-weight: 900;
}



/* Instagram Section */
.instagram-section {
    background-color: #f8f9fa;
    padding: 40px 0;
    width: 100%;
}

.instagram-section .container {
    width: 840px;
    margin: 0 auto;
}

.instagram-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

/* Left Content */
.instagram-text {
    display: flex;
    align-items: center;
    gap: 15px;
}


.instagram-heading {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 40px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.instagram-heading span {
    margin: 0 0 0 80px;
}


.instagram-heading::before {
    content: "";
    background: url(/assets/images/instagram_icon.png) no-repeat 0px 0px;
    background-size: 60px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translate(-50%, -50%);
}


.instagram-message {
    font-size: 18px;
    color: #333;
    line-height: 150%;
}

/* QR Code */
.instagram-qr {
    width: 200px;
}

.instagram-qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



/***************************
      バナー
***************************/

/* Notice Bar */

.notice_wrapper {
    clear: both;
    width: 100%;
    border-top: solid 1px #EEEEEE;
    margin: 120px auto 0px auto;

}

.notice {
    width: 960px;
    padding: 20px 0;
    margin: 0 auto;

}

.notice-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* Text Content */
.notice-text {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

/* Badge */
.notice-badge {
    display: flex;
    align-items: center;
    gap: 5px;
}

.notice-badge img {
    width: 468px;
}

/* price down バナー */
.bn__area {
    width: 960px;
    margin: 120px auto 80px;
}


/* モーダル表示時のスクロール防止 */
body.modal-open {
    overflow: hidden;
}

/*================================
  動画モーダル
================================*/

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.modal.show {
    opacity: 1;
}

.modal-content {
    position: relative;
    margin: 5% auto;
    width: 80%;
    max-width: 800px;
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.modal.show .modal-content {
    transform: scale(1);
    opacity: 1;
}

.close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background-color 0.3s ease;
}

.close:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 動画サムネイルのホバー効果 */
[data-video-url] {
    transition: opacity 0.3s ease;
    cursor: pointer;
}

[data-video-url]:hover {
    opacity: 0.8;
}

/* モーダル表示時のスクロール防止 */
body.modal-open {
    overflow: hidden;
}

/*================================
  マイプロリンクエリア
================================*/

.mypro-link-area {
    padding: 40px 0;
    margin: 40px 0 -160px 0;
    position: relative;
}

.mypro-link-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 1px;
    border-top: 2px dotted #eeeeee;
}

.mypro-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: 960px;
    margin: 0 auto;
}

.mypro-text {
    flex: 1;
}

.mypro-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #3B4043;
    margin: 0;
}

.mypro-banner {
    flex-shrink: 0;
}

.mypro-banner a {
    display: block;
    transition: opacity 0.3s ease;
}

.mypro-banner a:hover {
    opacity: 0.8;
}

.mypro-banner img {
    display: block;
    border-radius: 0px;
}

/*================================
  バナーエリア
================================*/

.banner-section {
    padding: 40px 0;
    margin: 120px 0 -160px 0;
    border-top: 1px solid #EEEEEE;
}

.banner-grid {
    display: flex;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.banner-item {
    flex: 1;
    text-align: center;
}

.banner-image {
    margin-bottom: 20px;
}

.banner-image a {
    display: block;
    transition: opacity 0.3s ease;
}

.banner-image a:hover {
    opacity: 0.8;
}

.banner-image img {
    display: block;
    margin: 0 auto;
}

.banner-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #3B4043;
    margin: 0;
}