@charset "utf-8";
.subhead{
    background: url(../img/3ldk/subhead.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.subhead_flex{
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.subhead_flex > div{
    width: calc(100% / 4);
}
.subhead01{
    background: url(../img/3ldk/subhead01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 30% center;
}
.subhead02{
    background: url(../img/3ldk/subhead02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left 32% center;
}
.subhead03{
    background: url(../img/3ldk/subhead03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.subhead04{
    background: url(../img/3ldk/subhead04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.subhead_ttl_ja{
    color: #000;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 1));
}

.section_box::before{
    content: none;
}

.purple_ttl{
    background: #3d3268;
}
.purple_bg{
    background: #9e9ea8;
    padding: 0 20px;
    margin: 0 auto 60px;
}
.white_bg{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0px 0px 0;
    background: #fff;
}
.white_bg_inner{
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

.eiju_flex{
    display: flex;
    justify-content: space-between;
    /* margin-top: 40px; */
    /* align-items: center; */
}
.eiju_item{
    width: 48%;
    display: flex;
    flex-direction: column;
}
.eiju_text{
    /* width: 46%; */
}
.eiju_img{
    /* width: 50%; */
}
.eiju_ttl{
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1em;
    padding-bottom: 1em;
    position: relative;
}
.eiju_ttl::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #8187c2, #6356a3);
}
.eiju_lead{
    font-size: 16px;
    line-height: 1.5;
    /* flex-grow: 1; */
    text-align: justify;
    margin-bottom: 20px;
}

.item_box:not(:last-child){
    margin-bottom: 80px;
}


.arrange_flex{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
    align-items: center;
}
.arrange_madori{
    width: 60%;
}
.arrange_dtl_box{
    width: 36%;
    margin-top: 20px;
}

.arrange_dtl{
    margin-bottom: 20px;
}

.arrange_child_ttl{
    color: #fff;
    font-size: 20px;
    padding: 0.5em 0;
    text-align: center;
    background: linear-gradient(90deg, #7672a2, #a5a3d0);
}

.arrange_child_lead{
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    margin-top: 0.5em;
}
.arrange_dtl_madori{
    max-width: 250px;
    margin: 40px auto 0;
    width: 80%;
}

.arrage_dir_felx{
    display: flex;
    gap: 20px;
    align-items: center;
}
.arrange_dir{
    min-width: 30px;
    max-width: 30px;
}





.arrange_ex_ttl{
    font-size: 16px;
    margin-bottom: 0.5em;
}
.arrange_ex_flow{
    display: flex;
    margin-bottom: 20px;
}
.arrange_ex_flow > div{
    width: calc(100% / 3);
    text-align: center;
    font-size: 18px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}
.arrange_ex_flow_item01{
    background: #e58f00;
}
.arrange_ex_flow_item02{
    background: #3d9d75;
}
.arrange_ex_flow_item02::after{
    position: absolute;
    left: -1px;
    top: 0;
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background: #e58f00;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    /* clip-path: polygon(50% 0, 100% 100%, 0 100%); */
    /* border-left: 15px solid #e58f00; */
    /* border-top: 20px solid transparent; */
    /* border-bottom: 20px solid transparent; */
}
.arrange_ex_flow_item03{
    background: #7d6aa9;
}
.arrange_ex_flow_item03::after{
    position: absolute;
    left: -1px;
    top: 0;
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background: #3d9d75;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    /* border-left: 15px solid #3d9d75; */
    /* border-top: 20px solid transparent; */
    /* border-bottom: 20px solid transparent; */
}

.arrange_list{
    display: flex;
    justify-content: space-between;
}
.arrange_list_item{
    width: 30%;
}
.arrange_list_arrow{
    width: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrange_list_ttl{
    background: linear-gradient(90deg, #7672a2, #a5a3d0);
    text-align: center;
    color: #fff;
    font-size: 16px;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrange_inflex{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.arrange_list_lead{
    /* margin-top: 0.5em; */
    line-height: 1.5;
    text-align: justify;
    font-size: 14px;
    width: 48%;
}
.arrange_inmadori{
    width: 49%;
}




.kinou_flex{
    display: flex;
    justify-content: space-between;
}
.kinou_l{
    width: 40%;
}
.kinou_r{
    width: 55%;
}

.kinou_dir{
    position: absolute;
    right: 0;
    bottom: 5%;
    width: 7%;
}
.kinou_hanrei{
    width: 75%;
    margin-top: 20%;
}
.kinou_point{
    position: relative;
}
.kinou_point:not(:last-child){
    margin-bottom: 20px;
}
.kinou_point .img_cap{
    filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 2px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 2px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 2px rgba(255, 255, 255, 1));
}

.bnr .img_cap {
    right: 1.5%;
    bottom: 8%;
}

.price_box{
    padding: 40px 0;
    margin: 60px auto;
    position: relative;
}
.price_box::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #8187c2, #6356a3);
}
.price_box::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #8187c2, #6356a3);
}
.price_img{
    max-width: 500px;
    margin: 0 auto;
}

@media screen and (max-width: 1420px) {    
}

@media screen and (max-width: 1200px) {
.eiju_ttl {
    font-size: 18px;
}
.eiju_lead {
    font-size: 14px;
}
.arrange_child_ttl {
    font-size: 18px;
}
.arrange_child_lead {
    font-size: 14px;
}
.arrange_ex_flow > div {
    font-size: 16px;
}
.arrange_list_ttl {
    font-size: 14px;
}
}

@media screen and (max-width: 1000px) {
.eiju_ttl {
    font-size: 17px;
}
.arrange_dtl_madori {
    margin: 20px auto 0;
}
.arrange_madori {
    width: 55%;
}
.arrange_dtl_box {
    width: 41%;
}
.arrange_child_ttl {
    font-size: 16px;
}
}

@media screen and (max-width: 768px) {
.eiju_flex{
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
}
.eiju_item {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.eiju_item:not(:last-child){
    margin-bottom: 40px;
}
.arrange_ex_flex{
    display: flex;
    justify-content: right;
    max-width: 500px;
    margin: 0 auto;
    /* align-items: flex-start; */
    position: relative;
}
.arrange_list{
    flex-wrap: wrap;
    justify-content: center;
    /* width: 82%; */
    /* gap: 10px; */
}
.arrange_list_item{
    width: 100%;
}
.arrange_list_arrow{
    width: 5%;
    transform: rotate(90deg);
}
.arrange_ex_flow{
    flex-direction: column;
    width: 13%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.arrange_ex_flow > div{
    writing-mode: vertical-lr;
    /* width: 100%; */
    height: calc(100% / 3);
    width: 100%;
}
.arrange_ex_ttl{
    text-align: center;
}
.arrange_ex_flow_item02::after, .arrange_ex_flow_item03::after {
    width: 100%;
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.arrange_child_lead {
    line-height: 1.5;
}

.arrange_list_item.inview.fade{
    opacity: 1;
}
.arrange_list{
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
}
.arrange_list .slick-prev:before{
    content: url(../img/3ldk/arrange_list_arrow_prev.svg);
    opacity: 1;
}
.arrange_list .slick-next:before{
    content: url(../img/3ldk/arrange_list_arrow_next.svg);
    opacity: 1;
}
.arrange_list .slick-prev, .slick-next {
    width: 15px;
    height: 15px;
}
}

@media screen and (max-width: 760px) {
}

@media screen and (max-width: 650px) {
.arrange_flex{
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto 60px;
}
.arrange_dtl_box{
    width: 100%;
    /* margin: 0 auto 40px; */
}
.arrange_madori{
    width: 100%;
    order: 2;
    margin-bottom: 40px;
}

.kinou_flex{
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
}
.kinou_l{
    width: 100%;
    margin: 0 auto 40px;
}
.kinou_r{
    width: 100%;
}
.kinou_hanrei {
    margin-top: 30px;
}
.eiju_ttl {
    font-size: 16px;
}
.bnr .img_cap {
    right: 4%;
    bottom: -15px;
    white-space: nowrap;
    width: 100%;
    text-align: right;
    color: #000;
}
.white_bg {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0px 0px 0;
    background: #fff;
}
.item_box:not(:last-child) {
    margin-bottom: 60px;
}

.subhead_flex{
    flex-wrap: wrap;
}
.subhead_flex > div{
    width: 50%;
}
.point_img{
    max-width: 400px;
    margin: 0 auto;
}


.arrange_child_flex{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.arrange_child_lead{
    width: 48%;
    margin: unset;
}
.arrange_dtl_madori{
    width: 48%;
    margin: unset;
}
.arrange_ex .slick-dots li button:before {
    /* font-size: 10px; */
}
.arrange_ex .slick-dots{
    bottom: -30px;
}
}

@media screen and (max-width: 500px) {
.arrange_list_lead {
    font-size: 12px;
}
}


