.w-1200 {
    width: 100%;
    margin: auto;
    max-width: 1200px;
}

.w-1100 {
    width: 100%;
    margin: auto;
    max-width: 1100px;
}

.w-1000 {
    width: 100%;
    margin: auto;
    max-width: 1000px;
}
body{
font-size:16px;
line-height:1.5;
}
header .pcnav__small{
font-size:12px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.classico {
    font-family: "classico-urw", sans-serif;
    line-height: 1;
}
.section-problem__inner h2 span.classico-img {
	display: block;
	font-size: 1em;
	margin: 0 auto;
	max-width: 128px;
}

.mincho {
    font-family: "Shippori Mincho B1", serif;
    line-height: 1;
}

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

    .w-1200,
    .w-1100,
    .w-1000 {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }
}

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

    .w-1200,
    .w-1100,
    .w-1000 {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }
}


.section-head {
    padding: 56px 0;
    background-image: url(../images/myhomeseminar/head-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

h2.section-head__inner.w-1200 {
    color: #fff;
    font-size: 48px;
    text-align: center;
}

h2.section-head__inner.w-1200 span {
    font-size: 18px;
    text-align: center;
    display: block;
    margin-top: 16px;
}
.section-fv {
	padding: 100px 0 80px;
}
.section-fv__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 72px;
	background: #F9F7F3;
}
.section-fv__txt {
	width: calc(706/10.55*1%);
}
.section-fv__ph {
	width: calc(269/10.55*1%);
}
.section-movie {
	padding: 80px 0 120px;
	background: #bbb;
}
.section-movie__txt {
	margin: 0 auto 40px;
	padding: 0 20px;
	max-width: 774px;
}
.section-movie__frame {
	width: 100%;
	aspect-ratio: 1200/626;
}
.section-movie__frame iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width:1024px) {
.section-fv {
	padding: 10% 0 8%;
}
.section-fv__inner {
	padding: 8% 4%;
}
.section-movie {
	padding: 8% 0 12%;
}
.section-movie__txt {
	margin: 0 auto 4%;
}
}
@media screen and (max-width:640px) {
.section-fv__inner {
	flex-direction: column;
	gap: 24px;
}
.section-fv__txt {
	width: 100%;
}
.section-fv__ph {
	width: 100%;
}
}

.section-understand__inner {
    position: relative;
	margin-block: 200px;
    padding-top: 73px;
    padding-bottom: 56px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #EAEAEA;

}

.section-understand__inner h2 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    font-size: 48px;
}

.section-understand__inner h3 {
    text-align: center;
    font-size: 18px;
	margin-bottom: 56px;
}

.section-understand__inner>div {
    text-align: center;
    margin-top: 44px;
    margin-bottom: 80px;
}

.section-understand__inner>div span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	max-width: 880px;
    padding-left: 50px;
    font-size: 32px;
    position: relative;
	text-align: left;
}
.section-understand__inner>div span + span {
	margin-top: 48px;
}

.section-understand__inner>div span::before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
    height: 40px;
    width: 40px;
    content: "";
    background-image: url(../images/myhomeseminar/check_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.section-understand__inner>p {
    display: block;
    margin-top: 56px;
    text-align: center;
    line-height: 2;
}


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


    .section-head {
        padding: 5% 0;
    }

    h2.section-head__inner.w-1200 span {
        margin-top: 2%;
    }

    .section-understand__inner {
        padding-top: 12%;
        padding-bottom: 6%;
        padding-left: 6%;
        padding-right: 6%;
        margin-block: 20%;

    }

    .section-understand__inner>div {
        margin-top: 8%;
        margin-bottom: 8%;
    }

    .section-understand__inner>div span {
		line-height: 1.5;
    }

    .section-understand__inner>p {
        margin-top: 6%;
        font-size: 14px;
    }

}

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

    h2.section-head__inner.w-1200 {
        font-size: 32px;
    }

    h2.section-head__inner.w-1200 span {
        font-size: 16px;
    }

    .section-understand__inner h2 {
        font-size: 32px;
    }

    .section-understand__inner h3 {
        font-size: 16px;
    }

    .section-understand__inner>div span {
        font-size: 18px;
    }

}

section.section-understand>ul {
}

section.section-understand>ul li {
    width: calc(100% / 3);
}

.section-problem__inner {
    padding-top: 160px;
    padding-bottom: 160px;
}

.section-problem__inner h2 {
    margin-bottom: 40px;
    font-size: 32px;
    text-align: center;
    line-height: 2;
}

.section-problem__inner h2 span {
    display: block;
    width: max-content;
    text-align: center;
    margin-bottom: 40px;
    font-size: 160px;
    margin-left: auto;
    margin-right: auto;
}

.section-problem__list li {
    width: calc((100% - (16px * 4)) / 4);
}

.section-problem__list li>img {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: contain;
    margin-bottom: 34px;
}

.section-problem__list li h3 {
    display: block;
    padding: 16px;
    margin-bottom: 18px;
    color: #fff;
    background-color: #000;
    text-align: center;
    margin-bottom: 24px;
    font-size: 18px;
}

.section-problem__list li p {
    font-size: 16px;
    letter-spacing: 0em;
}



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

    section.section-understand>ul {
    }

    .section-problem__inner {
        padding-top: 12%;
        padding-bottom: 16%;
    }

    .section-problem__inner h2 {
        margin-bottom: 4%;
        font-size: 24px;
    }

    .section-problem__inner h2 span {
        margin-bottom: 4%;
        font-size: 20vw;
    }

    .section-problem__list {
        max-width: 640px;
        margin: auto;
    }

    .section-problem__list li {
        width: calc((50% - 2%));
        margin-bottom: 4%;
    }

    .section-problem__list li>img {
        margin-bottom: 3%;
        height: 15vw;
    }

    .section-problem__list li h3 {
        padding: 2%;
        margin-bottom: 2%;
    }

}

@media screen and (max-width:640px) {
    section.section-understand>ul li {
        width: calc(100% / 3);
    }

    .section-problem__inner h2 {
        margin-bottom: 4%;
        font-size: 16px;
    }

    .section-problem__inner h2 span {
        font-size: 20vw;
    }

    .section-problem__list li>img {
        height: 20vw;
    }

    .section-problem__list li {
        width: calc(50% - 2%);
        margin: 0 auto 4%;
    }


    .section-problem__list li h3 {
        font-size: 14px;
    }

    .section-problem__list li p {
        font-size: 14px;
    }
}


.section-cta {
    padding: 100px 0;
    background-image: url(../images/myhomeseminar/section-ttl__bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}


.section-cta h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 48px;
    padding-bottom: 14px;
    position: relative;
    width: max-content;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.section-cta h2::before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #fff;
    content: "";
}


.section-cta p {
    text-align: center;
    margin-top: 56px;
    margin-bottom: 56px;
    font-size: 40px;
    line-height: 2;
}

.section-cta a {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    padding: 22px;
    position: relative;
    background-color: #fff;
    border: 1px solid;
    color: #000;
    max-width: 440px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.section-cta a::after {
    width: 20%;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    background-image: url(../images/myhomeseminar/section-cta-arrow.png);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    display: block;
    position: absolute;
}



@media screen and (max-width:1024px) {
    .section-cta {
        padding: 10% 0;
    }

    .section-cta h2 {
        margin-bottom: 6%;
        padding-bottom: 4%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .section-cta h2::before {
        height: 2px;
        width: 100%;
        background-color: #fff;
        content: "";
    }


    .section-cta p {
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .section-cta a {
        margin-bottom: 5%;
        font-size: 18px;
        padding: 2%;
    }

    .section-cta a::after {
        width: 20%;
        top: 50%;
        right: 0;
        transform: translate(50%, -50%);
        background-image: url(../images/myhomeseminar/section-cta-arrow.png);
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        content: "";
        display: block;
        position: absolute;
    }
}

@media screen and (max-width:640px) {
    .section-cta h2 {
        font-size: 32px;
        padding-bottom: 2%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .section-cta p {
        font-size: 18px;
    }

    .section-cta a {
        font-size: 14px;
    }

}


.section-point {
    margin-top: 0;
    margin-bottom: 200px;
}

.main-ttl {
    background-color: #000;
    color: #fff;
    display: flex;
    font-size: 48px;
    align-items: flex-end;
    padding: 30px 18px;
    line-height: 1;
}

.main-ttl span {
    display: block;
    font-size: 18px;
    position: relative;
    bottom: 2px;
    margin-left: 18px;

}

.section-point__inner ul {
    margin-top: 64px;
}

.section-point__inner ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.section-point__inner ul li:last-of-type {
    margin-bottom: 0px;
}

.section-point__inner ul li div.img-wrap {
    position: relative;
    width: calc(55% - 52px);
    box-sizing: border-box;
    width: 55%;

}

.section-point__inner ul li div.text-wrap {
    position: relative;
    width: calc(45% - 52px);
    box-sizing: border-box;
}

.section-point__inner ul li:nth-child(2) div.img-wrap {
    order: 2;
}

.section-point__inner ul li:nth-child(2) div.text-wrap {
    order: 1;
}

.section-point__inner ul li div.text-wrap h3 {
    font-size: 32px;
    margin-bottom: 24px;
    line-height: 2;
}

.section-point__inner ul li div.text-wrap p {
    font-size: 16px;
    line-height: 2;
}

.section-point__inner ul li div.img-wrap img {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-left: 20px;
}

.section-point__inner ul li div.img-wrap .number {
    position: absolute;
    width: 100%;
    height: 100px;
    font-size: 100px;
    left: 0;
    top: 0;
    z-index: 2;
    line-height: 1;

    filter: drop-shadow(0px 0px 5px #fff);
}


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

    .section-point {
        margin-top: 25%;
        margin-bottom: 20%;
    }

    .main-ttl {
        padding: 3% 2%;
        line-height: 1;
    }

    .main-ttl span {
        margin-left: 2%;

    }

    .section-point__inner ul {
        margin-top: 6%;
    }

    .section-point__inner ul li {
        margin-bottom: 8%;
    }

    .section-point__inner ul li:nth-child(2) div.img-wrap {
        order: 2;
    }

    .section-point__inner ul li:nth-child(2) div.text-wrap {
        order: 1;
    }

    .section-point__inner ul li div.text-wrap {
        width: calc(45% - 3%);
    }

    .section-point__inner ul li div.text-wrap h3 {
        margin-bottom: 3%;
        line-height: 2;
        font-size: 24px;
    }


    .section-point__inner ul li div.img-wrap img {
        padding-top: 4%;
        padding-left: 2%;
    }
}

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

    .main-ttl {
        font-size: 32px;
        flex-wrap: wrap;
    }

    .main-ttl span {
        font-size: 16px;
        display: block;
        margin-top: 2%;
        padding-left: 0;
        margin-left: 0;
        width: 100%;
		text-align:center;
    }

    .section-point__inner ul li div.img-wrap .number {
        height: 20vw;
        font-size: 20vw;
    }

    .section-point__inner ul li:nth-child(2) div.img-wrap {
        order: 1;
    }

    .section-point__inner ul li:nth-child(2) div.text-wrap {
        order: 2;
    }

    .section-point__inner ul li div.text-wrap h3 {
        font-size: 24px;
    }


    .section-point__inner ul li div.text-wrap p {
        font-size: 14px;
    }

    .section-point__inner ul li div.img-wrap {
        width: 100%;
    }

    .section-point__inner ul li div.text-wrap {
        width: 100%;
        margin-top: 3%;
    }
}



.section-flow__inner {
    background-color: #F9F7F3;
    padding: 72px 72px;
    position: relative;
}

.section-flow__inner h2 {
    position: absolute;
    left: 50%;
    font-size: 48px;
    width: max-content;
    display: block;
    top: 0;
    transform: translate(-50%, -50%);
}

.section-flow__inner h3 {
    text-align: center;
    margin: auto;
    margin-bottom: 53px;
    font-size: 18px;
}


.section-flow__inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.section-flow__inner ul li {
    width: calc((100% - 200px) / 3);
    background-color: #fff;
    padding-bottom: 32px;
}


.section-flow__inner ul li img {
    width: 100%;
    height: 140px;
    margin: auto;
    display: block;
    object-fit: contain;
    margin-top: 44px;
    margin-bottom: 44px;
}


.section-flow__inner ul li h4 {
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.8;
    font-size: 18px;
}

.section-flow__inner ul li p {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 18px;
}

.section-flow__inner ul li>span {
    display: block;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 32px;
    padding: 18px;
}



.section-promise {
	padding-block: 200px 100px;
}
.section-promise__inner {
    background-color: #F9F7F3;
    padding: 72px 72px;
    position: relative;
}

.section-promise__inner h2 {
    position: absolute;
    left: 50%;
    font-size: 48px;
    width: max-content;
    display: block;
    top: 0;
    transform: translate(-50%, -50%);
}

.section-promise__inner h3 {
    text-align: center;
    margin: auto;
    margin-bottom: 53px;
    font-size: 18px;
}


.section-promise__inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.section-promise__inner ul li {
    width: calc((100% - 80px) / 3);
    background-color: #fff;
    padding-bottom: 32px;
}


.section-promise__inner ul li img {
    width: 100%;
    height: 140px;
    margin: auto;
    display: block;
    object-fit: contain;
    margin-top: 44px;
    margin-bottom: 44px;
}


.section-promise__inner ul li h4 {
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.8;
    font-size: 18px;
}

.section-promise__inner ul li p {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 18px;
}

.section-promise__inner ul li>span {
    display: block;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 32px;
    padding: 18px;
}

.section-promise__inner>p {
    text-align: center;
    margin-bottom: 56px;
}

.section-promise__inner>p.mincho {
    margin-bottom: 52px;
}

.section-staff {
    margin-top: 200px;
    margin-bottom: 200px;
}


.section-staff__inner {
    padding: 48px;
    border: 1px solid;
    position: relative;
}

.section-staff__inner h2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 48px;
    background-color: #fff;
    top: 0;
    left: 40px;
    position: absolute;
    display: flex;
    align-items: flex-end;
    transform: translateY(-50%);
}


.section-staff__inner h2 span {
    padding-left: 20px;
    bottom: 2px;
    position: relative;
    display: block;
    font-size: 18px;
}

.section-staff__inner__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.section-staff__inner__wrap img {
    width: calc(50% - 10px);
	max-width: 500px;
    height: auto;
    object-fit: contain;
}


.section-staff__inner__wrap div {
    width: calc(50% - 10px);
    height: max-content;
}

.section-staff__inner__wrap div>span {
    display: block;
    width: 100%;
    margin-bottom: 18px;
}

.section-staff__inner__wrap div>h3 {
    display: flex;
    font-size: 32px;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 32px;
    line-height: 1;
}

.section-staff__inner__wrap div>h3>span {
    display: block;
    font-size: 18px;
    color: #C9A527;
    position: relative;
    bottom: 2px;
    margin-left: 20px;
}

.section-staff__inner__wrap div p {
	max-width: 440px;
	font-size: 16px;
	line-height: 2;
}

.section-staff__inner__wrap table tr {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
}

.section-staff__inner__wrap table tr:last-of-type {
    margin-bottom: 0;
}

.section-staff__inner__wrap table tr th {
    width: 100px;
    margin-right: 20px;
    font-size: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid;
}

.section-staff__inner__wrap table tr td {
    width: calc(100% - 120px);
    line-height: 2;
}

.section-voice {
    margin-top: 200px;
    margin-bottom: 200px;
    background-color: #bbbbbb57;
}

.section-voice__inner {
    padding-top: 80px;
    padding-bottom: 160px;
    position: relative;
}

.section-voice__inner h2 {
    position: absolute;
    font-size: 48px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-voice__inner>h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 80px;
}

.section-voice__inner ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;

}

.section-voice__inner ul li div {
    width: 50%;
}

.section-voice__inner ul li div:nth-child(1) {
    width: 35%;
    position: relative;
}

.section-voice__inner ul li div:nth-child(1) span {
    position: absolute;
    width: 100%;
    height: 100px;
    font-size: 100px;
    left: 0;
    top: 0;
    z-index: 2;
    line-height: 1;
    position: absolute;

    filter: drop-shadow(0px 0px 5px #fff);
}

.section-voice__inner ul li div:nth-child(1) img {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-left: 20px;
}

.section-voice__inner ul li div:nth-child(2) {
    width: calc(65% - 32px);
}


.section-voice__inner ul li div:nth-child(2) span {
    width: max-content;
    display: block;
    padding: 8px 18px;
    border: 1px solid;
    line-height: 1;
}



.section-voice__inner ul li div:nth-child(2) h3 {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 32px;
}


.section-form {
    margin-top: 100px;
    margin-bottom: 200px;
}




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

    .section-flow__inner {
        padding: 7%;
    }

    .section-flow__inner h3 {
        margin-bottom: 5%;
    }


    .section-flow__inner ul li {
        padding-bottom: 3%;
        width: 80%;
        margin: 0 auto 4%;
        max-width: 400px;
    }


    .section-flow__inner ul li img {
        margin-top: 8%;
        margin-bottom: 6%;
        height: 15vw;
    }


    .section-flow__inner ul li h4 {
        margin-bottom: 3%;
        font-size: 16px;
    }

    .section-flow__inner ul li p {
        padding: 0 2%;
    }

    .section-flow__inner ul li>span {
        padding: 2%;
    }
	.section-promise {
		padding-block: 20% 10%;
	}
    .section-promise__inner {
        padding: 7%;
    }

    .section-promise__inner h3 {
        margin-bottom: 5%;
    }

    .section-promise__inner ul li {
        padding-bottom: 3%;
    }

    .section-promise__inner ul li img {
        margin-top: 8%;
        margin-bottom: 6%;
        height: 15vw;
    }


    .section-promise__inner ul li h4 {
        margin-bottom: 2%;
    }

    .section-promise__inner ul li p {
        padding: 0 2%;
    }

    .section-promise__inner ul li>span {
        padding: 2%;
    }

    .section-promise__inner>p {
        margin-bottom: 6%;
    }

    .section-promise__inner>p.mincho {
        margin-bottom: 4%;
    }

    .section-staff {
        margin-top: 20%;
        margin-bottom: 20%;
        padding: 0 2%;
    }


    .section-staff__inner {
        padding: 12% 4% 4%;
        box-sizing: border-box;
    }

    .section-staff__inner h2 {
        padding-left: 2%;
        padding-right: 2%;
    }

    .section-staff__inner h2 span {
        padding-left: 2%;
        bottom: 2px;
    }

    .section-staff__inner__wrap div>span {
        margin-bottom: 2%;
    }

    .section-staff__inner__wrap div>h3 {
        margin-bottom: 3%;
    }

    .section-staff__inner__wrap div>h3>span {
        margin-left: 2%;
    }

    .section-staff__inner__wrap table tr {
        margin-bottom: 3%;
    }

    .section-staff__inner__wrap table tr:last-of-type {
        margin-bottom: 0;
    }

    .section-staff__inner__wrap table tr th {
        padding-bottom: 1%;
    }


    .section-voice {
        margin-top: 20%;
        margin-bottom: 20%;
    }

    .section-voice__inner {
        padding-top: 8%;
        padding-bottom: 16%;
    }

    .section-voice__inner>h3 {
        margin-bottom: 8%;
    }

    .section-voice__inner ul li {
        margin-bottom: 8%;
        flex-wrap: wrap;
    }


    .section-voice__inner ul li div:nth-child(1) span {
        height: 15vw;
        font-size: 15vw;
    }

    .section-voice__inner ul li div:nth-child(1) img {
        padding-top: 4%;
        padding-left: 2%;
    }

    .section-voice__inner ul li div:nth-child(2) {
        width: calc(65% - 32px);
    }


    .section-voice__inner ul li div:nth-child(2) span {
        padding: 1% 2%;
    }



    .section-voice__inner ul li div:nth-child(2) h3 {
        margin-top: 3%;
        margin-bottom: 3%;
        font-size: 24px;
    }


    .section-form {
        margin-top: 10%;
        margin-bottom: 20%;
    }
}


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


    .section-flow__inner h2 {
        font-size: 32px;
    }

    .section-flow__inner h3 {
        font-size: 16px;
    }


    .section-flow__inner ul li {
        width: 100%;
        margin: 0 auto 4%;
    }


    .section-promise__inner>p {
        font-size: 14px;
    }

    .section-flow__inner ul li h4 {
        font-size: 16px;
    }

    .section-flow__inner ul li p {
        font-size: 14px;
    }

    .section-flow__inner ul li>span {
        font-size: 24px;
        padding: 2%;
    }

    .section-promise__inner {
        padding: 7%;
    }

    .section-promise__inner h2 {
        font-size: 32px;
    }

    .section-promise__inner h3 {
        font-size: 16px;
    }

    .section-promise__inner ul li {
        width: 100%;
        margin: 0 auto 4%;
    }

    .section-promise__inner ul li h4 {
        font-size: 16px;
    }

    .section-promise__inner ul li p {
        font-size: 14px;
    }

    .section-promise__inner ul li>span {
        font-size: 20px;
    }

    .section-staff {
        padding-left: 2%;
        padding-right: 2%;
    }

    .section-staff__inner h2 {
        font-size: 32px;
        width: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        display: flex;
        justify-content: center;
    }


    .section-staff__inner h2 span {
        font-size: 16px;
    }


    .section-staff__inner__wrap img {
        width: 100%;
        height: auto;
    }


    .section-staff__inner__wrap div {
        width: 100%;
        height: max-content;
        margin-top: 4%;
    }

    .section-staff__inner__wrap div>h3 {
        font-size: 24px;
    }

    .section-staff__inner__wrap div>h3>span {
        font-size: 14px;
    }

    .section-staff__inner__wrap table {

        margin-top: 4%;
    }

    .section-staff__inner__wrap table tr th {
        font-size: 14px;
        width: 120px;
    }

    .section-staff__inner__wrap table tr td {
        width: 100%;
    }


    .section-voice__inner h2 {
        font-size: 32px;
    }

    .section-voice__inner>h3 {
        font-size: 16px;
    }

    .section-voice__inner ul li div:nth-child(1) span {
        height: 20vw;
        font-size: 20vw;
    }

    .section-voice__inner ul li div:nth-child(2) {
        width: 100%;
    }

    .section-voice__inner ul li div:nth-child(2) h3 {
        font-size: 24px;
    }

    .section-voice__inner ul li div:nth-child(2) p {
        font-size: 14px;
    }

    .section-voice__inner ul li div:nth-child(1) {
        width: 100%;
    }

    .section-voice__inner ul li div:nth-child(2) {
        width: 100%;
        margin-top: 3%;
    }

}

table.w-1200,
table.w-1200 tbody,
table.w-1200 tr{
width:100%;
display:block;
}


table.w-1200 tr{
display:flex;
justify-content:space-between;
margin-bottom:32px;
    align-items: center;
}

table.w-1200 tr th{
    width: 304px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

table.w-1200 tr td{
width:calc(100% - 350px);
font-size:16px;
display:block;
}
table.w-1200 tr td input[type="text" i] ,
table.w-1200 tr td input[type="tel" i] ,
table.w-1200 tr td input[type="email" i],
table.w-1200 tr td input[type="addr" i] ,
table.w-1200 tr td input[type="textarea" i]{
    font-size: 16px;
    border: none;
    background-color: #EFEFEF;
    padding: 10px;
    width: 100%;
    padding:20px 32px;
}

.mw_wp_form .horizontal-item + .horizontal-item{
margin-left:0 !important;
}
table.w-1200 tr td span.mwform-radio-field {
    display: block;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 16px;
}
textarea#textarea{
    font-size: 16px;
    border: none;
    background-color: #EFEFEF;
    padding: 10px;
    width: 100%;
    padding:20px 32px;
}

table.w-1200 tr th span {
    display: block;
    padding: 9px 28px;
    background: #C9A527;
    color: #fff;
    border-radius: 1000px;
    line-height: 1;
    width:max-content;
    font-size:14px;
}

.section-form__inner.w-1200 form{
margin-top:80px;
max-width:1000px;
margin-left:auto;
margin-right:auto;
}

span.mwform-checkbox-field.horizontal-item {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 80px;
}
.section-form.formWrap input[type="submit"] {
    display: block;
    width: 100%;
    margin: 80px auto 0;
    font-size: 20px;
    padding: 24px;
    background-color: #2d2d2d!important;
    color: #fff;
    border: navajowhite;
    max-width: 400px;
}
@media screen and (max-width:640px){
table.w-1200 tr{
flex-wrap:wrap;
    margin-bottom: 8%;
}
table.w-1200 tr th{
width:100%;
    margin-bottom: 3%;
}
table.w-1200 tr td{
width:100%;
}
table.w-1200 tr th span {
    display: block;
    padding: 7px 18px;
    background: #C9A527;
    color: #fff;
    border-radius: 1000px;
    line-height: 1;
    width: max-content;
    font-size: 12px;
}
table.w-1200 tr td input[type="text" i], table.w-1200 tr td input[type="tel" i], table.w-1200 tr td input[type="email" i], table.w-1200 tr td input[type="addr" i], table.w-1200 tr td input[type="textarea" i] {
    font-size: 14px;
    border: none;
    background-color: #EFEFEF;
    padding: 10px;
    width: 100%;
    padding: 14px 14px;
}
table.w-1200 tr br{
display:none;
}
.section-form__inner.w-1200 form,
span.mwform-checkbox-field.horizontal-item,
input[type="submit"]{
    margin-top: 8%;
    }
}
input[type="submit"] {
  -webkit-appearance: none;
}

.section-flow__inner ul::before, .section-flow__inner ul::after {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    content: "";
    left: 33%;
    /* background: #000; */
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/myhomeseminar/arrow-flow.png);
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
}

.section-flow__inner ul::after {
    left: 65%;
}

@media screen and (max-width:1024px){
.section-flow__inner ul::before, .section-flow__inner ul::after{
display:none;
}
}

.section-understand.section-tokuten{
    background-color: #bbbbbb57;
}
.section-understand.section-tokuten .cta-conditions {
	padding:0;
	margin-bottom:0;
}
.section-understand.section-tokuten .section-understand__inner{
	background:unset;
}
.section-understand.section-tokuten .section-understand__inner>div{
	margin:0;
}
.section-understand.section-tokuten .cta-conditions h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 16px;
	margin-top:32px;
}
.section-understand.section-tokuten .cta-conditions p {
    background: #fff;
    padding: 5%;
    margin: 0 auto;
    height: 240px;
    overflow-y: scroll;
    font-size: 16px;
	text-align:left;
}


.display-pc {
    display: block;
}
.display-sp {
    display: none;
}
@media screen and (max-width: 640px) {
	.display-pc {
    display: none;
}
 .display-sp {
        display: block;
    }
}

.formWrap form .btnSurvey {
        width: 520px;
        height: 100px;
        margin: 0 auto 100px;
}
.formWrap .survey {
    display: none;
    opacity: 0;
}
.formWrap .survey.show {
    display: block;
    opacity: 1;
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.formWrap tr td select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 75px;
    padding: 6px 40px 6px 10px;
    background: url(../images/present/arrow_select.png) no-repeat center right 10px;
    background-size: 10px 5px;
    border: solid 1px #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    position: relative;
}
.formWrap form .btnSurvey {
    max-width: 520px;
	width:auto;
}
#mw_wp_form_mw-wp-form-13279 .modelhouse-radio__wrap{
	display:block;
}
#mw_wp_form_mw-wp-form-13279 td.modelhouse-radio{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 36px;
	width:100%;
	margin-top:12px;
}

@media screen and (max-width:1024px) {
	#mw_wp_form_mw-wp-form-13279 td.modelhouse-radio{
    gap: 16px 8px;
}
}

#mw_wp_form_mw-wp-form-13279 td.modelhouse-radio .mwform-radio-field.horizontal-item{
    position: relative;
    margin: 0;
    width: calc((100% - 72px) / 3);
}
@media screen and (max-width:1024px) {
	#mw_wp_form_mw-wp-form-13279 td.modelhouse-radio .mwform-radio-field.horizontal-item{
    width: calc((100% - 32px) / 3);
}
}
@media screen and (max-width:640px) {
	#mw_wp_form_mw-wp-form-13279 td.modelhouse-radio .mwform-radio-field.horizontal-item{
    width: calc((100% - 32px) / 2);
}
}
#mw_wp_form_mw-wp-form-13279 td.modelhouse-radio .mwform-radio-field.horizontal-item label input{
	    opacity: 1;
	cursor: pointer;
	margin:0;
}
#mw_wp_form_mw-wp-form-13279 td.modelhouse-radio .mwform-radio-field.horizontal-item label{
    margin: 0;
    text-align: center;
    position: relative;
	cursor: pointer;
	width:100%;
	height:100%;
	display:block;
}
#mw_wp_form_mw-wp-form-13279 td.modelhouse-radio .mwform-radio-field.horizontal-item label .mwform-radio-field-text{
	font-size:14px;
	
}
#mw_wp_form_mw-wp-form-13279 td.modelhouse-radio .mwform-radio-field.horizontal-item label.selected::after{
    content: "選択中";
    width: 100%;
    height: 100%;
    background: #0000003b;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
	cursor: pointer;
}
#mw_wp_form_mw-wp-form-13279 td.modelhouse-radio .mwform-radio-field.horizontal-item label::before{
    content: "";
    display: block;
    width: 100%;
	aspect-ratio: 2/1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    left: 0;
    top: 0;
	cursor: pointer;
	margin-bottom: 10px;
}
#mw_wp_form_mw-wp-form-13279 td.modelhouse-radio .mwform-radio-field.horizontal-item:nth-of-type(1) label::before{
    background-image: url(https://in-lp.com/wp-content/themes/instagramLP/img/hapinice/hiraya/radio-thum05.jpg);
}
#mw_wp_form_mw-wp-form-13279 td.modelhouse-radio .mwform-radio-field.horizontal-item:nth-of-type(2) label::before{
    background-image: url(https://in-lp.com/wp-content/themes/instagramLP/img/hapinice/hiraya/radio-thum01.jpg);
}
/* #mw_wp_form_mw-wp-form-13279 td.modelhouse-radio .mwform-radio-field.horizontal-item:nth-of-type(2) label::before{
    background-image: url(https://in-lp.com/wp-content/themes/instagramLP/img/hapinice/hiraya/radio-thum02.jpg);
} */
#mw_wp_form_mw-wp-form-13279 td.modelhouse-radio .mwform-radio-field.horizontal-item:nth-of-type(3) label::before{
/* 	background-image: url(https://in-lp.com/wp-content/themes/instagramLP/img/hapinice/hiraya/radio-thum03.jpg); */
	background-image: url(https://in-lp.com/wp-content/themes/instagramLP/img/hapinice/hiraya/radio-thum_honsha.jpg);
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:640px) {
}
@media screen and (max-width:640px) {
	#mw_wp_form_mw-wp-form-13279 td.modelhouse-radio .mwform-radio-field.horizontal-item {
        width: 100%;
        max-width: 300px;
		margin:0 auto!important;
    }
}