@charset "UTF-8";
.container{
    width: 96%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 768px) {
    .container{
         width: 90%;
    }
}
.pd{
    padding: 80px 0;
}
@media (max-width: 1030px){
    .pd{
        padding: 5vw 0 8vw;
    }
}
/*メインビジュアル
-----------------------------------------------------*/
.mainvisual {
    width: 100%;
    background: #f5f8fb;
}
.mainvisual .slide-wrap {
    width: 100%;
    position: relative;
}

.mainvisual #slider-main .slide-arrow { 
    width: 50px; 
    height: 50px;
    position: absolute;
    top: calc(50% - 35px);
    z-index: 100;
    cursor: pointer;
}
.mainvisual #slider-main .slide-next{
    right: 15px;
    background: url("../../images/top/top_slider_arrow_next.png") no-repeat;
    background-size: 100%;
    z-index: 100;
}
.mainvisual #slider-main .slide-prev { 
    left: 15px;
    background: url("../../images/top/top_slider_arrow_prev.png") no-repeat;
    background-size: 100%;
    z-index: 100;
}
@media (max-width: 768px) {
    .mainvisual #slider-main .slide-arrow { 
        width: 44px; 
        height: 44px;
    }
    .mainvisual #slider-main .slide-next{
        right: 5px;
    }
    .mainvisual #slider-main .slide-prev { 
        left: 5px;
    }
}
.mainvisual #slider-main .slider_inner{position: relative}
.mainvisual #slider-main .slider_inner a p{position: absolute;
	bottom:20px;
	right:15px;
	color:#fff;
	margin: 0;
	background: rgba(0,0,0,0.20);
	border:1px solid #FFF;
	border-radius: 2px;
	padding: 10px 40px 10px 25px;
	cursor: pointer;
	font-size:12px
}
.mainvisual #slider-main .slider_inner a span{position: relative}
.mainvisual #slider-main .slider_inner a span::after{position: absolute;
	content:'';
	width:10px;
	height:10px;
	top:4px;
	right:-20px;
	background:url(../../images/common/icon_arrow_white.png);
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center
}

.slick-dots{
    position: relative;
    bottom: 0; left: 0;
    padding: 8px 0 15px;
    width: 90%;
}
.slick-dots li{
    width: 15px;
}
.slick-dots li button:before{
    font-size: 10px;
    line-height: 10px;
    text-shadow: none;
    color: #ddd;
}
.slick-dots li.slick-active button:before{
    font-size: 10px;
    color: #3073bb; 
}
@media (max-width: 768px) {
	.mainvisual #slider-main .slider_inner a p{
		position: absolute;
/*        bottom:10vw;*/
        right:3vw;
        color:#fff;
        margin: 0;
        background: rgba(0,0,0,0.20);
        border:1px solid #FFF;
        border-radius: 2px;
        padding: 1.5vw 6vw 1.5vw 3vw;
        cursor: pointer;
        font-size:12px
    }
    .mainvisual #slider-main .slider_inner a span{position: relative}
    .mainvisual #slider-main .slider_inner a span::after{position: absolute;
        content:'';
        width:2vw;
        height:2vw;
        top:1.3vw;
        right:-4vw;
        background:url(../../images/common/icon_arrow_white.png);
        background-repeat: no-repeat;
        background-size:contain;
        background-position: center

    }
}

/*サムネイルスライダー*/
.mainvisual .slider-wrap.thumb-wrap {
    width: 80%;/*68%*/
    max-width: 1200px;
    margin: 25px auto 0;
    padding: 0 50px;
}
#slider-thumb .thumb_item {
    padding: 0 5px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#slider-thumb .slide-arrow { 
    width: 22px; 
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 100;
    cursor: pointer;
}
#slider-thumb .slide-next{
    right: -30px;
    background: url("../../images/top/slide_arrow_next.png") no-repeat center;
    background-size: 50%;
    z-index: 100;
    opacity: .4;
}
#slider-thumb .slide-prev { 
    left: -30px; 
    background: url("../../images/top/slide_arrow_prev.png") no-repeat center;
    background-size: 50%;
    z-index: 100;
    opacity: .4;
}

@media (min-width: 769px) {
    #slider-thumb .thumb_item:hover {
        opacity: 0.6;
    }
}

@media (max-width: 768px) {
    .mainvisual .slider-wrap.thumb-wrap {
        width: 100%;
        margin: 5vw auto 0;
        padding: 0 40px 3vw;
    }
    #slider-thumb .thumb_item {
        padding: 0 3px;
    }
/*
	#slider-thumb img {
        max-height: 14vw;
        width: auto;
        margin: 0 auto;
    }
*/
}
/*btn-add
-----------------------------------------------------*/
.btn-addWrap{
    width: 100%;
    background: #f5f8fb;
    padding-top: 30px;
}
.btn-add{
    width: 93%;
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.btn-add a{
    width: 49%;
    margin: 0 auto;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3073bb;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
}
a.btn-add-owners::before{
    content: "";
    width: 38px;
    height: 23px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../images/common/icon_owners.png) left center no-repeat;
    background-size: 100%;
}
@media (max-width: 768px) {
    .btn-addWrap{
        padding: 1.5vw 0 2vw;
    }
    .btn-add{
        flex-wrap: wrap;
        max-width: 100%;
    }
    .btn-add a{
        width: 100%;
        font-size: 3.4vw;
        padding: 1.5vw 6vw 1.5vw 3vw;
    }
    .btn-add a:nth-child(2){
        padding: 3.2vw 6vw 3.2vw 3vw;
        margin-top: 1.5vw;
    }
    a.btn-add-owners::before{
        width: 8.8vw;
        height: 6.8vw;
        margin-right: 1.5vw;
    }
}
@media (max-width: 480px) {
    .btn-add{
        padding: 2vw 0 2vw;
    }
}

/*Information
-----------------------------------------------------*/
.news {
    width: 100%;
    padding: 30px 0 65px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-top: 40px solid #f5f8fb; 
}

.news::before,
.news::after {
    content: '';
    width: 50%;
    position: absolute;
    top: 0;
    border-top: 150px solid #f5f8fb;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 1;
}
.news::before {
    border-right: 0 solid #fff;
    right: 50%;
}
.news::after {
    border-left: 0 solid #fff;
    left: 50%;
}
.news.is-effect-on::before {
    border-right: 50vw solid #fff;
}
.news.is-effect-on::after {
    border-left: 50vw solid #fff;
}
.news h2 {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.news h2::before {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 auto 5px;
    display: block;
    background: url(../../images/top/icon_information.png) 0 0 no-repeat;
    background-size: 100%;
}
.news ul {
    width: 80%;
    max-width: 780px;
    margin: 45px auto 0;
    position: relative;
    z-index: 2;
}
.news ul li {
    padding: 15px;
    display: block;
    border-bottom: 1px dashed #e9e9e9;
}
.news ul li:last-child {
    border-bottom: none;
}
.news ul li a {
    text-decoration: underline;
    color: #3073bb;
}
.news ul li .news-tag {
    width: 95px;
    margin-right: 25px;
    padding: 5px 2px;
    display: inline-block;
    vertical-align: middle;
    background: #1c1c1c;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}
.news ul li .news-txt {
    width: calc(100% - 120px);
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

@media (max-width: 768px) {
    .news {
        width: 100%;
        padding: 5vw 0 8vw;
        background: #fff;
        position: relative;
        overflow: hidden;
        border-top: 15px solid #f5f8fb; 
    }

    .news::before,
    .news::after {
        content: '';
        width: 50%;
        position: absolute;
        top: 0;
        border-top: 18vw solid #f5f8fb;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        z-index: 1;
    }
    .news h2 {
        text-align: center;
        font-size: 3.2vw;
        font-weight: 300;
        line-height: 1;
        position: relative;
        z-index: 2;
    }
    .news h2::before {
        content: "";
        width: 20px;
        height: 20px;
        margin: 0 auto 1vw;
        display: block;
        background: url(../../images/top/icon_information.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .news ul {
        width: 88%;
        max-width: 780px;
        margin: 6vw auto 0;
        position: relative;
        z-index: 2;
    }
    .news ul li {
        padding: 15px;
        display: block;
        border-bottom: 1px dashed #e9e9e9;
    }
    .news ul li:last-child {
        border-bottom: none;
    }
    .news ul li .news-tag {
        width: 23vw;
        margin-right: 0;
        margin-bottom: 1vw;
        padding: 1.2vw 1.5vw;
        display: block;
        vertical-align: middle;
        background: #1c1c1c;
        text-align: center;
        color: #fff;
        font-size: 2.4vw;
        line-height: 1;
    }
    .news ul li .news-txt {
        width: 100%;
        display: block;
        font-size: 3.2vw;
    }
}




/* 住まいを建てる･買う
-----------------------------------------------------*/
.search {
	width: 100%;}

.search h2 {
    width: 100%;
    margin: 0 auto 35px;
    text-align: center;
    color: #3073bb;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}
.search h2::before {
    content: "";
    width: 55px;
    height: 54px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
    background: url(../../images/top/icon_homesearch.png) 0 0 no-repeat;
    background-size: 100%;
}
.search h2 span {
    margin-top: 20px;
    padding-top: 20px;
    display: block;
    font-size: 20px;
    font-weight: 300;
    position: relative;
}
.search h2 span::before {
    content: "";
    width: 80px;
    height: 1px;
    background: #3073bb;
    position: absolute;
    top: 0;
    left: calc(50% - 40px);
}


.search .search-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
	
	background: url(../../images/top/bg_search.png) center bottom no-repeat;
    background-size:cover
}
.search .search-wrap:before{
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 180px;
    background: -webkit-linear-gradient(to bottom,rgba(255,255,255,1) ,rgba(255,255,255,0));
    background: -o-linear-gradient(to bottom,rgba(255,255,255,1) ,rgba(255,255,255,0));
    background: -moz-linear-gradient(to bottom,rgba(255,255,255,1) ,rgba(255,255,255,0));
    background: linear-gradient(to bottom,rgba(255,255,255,1) ,rgba(255,255,255,0));
}
.search .search-wrap .search-in {
    width: calc((100% - 5px) / 2);
    padding: 30px 0 35px;
}
.search .search-wrap .search-in.search-exhibit {
    //background: url(../../images/top/bg_search01.png) center bottom no-repeat;
    //background-size: cover;
}
.search .search-wrap .search-in.search-property {
    //background: url(../../images/top/bg_search02.png) center bottom no-repeat;
    //background-size: cover;
}
.search .search-wrap .search-in .box {
    width: 98%;
    max-width: 490px;
    margin: 0 auto;
}
.search .search-wrap .search-in .box h3 {
    margin-bottom: 45px;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.search .search-wrap .search-in.search-exhibit .box h3::after {
    content: "";
    width: 120px;
    height: 3px;
    background: #f5a100;
    position: absolute;
    bottom: 0;
    left: calc(50% - 60px);
}
.search .search-wrap .search-in.search-property .box h3::after {
    content: "";
    width: 120px;
    height: 3px;
    background: #52bec5;
    position: absolute;
    bottom: 0;
    left: calc(50% - 60px);
}
.search .search-wrap .search-in .box h4 {
    margin-bottom: 30px;
    padding-left: 5px;
    border-left: 3px solid #3073bb;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
.search .search-wrap .search-in .box .areamap-wrap {
    width: 395px;
    margin: 0 auto 52px;
}
.search .search-wrap .search-in .box .areamap-wrap.-bunjou{
    margin: 0 auto 15px;
}
.search .search-wrap .search-in .box .areamap-wrap area {
    cursor: pointer;
}
.search .search-wrap .search-in .box .select-wrap {
    width: 90%;
    margin: 0 auto 10px;
    padding: 2px;
    display: flex;
    align-items: center;
    background: #e9e9e9;
    position: relative;
}
.search .search-wrap .search-in .box .select-wrap .select_ttl {
    width: 133px;
    text-align: center;
    font-size: 15px;
}
.search .search-wrap .search-in .box .select-wrap select {
    width: calc(100% - 133px);
    padding: 12px 30px 12px 15px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    border-radius: 0;
    outline: none;
    background: #fff;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
	appearance: none;
    line-height: 1;
}
.search .search-wrap .search-in .box .select-wrap::before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #1c1c1c;
    margin-top: -5px;
    pointer-events: none;
}
.search .search-wrap .search-in .box .select-wrap select::-ms-expand {
    display: none;
}
.search .search-link-areaWrap{
    display: flex;
    width: 90%;
    margin: 0 auto 40px;
    justify-content: space-between;
}
.search .search-link-area{
    width: calc((100% - 10px) / 2);
}
.search .search-link-area a{
    display: block;
    border: solid 1px #52b9c0;
    border-radius: 2px;
    color: #52b9c0;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 0;
    line-height: 1;
}
.search .search-link-area.-others a{
    background: #4ca3a8;
    color: #fff;
    border-color: #4ca3a8;
}
.search .search-wrap .search-in .box a.btn-navy {
    width: 90%;
    margin: 20px auto 0;
    padding: 17px 0;
}

.search .search-wrap .search-in ul.btn-list-white {
    width: 90%;
    margin: 0 auto 20px;
/*    padding-top: 20px;*/
    display: flex;
    justify-content: space-between;
}
.search .search-wrap .search-in ul.btn-list-white li {
    width: calc((100% - 10px) / 2);
}
.search .search-wrap .search-in ul.btn-list-white a {
    padding: 16px 0;
    display: block;
    background: #fff;
    border: 1px solid #3073bb;
    border-radius: 2px;
    color: #3073bb;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    position: relative;
}
.search .search-wrap .search-in ul.btn-list-white a::after {
    content: "";
    width: 5px;
    height: 10px;
    margin-left: 5px;
    display: inline-block;
    background: url(../../images/common/icon_arrow_blue.png) right center no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 5px);
    right: 15px;
}

@media (max-width: 1030px) {
    .search {
        width: 100%;
    }
    .search h2 {
        width: 100%;
        margin: 0 auto 5vw;
        text-align: center;
        color: #3073bb;
        font-size: 3.2vw;
        font-weight: 600;
        line-height: 1;
    }
    .search h2::before {
        content: "";
        width: 6vw;
        height: 6vw;
        margin-top: 1vw;
        margin-right: 1vw;
        display: inline-block;
        vertical-align: bottom;
        background: url(../../images/top/icon_homesearch.png) bottom center no-repeat;
        background-size: 100%;
    }
    .search h2 span {
        margin-top: 2.4vw;
        padding-top: 2.4vw;
        display: block;
        font-size: 2.8vw;
        font-weight: 300;
        position: relative;
    }
    .search h2 span::before {
        content: "";
        width: 14vw;
        height: 1px;
        background: #3073bb;
        position: absolute;
        top: 0;
        left: calc(50% - 7vw);
    }


    .search .search-wrap {
        display: block;
		background: none
    }
    .search .search-wrap .search-in {
        width: 100%;
        padding: 0;
    }
    .search .search-wrap .search-in.search-exhibit {
        padding: 7vw 3vw 6vw;
        background: #f5f8fb;
    }
    .search .search-wrap .search-in.search-property {
        padding: 0;
        background: url(../../images/top/bg_search02_sp.png) center center no-repeat;
        background-size: cover;
    }
    .search .search-wrap .search-in.search-exhibit .box {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 0 3vw;
        border: 2px solid #003771;
        text-align: center;
    }
    .search .search-wrap .search-in.search-exhibit .box h3 {
        width: 40vw;
        margin: -2vw auto 5vw;
        padding: 0 3vw;
        display: block;
        background: #f5f8fb;
        font-size: 3.2vw;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.2em;
        position: relative;
        text-align: center;
    }
    .search .search-wrap .search-in.search-exhibit .box h3::after {
        content: none;
    }
    .search .search-wrap .search-in.search-property .box h3::after {
        content: none;
    }
    .search .search-wrap .search-in .box h4 {
        display: none;
    }
    
    .search .search-wrap .search-in.search-exhibit .box .select-wrap {
        width: 90%;
        margin: 0 auto 3vw;
        padding: 2px;
        display: flex;
        align-items: center;
        background: #e9e9e9;
        position: relative;
    }
    .search .search-wrap .search-in.search-exhibit .box .select-wrap .select_ttl {
        width: 20%;
        padding: 1vw 0;
        text-align: center;
        font-size: 2.2vw;
    }
    .search .search-wrap .search-in.search-exhibit .box .select-wrap select {
        width: 80%;
        padding: 2vw 4vw 2vw 2vw;
        cursor: pointer;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        border: none;
        outline: none;
        background: #fff;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
        line-height: 1;
        font-size: 16px;
    }
    .search .search-wrap .search-in.search-exhibit .box .select-wrap::before {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 0;
        height: 0;
        padding: 0;
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 9px solid #1c1c1c;
        margin-top: -5px;
        pointer-events: none;
    }
    .search .search-wrap .search-in.search-exhibit .box .select-wrap select::-ms-expand {
        display: none;
    }
    .search .search-wrap .search-in .box a.btn-navy {
        width: 90%;
        margin: 4vw auto 0;
    }

    .search .search-wrap .search-in.search-property p {
        padding: 16vw 3vw;
        text-align: center;
    }
    .search .search-wrap .search-in.search-property p span {
        color: #fff;
        font-size: 3.2vw;
        font-weight: 600;
        letter-spacing: 0.2em;
    }
    .search .search-wrap .search-in.search-property p span::after {
        content: "";
        width: 1vw;
        height: 2vw;
        margin-left: 3vw;
        display: inline-block;
        vertical-align: middle;
        background: url(../../images/common/icon_arrow_white.png) center center no-repeat;
        background-size: 100%;
    }
}

@media (max-width: 768px) {
    .search {
        width: 100%;
    }
    .search h2 {
        width: 100%;
        margin: 0 auto 5vw;
        text-align: center;
        color: #3073bb;
        font-size: 5.8vw;
        font-weight: 600;
        line-height: 1;
    }
    .search h2::before {
        content: "";
        width: 10vw;
        height: 10vw;
        margin-top: 1vw;
        margin-right: 1vw;
        display: inline-block;
        vertical-align: bottom;
        background: url(../../images/top/icon_homesearch.png) bottom center no-repeat;
        background-size: 100%;
    }
    .search h2 span {
        margin-top: 3.4vw;
        padding-top: 3.4vw;
        display: block;
        font-size: 3.8vw;
        font-weight: 300;
        position: relative;
    }
    .search h2 span::before {
        content: "";
        width: 14vw;
        height: 1px;
        background: #3073bb;
        position: absolute;
        top: 0;
        left: calc(50% - 7vw);
    }


    .search .search-wrap {
        display: block;
    }
    .search .search-wrap .search-in {
        width: 100%;
        padding: 0;
    }
    .search .search-wrap .search-in.search-exhibit {
        padding: 9vw 3vw 6vw;
        background: #f5f8fb;
    }
    .search .search-wrap .search-in.search-property {
        padding: 0;
        background: url(../../images/top/bg_search02_sp.png) center center no-repeat;
        background-size: cover;
    }
    .search .search-wrap .search-in.search-exhibit .box {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 0 3vw;
        border: 2px solid #003771;
        text-align: center;
    }
    .search .search-wrap .search-in.search-exhibit .box h3 {
        width: 60vw;
        margin: -3vw auto 5vw;
        padding: 0 3vw;
        display: block;
        background: #f5f8fb;
        font-size: 5.2vw;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.2em;
        position: relative;
        text-align: center;
    }
    .search .search-wrap .search-in.search-exhibit .box h3::after {
        content: none;
    }
    .search .search-wrap .search-in.search-property .box h3::after {
        content: none;
    }
    .search .search-wrap .search-in .box h4 {
        display: none;
    }
    
    .search .search-wrap .search-in.search-exhibit .box .select-wrap {
        width: 90%;
        margin: 0 auto 3vw;
        padding: 2px;
        display: flex;
        align-items: center;
        background: #e9e9e9;
        position: relative;
    }
    .search .search-wrap .search-in.search-exhibit .box .select-wrap .select_ttl {
        width: 20%;
        padding: 3vw 0;
        text-align: center;
        font-size: 3.6vw;
    }
    .search .search-wrap .search-in.search-exhibit .box .select-wrap select {
        width: 80%;
        padding: 4vw 4vw 4vw 2vw;
        cursor: pointer;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        border: none;
        outline: none;
        background: #fff;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
        line-height: 1;
    }
    .search .search-wrap .search-in.search-exhibit .box .select-wrap::before {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 0;
        height: 0;
        padding: 0;
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 9px solid #1c1c1c;
        margin-top: -5px;
        pointer-events: none;
    }
    .search .search-wrap .search-in.search-exhibit .box .select-wrap select::-ms-expand {
        display: none;
    }
    .search .search-wrap .search-in .box a.btn-navy {
        width: 90%;
        margin: 4vw auto 0;
    }

    .search .search-wrap .search-in.search-property p {
        padding: 26vw 3vw;
        text-align: center;
    }
    .search .search-wrap .search-in.search-property p span {
        color: #fff;
        font-size: 5.8vw;
        font-weight: 600;
        letter-spacing: 0.2em;
    }
    .search .search-wrap .search-in.search-property p span::after {
        content: "";
        width: 1vw;
        height: 2vw;
        margin-left: 3vw;
        display: inline-block;
        vertical-align: middle;
        background: url(../../images/common/icon_arrow_white.png) center center no-repeat;
        background-size: 100%;
    }
}

/* ご来場予約
-----------------------------------------------------*/
.reservePoint {
    width: 96%;
    max-width: 1080px;
    margin: 0 auto;
}
.reservePoint__ttl {
    width: 100%;
    padding: 12px 0;
    background-color: #3073bb;
    text-align: center;
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.reservePoint__ttl span{
    padding: 0 4.5vw;
    background: url(../../images/top/deco_kengaku.svg) no-repeat center / contain;
}

.reservePoint .box-wrap {
    width: 100%;
    padding: 34px 4vw 25px;
    display: flex;
	justify-content: space-between;
    border: 2.6px solid #3073bb;
    border-top: none;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.reservePoint .box-wrap .box-guide {
    width: calc((100% - (45px * 2)) / 3);
}
.reservePoint .box-wrap .box-guide img {
    width: 60%;
    max-width: 125px;
    margin: 0 auto;
}
.reservePoint .box-wrap .box-guide .guide-ttl {
    width: 100%;
    margin: 30px auto 0;
    color: #313b42;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.72;
    white-space: nowrap;
}
.reservePoint .f_line{
    background: linear-gradient(transparent 70%, #fcdc59 0%);
    padding-bottom: 1px;
}
@media (max-width: 768px) {
    .reservePoint {
        width: 90%;
    }
    .reservePoint .box-wrap {
        padding: 34px 2vw 25px;
    }
    .reservePoint .box-wrap .box-guide {
        width: calc((100% - (35px * 2)) / 3);
    }
        .reservePoint .box-wrap .box-guide .guide-ttl {
        font-size: 16px;
    }
}
@media (max-width: 600px) {
/*
    .reservePoint {
        width: 90%;
    }
*/
    .reservePoint__ttl {
        font-size: 5vw;
    }
    .reservePoint .box-wrap {
        padding: 5vw 1vw 6vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .reservePoint .box-wrap .box-guide {
        width: 90%;
        margin: 2vw auto;
    }
    .reservePoint .box-wrap .box-guide img {
        width: 32%;
        max-width: 147px;
    }
    .reservePoint .box-wrap .box-guide .guide-ttl {
        width: 100%;
        margin: 5vw auto 2vw;
        padding: 0 0 5vw;
        border-bottom: 1px dashed #888;
        font-size: 4vw;
    }
    .reservePoint .box-wrap .box-guide:last-child .guide-ttl {
        border-bottom:none;
        padding: 0;
        margin: 5vw auto 0;
    }
    
}

/*bnr_area 
-----------------------------------------------------*/

@media (max-width: 768px) {
    #bnr_area{
        width: 90%;
    }
    #bnr_area .bnr-box.-large.-mb{
        margin-bottom: 5vw;
    }
    #bnr_area .bnr-more.-large{
        padding: 2vw 3vw 2vw 6vw;
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 2px;
        color: #fff;
        font-size: 3.2vw;
        position: absolute;
        bottom: 2vw;
        right: 2vw;
    }
}
/*line up 
-----------------------------------------------------*/
.lineup h2::before{
    background: url(../../images/top/icon_lineup.png) 0 0 no-repeat;
    background-size: 100%;
}
.lineup-inner{
    max-width: 1080px;
    margin: 0 auto;
}
.lineup-inner .imgBox{
    position: relative;
}
.lineup .txtImg{
    position: absolute;
    top: 0; left: 0;
    width: 100%;  
}
.lineup .btn{
    width: 90%;
    max-width: 345px;
    margin: 30px auto 0;
}
@media (max-width: 1030px) {
    .lineup .btn{
        max-width: 600px;
        font-size: 2.2vw;
        margin-top: 6vw
    }
}
@media (max-width: 768px) {
    .lineup .btn{
        padding: 4vw 0;
        font-size: 3.6vw;
    }
}

/* 実例･間取り
-----------------------------------------------------*/
.search.sec-case h2{
    margin: 80px auto 50px;
}
.search.sec-case h2::before {
    content: "";
    width: 55px;
    height: 54px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
    background: url(../../images/top/icon_house.png) 0 0 no-repeat;
    background-size: 100%;
}
/* 建築事例を見る
-----------------------------------------------------*/
.case {
    width: 100%;
    margin-top: 5px;
    padding: 90px 0 60px;
    display: flex;
    background: #f5f8fb;
    overflow-x: hidden;
}
.case .box-left {
    width: 35%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.case .box-left h3 {
    width: 100%;
    margin: 2vw auto auto;
    font-size: 28px;
    line-height: 1;
}
.case .box-left a {
    width: 90%;
    max-width: 315px;
    margin: 0 auto;
}
.case .box-right {
    width: 65%;
}
.case .box-right .slider .slider_inner{
	padding: 0 0 0 15px;
}
.case .box-right .slider .slider_inner a{
	display: block;
	position: relative;
	width:100%;
	height:100%;	
}
.case .box-right .slider .slider_inner p{
	position: absolute;
	left:10px;
	top:70%;
	width:calc(100% - 20px);
	height:100%;
	color:#fff;
	line-height: 1.4
}


.case #slider-case .slide-arrow { 
    width: 32px; 
    height: 32px;
    position: absolute;
    top: -62px;
    z-index: 100;
    cursor: pointer;
}
.case #slider-case .slide-next{
    right: 30px;
    background: url("../../images/common/slider_arrow_next.png") no-repeat;
    background-size: 100%;
    z-index: 100;
}
.case #slider-case .slide-prev { 
    right: 77px;
    background: url("../../images/common/slider_arrow_prev.png") no-repeat;
    background-size: 100%;
    z-index: 100;
}



@media (min-width: 1031px) {
    .case #slider-case .slide-arrow:hover {
        opacity: 0.6;
    }
}

    
@media (max-width: 1030px) {
    .search.sec-case h2{
        margin: 8vw auto 5vw;
    }
    .search.sec-case h2::before {
        content: "";
        width: 6vw;
        height: 6vw;
        margin-top: 1vw;
        margin-right: 1vw;
        display: inline-block;
        vertical-align: bottom;
        background: url(../../images/top/icon_house.png) bottom center no-repeat;
        background-size: 100%;
    }
    .case {
        width: 100%;
        margin-top: 0;
        padding: 0;
        display: block;
    }
    .case .btn-sp {
        width: 100%;
        padding: 22vw 3vw;
        background: url(../../images/top/bg_case_sp.png) center center no-repeat;
        background-size: cover;
    }

    .case .btn-sp p {
        text-align: center;
    }
    .case .btn-sp p span {
        color: #fff;
        font-size: 3.2vw;
        font-weight: 600;
        letter-spacing: 0.2em;
    }
    .case .btn-sp p span::after {
        content: "";
        width: 1vw;
        height: 2vw;
        margin-left: 3vw;
        display: inline-block;
        vertical-align: middle;
        background: url(../../images/common/icon_arrow_white.png) center center no-repeat;
        background-size: 100%;
    }
}
    
@media (max-width: 768px) {
    .search.sec-case h2::before {
        content: "";
        width: 10vw;
        height: 10vw;
        margin-top: 1vw;
        margin-right: 1vw;
        display: inline-block;
        vertical-align: bottom;
        background: url(../../images/top/icon_house.png) bottom center no-repeat;
        background-size: 100%;
    }
    .case {
        width: 100%;
        margin-top: 0;
        padding: 0;
        display: block;
    }
    .case .btn-sp {
        width: 100%;
        padding: 26vw 3vw;
        background: url(../../images/top/bg_case_sp.png) center center no-repeat;
        background-size: cover;
    }

    .case .btn-sp p {
        text-align: center;
        text-shadow: 0 0 6px rgba(0,0,0,.4);
    }
    .case .btn-sp p span {
        color: #fff;
        font-size: 5.8vw;
        font-weight: 600;
        letter-spacing: 0.2em;
    }
    .case .btn-sp p span::after {
        content: "";
        width: 2vw;
        height: 3vw;
        margin-left: 3vw;
        display: inline-block;
        vertical-align: middle;
        background: url(../../images/common/icon_arrow_white.png) center center no-repeat;
        background-size: 100%;
    }
}

/* インテリア実例を見る
-----------------------------------------------------*/
.interior {
    width: 100%;
    margin-top: 5px;
    padding: 90px 0 60px;
    display: flex;
    background: #f5f8fb;
    overflow-x: hidden;
}
.interior .box-left {
    width: 35%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.interior .box-left h3 {
    width: 100%;
    margin: 2vw auto auto;
    font-size: 28px;
    line-height: 1;
}
.interior .box-left a {
    width: 90%;
    max-width: 315px;
    margin: 0 auto;
}
.interior .box-right {
    width: 65%;
}
.interior .box-right .slider .slider_inner{
	padding: 0 0 0 15px;
}
.interior .box-right .slider .slider_inner a{
	display: block;
	position: relative;
	width:100%;
	height:100%;	
}
.interior .box-right .slider .slider_inner p{
	position: absolute;
	left:10px;
	top:70%;
	width:calc(100% - 20px);
	height:100%;
	color:#fff;
	line-height: 1.4
}


.interior #slider-interior .slide-arrow { 
    width: 32px; 
    height: 32px;
    position: absolute;
    top: -62px;
    z-index: 100;
    cursor: pointer;
}
.interior #slider-interior .slide-next{
    right: 30px;
    background: url("../../images/common/slider_arrow_next.png") no-repeat;
    background-size: 100%;
    z-index: 100;
}
.interior #slider-interior .slide-prev { 
    right: 77px;
    background: url("../../images/common/slider_arrow_prev.png") no-repeat;
    background-size: 100%;
    z-index: 100;
}



@media (min-width: 1031px) {
    .interior #slider-interior .slide-arrow:hover {
        opacity: 0.6;
    }
}

    
@media (max-width: 1030px) {
    .interior {
        width: 100%;
        margin-top: 0;
        padding: 0;
        display: block;
    }
    .interior .btn-sp {
        width: 100%;
        padding: 22vw 3vw;
        background: url(../../images/top/bg_interior_sp.jpg) center center no-repeat;
        background-size: cover;
    }

    .interior .btn-sp p {
        text-align: center;
    }
    .interior .btn-sp p span {
        color: #fff;
        font-size: 3.2vw;
        font-weight: 600;
        letter-spacing: 0.2em;
    }
    .interior .btn-sp p span::after {
        content: "";
        width: 1vw;
        height: 2vw;
        margin-left: 3vw;
        display: inline-block;
        vertical-align: middle;
        background: url(../../images/common/icon_arrow_white.png) center center no-repeat;
        background-size: 100%;
    }
}
    
@media (max-width: 768px) {
    .interior {
        width: 100%;
        margin-top: 0;
        padding: 0;
        display: block;
    }
    .interior .btn-sp {
        width: 100%;
        padding: 26vw 3vw;
        background: url(../../images/top/bg_interior_sp.jpg) center center no-repeat;
        background-size: cover;
    }

    .interior .btn-sp p {
        text-align: center;
    }
    .interior .btn-sp p span {
        color: #fff;
        font-size: 5.8vw;
        font-weight: 600;
        letter-spacing: 0.2em;
    }
    .interior .btn-sp p span::after {
        content: "";
        width: 2vw;
        height: 3vw;
        margin-left: 3vw;
        display: inline-block;
        vertical-align: middle;
        background: url(../../images/common/icon_arrow_white.png) center center no-repeat;
        background-size: 100%;
    }
}

/* 間取りを見る
-----------------------------------------------------*/
.houselayout {
    width: 100%;
    margin-top: 5px;
    padding: 90px 0 60px;
    display: flex;
    background: #f5f8fb;
    overflow-x: hidden;
}
.houselayout .box-left {
    width: 35%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.houselayout .box-left h3 {
    width: 100%;
    margin: 2vw auto auto;
    font-size: 28px;
    line-height: 1;
}
.houselayout .box-left a {
    width: 90%;
    max-width: 315px;
    margin: 0 auto;
}
.houselayout .box-right {
    width: 65%;
}
.houselayout .box-right .slider .slider_inner{
	padding: 0 0 0 15px;    
}
.houselayout .box-right .slider .slider_inner a{
	display: block;
	position: relative;
	width:100%;
	height:100%;	
     border: solid 3px #3073bb;
}
.houselayout .box-right .slider .slider_inner p{
	position: absolute;
	left:0;
	bottom: 0;
	width:100%;
    padding:10px;
/*	height:100%;*/
	color:#fff;
	line-height: 1.4;
    background: rgba(48, 115, 179, 0.7);
    font-weight: bold;
    text-align: center;
}
.houselayout .box-right .slider .slider_inner p > span{
    font-weight: 400;
    margin-left: 10px;
}


.houselayout #slider-houselayout .slide-arrow { 
    width: 32px; 
    height: 32px;
    position: absolute;
    top: -62px;
    z-index: 100;
    cursor: pointer;
}
.houselayout #slider-houselayout .slide-next{
    right: 30px;
    background: url("../../images/common/slider_arrow_next.png") no-repeat;
    background-size: 100%;
    z-index: 100;
}
.houselayout #slider-houselayout .slide-prev { 
    right: 77px;
    background: url("../../images/common/slider_arrow_prev.png") no-repeat;
    background-size: 100%;
    z-index: 100;
}



@media (min-width: 1031px) {
    .houselayout #slider-houselayout .slide-arrow:hover {
        opacity: 0.6;
    }
}

    
@media (max-width: 1030px) {
    .houselayout {
        width: 100%;
        margin-top: 0;
        padding: 0;
        display: block;
    }
    .houselayout .btn-sp {
        width: 100%;
        padding: 22vw 3vw;
        background: url(../../images/top/bg_houselayout_sp.jpg) center center no-repeat;
        background-size: cover;
    }
     .houselayout .btn-sp.HDO {
        background: url(../../images/top/img_pickup_HDO.jpg) center center no-repeat;
        background-size: cover;
    }
    .houselayout .btn-sp.HDO span{
        visibility: hidden;
    }

    .houselayout .btn-sp p {
        text-align: center;
    }
    .houselayout .btn-sp p span {
        color: #fff;
        font-size: 3.2vw;
        font-weight: 600;
        letter-spacing: 0.2em;
    }
    .houselayout .btn-sp p span::after {
        content: "";
        width: 1vw;
        height: 2vw;
        margin-left: 3vw;
        display: inline-block;
        vertical-align: middle;
        background: url(../../images/common/icon_arrow_white.png) center center no-repeat;
        background-size: 100%;
    }
}
    
@media (max-width: 768px) {
    .houselayout {
        width: 100%;
        margin-top: 0;
        padding: 0;
        display: block;
    }
    .houselayout .btn-sp {
        width: 100%;
        padding: 26vw 3vw;
        background: url(../../images/top/bg_houselayout_sp.jpg) center center no-repeat;
        background-size: cover;
    }

    .houselayout .btn-sp p {
        text-align: center;
    }
    .houselayout .btn-sp p span {
        color: #fff;
        font-size: 5.8vw;
        font-weight: 600;
        letter-spacing: 0.2em;
    }
    .houselayout .btn-sp p span::after {
        content: "";
        width: 2vw;
        height: 3vw;
        margin-left: 3vw;
        display: inline-block;
        vertical-align: middle;
        background: url(../../images/common/icon_arrow_white.png) center center no-repeat;
        background-size: 100%;
    }
}

/* プラスワンのある空間
-----------------------------------------------------*/
.plusone {
    width: 100%;
    margin-top: 5px;
    padding: 90px 0 60px;
    display: flex;
    background: #f5f8fb;
    overflow-x: hidden;
}
.plusone .box-left {
    width: 35%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.plusone .box-left h3 {
    width: 100%;
    margin: 2vw auto auto;
    font-size: 28px;
    line-height: 1;
}
.plusone .box-left a {
    width: 90%;
    max-width: 315px;
    margin: 0 auto;
}
.plusone .box-right {
    width: 65%;
}
.plusone .box-right .slider .slider_inner{
	padding: 0 0 0 15px;
}
.plusone .box-right .slider .slider_inner a{
	display: block;
	position: relative;
	width:100%;
	height:100%;	
}
.plusone .box-right .slider .slider_inner p{
	position: absolute;
	left:10px;
	top:70%;
	width:calc(100% - 20px);
	height:100%;
	color:#fff;
	line-height: 1.4
}


.plusone #slider-plusone .slide-arrow { 
    width: 42px; 
    height: 42px;
    position: absolute;
    top: -62px;
    z-index: 100;
    cursor: pointer;
}
.plusone #slider-plusone .slide-next{
    right: 30px;
    background: url("../../images/common/slider_arrow_next.png") no-repeat;
    background-size: 100%;
    z-index: 100;
}
.plusone #slider-plusone .slide-prev { 
    right: 87px;
    background: url("../../images/common/slider_arrow_prev.png") no-repeat;
    background-size: 100%;
    z-index: 100;
}



@media (min-width: 1031px) {
    .plusone #slider-plusone .slide-arrow:hover {
        opacity: 0.6;
    }
}

    
@media (max-width: 1030px) {
    .plusone {
        width: 100%;
        margin-top: 0;
        padding: 0;
        display: block;
    }
    .plusone .btn-sp {
        width: 100%;
        padding: 16vw 3vw;
        background: url(../../images/top/bg_plusone_sp.jpg) center center no-repeat;
        background-size: cover;
    }

    .plusone .btn-sp p {
        text-align: center;
    }
    .plusone .btn-sp p span {
        color: #fff;
        font-size: 3.2vw;
        font-weight: 600;
        letter-spacing: 0.2em;
    }
    .plusone .btn-sp p span::after {
        content: "";
        width: 1vw;
        height: 2vw;
        margin-left: 3vw;
        display: inline-block;
        vertical-align: middle;
        background: url(../../images/common/icon_arrow_white.png) center center no-repeat;
        background-size: 100%;
    }
}
    
@media (max-width: 768px) {
    .plusone {
        width: 100%;
        margin-top: 0;
        padding: 0;
        display: block;
    }
    .plusone .btn-sp {
        width: 100%;
        padding: 26vw 3vw;
        background: url(../../images/top/bg_plusone_sp.jpg) center center no-repeat;
        background-size: cover;
    }

    .plusone .btn-sp p {
        text-align: center;
    }
    .plusone .btn-sp p span {
        color: #fff;
        font-size: 5.8vw;
        font-weight: 600;
        letter-spacing: 0.2em;
    }
    .plusone .btn-sp p span::after {
        content: "";
        width: 2vw;
        height: 3vw;
        margin-left: 3vw;
        display: inline-block;
        vertical-align: middle;
        background: url(../../images/common/icon_arrow_white.png) center center no-repeat;
        background-size: 100%;
    }
}

/* セキスイハイムを体感する
-----------------------------------------------------*/
.event {
    width: 100%;
    padding: 80px 0 50px;
}
.event h2 {
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
    color: #3073bb;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}
.event h2::before {
    content: "";
    width: 55px;
    height: 54px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
    background: url(../../images/top/icon_event.png) 0 0 no-repeat;
    background-size: 100%;
}
.event h2 span {
    margin-top: 20px;
    padding-top: 20px;
    display: block;
    font-size: 20px;
    font-weight: 300;
    position: relative;
}
.event h2 span::before {
    content: "";
    width: 80px;
    height: 1px;
    background: #3073bb;
    position: absolute;
    top: 0;
    left: calc(50% - 40px);
}

.event ul {
    width: 90%;
    max-width: calc(370px * 3);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.event ul li {
    width: 340px;/*400*/
    margin: 0 15px 30px;
    display: block;
    position: relative;
}
.event ul li p {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0 0 6px rgba(0,0,0,.4)
}
.btn-more {
    padding: 5px 15px 5px 30px;
    display: inline-block;
    background: none;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.btn-more::after {
    content: "";
    width: 5px;
    height: 10px;
    margin-left: 15px;
    display: inline-block;
    background: url(../../images/common/icon_arrow_white.png) right center no-repeat;
    background-size: 100%;
}
@media (min-width: 769px) {
    .event ul li a{
        display: block;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 1030px) {
    .event {
        width: 100%;
        padding: 8vw 0 5vw;
        text-align: center;
    }
    .event h2 {
        width: auto;
        display: inline-block;
        margin: 0 auto 5vw;
        text-align: center;
        color: #3073bb;
        font-size: 3.2vw;
        font-weight: 600;
        line-height: 1.4;
    }
    .event h2::before {
        width: 5vw;
        height: 5vw;
        margin-top: 0;
        margin-right: 1vw;
        display: inline-block;
        vertical-align: bottom;
        background: url(../../images/top/icon_event.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .event h2 span {
        margin-top: 2.4vw;
        padding-top: 2.4vw;
        display: block;
        font-size: 2.8vw;
        font-weight: 300;
        position: relative;
    }
    .event h2 span::before {
        content: "";
        width: 14vw;
        height: 1px;
        background: #3073bb;
        position: absolute;
        top: 0;
        left: calc(50% - 7vw);
    }

    .event ul {
        width: 96%;
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .event ul li {
        width: 46%;
        margin: 0 2% 5vw;
        display: block;
        position: relative;
    }
    .event ul li p {
        width: 100%;
        padding-bottom: 2vw;
        text-align: center;
        color: #fff;
        font-size: 2.8vw;
        font-weight: 600;
        position: absolute;
        top: 47%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .btn-more {
        padding: 5px 15px 5px 30px;
        display: inline-block;
        background: none;
        border: 1px solid #fff;
        border-radius: 2px;
        color: #fff;
        font-size: 15px;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    .btn-more::after {
        content: "";
        width: 5px;
        height: 10px;
        margin-left: 15px;
        display: inline-block;
        background: url(../../images/common/icon_arrow_white.png) right center no-repeat;
        background-size: 100%;
    }
}

@media (max-width: 768px) {
    .event {
        width: 100%;
        padding: 8vw 0 0;
        text-align: center;
    }
    .event h2 {
        width: auto;
        display: inline-block;
        margin: 0 auto 5vw;
        padding-left: 12vw;
        text-align: center;
        color: #3073bb;
        font-size: 5.8vw;
        font-weight: 600;
        line-height: 1.4;
    }
    .event h2::before {
       width: 10vw;
        height: 10vw;
        margin-top: 0;
        margin-right: 0;
        display: inline-block;
        vertical-align: bottom;
        background: url(../../images/top/icon_event.png) 0 0 no-repeat;
        background-size: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .event h2 span {
        margin-top: 3.4vw;
        padding-top: 3.4vw;
        padding-right: 12vw;
        display: block;
        font-size: 3.8vw;
        font-weight: 300;
        position: relative;
    }
    .event h2 span::before {
        content: "";
        width: 14vw;
        height: 1px;
        background: #3073bb;
        position: absolute;
        top: 0;
        left: calc(50% - 13.5vw);
    }

    .event ul {
        width: 100%;
        max-width: auto;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .event ul li {
        width: 100%;
        margin: 0;
        display: block;
        position: relative;
    }
    .event ul li p {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 5.5vw;
        font-weight: 600;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .event ul li .btn-more {
        padding: 2vw 3vw 2vw 6vw;
        display: inline-block;
        background: none;
        border: 1px solid #fff;
        border-radius: 2px;
        color: #fff;
        font-size: 3.2vw;
        position: absolute;
        bottom: 2vw;
        right: 2vw;
    }
    .event ul li .btn-more::after {
        content: "";
        width: 1vw;
        height: 2vw;
        margin-left: 3vw;
        display: inline-block;
        background: url(../../images/common/icon_arrow_white.png) right center no-repeat;
        background-size: 100%;
    }
}

/* セキスイハイムを知る
-----------------------------------------------------*/
.about {
    width: 100%;
    padding: 80px 0 80px;
    background: #f8f8f8;
}
.about h2 {
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
    color: #3073bb;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}
.about h2::before {
    content: "";
    width: 55px;
    height: 54px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
    background: url(../../images/top/icon_about.png) 0 0 no-repeat;
    background-size: 100%;
}
.about h2 span {
    margin-top: 20px;
    padding-top: 20px;
    display: block;
    font-size: 20px;
    font-weight: 300;
    position: relative;
}
.about h2 span::before {
    content: "";
    width: 80px;
    height: 1px;
    background: #3073bb;
    position: absolute;
    top: 0;
    left: calc(50% - 40px);
}

.about .box-wrap {
    width: 90%;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.about .box-wrap .box-left {
    width: calc(48% - 40px);
    margin-right: 40px;
}
.about .box-wrap .box-left .box-ttl {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
}
.about .box-wrap .box-left .box-txt {
    margin: 45px auto;
    font-size: 15px;
    line-height: 1.8;
}
.about .box-wrap .box-left a {
    width: 90%;
    max-width: 345px;
}

.about .box-wrap .box-right {
    width: 52%;
    position: relative;
}
.about .box-wrap .box-right::before {
    content: "";
    width: 1px;
    height: 0;
    display: block;
    background: #3073bb;
    position: absolute;
    bottom: -13%;
    right: -15px;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.about .box-wrap .box-right::after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background: #3073bb;
    position: absolute;
    bottom: -15px;
    right: -10%;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.about .box-wrap .box-right.is-effect-on::before {
    height: 80%;
}
.about .box-wrap .box-right.is-effect-on::after {
    width: 100%;
}

@media (max-width: 1030px) {
    .about {
        width: 100%;
        padding: 8vw 0 8vw;
        background: #f8f8f8;
    }
    .about h2 {
        width: 100%;
        margin: 0 auto 5vw;
        text-align: center;
        color: #3073bb;
        font-size: 3.2vw;
        font-weight: 600;
        line-height: 1;
    }
    .about h2::before {
        content: "";
        width: 5vw;
        height: 5vw;
        margin-top: 1vw;
        margin-right: 1vw;
        display: inline-block;
        vertical-align: bottom;
        background: url(../../images/top/icon_about.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .about h2 span {
        margin-top: 2.4vw;
        padding-top: 2.4vw;
        display: block;
        font-size: 2.8vw;
        font-weight: 300;
        position: relative;
    }
    .about h2 span::before {
        content: "";
        width: 14vw;
        height: 1px;
        background: #3073bb;
        position: absolute;
        top: 0;
        left: calc(50% - 7vw);
    }

    .about .box-wrap {
        width: 100%;
        max-width: 1040px;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .about .box-wrap .box-left {
        width: 90%;
        margin: 5vw auto;
    }
    .about .box-wrap .box-left .box-ttl {
        margin-top: 0;
        font-size: 2.6vw;
        font-weight: 600;
        line-height: 1.8;
    }
    .about .box-wrap .box-left .box-txt {
        margin: 5vw auto 6vw;
        font-size: 2.2vw;
        line-height: 1.8;
    }
    .about .box-wrap .box-left a {
        width: 100%;
        max-width: 600px;
        font-size: 1.6vw;
    }

    .about .box-wrap .box-right {
        width: 100%;
        position: relative;
    }
    .about .box-wrap .box-right::before, 
    .about .box-wrap .box-right::after {
        content: none;
    }
    
    .about .box-wrap a.btn-navy.btn-arrow {
        font-size: 2.2vw;
    }
}

@media (max-width: 768px) {
    .about {
        width: 100%;
        padding: 8vw 0 8vw;
        background: #f8f8f8;
    }
    .about h2 {
        width: 100%;
        margin: 0 auto 5vw;
        text-align: center;
        color: #3073bb;
        font-size: 5.8vw;
        font-weight: 600;
        line-height: 1;
    }
    .about h2::before {
        content: "";
        width: 10vw;
        height: 10vw;
        margin-top: 1vw;
        margin-right: 1vw;
        display: inline-block;
        vertical-align: bottom;
        background: url(../../images/top/icon_about.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .about h2 span {
        margin-top: 3.4vw;
        padding-top: 3.4vw;
        display: block;
        font-size: 3.8vw;
        font-weight: 300;
        position: relative;
    }
    .about h2 span::before {
        content: "";
        width: 14vw;
        height: 1px;
        background: #3073bb;
        position: absolute;
        top: 0;
        left: calc(50% - 7vw);
    }

    .about .box-wrap {
        width: 100%;
        max-width: 1040px;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .about .box-wrap .box-left {
        width: 90%;
        margin: 5vw auto;
    }
    .about .box-wrap .box-left .box-ttl {
        margin-top: 0;
        font-size: 5.2vw;
        font-weight: 600;
        line-height: 1.8;
    }
    .about .box-wrap .box-left .box-txt {
        margin: 5vw auto 6vw;
        font-size: 3.6vw;
        line-height: 1.8;
    }
    .about .box-wrap .box-left a {
        width: 100%;
        max-width: 1000px;
    }

    .about .box-wrap .box-right {
        width: 100%;
        position: relative;
    }
    .about .box-wrap .box-right::before, 
    .about .box-wrap .box-right::after {
        content: none;
    }
    
    .about .box-wrap a.btn-navy.btn-arrow {
        padding: 4vw 0;
        font-size: 3.6vw;
    }
}



.about .box-wrap2 {
    width: 90%;
    max-width: 1040px;
    margin: 120px auto 0;
    display: flex;
    align-items: center;
}
.about .box-wrap2 .box-left {
    width: 52%;
    position: relative;
}
.about .box-wrap2 .box-left::before {
    content: "";
    width: 1px;
    height: 0;
    display: block;
    background: #3073bb;
    position: absolute;
    top: -13%;
    left: -15px;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.about .box-wrap2 .box-left::after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background: #3073bb;
    position: absolute;
    top: -15px;
    left: -10%;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.about .box-wrap2 .box-left.is-effect-on::before {
    height: 80%;
}
.about .box-wrap2 .box-left.is-effect-on::after {
    width: 100%;
}

.about .box-wrap2 .box-right {
    width: calc(48% - 40px);
    margin-left: 40px;
}
.about .box-wrap2 .box-right .box-ttl {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
}
.about .box-wrap2 .box-right .box-txt {
    margin: 45px auto;
    font-size: 15px;
    line-height: 1.8;
}
.about .box-wrap2 .box-right a {
    width: 90%;
    max-width: 345px;
}

@media (max-width: 1030px) {

    .about .box-wrap2 {
        width: 100%;
        max-width: 1040px;
        margin: 80px auto 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about .box-wrap2 .box-left {
        width: 100%;
        position: relative;
    }
    .about .box-wrap2 .box-left::before, 
    .about .box-wrap2 .box-left::after {
        content: none;
    }

    .about .box-wrap2 .box-right {
        width: 90%;
        margin: 5vw auto;
    }
    .about .box-wrap2 .box-right .box-ttl {
        margin-top: 0;
        font-size: 2.6vw;
        font-weight: 600;
        line-height: 1.8;
    }
    .about .box-wrap2 .box-right .box-txt {
        margin: 5vw auto 6vw;
        font-size: 2.2vw;
        line-height: 1.8;
    }
    .about .box-wrap2 .box-right a {
        width: 100%;
        max-width: 600px;
        font-size: 2.2vw
    }
}

@media (max-width: 768px) {

    .about .box-wrap2 {
        width: 100%;
        max-width: 1040px;
        margin: 10vw auto 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about .box-wrap2 .box-left {
        width: 100%;
        position: relative;
    }
    .about .box-wrap2 .box-left::before, 
    .about .box-wrap2 .box-left::after {
        content: none;
    }

    .about .box-wrap2 .box-right {
        width: 90%;
        margin: 5vw auto;
    }
    .about .box-wrap2 .box-right .box-ttl {
        margin-top: 0;
        font-size: 5.2vw;
        font-weight: 600;
        line-height: 1.8;
    }
    .about .box-wrap2 .box-right .box-txt {
        margin: 5vw auto 6vw;
        font-size: 3.6vw;
        line-height: 1.8;
    }
    .about .box-wrap2 .box-right a {
        width: 100%;
        max-width: 1000px; 
		padding: 4vw 0;
		font-size: 3.6vw;
    }
}

/* 住まいづくりのイロハ
-----------------------------------------------------*/
.iroha {
    width: 100%;
    padding: 80px 0 50px;
}
.iroha h2 {
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
    color: #3073bb;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}
.iroha h2::before {
    content: "";
    width: 55px;
    height: 54px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
    background: url(../../images/top/icon_house.png) 0 0 no-repeat;
    background-size: 100%;
}
.iroha h2 span {
    margin-top: 20px;
    padding-top: 20px;
    display: block;
    font-size: 20px;
    font-weight: 300;
    position: relative;
}
.iroha h2 span::before {
    content: "";
    width: 80px;
    height: 1px;
    background: #3073bb;
    position: absolute;
    top: 0;
    left: calc(50% - 40px);
}

.iroha ul {
    width: 90%;
    max-width: calc(370px * 3);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.iroha ul li {
    width: 340px;/*400*/
    margin: 0 15px 30px;
    display: block;
    position: relative;
}
.iroha ul li p {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0 0 6px rgba(0,0,0,.4)
}
.iroha ul li .btn-more {
    padding: 5px 15px 5px 30px;
    display: inline-block;
    background: none;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.iroha ul li .btn-more::after {
    content: "";
    width: 5px;
    height: 10px;
    margin-left: 15px;
    display: inline-block;
    background: url(../../images/common/icon_arrow_white.png) right center no-repeat;
    background-size: 100%;
}
@media (min-width: 769px) {
    .iroha ul li a{
        display: block;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 1030px) {
    .iroha {
        width: 100%;
        padding: 8vw 0 5vw;
        text-align: center;
    }
    .iroha h2 {
        width: auto;
        display: inline-block;
        margin: 0 auto 5vw;
        text-align: center;
        color: #3073bb;
        font-size: 3.2vw;
        font-weight: 600;
        line-height: 1.4;
    }
    .iroha h2::before {
        width: 5vw;
        height: 5vw;
        margin-top: 0;
        margin-right: 1vw;
        display: inline-block;
        vertical-align: bottom;
        background: url(../../images/top/icon_event.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .iroha h2 span {
        margin-top: 2.4vw;
        padding-top: 2.4vw;
        display: block;
        font-size: 2.8vw;
        font-weight: 300;
        position: relative;
    }
    .iroha h2 span::before {
        content: "";
        width: 14vw;
        height: 1px;
        background: #3073bb;
        position: absolute;
        top: 0;
        left: calc(50% - 7vw);
    }

    .iroha ul {
        width: 96%;
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .iroha ul li {
        width: 46%;
        margin: 0 2% 5vw;
        display: block;
        position: relative;
    }
    .iroha ul li p {
        width: 100%;
        padding-bottom: 2vw;
        text-align: center;
        color: #fff;
        font-size: 2.8vw;
        font-weight: 600;
        position: absolute;
        top: 47%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .iroha ul li .btn-more {
        padding: 5px 15px 5px 30px;
        display: inline-block;
        background: none;
        border: 1px solid #fff;
        border-radius: 2px;
        color: #fff;
        font-size: 15px;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    .iroha ul li .btn-more::after {
        content: "";
        width: 5px;
        height: 10px;
        margin-left: 15px;
        display: inline-block;
        background: url(../../images/common/icon_arrow_white.png) right center no-repeat;
        background-size: 100%;
    }
}

@media (max-width: 768px) {
    .iroha {
        width: 100%;
        padding: 8vw 0 0;
        text-align: center;
    }
    .iroha h2 {
        width: auto;
        display: inline-block;
        margin: 0 auto 5vw;
        padding-left: 12vw;
        text-align: center;
        color: #3073bb;
        font-size: 5.8vw;
        font-weight: 600;
        line-height: 1.4;
    }
    .iroha h2::before {
       width: 10vw;
        height: 10vw;
        margin-top: 0;
        margin-right: 0;
        display: inline-block;
        vertical-align: bottom;
        background: url(../../images/top/icon_event.png) 0 0 no-repeat;
        background-size: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .iroha h2 span {
        margin-top: 3.4vw;
        padding-top: 3.4vw;
        padding-right: 12vw;
        display: block;
        font-size: 3.8vw;
        font-weight: 300;
        position: relative;
    }
    .iroha h2 span::before {
        content: "";
        width: 14vw;
        height: 1px;
        background: #3073bb;
        position: absolute;
        top: 0;
        left: calc(50% - 13.5vw);
    }

    .iroha ul {
        width: 100%;
        max-width: auto;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .iroha ul li {
        width: 100%;
        margin: 0;
        display: block;
        position: relative;
    }
    .iroha ul li p {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 5.5vw;
        font-weight: 600;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .iroha ul li .btn-more {
        padding: 2vw 3vw 2vw 6vw;
        display: inline-block;
        background: none;
        border: 1px solid #fff;
        border-radius: 2px;
        color: #fff;
        font-size: 3.2vw;
        position: absolute;
        bottom: 2vw;
        right: 2vw;
    }
    .iroha ul li .btn-more::after {
        content: "";
        width: 1vw;
        height: 2vw;
        margin-left: 3vw;
        display: inline-block;
        background: url(../../images/common/icon_arrow_white.png) right center no-repeat;
        background-size: 100%;
    }
}


/* 土地活用･資産運用を考える
-----------------------------------------------------*/
.support {
    width: 100%;
    padding: 80px 0 80px;
}
.support h2 {
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
    color: #3073bb;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}
.support h2::before {
    content: "";
    width: 55px;
    height: 54px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
    background: url(../../images/top/icon_support.png) 0 0 no-repeat;
    background-size: 100%;
}
.support h2 span {
    margin-top: 20px;
    padding-top: 20px;
    display: block;
    font-size: 20px;
    font-weight: 300;
    position: relative;
}
.support h2 span::before {
    content: "";
    width: 80px;
    height: 1px;
    background: #3073bb;
    position: absolute;
    top: 0;
    left: calc(50% - 40px);
}

.support .box-wrap {
    width: 90%;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.support .box-wrap .box-left {
    width: 52%;
    position: relative;
}
.support .box-wrap .box-left::before {
    content: "";
    width: 1px;
    height: 0;
    display: block;
    background: #3073bb;
    position: absolute;
    top: -13%;
    left: -15px;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.support .box-wrap .box-left::after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background: #3073bb;
    position: absolute;
    top: -15px;
    left: -10%;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.support .box-wrap .box-left.is-effect-on::before {
    height: 80%;
}
.support .box-wrap .box-left.is-effect-on::after {
    width: 100%;
}

.support .box-wrap .box-right {
    width: calc(48% - 40px);
    margin-left: 40px;
}
.support .box-wrap .box-right .box-ttl {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
}
.support .box-wrap .box-right .box-txt {
    margin: 45px auto;
    font-size: 15px;
    line-height: 1.8;
}
.support .box-wrap .box-right a {
    width: 90%;
    max-width: 345px;
}

@media (max-width: 1030px) {
    .support {
        width: 100%;
        padding: 5vw 0 8vw;
    }
    .support h2 {
        width: 100%;
        margin: 0 auto 5vw;
        text-align: center;
        color: #3073bb;
        font-size: 3.2vw;
        font-weight: 600;
        line-height: 1;
    }
    .support h2::before {
        content: "";
        width: 5vw;
        height: 5vw;
        margin-top: 1vw;
        margin-right: 1vw;
        display: inline-block;
        vertical-align: bottom;
        background: url(../../images/top/icon_support.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .support h2 span {
        margin-top: 2.4vw;
        padding-top: 2.4vw;
        display: block;
        font-size: 2.8vw;
        font-weight: 300;
        position: relative;
    }
    .support h2 span::before {
        content: "";
        width: 14vw;
        height: 1px;
        background: #3073bb;
        position: absolute;
        top: 0;
        left: calc(50% - 7vw);
    }

    .support .box-wrap {
        width: 100%;
        max-width: 1040px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .support .box-wrap .box-left {
        width: 100%;
        position: relative;
    }
    .support .box-wrap .box-left::before, 
    .support .box-wrap .box-left::after {
        content: none;
    }

    .support .box-wrap .box-right {
        width: 90%;
        margin: 5vw auto;
    }
    .support .box-wrap .box-right .box-ttl {
        margin-top: 0;
        font-size: 2.6vw;
        font-weight: 600;
        line-height: 1.8;
    }
    .support .box-wrap .box-right .box-txt {
        margin: 5vw auto 6vw;
        font-size: 2.2vw;
        line-height: 1.8;
    }
    .support .box-wrap .box-right a {
        width: 100%;
        max-width: 600px;
        font-size: 2.2vw;
    }
}

@media (max-width: 768px) {
    .support h2 {
        width: 100%;
        margin: 0 auto 5vw;
        text-align: center;
        color: #3073bb;
        font-size: 5.8vw;
        font-weight: 600;
        line-height: 1;
    }
    .support h2::before {
        content: "";
        width: 10vw;
        height: 10vw;
        margin-top: 1vw;
        margin-right: 1vw;
        display: inline-block;
        vertical-align: bottom;
        background: url(../../images/top/icon_support.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .support h2 span {
        margin-top: 3.4vw;
        padding-top: 3.4vw;
        display: block;
        font-size: 3.8vw;
        font-weight: 300;
        position: relative;
    }
    .support h2 span::before {
        content: "";
        width: 14vw;
        height: 1px;
        background: #3073bb;
        position: absolute;
        top: 0;
        left: calc(50% - 7vw);
    }

    .support .box-wrap {
        width: 100%;
        max-width: 1040px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .support .box-wrap .box-left {
        width: 100%;
        position: relative;
    }
    .support .box-wrap .box-left::before, 
    .support .box-wrap .box-left::after {
        content: none;
    }

    .support .box-wrap .box-right {
        width: 90%;
        margin: 5vw auto;
    }
    .support .box-wrap .box-right .box-ttl {
        margin-top: 0;
        font-size: 5.2vw;
        font-weight: 600;
        line-height: 1.8;
    }
    .support .box-wrap .box-right .box-txt {
        margin: 5vw auto 6vw;
        font-size: 3.6vw;
        line-height: 1.8;
    }
    .support .box-wrap .box-right a {
        width: 100%;
        max-width: 1000px;
        padding: 4vw 0;
        font-size: 3.6vw;
    }
}



/* PICK UP
-----------------------------------------------------*/
.pickup {
    width: 100%;
    padding: 80px 0 50px;
    background: #f5f8fb;
    position: relative;
    overflow-x: hidden;
}

/*
.pickup::before,
.pickup::after {
    content: '';
    width: 50%;
    position: absolute;
    top: 0;
    border-top: 150px solid #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 1;
}
.pickup::before {
    border-right: 0 solid #f5f8fb;
    right: 50%;
}
.pickup::after {
    border-left: 0 solid #f5f8fb;
    left: 50%;
}
.pickup.is-effect-on::before {
    border-right: 50vw solid #f5f8fb;
}
.pickup.is-effect-on::after {
    border-left: 50vw solid #f5f8fb;
}
*/


.pickup h2 {
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
    color: #3073bb;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.pickup h2 span {
    margin-top: 20px;
    padding-top: 20px;
    display: block;
    font-size: 20px;
    font-weight: 300;
    position: relative;
}
.pickup h2 span::before {
    content: "";
    width: 80px;
    height: 1px;
    background: #3073bb;
    position: absolute;
    top: 0;
    left: calc(50% - 40px);
}

.pickup .slide-wrap {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
}
.pickup .slide-wrap .slider_inner {
    padding: 0 10px;
}
.pickup .slide-wrap .slider_inner a {
    display: block;
    position: relative;
}
.pickup .slide-wrap .slider_inner a p {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pickup .slide-wrap .slider_inner a p span {
    display: inline-block;
}
.pickup .slide-wrap .slider_inner a p span::after {
    content: "";
    width: 10px;
    height: 18px;
    margin-left: 30px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../images/common/icon_arrow_white.png) center center no-repeat;
    background-size: 100%;
}

.pickup #slider-pickup .slide-arrow { 
    width: 32px; 
    height: 32px;
    position: absolute;
    top: calc(50% - 31px);
    z-index: 100;
    cursor: pointer;
}
.pickup #slider-pickup .slide-next{
    right: -32px;
    background: url("../../images/common/slider_arrow_next.png") no-repeat;
    background-size: 100%;
    z-index: 100;
}
.pickup #slider-pickup .slide-prev { 
    left: -32px;
    background: url("../../images/common/slider_arrow_prev.png") no-repeat;
    background-size: 100%;
    z-index: 100;
}
.pickup__btn{
    text-align: right;
    width: calc(90% - 30px);
    max-width: 1090px;
    margin: 20px auto 0px;
} 
.pickup__btn .txtLink{
    display: inline-block;
    font-size: 16px;
}
.pickup__btn .txtLink p{
    display: flex;
    align-items: center;
}
.pickup__btn .txtLink p::after{
    content: "";
    width: 6px;
    height: 11px;
    margin-left: 6px;
    display: inline-block;
    background: url(../../images/common/icon_arrow_blue.png) right center no-repeat;
    background-size: 100%;
}

.pickup .slick-dots{
    padding: 15px 0 15px;
}

@media (max-width: 1030px) {
    .pickup {
        width: 100%;
        padding: 12vw 0 10vw;
        background: #f5f8fb;
        position: relative;
        overflow-x: hidden;
    }
/*

    .pickup::before,
    .pickup::after {
        content: '';
        width: 50%;
        position: absolute;
        top: 0;
        border-top: 18vw solid #fff;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        z-index: 1;
    }
    .pickup::before {
        border-right: 0 solid #f5f8fb;
        right: 50%;
    }
    .pickup::after {
        border-left: 0 solid #f5f8fb;
        left: 50%;
    }
    .pickup.is-effect-on::before {
        border-right: 50vw solid #f5f8fb;
    }
    .pickup.is-effect-on::after {
        border-left: 50vw solid #f5f8fb;
    }
*/


    .pickup h2 {
        width: 100%;
        margin: 0 auto 8vw;
        text-align: center;
        color: #3073bb;
        font-size: 3.2vw;
        font-weight: 600;
        line-height: 1;
    }
    .pickup h2 span {
        margin-top: 2.4vw;
        padding-top: 2.4vw;
        display: block;
        font-size: 2.8vw;
        font-weight: 300;
        position: relative;
    }
    .pickup h2 span::before {
        content: "";
        width: 14vw;
        height: 1px;
        background: #3073bb;
        position: absolute;
        top: 0;
        left: calc(50% - 7vw);
    }

    .pickup .slide-wrap {
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
        position: relative;
    }
    .pickup .slide-wrap .slider_inner {
        padding: 0 10px;
    }
    .pickup .slide-wrap .slider_inner a {
        display: block;
        position: relative;
    }
    .pickup .slide-wrap .slider_inner a p {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 2.8vw;
        font-weight: 600;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .pickup .slide-wrap .slider_inner a p span {
        display: inline-block;
    }
    .pickup .slide-wrap .slider_inner a p span::after {
        content: "";
        width: 1vw;
        height: 2vw;
        margin-left: 2vw;
        margin-top: -0.4vw;
        display: inline-block;
        vertical-align: middle;
        background: url(../../images/common/icon_arrow_white.png) center center no-repeat;
        background-size: 100%;
    }

    .pickup #slider-pickup .slide-arrow { 
        width: 32px; 
        height: 32px;
        position: absolute;
        top: calc(50% - 31px);
        z-index: 100;
        cursor: pointer;
    }
    .pickup #slider-pickup .slide-next{
        right: 2.5vw;
        background: url("../../images/common/slider_arrow_next.png") no-repeat;
        background-size: 100%;
        z-index: 100;
    }
    .pickup #slider-pickup .slide-prev { 
        left: 2.5vw;
        background: url("../../images/common/slider_arrow_prev.png") no-repeat;
        background-size: 100%;
        z-index: 100;
    }
}

@media (max-width: 768px) {
    .pickup {
        width: 100%;
        padding: 12vw 0 10vw;
        background: #f5f8fb;
        position: relative;
        overflow-x: hidden;
        margin-top: 50px
    }
/*

    .pickup::before,
    .pickup::after {
        content: '';
        width: 50%;
        position: absolute;
        top: 0;
        border-top: 18vw solid #fff;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        z-index: 1;
    }
    .pickup::before {
        border-right: 0 solid #f5f8fb;
        right: 50%;
    }
    .pickup::after {
        border-left: 0 solid #f5f8fb;
        left: 50%;
    }
    .pickup.is-effect-on::before {
        border-right: 50vw solid #f5f8fb;
    }
    .pickup.is-effect-on::after {
        border-left: 50vw solid #f5f8fb;
    }
*/


    .pickup h2 {
        width: 100%;
        margin: 0 auto 8vw;
        text-align: center;
        color: #3073bb;
        font-size: 5.8vw;
        font-weight: 600;
        line-height: 1;
    }
    .pickup h2 span {
        margin-top: 3.4vw;
        padding-top: 3.4vw;
        display: block;
        font-size: 3.8vw;
        font-weight: 300;
        position: relative;
    }
    .pickup h2 span::before {
        content: "";
        width: 14vw;
        height: 1px;
        background: #3073bb;
        position: absolute;
        top: 0;
        left: calc(50% - 7vw);
    }

    .pickup .slide-wrap {
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
        position: relative;
    }
    .pickup .slide-wrap .slider_inner {
        padding: 0 10px;
    }
    .pickup .slide-wrap .slider_inner a {
        display: block;
        position: relative;
    }
    .pickup .slide-wrap .slider_inner a p {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .pickup .slide-wrap .slider_inner a p span {
        display: inline-block;
    }
    .pickup .slide-wrap .slider_inner a p span::after {
        content: "";
        width: 10px;
        height: 18px;
        margin-left: 30px;
        margin-top: -4px;
        display: inline-block;
        vertical-align: middle;
        background: url(../../images/common/icon_arrow_white.png) center center no-repeat;
        background-size: 100%;
    }

    .pickup #slider-pickup .slide-arrow { 
        width: 32px; 
        height: 32px;
        position: absolute;
        top: calc(50% - 31px);
        z-index: 100;
        cursor: pointer;
    }
    .pickup #slider-pickup .slide-next{
        right: 2.5vw;
        background: url("../../images/common/slider_arrow_next.png") no-repeat;
        background-size: 100%;
        z-index: 100;
    }
    .pickup #slider-pickup .slide-prev { 
        left: 2.5vw;
        background: url("../../images/common/slider_arrow_prev.png") no-repeat;
        background-size: 100%;
        z-index: 100;
    }
    .pickup__btn{
        width: calc(100% - 30px);
        margin: 2vw auto 0;
    }
    .pickup__btn .txtLink{
        font-size: 3.2vw;
    }
    .pickup .slick-dots{
        padding: 8px 0 15px;
    }
}

@media (min-width: 1031px) {
    a:hover {
        opacity: 0.6;
    }
}


.info_covit-19 {
  width: 80%;
  max-width: 780px;
  margin: 15px auto 0;
  font-size: 12px;
  text-align: right;
}
.info_covit-19 a {
  color: #3073bb;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .info_covit-19 {
    margin: 2vw auto;
    font-size: 2.4vw;
  }
}


/*20220606 Information削除
-----------------------------------------------------*/
.roof {
    width: 100%;
    padding: 30px 0 65px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-top: 40px solid #f5f8fb;
}
.roof::before,
.roof::after {
    content: '';
    width: 50%;
    position: absolute;
    top: 0;
    border-top: 150px solid #f5f8fb;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 1;
}
.roof::before {
    border-right: 0 solid #fff;
    right: 50%;
}
.roof::after {
    border-left: 0 solid #fff;
    left: 50%;
}
.roof.is-effect-on::before {
    border-right: 50vw solid #fff;
}
.roof.is-effect-on::after {
    border-left: 50vw solid #fff;
}
.roof h2 {
    margin: 35px auto;
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    .roof {
        width: 100%;
        padding: 5vw 0 8vw;
        background: #fff;
        position: relative;
        overflow: hidden;
        border-top: 15px solid #f5f8fb;
    }
    .roof::before,
    .roof::after {
        content: '';
        width: 50%;
        position: absolute;
        top: 0;
        border-top: 18vw solid #f5f8fb;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        z-index: 1;
    }
    .roof h2 {
        margin: 5vw auto;
    }
}