@charset "UTF-8";


/*----------------------------------------
	- base
-----------------------------------------*/
:root {
	--main_color: #BB2929;
}


/*=======================================
	base
=======================================*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img,
figure,
picture {
	max-width: 100%;
	height: auto;
	/*vertical-align: top;*/
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: all 0.3s ease;
}
@media (hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}

span.red {
	color: var(--main_color);
}


/*============================
#mv_wrap
============================*/
section#mv_wrap {
    background: url("../../images/myhome_simulation/main_bg.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 100px;
    position: relative;
}
section#mv_wrap div.contest {
    /* max-width: 1320.91px; */
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 90px 0 0;
    border-bottom: none;
}
section#mv_wrap div.contest img {
    vertical-align: bottom;
}
section#mv_wrap div.movie {
    position: absolute;
    width: 23%;
    top: 50%;
    right: 13%;
    transform: translateY(-50%);
}
section#mv_wrap div.movie #video {
        top:0;
        width: 100%;
        height: 100%;
}

@media screen and (max-width: 767px) {
section#mv_wrap {
    margin-bottom: 50px;
    background: none;
}
section#mv_wrap div.contest {
    padding: 0;
}
section#mv_wrap div.contest img {
    vertical-align: bottom;
}
section#mv_wrap div.movie {
    position: static;
    transform: translateY(0%);
    width: 78%;
    margin: 0 auto;
    padding: 55px 0 0;
}
}




/*============================
	sec_intro
============================*/
.sec_intro {
    max-width: 1090px;
    width: 90%;
    margin: 0 auto 155px;
}
.sec_intro h3 {
    max-width: 643px;
    margin: 0 auto 100px;
}
.sec_intro .flow_simul {
    display: flex;
    align-items: center;
    gap:24px;
    margin-bottom: 51px;
}
.sec_intro .flow_simul .simul .sttl {
    width: 79.29192546583851%;
    margin: 0 auto 30px;
}
.sec_intro .flow_simul .arrow {
    padding-top: 100px;
}
.sec_intro .btn01 {
    margin: 0 auto;
}
@media only screen and (max-width: 767px){
.sec_intro {
    margin: 0 auto 70px;
}
.sec_intro h3 {
    margin: 0 auto 50px;
}
.sec_intro .flow_simul {
    gap: 0;
    margin-bottom: 25px;
    padding: 0 0 30px;
}
.sec_intro .flow_simul .simul .sttl {
    width: 65%;
    margin: 0 auto 10px;
}
.sec_intro .flow_simul .simul .img {
    width: 90%;
		margin: 0 auto
}
.sec_intro .flow_simul .arrow {
    padding-top: 100px;
}
.sec_intro .btn01 {
}
}
@media only screen and (max-width: 767px){
.swiper04 {
    position: relative;
}
/*=======================================
　swiper
=======================================*/
.swiper04 .swiper-pagination-bullet {
    background: #333;
}
}

/*============================
	sec_merit
============================*/
.sec_merit {
    margin-bottom: 153px;
}
.sec_merit .ttl {
    background: rgb(187,41,41);
    background: linear-gradient(180deg, rgba(187,41,41,1) 0%, rgba(136,0,0,1) 100%);
    margin-bottom: 150px;
}
.sec_merit .ttl h3 {
    max-width: 848px;
    width: 90%;
    margin: 0 auto;
    padding: 54.3px 0;
}
.sec_merit .innar {
    max-width: 990px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 80px 141px;
}
.sec_merit .innar .merit {
    width: calc(100% / 2 - 71px);
}
.sec_merit .innar .sttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.417;
    border-left: solid 6px #BB2929;
    padding-left: 9px;
    min-height: 126px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.sec_merit .innar .sttl span {
    line-height: 1.417;
    display: inline-block;
}
.sec_merit .innar .sttl .txt40 {
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.417;
}
.sec_merit .innar .sttl .txt24 {
    font-size: 24px;
    line-height: 1.417;
}
@media only screen and (max-width: 767px){
.sec_merit {
    margin-bottom: 70px;
}
.sec_merit .ttl {
    margin-bottom: 70px;
}
.sec_merit .ttl h3 {
    padding: 25px 0;
}
.sec_merit .innar {
    display: flex;
    gap: 30px 0;
    flex-direction: column;
}
.sec_merit .innar .merit {
    width: 100%;
}
.sec_merit .innar .sttl {
    font-size: 20px;
    min-height: 100%;
    margin-bottom: 20px;
}
.sec_merit .innar .sttl span {
    line-height: 1.417;
    display: inline-block;
}
.sec_merit .innar .sttl .txt40 {
    font-size: 30px;
}
.sec_merit .innar .sttl .txt24 {
    font-size: 18px;
}
}





/*============================
	sec_step
============================*/
.sec_step {
    margin-bottom: 202.9px;
}
.sec_step .ttl {
    background: rgb(187,41,41);
    background: linear-gradient(180deg, rgba(187,41,41,1) 0%, rgba(136,0,0,1) 100%);
    margin-bottom: 150.8px;
}
.sec_step .ttl h3 {
    max-width: 862px;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 48px;
}
.sec_step .innar {
    max-width: 1120px;
    margin: 0 auto;
}
.sec_step .innar .flow_chart .flow_sttl {
    margin-bottom: 31.7px;
}
.sec_step .innar .flow_chart .flow_sttl ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.sec_step .innar .flow_chart .flow_sttl ul li {
    width: 33.3333%;
    height: 84.3px;
    float: left;
    position: relative;
}
.sec_step .innar .flow_chart .flow_sttl ul li p {
    max-width: 163px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec_step .innar .flow_chart .flow_sttl ul li:nth-child(2) p,
.sec_step .innar .flow_chart .flow_sttl ul li:nth-child(3) p {
    left: 55%;
    transform: translate(-55%,-50%);
}
.sec_step .innar .flow_chart .flow_sttl ul li p img {
    vertical-align: bottom;
}
.sec_step .innar .flow_chart .flow_sttl ul li:first-child {
    background-color: #F89494;
}
.sec_step .innar .flow_chart .flow_sttl ul li:first-child::before{
    content: "";
    position: absolute;
    top: 50%;
    right: -87px;
    transform: translateY(-50%);
    border: 42px solid transparent;
    border-left: 45px solid #f89494;
    z-index: 10;
}
.sec_step .innar .flow_chart .flow_sttl ul li:nth-child(2) {
    background-color: #F16565;
}
.sec_step .innar .flow_chart .flow_sttl ul li:nth-child(2)::after{
    content: "";
    display: inline-block;
    width: 45px;
    height: 84.3px;
    position: absolute;
    right: -87px;
    top: 0;
    background-color: #bb2929;
}
.sec_step .innar .flow_chart .flow_sttl ul li:nth-child(2)::before{
    content: "";
    position: absolute;
    top: 50%;
    right: -87px;
    transform: translateY(-50%);
    border: 42px solid transparent;
    border-left: 45px solid #f16565;
    z-index: 10;
}
.sec_step .innar .flow_chart .flow_sttl ul li:nth-child(3) {
    background-color: #BB2929;
}
.sec_step .innar .flow_chart .flow_sttl ul li:nth-child(3)::before{
    content: "";
    position: absolute;
    top: 50%;
    right: -42px;
    transform: translateY(-50%);
    border: 42px solid transparent;
    border-left: 45px solid #BB2929;
    z-index: 10;
}
.sec_step .innar .flow_chart .flow_sttl ul li:nth-child(3)::after{
    content: "";
    display: inline-block;
    width: 45px;
    height: 84.3px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
}
.sec_step .innar .flow_img {
    margin-bottom: 110.5px;
}
.sec_step .innar .flow_img ul {
    display: flex;
    justify-content: space-around;
    gap: 41px;
}
.sec_step .innar .flow_img ul li .txt {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
}

.sec_step .innar .flow_content {}
.sec_step .innar .flow_content .step {
    margin-bottom: 68px;
}
.sec_step .innar .flow_content .step .ex {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 68px;
    gap: 52px;
}
.sec_step .innar .flow_content .step .ex .text .copy {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 16.8px;
    letter-spacing: 0.01em;
}
.sec_step .innar .flow_content .step .ex .text .copy span {
    background:linear-gradient(transparent 60%, #FFD8D8 60%);
}

.sec_step .innar .flow_content .step .ex .text p {
    font-size: 16px;
    margin-bottom: 39px;
}
.sec_step .innar .flow_content .step .ex .text .caption {
    font-size: 14px;
    margin-bottom: 0px;
}
.sec_step .innar .flow_content .step .ex .sttl {
    width: 11.60714285714286%;
    min-width: 130px;
    position: relative;
    top: -10px;
}
.sec_step .innar .flow_content .step:nth-child(1) .ex .sttl {
    top: -25px;
}


.sec_step .innar .flow_content .step:nth-child(1) .ex .text {
    width: 30.98214285714286%;
}
.sec_step .innar .flow_content .step:nth-child(1) .ex .img {
    width: 44.73214285714286%;
}
.sec_step .innar .flow_content .step2 .ex .text {
    width: 52.94642857142857%;
}
.sec_step .innar .flow_content .step2 .ex .img {
    width: 13.39285714285714%;
}
.sec_step .innar .flow_content .step3 .ex .text {
    width: 52.94642857142857%;
}
.sec_step .innar .flow_content .step3 .ex .img {
    width: 13.39285714285714%;
}

.sec_step .innar .flow_content .step .step_box {
    background-color: #F2F2F2;
    border-radius: 15px;
    padding: 41px 0 48px;
}
.sec_step .innar .flow_content .step .step_box .innar {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}
.sec_step .innar .flow_content .step .step_box .innar .copy {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16.8px;
    display: flex;
    /* justify-content: center; */
}
.sec_step .innar .flow_content .step .step_box .innar .copy::before{
    content: "";
    background: url("../../images/myhome_simulation/flow_step01_img02.png") no-repeat center center;
    background-size: cover;
    width: 22.94px;
    height: 42.16px;
    margin-right: 17.3px;
}
.sec_step .innar .flow_content .step .step_box .innar {
    font-size: 14px;
}
.sec_step .innar .flow_content .step .step_box .innar .btn01 {
    margin: 34px auto 0;
}
.sec_step .innar .flow_content .arrow {
    max-width: 73px;
    margin: 0 auto 44px;
}

.sec_step .innar .flow_content .step2 .btn01 {
    margin: 0 auto;
}



.bnr_ttl {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 23px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bnr_ttl.red {
    color: var(--main_color);
}
.bnr_ttl.blue {
    color: #2A7EBE;
}
.bnr_ttl:before {
    content: "";
    display: inline-block;
    width: 46.99px;
    height: 60.93px;
    margin-right: 28.9px;
}
.bnr_ttl.red:before {
    background: url("../../images/myhome_simulation/icon01.png") no-repeat center center;
    background-size: cover;
}
.bnr_ttl.blue:before {
    background: url("../../images/myhome_simulation/icon02.png") no-repeat center center;
    background-size: cover;
}

@media only screen and (max-width: 767px){
.sec_step {
    margin-bottom: 100px;
}
.sec_step .ttl {
    margin-bottom: 70px;
}
.sec_step .ttl h3 {
    padding: 15px 0 38px;
}
.sec_step .innar {
    max-width: 1120px;
    margin: 0 auto;
}
.sec_step .innar .flow_chart {
    width: 90%;
    margin: 0 auto 70px;
}
.sec_step .innar .flow_img {
    margin-bottom: 110.5px;
}
.sec_step .innar .flow_img ul {
    display: flex;
    justify-content: space-around;
    gap: 41px;
}
.sec_step .innar .flow_img ul li .txt {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
}

.sec_step .innar .flow_content {
    width: 90%;
    margin: 0 auto;
}
.sec_step .innar .flow_content .step {
    margin-bottom: 30px;
}
.sec_step .innar .flow_content .step .ex {
    margin-bottom: 30px;
    gap: 20px;
    flex-direction: column;
}
.sec_step .innar .flow_content .step .ex .text .copy {
    font-size: 32px;
    margin-bottom: 15px;
}
.sec_step .innar .flow_content .step .ex .text .copy span {background: linear-gradient(transparent 80%, #FFD8D8 80%);}

.sec_step .innar .flow_content .step .ex .text p {
    font-size: 15px;
    margin-bottom: 30px;
}
.sec_step .innar .flow_content .step .ex .text .caption {
    font-size: 13px;
}
.sec_step .innar .flow_content .step .ex .sttl {
    width: 10%;
    min-width: 100px;
    position: static;
}
.sec_step .innar .flow_content .step:nth-child(1) .ex .sttl {
}

.sec_step .innar .flow_content .step:nth-child(1) .ex .text {
    width: auto;
}
.sec_step .innar .flow_content .step:nth-child(1) .ex .img {
    width: auto;
}
.sec_step .innar .flow_content .step2 .ex .text {
    width: auto;
}
.sec_step .innar .flow_content .step2 .ex .text .qr {
    display: none;
}
.sec_step .innar .flow_content .step2 .ex .img {
    width: auto;
    text-align: center;
}
.sec_step .innar .flow_content .step3 .ex .text {
    width: 52.94642857142857%;
}
.sec_step .innar .flow_content .step3 .ex .img {
    width: 13.39285714285714%;
}

.sec_step .innar .flow_content .step .step_box {
    padding: 21px 0 28px;
}
.sec_step .innar .flow_content .step .step_box .innar {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}
.sec_step .innar .flow_content .step .step_box .innar .copy {
    font-size: 20px;
    margin-bottom: 13px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.sec_step .innar .flow_content .step .step_box .innar .copy::before{
    width: 30px;
    height: 55px;
    margin: 0 auto 10px;
}
.sec_step .innar .flow_content .step .step_box .innar .btn01 {
    margin: 20px auto 0;
}
.sec_step .innar .flow_content .arrow {
    max-width: 60px;
    margin: 0 auto 30px;
}

.sec_step .innar .flow_content .step2 .btn01 {
    margin: 0 auto;
}



.bnr_ttl {
    font-size: 20px;
    margin: 0 auto 15px;
    width: 90%;
		text-align: left;
		gap: 15px;
}
.bnr_ttl:before {
    width: 35px;
    height: 45px;
    margin: 0 0 10px;
    display: block;
}
.bnr_ttl.red:before {
}
.bnr_ttl.blue:before {
    background: url("../../images/myhome_simulation/icon02.png") no-repeat center center;
    background-size: cover;
}
}

/*=======================================
　ここから、追加コンテンツ（SEO対策）
=======================================*/

h3.bgRed {
    width: 100%;
    text-align: center;
    font-size: 40px;
    background: #b62525;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 100px;
}

h3.bgRed span.small {
    font-size: 30px;
}

h3.bgRed span.wide {
    font-size: 60px;
}

.movei_wrap {
    margin-bottom: 180px;
}

.movei_wrap .text {
    text-align: center;
    margin-bottom: 100px;
}

.movei_wrap ul {
    justify-content: space-between;
}

.movei_wrap ul li {
    width: 48.5%;
}

.movei_wrap ul li .movie_area {
    width: 100%;
    margin-bottom: 10px;
}

.movei_wrap ul li .movie_title {
    text-align: center;
    font-weight: 600;
}

.faq_wrap .accordion {
    margin: 0 auto 50px;
}

.accordion {
	margin: 0 auto 200px;
}

.toggle {
	display: none;
}

.faq {
	position: relative;
	margin-bottom: 20px;
}

.faq:last-child {
	margin-bottom: 0;
}

.question,.anser {
	transform: translateZ(0);
	transition: all 0.3s;
}

.question {
    padding: 20px 0 20px 25px;
    display: block;
    color: #000;
    background: #F5F5F5;
}

.question p {
	padding-left: 40px;
	position: relative;
	line-height: 1.8;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
}

.question p:before {
	content:"Q";
    font-size: 27px;
    padding-right: 15px;
    color: #c30a01;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	position: absolute;
	top: -6px;
	left: 2px;
}

.rightMark {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #bb2929;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.rightMark:after,.rightMark:before {
	content: "";
	position: absolute;
	right: 1.25rem;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 0.75rem;
	background-color: #fff;
	transition: all 0.3s;
}

.rightMark:after {
	transform: rotate(90deg);
}

.anser div {
	margin: 0;
	padding: 20px 25px;
	line-height: 1.8;
}

.anser div p {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 3px;
	position: relative;
	padding-left: 40px;
}

.anser div p:before {
	content:"A";
    font-size: 27px;
    padding-right: 15px;
    color: #c30a01;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	position: absolute;
	top: -6px;
	left: 2px;
}

.faq_wrap .contact_area {
    background: #F5F5F5;
    width: 96%;
    max-width: 850px;
    margin: 0 auto 180px;
    padding: 60px 60px 60px;
    text-align: center;
}

.faq_wrap .contact_area .text {
    margin-bottom: 40px;
}

.faq_wrap .contact_area .btn01 {
    margin: 0 auto;
}

.column_wrap {
    margin-bottom: 180px;
}

.column_wrap ul{
    justify-content: space-between;
}

.column_wrap li {
    width: 32%;
}

.column_wrap li .img {
    margin-bottom: 20px;
    width: 100%;
    max-height: 241px;
    height: 69.25%;
    overflow: hidden;
    background: #7A7A7A;
    text-align: center;
}

.column_wrap li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.column_wrap li .icon {
	font-size: 14px;
	border: 2px solid #C9C9C9;
	border-radius: 9px;
	padding: 7px 2.4em;
	margin-bottom: 25px;
	display: inline-block;
	font-weight: 500;
}
.column_wrap li .name {
	font-size: 20px;
	font-weight: 700;
	padding-right: 1em;
}
.column_wrap li .date {
	font-size: 18px;
	font-family: 'Noto Sans', sans-serif;
    padding-top: 1em;
}
.column_wrap li a {
	position: relative;
	display: block;
}
.column_wrap li > a::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 10px;
    -webkit-transform : translateY(-50%);
	transform : translateY(-50%);
    right: 0;
    width: 9px;
    height: 9px;
    border-top: 2px solid var(--main_color);
    border-right: 2px solid var(--main_color);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.column_wrap li .img a {
	width: auto;
	height: 100%;
	object-fit: cover;
}



@media only screen and (max-width: 767px){

	h3.bgRed {
        font-size: 28px;
        padding: 0 0 15px;
        margin-bottom: 50px;
    }
	
	h3.bgRed.strengths_title {
        font-size: 20px;
    }
	
	h3.bgRed span.small {
		font-size: 15px;
	}	
	
	h3.bgRed span.wide {
		font-size: 28px;
	}	
    
    .movei_wrap {
        margin-bottom: 80px;
    }

    .movei_wrap .text {
        margin-bottom: 50px;
        font-size: 15px;
    }    
    
    .movei_wrap ul li {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .accordion {
		margin: 0 auto 80px;
	}
	
	.question {
		padding: 10px 40px 10px 10px;
		
	}
	
	.question p {
		font-size: 16px;
		padding-left: 30px;
		letter-spacing: 2px;
	}
	
	.question p:before {
		font-size: 22px;
		top: -6px;
		left: 0;
	}

	.anser div {
		padding: 10px 10px;
	}
	
	.anser div p {
		font-size: 15px;
		padding-left: 30px;
		letter-spacing: 2px;
	}
	
	.anser div p:before {
		top: -5px;
		font-size: 22px;
	}	
	
    .faq_wrap .contact_area {
        width: 100%;
        margin: 0 auto 80px;
        padding: 30px 30px 30px;
    }    
    
    .faq_wrap .contact_area .text {
        margin-bottom: 30px;
    }
    
    .column_wrap {
        margin-bottom: 80px;
    }
    
    .column_wrap ul {
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
    }

    .column_wrap li {
        width: 47.5%;
        margin-bottom: 31.5px;
    }
    .column_wrap li .img {
        margin-bottom: 10px;
        height: 30vw;
        max-height: inherit;
    }
    .column_wrap li .icon {
        font-size: 12px;
        border-radius: 4.5px;
        padding: 4px 1.5em;
        margin-bottom: 12.5px;
    }
    .column_wrap li .name {
        font-size: 15px;
    }
    .column_wrap li .date {
        font-size: 11px;
    }
    .column_wrap li a {
        position: relative;
        display: block;
    }
    .column_wrap li > a::after {
        width: 6px;
        height: 6px;
        right: 2px;
    }    

    .btn01 a {
        padding: 0 3em 0 1.5em;
        width: 100%;
    }    
    
    
    
    

}

