@charset "utf-8";

.mv {
    width: 100%;
    min-width: 1100px;
    padding: 8rem 0 8rem;
    position: relative
}

.mv::after {
    content: "";
    position: absolute;
    top: 0;
    right: 40%;
    background: url(/img/lp/ma-woman/mv_bg01.webp) right top repeat;
    background-size: 10px auto;
    width: 100vw;
    height: 100%;
    z-index: -1
}

.mv .mv_box {
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 0
}

.mv .mv_box::before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 50px);
    transform: translate(0, -50%);
    background: url(/img/lp/ma-woman/mv_bg02.webp) left top no-repeat;
    background-size: 100% auto;
    width: 182px;
    height: 448px;
    margin: 4rem 0 0;
    z-index: -1
}

.mv .mv_txtBox {
    width: 50%
}

.mv .mv_ttl {
    font-size: 5.2rem;
    line-height: 1.5
}

.mv .mv_ttl .sub {
    display: inline-block;
    background: #333;
    margin: 0 0 3rem;
    padding: 5px 1.5rem;
    font-size: 3rem;
    line-height: 1.5
}

.mv .mv_txt {
    margin: 5rem 0 0;
    font-size: 1.8rem;
    text-align: justify;
    line-height: 2
}

.mv .mv_imgBox {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(0, -50%);
    width: 690px
}

.mv .mv_cvBtn{
	max-width: 1100px;
	margin: 2rem auto 0;
	display: flex;
	align-items: center;
    z-index: 1;
    position: relative;
}
.mv .mv_cvBtn_link{
	width: 300px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border:2px solid #fff;
	font-size: 18px;
	color:#fff;
	padding: 0 20px;
}
.mv .mv_cvBtn_link:before{
	content:"";
	width: 7px;
	height: 7px;
	border:solid #fff;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	position: absolute;
	top:0;
	bottom:0;
	right:20px;
	margin: auto;
}
.mv .mv_cvBtn_link.--entry{
	background: -moz-linear-gradient(90deg,rgba(0, 127, 96, 1) 0%, rgba(0, 86, 57, 1) 100%);
	background: -webkit-linear-gradient(90deg,rgba(0, 127, 96, 1) 0%, rgba(0, 86, 57, 1) 100%);
	background: linear-gradient(90deg,rgba(0, 127, 96, 1) 0%, rgba(0, 86, 57, 1) 100%);
}
.mv .mv_cvBtn_link.--mtg{
	background: -moz-linear-gradient(90deg, #2468ea, #004de0);
    background: -webkit-linear-gradient(90deg, #2468ea, #004de0);
    background: linear-gradient(90deg, #2468ea, #004de0);
	margin-left: 20px;
}
.mv .mv_cvBtn_link.--entry img{
	width: 30px;
	height: 28px;
	position: absolute;
	top:0;
	bottom:0;
	left:20px;
	margin: auto;
}
.mv .mv_cvBtn_link.--mtg img{
	width: 25px;
	height: 28px;
	position: absolute;
	top:0;
	bottom:0;
	left:20px;
	margin: auto;
}
@media screen and (max-width:768px) {
    .mv {
        width: 100%;
        min-width: 100%;
        padding: 3rem 0 5rem
    }

    .mv::after {
        left: 0;
        right: inherit;
        background: url(/img/lp/ma-woman/mv_bg01.webp) right top repeat;
        background-size: 5px auto;
        width: 62%;
        height: 100%
    }

    .mv .mv_box {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%
    }

    .mv .mv_box::before {
        display: none
    }

    .mv .mv_txtBox {
        width: 100%;
        margin: -25% 0 0;
        padding: 0 1.5rem;
        order: 2;
        z-index: 1
    }

    .mv .mv_ttl {
        font-size: 2.8rem
    }

    .mv .mv_ttl .sub {
        margin: 0 0 1rem;
        padding: 3px 1rem;
        font-size: 1.5rem
    }

    .mv .mv_txt {
        margin: 2rem 0 0;
        font-size: 1.5rem;
        line-height: 1.8
    }

    .mv .mv_imgBox {
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0, 0);
        width: 100%;
        order: 1
    }
    .mv .mv_cvBtn{
        display: block;
        order:3;
        width: 100%;
        padding: 0 1.5rem;
    }
    .mv .mv_cvBtn_link{
        font-size: 16px;
        width: 100%;
    }
    .mv .mv_cvBtn_link img{
        display: none;
    }
    .mv .mv_cvBtn_link.--mtg{
        margin-left: 0;
        margin-top: 14px;
    }
    
}

.navi_box {
    width: 100%;
    min-width: 1100px;
    margin: 8rem 0 0;
    transition: all 0.3s ease;
    z-index: 1
}

.navi_box .nav {
    display: flex;
    justify-content: center
}

.navi_box .nav li {
    margin: 0 3rem;
    text-align: center
}

.navi_box .nav li:last-child {
    display: none
}

.navi_box .nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 2rem 2rem 2rem 0;
    font-size: 1.6rem;
    line-height: 1.5;
    position: relative
}

.navi_box .nav li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: solid 2px #bda467;
    border-right: solid 2px #bda467;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navi_box .nav li.app_btn {
    margin: 0 0
}

.navi_box .nav li.app_btn a {
    background: -moz-linear-gradient(-90deg, #2468ea, #004de0);
    background: -webkit-linear-gradient(-90deg, #2468ea, #004de0);
    background: linear-gradient(-90deg, #2468ea, #004de0);
    height: 90px;
    padding: 2rem 4rem 2rem 3rem;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    position: relative
}

.navi_box .nav li.app_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navi_box.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 90px;
    margin: 0 0 0;
    padding: 0 2rem 0 2rem;
    border-top: none;
    border-bottom: none;
    z-index: 1
}

.navi_box.fixed .nav {
    display: flex;
    justify-content: flex-start;
    height: 90px
}

.navi_box .nav li.app_btn {
    height: 100%;
    display: none;
}

.navi_box.fixed .nav li.app_btn {
    height: 100%;
    display: flex;
    margin-left: auto;
}

.navi_box .nav li .app_btn_link {
    display: flex;
    align-items: center;
    justify-content: center;
    
    height: 100%;
    padding: 2rem 5rem 2rem 3rem;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    position: relative;
    width: 50%;
    white-space: nowrap;
}
.navi_box .nav li a.--entry{
    background: -moz-linear-gradient(90deg,rgba(0, 127, 96, 1) 0%, rgba(0, 86, 57, 1) 100%);
	background: -webkit-linear-gradient(90deg,rgba(0, 127, 96, 1) 0%, rgba(0, 86, 57, 1) 100%);
	background: linear-gradient(90deg,rgba(0, 127, 96, 1) 0%, rgba(0, 86, 57, 1) 100%);
}
.navi_box .nav li a.--mtg{
    background: -moz-linear-gradient(90deg, #2468ea, #004de0);
    background: -webkit-linear-gradient(90deg, #2468ea, #004de0);
    background: linear-gradient(90deg, #2468ea, #004de0);
}

.navi_box .nav li .app_btn_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:768px) {
    .navi_box {
        width: 100%;
        min-width: 100%;
        margin: 3rem 0 0;
        padding: 0 1.5rem 0
    }

    .navi_box .nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .navi_box .nav li {
        width: calc(50% - 7px);
        margin: 0 0;
        text-align: left;
        border-bottom: 1px solid rgba(162, 162, 162, .6)
    }

    .navi_box .nav li a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 1.5rem 2rem 1.5rem 0;
        font-size: 1.4rem
    }

    .navi_box .nav li a::after {
        right: 5px;
        border-top: solid 1px #bda467;
        border-right: solid 1px #bda467
    }

    .navi_box.fixed {
        display: none
    }
}

.wrap {
    overflow: hidden
}

.contents_top {
    width: 100%;
    min-width: 1100px;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 0
}

.sec {
    width: 100%;
    min-width: 1100px;
    margin: auto;
    box-sizing: border-box;
    position: relative
}

.sec .inner {
    max-width: 1100px;
    margin: auto;
    box-sizing: border-box
}

@media screen and (max-width:768px) {
    .contents_top {
        min-width: 100%
    }

    .sec {
        min-width: 100%
    }

    .sec .inner {
        max-width: 100%;
        padding: 0 1.5rem
    }
}

h2,
h3,
h4,
h5,
h6,
.cc {
    font-weight: 700;
    line-height: 1.5
}

h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    display: block;
    font-weight: 700
}

h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-weight: 700
}

h2 br,
h3 br,
h4 br,
h5 br,
h6 br,
.cc br {
    line-height: 0
}

*:not(br) {
    line-height: 1.5
}

.eng_ttl {
    margin: auto
}

.main_ttl01 {
    margin: 2rem 0 0;
    text-align: center
}

.main_ttl01 .m_ttl {
    font-size: 4rem
}

@media screen and (max-width:768px) {
    .main_ttl01 {
        margin: 1rem 0 0
    }

    .main_ttl01 .m_ttl {
        font-size: 2.2rem
    }
}

.contents_top p {
    margin: 3rem 0 3rem;
    font-size: 1.4rem;
    line-height: 2
}

.txt {
    margin: 3rem 0 3rem;
    font-size: 1.4rem;
    text-align: justify;
    line-height: 2
}

.lead {
    margin: 3rem 0 0 !important;
    font-size: 1.4rem;
    line-height: 2
}

.sec p {
    margin: 0 0 0
}

@media screen and (max-width:768px) {
    .contents_top p {
        margin: 2rem 0 2rem;
        line-height: 1.8
    }

    .txt {
        margin: 2rem 0 2rem;
        line-height: 1.8
    }

    .lead {
        margin: 2rem 0 0 !important;
        line-height: 1.8
    }

    .sec p {
        margin: 0 0 0
    }
}

.interview {
    padding: 6rem 0 18rem
}

.interview .eng_ttl {
    width: 570px
}

.pageLink {
    display: flex;
    justify-content: space-between;
    margin: 6rem 0 6rem 0
}

.pageLink .link_item {
    width: calc(33.33% - 2rem);
    position: relative
}

.pageLink .link_item a {
    display: block
}

.pageLink .cc {
    display: inline;
    background: linear-gradient(transparent 0%, #333 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 5px 1.5rem;
    line-height: 2.2
}

.pageLink .link {
    background: #fff;
    width: 135px;
    margin: auto;
    padding: 5px 2rem;
    font-size: 1.4rem;
    text-align: center;
    border: 1px solid #333;
    border-radius: 100px;
    position: relative;
    z-index: 1
}

.pageLink .link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-top: solid 2px #333;
    border-right: solid 2px #333
}

.pageLink.top .cc {
    font-size: 2.2rem
}

.pageLink.top .imgBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    margin: 0 0 -2rem
}

.pageLink.top .box {
    width: 220px;
    height: 220px;
    margin: -6rem 0 0 auto
}

.pageLink.top .name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 2.8rem;
    border-radius: 50%
}

.pageLink.top .link_item:nth-child(1) .name {
    background: linear-gradient(180deg, #ffc6db, #ffecbb)
}

.pageLink.top .link_item:nth-child(2) .name {
    background: linear-gradient(180deg, #97d3f6, #c2a9d8)
}

.pageLink.top .link_item:nth-child(3) .name {
    background: linear-gradient(180deg, #b5f6e4, #d0f6ba)
}

.pageLink.top .link {
    margin: -2.5rem auto 0
}

.pageLink.top .link::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.pageLink.bottom .link_item {
    text-align: center
}

.pageLink.bottom .link_item a {
    padding: 0 3rem 3.5rem;
    border-radius: 60px
}

.pageLink.bottom .link_item:nth-child(1) a {
    background: linear-gradient(180deg, #ffc6db, #ffecbb)
}

.pageLink.bottom .link_item:nth-child(2) a {
    background: linear-gradient(180deg, #97d3f6, #c2a9d8)
}

.pageLink.bottom .link_item:nth-child(3) a {
    background: linear-gradient(180deg, #b5f6e4, #d0f6ba)
}

.pageLink.bottom .cc_wrap {
    position: relative;
    top: -20px
}

.pageLink.bottom .cc {
    font-size: 1.8rem
}

.pageLink.bottom .name {
    margin: -1.5rem 0 0;
    font-size: 2.3rem
}

.pageLink.bottom .link {
    margin: 1.5rem auto 0
}

.pageLink.bottom .link::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.interview_block {
    margin: 12rem 0 0
}

.interview_parts {
    margin: 0 0 15rem;
    padding: 0 7rem
}

.interview_parts .upper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 7rem;
    position: relative;
    z-index: 1
}

.interview_parts .upper::after {
    content: "";
    position: absolute;
    top: 60px;
    left: 150px;
    width: 100vw;
    height: calc(100% - 60px);
    z-index: -1
}

#interview01 .upper::after {
    background: linear-gradient(180deg, #ffc6db, #ffecbb)
}

#interview02 .upper::after {
    background: linear-gradient(180deg, #97d3f6, #c2a9d8)
}

#interview03 .upper::after {
    background: linear-gradient(180deg, #b5f6e4, #d0f6ba)
}

.interview_parts .upper .imgBox {
    width: 295px
}

.interview_parts .upper .txtBox {
    width: calc(100% - 350px);
    margin: 2rem 0 0
}

.interview_parts .upper .cc {
    display: inline;
    background: linear-gradient(transparent 0%, #333 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 5px 1.5rem;
    font-size: 3.4rem;
    line-height: 2
}

.interview_parts .ttl01 {
    margin: 4rem 0 0;
    font-size: 3rem
}

.interview_parts .dep {
    margin: 2rem 0 0;
    font-size: 1.8rem;
    line-height: 1.8
}

.interview_parts .txt {
    margin: 2rem 0 0
}

.interview_bg {
    margin: -10rem 0 0;
    padding: 16rem 0 0;
    position: relative;
    z-index: 0
}

.interview_bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 40%;
    background: url(/img/lp/ma-woman/interview_bg.webp) right top repeat;
    background-size: 10px auto;
    width: 100vw;
    height: calc(100% - 140px);
    z-index: -1
}

.qa_parts {
    position: relative
}

.qa_parts::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 40px);
    right: calc(100% + 100px);
    background: url(/img/lp/ma-woman/deco_02.webp) left top no-repeat;
    background-size: contain;
    width: 100px;
    height: 112px
}

.qa_parts::after {
    content: "";
    position: absolute;
    top: calc(100% - 100px);
    left: calc(100% + 50px);
    background: url(/img/lp/ma-woman/deco_03.webp) left top no-repeat;
    background-size: contain;
    width: 156px;
    height: 210px
}

.qa_parts .qa_item {
    margin: 0 0 6rem;
    position: relative
}

.qa_parts .qa_item:last-child {
    margin: 0 0 0
}

.qa_parts .q_txt {
    padding: 0 0 0 4rem;
    font-size: 2.4rem;
    line-height: 1.5;
    position: relative
}

.qa_parts .q_txt::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background: url(/img/lp/ma-woman/deco_01.webp) left top no-repeat;
    background-size: contain;
    width: 26px;
    height: 27px
}

.qa_parts .a_txt {
    margin: 3rem 0 0;
    padding: 0 0 0 4rem;
    font-size: 1.8rem;
    line-height: 1.5;
    position: relative
}

.qa_parts .a_txt::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    background: #bda467;
    width: 30px;
    height: 1px
}

.qa_parts .txt {
    margin: 2rem 0 0;
    padding: 0 0 0 4rem
}

.flow_parts {
    background: #fff;
    margin: 8rem 0 0;
    padding: 5px 5px;
    border: 1px solid #979797;
    position: relative
}

.flow_parts .flow_parts_inner {
    padding: 4rem 0 5rem;
    border: 1px solid #d5d5d5
}

.flow_parts .eng {
    position: absolute;
    top: -15px;
    left: 40px;
    background: linear-gradient(180deg, transparent 0%, transparent 45%, #fff 45%, #fff 100%);
    width: 160px
}

.flow_parts .eng img {
    display: block;
    width: 120px;
    margin: auto
}

.flow_parts .txtBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6rem
}

.flow_parts .f_ttl {
    width: 40%;
    padding: 0 0 0 2.5rem;
    font-size: 2.4rem;
    position: relative
}

.flow_parts .f_ttl::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    background: linear-gradient(180deg, #f6cfdf, #f3eed5);
    width: 12px;
    height: 24px
}

.flow_parts .txt {
    width: 55%;
    margin: 0 0 0
}

.interview_bottom {
    margin: 10rem 0 0
}

.interview_bottom .ttl {
    display: flex;
    align-items: center;
    font-size: 3.2rem;
    position: relative
}

.interview_bottom .ttl::before,
.interview_bottom .ttl::after {
    content: "";
    display: block;
    flex: 1;
    border-top: 1px solid #333
}

.interview_bottom .ttl::before {
    margin-right: 5rem
}

.interview_bottom .ttl::after {
    margin-left: 5rem
}

@media screen and (max-width:768px) {
    .interview {
        padding: 6rem 0 8rem
    }

    .interview .eng_ttl {
        width: 85%
    }

    .pageLink {
        display: block;
        margin: 4rem 0 0
    }

    .pageLink .link_item {
        width: 100%
    }

    .pageLink .cc {
        padding: 3px 8px;
        line-height: 2
    }

    .pageLink .link {
        width: 70%;
        padding: 5px 1.5rem;
        font-size: 1rem
    }

    .pageLink .link::after {
        border-top: solid 1px #333;
        border-right: solid 1px #333
    }

    .pageLink.top .link_item {
        width: 75%;
        margin: 0 0 4rem 0
    }

    .pageLink.top .link_item:nth-child(even) {
        margin: 0 0 4rem auto
    }

    .pageLink.top .link_item:last-child {
        margin: 0 0 0
    }

    .pageLink.top .cc {
        font-size: 1.6rem;
        position: relative;
        z-index: 1
    }

    .pageLink.top .imgBox {
        width: 42%;
        margin: 0 0 -1rem;
        z-index: 1
    }

    .pageLink.top .box {
        width: 65%;
        height: 0;
        padding-top: 65%;
        margin: -4rem 0 0 auto;
        position: relative
    }

    .pageLink.top .name {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-top: 100%;
        font-size: 2rem
    }

    .pageLink.top .name span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center
    }

    .pageLink.top .link {
        margin: -2rem auto 0
    }

    .pageLink.bottom {
        margin: 2rem 0 2rem 0
    }

    .pageLink.bottom .link_item {
        margin: 0 0 2rem;
        text-align: left
    }

    .pageLink.bottom .link_item:last-child {
        margin: 0 0 0
    }

    .pageLink.bottom .link_item a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.5rem 2rem 1.5rem;
        border-radius: 30px
    }

    .pageLink.bottom .cc_wrap {
        width: 55%;
        top: 0
    }

    .pageLink.bottom .cc {
        font-size: 1.5rem
    }

    .pageLink.bottom .box {
        width: 40%
    }

    .pageLink.bottom .name {
        margin: 0 0 0;
        font-size: 1.7rem;
        text-align: center
    }

    .pageLink.bottom .link {
        width: 100%;
        margin: 5px auto 0
    }

    .interview_block {
        margin: 6rem 0 0
    }

    .interview_parts {
        margin: 0 0 6rem;
        padding: 0 0
    }

    .interview_parts .upper {
        display: block;
        padding: 0 0 4em
    }

    .interview_parts .upper::after {
        top: 15px;
        left: 60px;
        width: 100vw;
        height: calc(100% - 30px)
    }

    .interview_parts .upper .imgBox {
        width: 100%
    }

    .interview_parts .upper .txtBox {
        width: 100%;
        margin: 0 0 0
    }

    .interview_parts .upper .cc {
        padding: 3px 8px;
        font-size: 1.8rem;
        line-height: 1.9
    }

    .interview_parts .sp_flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2rem 0 0
    }

    .interview_parts .sp_left {
        width: 40%
    }

    .interview_parts .sp_right {
        width: 55%
    }

    .interview_parts .ttl01 {
        margin: 0 0 0;
        font-size: 2rem
    }

    .interview_parts .dep {
        margin: 1.5rem 0 0;
        font-size: 1.5rem
    }

    .interview_parts .txt {
        margin: 1.5rem 0 0
    }

    .interview_bg {
        margin: -8rem 0 0;
        padding: 10rem 0 0
    }

    .interview_bg::after {
        right: 60px;
        background: url(/img/lp/ma-woman/interview_bg.webp) right top repeat;
        background-size: 5px auto;
        width: 100vw;
        height: calc(100% - 140px)
    }

    .qa_parts::before {
        bottom: calc(100% + 20px);
        left: -15px;
        right: inherit;
        background: url(/img/lp/ma-woman/deco_02.webp) left top no-repeat;
        background-size: contain;
        width: 10%;
        height: 0;
        padding-top: calc(10%*112/100)
    }

    .qa_parts::after {
        top: 100%;
        left: inherit;
        right: -15px;
        background: url(/img/lp/ma-woman/deco_03.webp) left top no-repeat;
        background-size: contain;
        width: 18%;
        height: 0;
        padding-top: calc(18%*210/156)
    }

    .qa_parts .qa_item {
        margin: 0 0 3rem
    }

    .qa_parts .q_txt {
        padding: 0 0 0 3rem;
        font-size: 1.8rem
    }

    .qa_parts .q_txt::before {
        background: url(/img/lp/ma-woman/deco_01.webp) left top no-repeat;
        background-size: contain;
        width: 18px;
        height: 19px
    }

    .qa_parts .a_txt {
        margin: 1.5rem 0 0;
        padding: 0 0 0 3rem;
        font-size: 1.5rem
    }

    .qa_parts .a_txt::before {
        top: 12px;
        width: 20px
    }

    .qa_parts .txt {
        margin: 1.5rem 0 0;
        padding: 0 0 0 3rem
    }

    .flow_parts {
        margin: 6rem 0 0;
        padding: 3px 3px
    }

    .flow_parts .flow_parts_inner {
        padding: 3rem 2rem 3rem
    }

    .flow_parts .eng {
        top: -15px;
        left: 20px;
        width: 135px
    }

    .flow_parts .eng img {
        width: 120px
    }

    .flow_parts .txtBox {
        display: block;
        padding: 0 0
    }

    .flow_parts .f_ttl {
        width: 100%;
        padding: 0 0 0 1.5rem;
        font-size: 1.7rem
    }

    .flow_parts .f_ttl::before {
        top: 6px;
        background: linear-gradient(180deg, #f6cfdf, #f3eed5);
        width: 6px;
        height: 16px
    }

    .flow_parts .txt {
        width: 100%;
        margin: 1.5rem 0 0
    }

    .interview_bottom {
        margin: 6rem 0 0
    }

    .interview_bottom .ttl {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 1.5rem
    }

    .interview_bottom .float-wrap .catch {
        font-size: 1.8rem;
        margin-top: 1.5rem
    }

    .interview_bottom .ttl::before,
    .interview_bottom .ttl::after {
        min-width: 6px
    }

    .interview_bottom .ttl::before {
        margin-right: 1.5rem
    }

    .interview_bottom .ttl::after {
        margin-left: 1.5rem
    }
}

.check {
    padding: 15rem 0 15rem;
    position: relative;
    z-index: 0
}

.check::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(/img/lp/ma-woman/check_bg01.webp) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    z-index: -1
}

.check .inner {
    background: #fff;
    padding: 0 7rem
}

.check .eng_ttl {
    width: 360px;
    position: relative;
    top: -60px
}

.check .main_ttl01 {
    margin: -4rem 0 0
}

.check .lead {
    max-width: 70%;
    margin: 3rem auto 0 !important
}

.check_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 12rem 0 0
}

.check_block .item {
    background: linear-gradient(180deg, #ffc7db, #ffecbb);
    width: calc(470px - 3rem);
    margin: 0 0 10rem;
    padding: 1rem 1rem;
    position: relative
}

.check_block .item_inner {
    background: #fff;
    padding: 0 3rem 4rem
}

.check_block .box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.check_block .imgBox {
    width: 200px;
    margin: -7rem 0 0 -9rem
}

.check_block .ttl01 {
    display: flex;
    align-items: center;
    width: calc(100% - 130px);
    font-size: 2.8rem
}

.check_block .txt {
    margin: 2rem 0 0
}

@media screen and (max-width:768px) {
    .check {
        padding: 10rem 1.5rem 8rem
    }

    .check::before {
        background: url(/img/lp/ma-woman/check_bg01_sp.webp) center center no-repeat;
        background-size: 100% auto;
        width: 100%;
        height: 0;
        padding-top: calc(100%*400/750)
    }

    .check .inner {
        padding: 0 0
    }

    .check .eng_ttl {
        width: 60%;
        top: -30px
    }

    .check .main_ttl01 {
        margin: -1rem 0 0
    }

    .check .lead {
        max-width: 100%;
        margin: 2rem auto 0 !important;
        padding: 0 1.5rem
    }

    .check_block {
        display: block;
        margin: 6rem 0 0
    }

    .check_block .item {
        width: calc(100% - 3rem);
        margin: 0 0 5rem auto;
        padding: 5px 5px
    }

    .check_block .item:last-child {
        margin: 0 0 0 auto
    }

    .check_block .item_inner {
        padding: 0 2rem 3rem
    }

    .check_block .imgBox {
        width: 120px;
        margin: -4rem 0 0 -6rem
    }

    .check_block .ttl01 {
        display: block;
        width: calc(100% - 80px);
        padding: 1rem 0 0;
        font-size: 1.8rem
    }

    .check_block .txt {
        margin: 1.5rem 0 0
    }
}

.ma {
    padding-bottom: 20rem
}

.ma .eng_ttl {
    width: 360px;
    margin-bottom: 5rem
}

.ma .m_ttl {
    font-size: 4.5rem
}

.ma .upper {
    padding: 10rem 0;
    box-sizing: border-box;
    background: url(/img/lp/ma-woman/ma_bg01.webp) center bottom no-repeat;
    background-size: cover;
    height: 697px;
    position: relative;
    z-index: 0
}

.ma .upper .inner:before {
    content: "";
    position: absolute;
    top: -55px;
    right: 50px;
    background: url(/img/lp/ma-woman/deco_05.webp) center no-repeat;
    background-size: contain;
    width: 111px;
    height: 111px;
    z-index: -1
}

.ma .upper .inner:after {
    content: "";
    position: absolute;
    bottom: 120px;
    left: 50px;
    background: url(/img/lp/ma-woman/deco_02.webp) center no-repeat;
    background-size: contain;
    width: 99px;
    height: 112px;
    z-index: -1
}

.ma .upper .txt {
    padding: 5rem 10rem 0
}

.ma .under {
    padding: 6rem 0
}

.ma .under .read {
    text-align: center;
    font-size: 3.4rem;
    color: #000;
    padding: 0 0 6rem 0
}

.ma .under .read02 {
    text-align: center;
    font-size: 3.4rem;
    color: #000;
    padding: 6rem 0 6rem 0
}

.ma .under .wrap_01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 50px;
    margin: 25px;
    border: 1px solid #d5d5d5
}

.ma .under .wrap_01 .left {
    width: 30%;
    padding-right: 4rem;
    margin-right: 0
}

.ma .under .wrap_01 .right {
    width: 70%;
    margin: 0;
    padding: 1.5rem 4rem;
    border-left: 1px solid #dcdcdc
}

.schedule_parts {
    margin: 8rem 0 0
}

.schedule_parts .schedule_ttl {
    font-size: 2.8rem;
    text-align: center
}

.schedule_parts .txt {
    margin: 3rem 0 0
}

.schedule_table {
    margin: 5rem 0 0;
    position: relative
}

.schedule_table .upper_txt {
    background: url(/img/lp/ma-woman/table_arrow.webp) left bottom no-repeat;
    background-size: contain;
    width: 445px;
    height: 19px;
    margin: 0 0 5px 27.27%;
    color: #2cc184;
    font-size: 1.5rem;
    text-align: center
}

.schedule_table .upper_txt div {
    font-weight: 700;
    position: relative;
    bottom: 5px
}

.schedule_table table {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0
}

.schedule_table table tr {
    width: 100%;
    box-sizing: border-box
}

.schedule_table table th {
    line-height: 1.3
}

.schedule_table table td {
    line-height: 1.3
}

.schedule_table table td div {
    line-height: 1.3
}

.schedule_table thead th {
    background: #bda467;
    width: 9.09%;
    box-sizing: border-box;
    padding: 2rem 1rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    border-right: 1px solid #fff
}

.schedule_table thead th:nth-child(1),
.schedule_table thead th:nth-child(2) {
    background: none
}

.schedule_table thead th.shape {
    position: relative
}

.schedule_table thead th.shape::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(/img/lp/ma-woman/table_shape.webp) left top no-repeat;
    background-size: 34px 100%;
    width: 34px;
    height: 500px;
    min-height: 500px;
    z-index: 1
}

.schedule_table tbody tr {
    width: 100%;
    position: relative
}

.schedule_table tbody tr::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 9.09%;
    transform: translate(0, -50%);
    width: calc(100% - 9.09% - 5px);
    height: calc(100% - 2rem)
}

.schedule_table tbody tr:nth-child(1)::after {
    border: 2px dotted #58abe0
}

.schedule_table tbody tr:nth-child(2)::after {
    border: 2px dotted #987abb
}

.schedule_table tbody tr:nth-child(3)::after {
    border: 2px dotted #ec96ad
}

.schedule_table tbody th {
    height: 100%;
    padding: 5px 1rem 5px 0;
    box-sizing: border-box;
    text-align: center
}

.schedule_table tbody td {
    vertical-align: middle;
    background: #f2efef;
    height: 100%;
    padding: 2rem 5px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #fff;
    position: relative
}

.schedule_table tbody td:last-child {
    border-right: none
}

.schedule_table tbody td.bg_none {
    background: none
}

_::-webkit-full-page-media,
_:future,
:root .schedule_table tbody tr::after {
    display: none
}

_::-webkit-full-page-media,
_:future,
:root .schedule_table tbody td::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: calc(100% - 2rem)
}

_::-webkit-full-page-media,
_:future,
:root .schedule_table tbody tr:nth-child(1) td::after {
    border-top: 2px dotted #58abe0;
    border-bottom: 2px dotted #58abe0
}

_::-webkit-full-page-media,
_:future,
:root .schedule_table tbody tr:nth-child(2) td::after {
    border-top: 2px dotted #987abb;
    border-bottom: 2px dotted #987abb
}

_::-webkit-full-page-media,
_:future,
:root .schedule_table tbody tr:nth-child(3) td::after {
    border-top: 2px dotted #ec96ad;
    border-bottom: 2px dotted #ec96ad
}

_::-webkit-full-page-media,
_:future,
:root .schedule_table tbody tr:nth-child(1) td.bg_none::after {
    border-left: 2px dotted #58abe0
}

_::-webkit-full-page-media,
_:future,
:root .schedule_table tbody tr:nth-child(2) td.bg_none::after {
    border-left: 2px dotted #987abb
}

_::-webkit-full-page-media,
_:future,
:root .schedule_table tbody tr:nth-child(3) td.bg_none::after {
    border-left: 2px dotted #ec96ad
}

_::-webkit-full-page-media,
_:future,
:root .schedule_table tbody tr:nth-child(1) td:last-child::after {
    border-right: 2px dotted #58abe0
}

_::-webkit-full-page-media,
_:future,
:root .schedule_table tbody tr:nth-child(3) td:last-child::after {
    border-right: 2px dotted #ec96ad
}

_::-webkit-full-page-media,
_:future,
:root .schedule_table tbody td.rowspan::after {
    border-bottom: 2px dotted #987abb !important
}

_::-webkit-full-page-media,
_:future,
:root .schedule_table tbody tr:nth-child(1) td:last-child::before {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: calc(50% - 3rem);
    border-right: 2px dotted #987abb;
    z-index: 1
}

.schedule_table .sb {
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2rem 1rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    position: relative
}

.schedule_table .sb::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 12px solid #333
}

.schedule_table .txt01 {
    color: #58abe0;
    font-size: 2rem;
    font-weight: 700
}

.schedule_table .txt02 {
    color: #987abb;
    font-size: 2rem;
    font-weight: 700
}

.schedule_table .txt03 {
    color: #ec96ad;
    font-size: 2rem;
    font-weight: 700
}

.schedule_table .bg01 {
    background: linear-gradient(0deg, #987abb, #58abe0)
}

.schedule_table .bg02 {
    background: #977bbb
}

.schedule_table .bg03 {
    background: #57aadf
}

.schedule_table .bg04 {
    background: #ec96ad
}

.schedule_table .popupBox {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative
}

.schedule_table .popupBox03 {
    margin: 0 auto 1rem
}

.schedule_table .popup_txtWrap {
    width: 100%;
    height: 100%;
    position: relative
}

.schedule_table .popup_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 1.5rem 5px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.schedule_table .popup_txt .plus {
    margin: 1.5rem 0 0;
    font-size: 2.4rem;
    font-weight: 700
}

.schedule_table .popup_txt>div {
    font-weight: 700
}

.schedule_table .small {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3
}

.schedule_table .small.di {
    display: inline-block
}

.schedule_table .icon01 div {
    display: inline-block;
    position: relative
}

.schedule_table .icon01 div:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(/img/lp/ma-woman/icon_hatena01.webp) left top no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    margin: -1rem 0 0 1rem;
    z-index: 1
}

.schedule_table .icon02:after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    background: url(/img/lp/ma-woman/icon_hatena02.webp) left top no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    z-index: 1
}

.schedule_table .icon03 div {
    display: inline-block;
    position: relative
}

.schedule_table .icon03 div:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(/img/lp/ma-woman/icon_hatena03.webp) left top no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    z-index: 1
}

@media screen and (max-width:768px) {
    .ma {
        padding-bottom: 10rem
    }

    .ma .eng_ttl {
        width: 75%;
        margin-bottom: 2rem
    }

    .ma .m_ttl {
        font-size: 2.4rem
    }

    .ma .upper {
        padding: 6rem 0 10rem;
        box-sizing: border-box;
        background: url(/img/lp/ma-woman/ma_bg01_sp.webp) center top no-repeat;
        background-size: auto 100%;
        height: 30%;
        position: relative
    }

    .ma .upper .inner:before {
        top: -35px;
        right: 15px;
        background: url(/img/lp/ma-woman/deco_05.webp) center no-repeat;
        background-size: contain;
        width: 66px;
        height: 66px
    }

    .ma .upper .inner:after {
        bottom: 5px;
        left: 15px;
        background: url(/img/lp/ma-woman/deco_02.webp) center no-repeat;
        background-size: contain;
        width: 60px;
        height: 67px
    }

    .ma .upper .txt {
        padding: 3rem 0 0
    }

    .ma .under {
        padding: 3rem 0
    }

    .ma .under .read {
        font-size: 2rem;
        padding-bottom: 3rem
    }

    .ma .under .read02 {
        font-size: 2rem
    }

    .ma .under .float-img.sp-scroll {
        width: 100%;
        padding-bottom: .6rem;
        overflow: hidden;
        overflow-x: scroll;
        overflow-y: visible
    }

    .ma .under .float-img.sp-scroll::-webkit-scrollbar {
        height: .6rem
    }

    .ma .under .float-img.sp-scroll::-webkit-scrollbar-track {
        border-radius: .3rem;
        background: #eee
    }

    .ma .under .float-img.sp-scroll::-webkit-scrollbar-thumb {
        border-radius: .3rem;
        background: #ddd
    }

    .ma .under .float-img.sp-scroll .flame {
        width: 650px
    }

    .ma .under .wrap_01 {
        display: block;
        padding: 2.5rem 2rem;
        margin: 25px 5px
    }

    .ma .under .wrap_01 .left {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 2rem
    }

    .ma .under .wrap_01 .left img {
        display: block;
        width: 200px;
        margin: auto
    }

    .ma .under .wrap_01 .right {
        width: 100%;
        padding: 2rem 0 0;
        border-left: none;
        border-top: 1px solid #dcdcdc
    }

    .ma .under .float-img.fl,
    .ma .under .float-img.fr {
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-bottom: 1.5rem
    }

    .schedule_parts {
        margin: 5rem 0 0
    }

    .schedule_parts .schedule_ttl {
        font-size: 1.8rem
    }

    .schedule_parts .txt {
        margin: 2rem 0 0
    }

    .schedule_table {
        margin: 3rem 0 0;
        padding: 1rem 0 0;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .schedule_table::-webkit-scrollbar {
        display: none
    }

    .schedule_table .schedule_inner {
        width: 768px
    }

    .schedule_table .upper_txt {
        width: 40%;
        height: 0;
        margin: 0 0 3px 27.27%;
        padding-top: calc(40%*19/445);
        font-size: 1.4rem;
        position: relative
    }

    .schedule_table .upper_txt div {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center
    }

    .schedule_table thead th {
        width: 9.09%;
        min-width: 90px;
        padding: 1.5rem 5px;
        font-size: 1.4rem
    }

    .schedule_table thead th:nth-child(1),
    .schedule_table thead th:nth-child(2) {
        min-width: 80px
    }

    .schedule_table thead th.shape::after {
        background: url(/img/lp/ma-woman/table_shape.webp) left top repeat-y;
        background-size: 34px auto;
        width: 34px;
        height: 450px;
        min-height: 450px
    }

    .schedule_table tbody tr::after {
        width: calc(100% - 9.09% - 3px);
        height: calc(100% - 10px)
    }

    .schedule_table tbody tr:nth-child(1)::after {
        border: 1px dotted #58abe0
    }

    .schedule_table tbody tr:nth-child(2)::after {
        border: 1px dotted #987abb
    }

    .schedule_table tbody tr:nth-child(3)::after {
        border: 1px dotted #ec96ad
    }

    .schedule_table tbody th {
        padding: 5px 1rem 5px 0
    }

    .schedule_table tbody td {
        padding: 1rem 5px
    }

    _::-webkit-full-page-media,
    _:future,
    :root .schedule_table tbody td::after {
        height: calc(100% - 10px)
    }

    _::-webkit-full-page-media,
    _:future,
    :root .schedule_table tbody tr:nth-child(1) td::after {
        border-top: 1px dotted #58abe0;
        border-bottom: 1px dotted #58abe0
    }

    _::-webkit-full-page-media,
    _:future,
    :root .schedule_table tbody tr:nth-child(2) td::after {
        border-top: 1px dotted #987abb;
        border-bottom: 1px dotted #987abb
    }

    _::-webkit-full-page-media,
    _:future,
    :root .schedule_table tbody tr:nth-child(3) td::after {
        border-top: 1px dotted #ec96ad;
        border-bottom: 1px dotted #ec96ad
    }

    _::-webkit-full-page-media,
    _:future,
    :root .schedule_table tbody tr:nth-child(1) td.bg_none::after {
        border-left: 1px dotted #58abe0
    }

    _::-webkit-full-page-media,
    _:future,
    :root .schedule_table tbody tr:nth-child(2) td.bg_none::after {
        border-left: 1px dotted #987abb
    }

    _::-webkit-full-page-media,
    _:future,
    :root .schedule_table tbody tr:nth-child(3) td.bg_none::after {
        border-left: 1px dotted #ec96ad
    }

    _::-webkit-full-page-media,
    _:future,
    :root .schedule_table tbody tr:nth-child(1) td:last-child::after {
        border-right: 1px dotted #58abe0
    }

    _::-webkit-full-page-media,
    _:future,
    :root .schedule_table tbody tr:nth-child(3) td:last-child::after {
        border-right: 1px dotted #ec96ad
    }

    _::-webkit-full-page-media,
    _:future,
    :root .schedule_table tbody td.rowspan::after {
        border-bottom: 1px dotted #987abb !important
    }

    _::-webkit-full-page-media,
    _:future,
    :root .schedule_table tbody tr:nth-child(1) td:last-child::before {
        bottom: 6px;
        height: calc(50% - 2rem);
        border-right: 1px dotted #987abb
    }

    .schedule_table .sb {
        padding: 1rem 5px;
        font-size: 1.4rem
    }

    .schedule_table .sb::after {
        margin-top: -6px;
        border: 6px solid transparent;
        border-left: 8px solid #333
    }

    .schedule_table .txt01 {
        font-size: 1.5rem
    }

    .schedule_table .txt02 {
        font-size: 1.5rem
    }

    .schedule_table .txt03 {
        font-size: 1.5rem
    }

    .schedule_table .popupBox03 {
        margin: 0 0 5px
    }

    .schedule_table .popup_txt {
        padding: 1rem 5px;
        font-size: 1.3rem;
        border-radius: 5px
    }

    .schedule_table .popup_txt .plus {
        margin: 1rem 0 0;
        font-size: 1.8rem
    }

    .schedule_table .small {
        font-size: 1.1rem
    }

    .schedule_table .icon01 div:after {
        width: 22px;
        height: 22px;
        margin: -5px 0 0 5px
    }

    .schedule_table .icon02:after {
        top: -5px;
        right: -5px;
        width: 22px;
        height: 22px
    }

    .schedule_table .icon03 div:after {
        width: 22px;
        height: 22px
    }

    .ma .under .sp_txt {
        color: #6e6e6e;
        text-align: center;
        margin-top: 2rem
    }
}

.popup {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    width: 400px;
    transform: translate(-50%, 0);
    padding: 20px 30px 30px 30px;
    z-index: 10;
    background: #fff;
    border: 2px solid #bd9e52;
    box-shadow: 4px 4px 15px -5px #ccc;
    text-align: left
}

.popup .txt_01 {
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d5d5d5
}

.popup .txt {
    color: #333;
    margin: 0 0 0
}

.modal-close {
    display: none
}

@media screen and (max-width:768px) {
    .popup {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        background: rgba(0, 0, 0, 50%);
        width: 100%;
        height: 100%;
        padding: 2rem 0 2rem 0;
        border: none;
        box-shadow: none;
        text-align: center;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        box-sizing: border-box
    }

    .popup .txt_01 {
        font-size: 1.6rem;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem
    }

    .popup:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%
    }

    .popup.active {
        opacity: 1;
        visibility: visible
    }

    .modal-body {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: 95%
    }

    .modal-close {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 1rem;
        right: 1rem;
        width: 22px;
        height: 22px;
        background: #686868;
        border-radius: 100px;
        font-size: 1.5rem;
        color: #fff;
        cursor: pointer
    }

    .modal-content {
        background: #fff;
        text-align: left;
        padding: 2.5rem 2rem;
        z-index: 999;
        border: 1px solid #af8e40
    }
}

.training {
    padding: 10rem 0 20rem;
    position: relative
}

.training:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -2
}

.training .ttl_wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/lp/ma-woman/training_01.webp) center no-repeat;
    background-size: cover;
    width: 50vw;
    height: 550px;
    z-index: -1
}

.training .eng_ttl {
    position: absolute;
    top: -50px;
    left: 0;
    width: 600px
}

.training .main_ttl01 {
    text-align: left
}

.training .m_ttl {
    color: #fff;
    font-size: 3.8rem
}

.training .wrap_01 {
    width: 72%;
    background: rgba(255, 255, 255, .85);
    padding: 60px 0 60px 60px;
    margin: -100px 0 0 auto;
    position: relative
}

.training .wrap_01:after {
    display: block;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 100vw;
    height: 100%;
    background: rgba(255, 255, 255, .85)
}

.training .wrap_01 ul {
    position: relative;
    z-index: 2
}

.training .wrap_01 ul li {
    display: flex;
    border: 1px solid #e7e7e7;
    position: relative;
    z-index: 0
}

.training .wrap_01 ul li:not(:last-child) {
    margin-bottom: 2.5rem
}

.training .wrap_01 ul li:nth-child(1) {
    font-size: 2.2rem;
    background: #39d293;
    color: #fff;
    padding: 3rem 3rem;
    font-weight: 700
}

.training .wrap_01 ul li:nth-child(2) .left {
    background: #2cc184
}

.training .wrap_01 ul li:nth-child(3) .left {
    background: #24ba7c
}

.training .wrap_01 ul li:nth-child(4) .left {
    background: #1ab172
}

.training .wrap_01 ul li:nth-child(5) .left {
    background: #13a769
}

.training .wrap_01 ul li:nth-child(6) .left {
    background: #0c9f61
}

.training .wrap_01 ul li:nth-child(7) {
    font-size: 2.2rem;
    background: #128f5a;
    color: #fff;
    padding: 3rem 3rem;
    font-weight: 700
}

.training .wrap_01 ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 45px;
    width: 28px;
    height: 25px;
    margin: 1px 0 0;
    z-index: -1
}

.training .wrap_01 ul li:nth-child(1)::after {
    background: #39d293
}

.training .wrap_01 ul li:nth-child(2)::after {
    background: #2cc184
}

.training .wrap_01 ul li:nth-child(3)::after {
    background: #24ba7c
}

.training .wrap_01 ul li:nth-child(4)::after {
    background: #1ab172
}

.training .wrap_01 ul li:nth-child(5)::after {
    background: #13a769
}

.training .wrap_01 ul li:nth-child(6)::after {
    background: #0c9f61
}

.training .wrap_01 ul li .left {
    font-size: 2.2rem;
    color: #fff;
    padding: 3rem 3rem 3rem;
    font-weight: 700
}

.training .wrap_01 ul li .right {
    padding: 2rem 3rem;
    background: #fff;
    width: 80%
}

.training .wrap_01 ul li .right .txt_01 {
    font-size: 2.2rem;
    font-weight: 700
}

.training .wrap_01 ul li:nth-child(2) .right .txt_01 {
    color: #2cc184
}

.training .wrap_01 ul li:nth-child(3) .right .txt_01 {
    color: #24ba7c
}

.training .wrap_01 ul li:nth-child(4) .right .txt_01 {
    color: #1ab172
}

.training .wrap_01 ul li:nth-child(5) .right .txt_01 {
    color: #13a769
}

.training .wrap_01 ul li:nth-child(6) .right .txt_01 {
    color: #0c9f61
}

.training .wrap_01 ul li .right .txt_01 span {
    color: #d7d7d7
}

.training .wrap_01 ul li .arrow {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin: 0 1rem
}

@media screen and (max-width:768px) {
    .training {
        padding: 4rem 0 8rem
    }

    .training .ttl_wrap:after {
        background: url(/img/lp/ma-woman/training_01.webp) center no-repeat;
        background-size: cover;
        width: 100%;
        height: 200px
    }

    .training .eng_ttl {
        top: -30px;
        width: 80%
    }

    .training .m_ttl {
        font-size: 2.6rem
    }

    .training .wrap_01 {
        width: 100%;
        padding: 3rem 1.5rem 3rem 2rem;
        margin: 3rem 0 0 auto
    }

    .training .wrap_01:after {
        display: none
    }

    .training .wrap_01 ul li:not(:last-child) {
        margin-bottom: 1rem
    }

    .training .wrap_01 ul li:nth-child(1) {
        font-size: 1.6rem;
        padding: 1.5rem 1.5rem
    }

    .training .wrap_01 ul li:nth-child(7) {
        font-size: 1.6rem;
        padding: 1.5rem 1.5rem
    }

    .training .wrap_01 ul li .left {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.6rem;
        padding: 2rem 1rem 2rem;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright
    }

    .training .wrap_01 ul li:not(:last-child)::after {
        left: 15px;
        width: 14px;
        height: 10px
    }

    .training .wrap_01 ul li .right {
        padding: 1.5rem
    }

    .training .wrap_01 ul li .right .txt_01 {
        font-size: 1.6rem
    }

    .training .wrap_01 ul li .arrow {
        margin: 0 5px
    }
}

.faq {
    background: #fff7e0;
    padding: 0 0 16rem
}

.faq .eng_ttl {
    width: 260px;
    position: relative;
    top: -50px
}

.faq .main_ttl01 {
    margin: -3rem 0 0
}

.faq_block {
    padding: 0 0 10rem
}

.faq_block .item {
    margin: 0 0 2rem
}

.faq_block .item:last-child {
    margin: 0 0 0
}

.faq_block .q_box {
    padding: 0 5rem 2rem 0;
    border-bottom: 1px solid silver;
    position: relative;
    cursor: pointer
}

.faq_block .q_box::before,
.faq_block .q_box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: #c1a35b;
    width: 30px;
    height: 2px;
    margin-top: -11px;
    transition: all 0.4s
}

.faq_block .q_box::after {
    transform: rotate(90deg)
}

.faq_block .q_box.open::before {
    display: none
}

.faq_block .q_box.open::after {
    transform: rotate(180deg)
}

.faq_block .q_txt {
    padding: 0 0 0 6rem;
    font-size: 2rem;
    line-height: 1.5;
    position: relative
}

.faq_block .q_txt::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    background: url(/img/lp/ma-woman/icon_q.webp) left top no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px
}

.faq_block .a_box {
    display: none;
    padding: 3rem 0 3rem 0
}

.faq_block .txt {
    padding: 0 0 0 6rem;
    position: relative
}

.faq_block .txt::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    background: url(/img/lp/ma-woman/icon_a.webp) left top no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px
}

.acc_wrap {
    background: #fff;
    max-width: 1000px;
    margin: 5rem auto 0;
    padding: 7rem 7rem
}

.acc_parts {
    position: relative
}

.acc_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    max-width: 300px;
    margin: auto;
    padding: 2rem 5rem;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    border: 2px solid #333;
    border-radius: 100px;
    cursor: pointer;
    z-index: 2
}

.acc_btn::before,
.acc_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    background: #333;
    width: 18px;
    height: 2px;
    margin-top: -1px;
    transition: all 0.3s ease
}

.acc_btn::after {
    transform: rotate(90deg)
}

.acc_btn.is-show::before {
    display: none
}

.acc_btn.is-show::after {
    transform: rotate(180deg)
}

.acc_btn span {
    font-weight: 700
}

.acc_btn span:before {
    content: "もっと見る"
}

.acc_btn.is-show span:before {
    content: "閉じる"
}

.acc_content {
    padding: 5px 0 0;
    overflow: hidden;
    position: relative
}

.acc_content.is-hide {
    height: 300px
}

.acc_content::after {
    content: "";
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 50%, #fff 100%);
    width: 100%;
    height: 150px;
    transition: all 0.4s;
    z-index: 1
}

.acc_btn.is-show+.acc_content::after {
    background: none;
    height: auto
}

.acc_btn.is-show+.acc_content {
    height: auto !important;
    overflow: auto !important
}

@media screen and (max-width:768px) {
    .faq {
        padding: 0 0 6rem
    }

    .faq .eng_ttl {
        width: 40%;
        top: -30px
    }

    .faq .main_ttl01 {
        margin: -1rem 0 0
    }

    .faq_block {
        padding: 0 0 7rem
    }

    .faq_block .item {
        margin: 0 0 1.5rem
    }

    .faq_block .q_box {
        padding: 0 3rem 1rem 0;
        border-bottom: 1px solid silver
    }

    .faq_block .q_box::before,
    .faq_block .q_box::after {
        width: 22px;
        height: 1px;
        margin-top: -6px
    }

    .faq_block .q_txt {
        padding: 0 0 0 4rem;
        font-size: 1.6rem
    }

    .faq_block .q_txt::before {
        top: -3px;
        width: 30px;
        height: 30px
    }

    .faq_block .a_box {
        padding: 2rem 0 2rem 0
    }

    .faq_block .txt {
        padding: 0 0 0 4rem
    }

    .faq_block .txt::before {
        top: -3px;
        width: 30px;
        height: 30px
    }

    .acc_wrap {
        max-width: 100%;
        margin: 3rem auto 0;
        padding: 3rem 2rem
    }

    .acc_btn {
        background: #fff;
        max-width: 65%;
        padding: 1.5rem 4rem;
        font-size: 1.4rem;
        border: 1px solid #333
    }

    .acc_btn::before,
    .acc_btn::after {
        right: 10px;
        width: 15px;
        height: 1px
    }

    .acc_content {
        padding: 3px 0 0
    }

    .acc_content.is-hide {
        height: 250px
    }
}

.career {
    padding: 14rem 0 20rem
}

.career .eng_ttl {
    width: 450px
}

.career table {
    margin-top: 6rem
}

.career table tr {
    border-bottom: 1px solid #aaa
}

.career table th {
    width: 20%;
    text-align: center;
    font-weight: 700;
    border-right: 1px solid #aaa;
    padding: 3rem 0;
    vertical-align: top
}

.career table td {
    padding: 3rem;
    font-size: 1.5rem
}

.career table .txt_01 {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 1.5rem
}

.career table .box {
    border: 1px solid #e0e0e0;
    padding: 2rem;
    position: relative
}

.career table .box:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 35px;
    height: 3px;
    background: #016057;
    background: linear-gradient(90deg, #97d3f6, #c2a9d8)
}

.career table .fx_box {
    display: flex;
    justify-content: space-between
}

.career table .fx_box .box {
    width: 49%
}

.career table tr:nth-child(6) .fx_box .box {
    width: 32%
}

.list_01 {
    list-style: none
}

.list_01 li {
    position: relative;
    padding-left: 2rem;
    font-size: 1.5rem !important;
    line-height: 2
}

.list_01 li {
    position: relative;
    padding-left: 2rem;
    font-size: 1.5rem !important
}

.list_01 li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #bd9f53;
    border-radius: 5px
}

.mb20 {
    margin-bottom: 2rem !important
}

@media screen and (max-width:768px) {
    .career {
        padding: 5rem 0 10rem
    }

    .career .eng_ttl {
        width: 65%
    }

    .career table {
        margin-top: 3rem
    }

    .career th,
    .career tr,
    .career td {
        display: block
    }

    .career table tr {
        border: 1px solid #aaa;
        margin-bottom: 10px
    }

    .career table th {
        width: 100%;
        text-align: left;
        font-weight: 700;
        border-right: none;
        padding: 1rem 1.5rem;
        vertical-align: top;
        border-bottom: 1px solid #aaa
    }

    .career table td {
        padding: 1rem 1.5rem;
        font-size: 1.5rem
    }

    .career table .txt_01 {
        font-weight: 700;
        font-size: 1.6rem;
        margin-bottom: 1rem
    }

    .career table .box {
        padding: 1.5rem
    }

    .career table .box:before {
        width: 25px;
        height: 2px
    }

    .career table .fx_box {
        display: block
    }

    .career table .fx_box .box {
        width: 100%
    }

    .career table .fx_box .box:not(:last-child) {
        margin-bottom: 2rem
    }

    .list_01 {
        list-style: none
    }

    .list_01 li {
        position: relative;
        padding-left: 2rem;
        font-size: 1.5rem !important;
        line-height: 1.6
    }

    .list_01 li {
        position: relative;
        padding-left: 2rem;
        font-size: 1.5rem !important
    }

    .list_01 li::before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 12px;
        left: 0;
        width: 6px;
        height: 6px;
        background-color: #bd9f53;
        border-radius: 5px
    }

    .mb20 {
        margin-bottom: 1.5rem !important
    }
}

.entry {
    margin: -4rem 0 0;
    padding: 4rem 0 0
}

.entry_inner {
    background: url(/img/lp/ma-woman/entry_bg.webp) center no-repeat;
    background-size: cover
}

.entry .inner {
    padding: 0 0 12rem;
    position: relative;
    z-index: 0
}

.entry h2 {
    background: #bda467;
    color: #fff;
    font-size: 3.2rem;
    text-align: center;
    display: table;
    padding: 1.7rem 5rem;
    position: relative;
    top: -4rem;
    margin: 0 auto 3rem
}

.entry h2 span {
    position: relative
}

.entry h2 span:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 55px;
    background: #333;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -6.5rem
}

.entry .txt_01 {
    font-size: 4.8rem;
    text-align: center
}

.entry .entrybtn {
    width: 80%;
    margin: 6rem auto 0
}

.entry .entrybtn a {
    display: block;
    width: 100%;
    padding: 8rem 0;
    background: -moz-linear-gradient(-90deg, #2468ea, #004de0);
    background: -webkit-linear-gradient(-90deg, #2468ea, #004de0);
    background: linear-gradient(-90deg, #2468ea, #004de0);
    color: #fff;
    font-size: 3rem;
    text-align: center;
    position: relative
}

.entry .entrybtn span {
    padding: 0 3rem;
    position: relative
}

.entry .entrybtn span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:768px) {
    .entry {
        margin: -3.5rem 0 0;
        padding: 3.5rem 0 0
    }

    .entry .inner {
        padding: 0 0 6rem
    }

    .entry .inner::before {
        content: "";
        position: absolute;
        top: 40%;
        right: inherit;
        left: 5px;
        background: url(/img/lp/ma-woman/deco_06.webp) center no-repeat;
        background-size: contain;
        width: 12%;
        height: 0;
        padding-top: 12%
    }

    .entry .inner::after {
        content: "";
        position: absolute;
        top: 55%;
        right: 0;
        transform: translate(0, 0);
        background: url(/img/lp/ma-woman/deco_07.webp) center no-repeat;
        background-size: contain;
        width: 20%;
        height: 0;
        padding-top: calc(20%*297/277);
        z-index: -1
    }

    .entry h2 {
        font-size: 2rem;
        padding: 1rem 1rem;
        position: relative;
        top: -3.5rem;
        width: 90%;
        margin: 0 auto 0
    }

    .entry h2 span:before {
        width: 1px;
        height: 35px;
        bottom: -4rem
    }

    .entry .txt_01 {
        font-size: 2.5rem
    }

    .entry .entrybtn {
        width: 80%;
        margin: 3rem auto 0
    }

    .entry .entrybtn a {
        padding: 1.5rem 0;
        font-size: 1.7rem
    }

    .entry .entrybtn span {
        padding: 0 2rem
    }

    .entry .entrybtn span:before {
        margin-top: -3px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff
    }
}

.seminar {
    background: url(/img/lp/ma-woman/seminar_bg.webp) center no-repeat;
    background-size: cover
}

.seminar .inner {
    position: relative;
    padding: 0 0 12rem
}

.seminar h2 {
    background: -moz-linear-gradient(-90deg, #007f60, #005639);
    background: -webkit-linear-gradient(-90deg, #007f60, #005639);
    background: linear-gradient(-90deg, #007f60, #005639);
    color: #fff;
    font-size: 3.2rem;
    text-align: center;
    display: table;
    padding: 1.7rem 4rem;
    position: relative;
    top: -4rem;
    margin: 0 auto 3rem
}

.seminar .entrybtn {
    width: 80%;
    margin: 6rem auto 0
}

.seminar .entrybtn a {
    display: block;
    width: 100%;
    padding: 8rem 0;
    background: -moz-linear-gradient(-90deg, #2468ea, #004de0);
    background: -webkit-linear-gradient(-90deg, #2468ea, #004de0);
    background: linear-gradient(-90deg, #2468ea, #004de0);
    color: #fff;
    font-size: 3rem;
    text-align: center;
    position: relative
}

.seminar .entrybtn span {
    padding: 0 3rem;
    position: relative
}

.seminar .entrybtn span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.seminar {
    margin: -8rem 0 0
}

.seminar_inner {
    background: url(/img/lp/ma-woman/seminar_bg.webp) center top no-repeat;
    background-size: cover
}

.seminar .inner {
    padding: 0 0 16rem;
    position: relative
}

.seminar .ttl_wrap {
    text-align: center
}

.seminar .ttl {
    display: inline-block;
    background: linear-gradient(90deg, #bda467, #bda467);
    font-size: 3.2rem;
    text-align: center;
    margin: auto;
    padding: 1.8rem 6rem;
    position: relative;
    top: -80px
}

.seminar .ttl::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    background: #333;
    width: 2px;
    height: 55px;
    margin: auto
}

.event_parts {
    margin: 12rem 0 0
}

.event_parts .event_box {
    background: #fff;
    margin: 0 0 10rem;
    padding: 0 6rem 6rem;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.event_parts .event_box:last-child {
    margin: 0 0 0
}

.event_parts .ttl_box {
    display: flex;
    justify-content: space-between;
    background: #242424;
    padding: 3rem 4rem 3rem;
    position: relative;
    top: -50px
}

.event_parts .event_ttl01 {
    width: 30%;
    font-size: 2.2rem;
    border-right: 1px solid #bd9e53
}

.event_parts .event_ttl01 span {
    padding: 0 0 0 6.5rem;
    position: relative
}

.event_parts .event_ttl02 {
    width: 65%;
    font-size: 2.4rem
}

.event {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.event dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(50% - 2rem);
    font-size: 1.5rem
}

.event dt {
    background: #fffbf1;
    width: 70px;
    padding: 3px 5px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #242424
}

.event dd {
    width: calc(100% - 90px)
}

.event .txt {
    margin: 0 0 0
}

.event .list li {
    margin: 0 0 1rem;
    position: relative
}

.event .list li:last-child {
    margin: 0 0 0
}

.event .list li::before {
    content: "・";
    color: #bd9e53
}

.event .note {
    margin: 2rem 0 0
}

.info_parts {
    background: #fff;
    margin: 8rem 0 0;
    padding: 6rem 6rem 6rem;
    border: 1px solid #cecece
}

.info_parts .info_box {
    margin: 0 0 3rem
}

.info_parts .info_box:last-child {
    margin: 0 0 0
}

.info_parts .info_ttl {
    padding: 0 0 2rem;
    font-size: 2rem;
    line-height: 1.5;
    position: relative
}

.info_parts .info_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #bd9e53 0%, #bd9e53 15%, #cacaca 15%, #cacaca 100%)
}

.info_parts .txt {
    margin: 2rem 0 0 4rem
}

.info_parts .link {
    display: flex;
    margin: 2rem 0 0 4rem
}

.info_parts .link li {
    margin: 0 1.5rem 0 0
}

.info_parts .link li:last-child {
    margin: 0 0 0 0
}

.info_parts .link li a {
    display: inline-block;
    padding: 0 2rem 0 0;
    color: #bd9e53;
    font-size: 1.4rem;
    position: relative
}

.info_parts .link li span {
    padding: 0 0 5px;
    font-weight: 700;
    border-bottom: 1px solid #bd9e53
}

@media screen and (max-width:768px) {
    .seminar {
        margin: -4rem 0 0;
        padding: 4rem 0 0
    }

    .seminar .inner {
        padding: 0 1.5rem 8rem
    }

    .seminar .ttl {
        font-size: 2rem;
        padding: 1.5rem 3rem;
        top: -40px
    }

    .seminar .ttl::after {
        bottom: -20px;
        width: 1px;
        height: 30px
    }

    .event_parts {
        margin: 8rem 1rem 0
    }

    .event_parts .event_box {
        margin: 0 0 6rem;
        padding: 0 2rem 3rem
    }

    .event_parts .ttl_box {
        display: block;
        padding: 2rem 2rem 2rem;
        top: -30px;
        text-align: center
    }

    .event_parts .event_ttl01 {
        width: 100%;
        padding: 0 0 1rem;
        font-size: 1.6rem;
        border-right: none;
        border-bottom: 1px solid #bd9e53
    }

    .event_parts .event_ttl01 span {
        padding: 0 4rem 0 4rem
    }

    .event_parts .event_ttl02 {
        width: 100%;
        margin: 1rem 0 0;
        font-size: 1.8rem
    }

    .event {
        display: block
    }

    .event dl {
        display: block;
        width: 100%;
        margin: 0 0 3rem
    }

    .event dl:last-child {
        display: block;
        width: 100%;
        margin: 0 0 0
    }

    .event dt {
        display: inline;
        width: inherit;
        padding: 2px 1.5rem
    }

    .event dd {
        width: 100%;
        margin: 1rem 0 0
    }

    .event .txt {
        margin: 0 0 0
    }

    .event .list li {
        margin: 0 0 1rem
    }

    .event .note {
        margin: 1rem 0 0
    }

    .info_parts {
        margin: 5rem 0 0;
        padding: 3rem 2rem 3rem
    }

    .info_parts .info_box {
        margin: 0 0 2rem
    }

    .info_parts .info_ttl {
        padding: 0 0 1rem;
        font-size: 1.6rem
    }

    .info_parts .txt {
        margin: 1.5rem 0 0 0
    }

    .info_parts .link {
        display: block;
        margin: 1.5rem 0 0 0
    }

    .info_parts .link li {
        margin: 0 0 1rem 0
    }

    .info_parts .link li a {
        padding: 0 2rem 0 0
    }

    .info_parts .link li span {
        padding: 0 0 3px
    }

    .seminar .entrybtn {
        width: 80%;
        margin: 3rem auto 0
    }

    .seminar .entrybtn a {
        padding: 1.5rem 0;
        font-size: 1.7rem
    }

    .seminar .entrybtn span {
        padding: 0 2rem
    }

    .seminar .entrybtn span:before {
        margin-top: -3px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff
    }
}

.schedule_parts {
    margin: 8rem 0 0
}

.schedule_parts .schedule_ttl {
    font-size: 2.8rem;
    text-align: center
}

.schedule_parts .txt {
    margin: 3rem 0 0
}

.schedule_table {
    margin: 5rem 0 0;
    position: relative
}

.schedule_table .upper_txt {
    background: url(/img/lp/ma-woman/table_arrow.webp) left bottom no-repeat;
    background-size: contain;
    width: 445px;
    height: 19px;
    margin: 0 0 5px 27.27%;
    color: #2cc184;
    font-size: 1.5rem;
    text-align: center
}

.schedule_table .upper_txt div {
    font-weight: 700;
    position: relative;
    bottom: 5px
}

.schedule_table table {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0
}

.schedule_table table tr {
    width: 100%;
    box-sizing: border-box
}

.schedule_table table th {
    line-height: 1.3
}

.schedule_table table td {
    line-height: 1.3
}

.schedule_table table td div {
    line-height: 1.3
}

.schedule_table thead th {
    background: #bda467;
    width: 9.09%;
    box-sizing: border-box;
    padding: 2rem 1rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    border-right: 1px solid #fff
}

.schedule_table thead th:nth-child(1),
.schedule_table thead th:nth-child(2) {
    background: none
}

.schedule_table thead th.shape {
    position: relative
}

.schedule_table thead th.shape::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(/img/lp/ma-woman/table_shape.webp) left top no-repeat;
    background-size: 34px 100%;
    width: 34px;
    height: 500px;
    min-height: 500px;
    z-index: 1
}

.schedule_table tbody tr {
    width: 100%;
    position: relative
}

.schedule_table tbody tr::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 9.09%;
    transform: translate(0, -50%);
    width: calc(100% - 9.09% - 5px);
    height: calc(100% - 2rem)
}

.schedule_table tbody tr:nth-child(1)::after {
    border: 2px dotted #58abe0
}

.schedule_table tbody tr:nth-child(2)::after {
    border: 2px dotted #987abb
}

.schedule_table tbody tr:nth-child(3)::after {
    border: 2px dotted #ec96ad
}

.schedule_table tbody th {
    height: 100%;
    padding: 5px 1rem 5px 0;
    box-sizing: border-box;
    text-align: center
}

.schedule_table tbody td {
    vertical-align: middle;
    background: #f2efef;
    height: 100%;
    padding: 2rem 5px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #fff;
    position: relative
}

.schedule_table tbody td:last-child {
    border-right: none
}

.schedule_table tbody td.bg_none {
    background: none
}

.schedule_table .sb {
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2rem 1rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    position: relative
}

.schedule_table .sb::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 12px solid #333
}

.schedule_table .txt01 {
    color: #58abe0;
    font-size: 2rem;
    font-weight: 700
}

.schedule_table .txt02 {
    color: #987abb;
    font-size: 2rem;
    font-weight: 700
}

.schedule_table .txt03 {
    color: #ec96ad;
    font-size: 2rem;
    font-weight: 700
}

.schedule_table .bg01 {
    background: linear-gradient(0deg, #987abb, #58abe0)
}

.schedule_table .bg02 {
    background: #977bbb
}

.schedule_table .bg03 {
    background: #57aadf
}

.schedule_table .bg04 {
    background: #ec96ad
}

.schedule_table .popupBox {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative
}

.schedule_table .popupBox03 {
    margin: 0 auto 1rem
}

.schedule_table .popup_txtWrap {
    width: 100%;
    height: 100%;
    position: relative
}

.schedule_table .popup_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 1.5rem 5px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.schedule_table .popup_txt .plus {
    margin: 1.5rem 0 0;
    font-size: 2.4rem;
    font-weight: 700
}

.schedule_table .popup_txt>div {
    font-weight: 700
}

.schedule_table .small {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3
}

.schedule_table .small.di {
    display: inline-block
}

.schedule_table .icon01 div {
    display: inline-block;
    position: relative
}

.schedule_table .icon01 div:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(/img/lp/ma-woman/icon_hatena01.webp) left top no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    margin: -1rem 0 0 1rem;
    z-index: 1
}

.schedule_table .icon02:after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    background: url(/img/lp/ma-woman/icon_hatena02.webp) left top no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    z-index: 1
}

.schedule_table .icon03 div {
    display: inline-block;
    position: relative
}

.schedule_table .icon03 div:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(/img/lp/ma-woman/icon_hatena03.webp) left top no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    z-index: 1
}

.qa_parts {
    position: relative
}

.qa_parts::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 40px);
    right: calc(100% + 100px);
    background: url(/img/lp/ma-woman/deco_02.webp) left top no-repeat;
    background-size: contain;
    width: 100px;
    height: 112px
}

.qa_parts::after {
    content: "";
    position: absolute;
    top: calc(100% - 100px);
    left: calc(100% + 50px);
    background: url(/img/lp/ma-woman/deco_03.webp) left top no-repeat;
    background-size: contain;
    width: 156px;
    height: 210px
}

.qa_parts .qa_item {
    margin: 0 0 6rem;
    position: relative
}

.qa_parts .qa_item:last-child {
    margin: 0 0 0
}

.qa_parts .q_txt {
    padding: 0 0 0 4rem;
    font-size: 2.4rem;
    line-height: 1.5;
    position: relative
}

.qa_parts .q_txt::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background: url(/img/lp/ma-woman/deco_01.webp) left top no-repeat;
    background-size: contain;
    width: 26px;
    height: 27px
}

.qa_parts .a_txt {
    margin: 3rem 0 0;
    padding: 0 0 0 4rem;
    font-size: 1.8rem;
    line-height: 1.5;
    position: relative
}

.qa_parts .a_txt::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    background: #bda467;
    width: 30px;
    height: 1px
}

.qa_parts .txt {
    margin: 2rem 0 0;
    padding: 0 0 0 4rem
}

@media screen and (max-width:768px) {
    .seminar {
        background: url(/img/lp/ma-woman/seminar_bg.webp) center no-repeat;
        background-size: cover
    }

    .seminar .inner {
        position: relative;
        padding: 0 0 6rem
    }

    .seminar .inner:before {
        display: block;
        position: absolute;
        content: "";
        background: url(/img/lp/ma-woman/deco_02.webp) center no-repeat;
        background-size: cover;
        width: 65px;
        height: 179px;
        left: -150px;
        bottom: 50px
    }

    .seminar .inner:after {
        display: block;
        position: absolute;
        content: "";
        background: url(/img/lp/ma-woman/deco_01.webp) center no-repeat;
        background-size: cover;
        width: 50px;
        height: 110px;
        right: -150px;
        top: -50px
    }

    .seminar h2 {
        font-size: 2rem;
        padding: 1rem 1rem;
        position: relative;
        top: -3.6rem;
        width: 90%;
        margin: 0 auto 1rem
    }

    .seminar h2 span {
        position: relative
    }

    .seminar h2 span:before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 1px;
        height: 35px;
        background: #bd9e53;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -4rem
    }

    .seminar .txt_01 {
        font-size: 2.6rem;
        text-align: center;
        color: #005f3f
    }
}

.video {
    width: 50%;
    position: relative;
    margin: 22px 0 22px 267px;
    padding-top: 28.25%
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width:768px) {
    .video {
        width: 100%;
        position: relative;
        margin: 22px 0 22px 0;
        padding-top: 56.25%
    }
}

.float-wrap {
    margin: 5rem auto
}

.float-wrap .fl {
    width: 40rem;
    margin: 0 3rem 1rem 0;
    text-align: center
}

.float-wrap .fr {
    width: 40rem;
    margin: 0 0 1rem 3rem;
    text-align: center
}

.float-wrap .center {
    width: 100%;
    margin: 0 auto 2rem auto;
    text-align: center
}

.float-wrap p:not([class]) {
    margin: 0
}

.float-wrap .catch {
    margin: 0 0 1.5rem 0;
    color: #006141;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left
}

.float-wrap .center+.catch {
    text-align: center
}

@media screen and (max-width:768px) {
    .float-wrap {
        margin: 0rem auto
    }

    .float-wrap .fl {
        width: 100%;
        text-align: center;
        float: none;
        margin: 0 auto
    }

    .float-wrap .fr {
        width: 100%;
        text-align: center;
        float: none;
        margin: 0 auto
    }

    .float-wrap .center {
        width: 28rem;
        text-align: center
    }

    .float-wrap p:not([class]) {
        margin: 0
    }

    .interview_bottom .float-wrap p {
        margin-bottom: 1.5rem
    }
}

@media screen and (max-width:768px) {
    .qa_parts::before {
        bottom: calc(100% + -20px);
        left: -15px;
        right: inherit;
        background: url(/img/lp/ma-woman/deco_02.webp) left top no-repeat;
        background-size: contain;
        width: 10%;
        height: 0;
        padding-top: calc(10%*112/100)
    }

    .qa_parts::after {
        top: 100%;
        left: inherit;
        right: -15px;
        background: url(/img/lp/ma-woman/deco_03.webp) left top no-repeat;
        background-size: contain;
        width: 18%;
        height: 0;
        padding-top: calc(18%*210/156)
    }

    .qa_parts .qa_item {
        margin: 0 0 3rem
    }

    .qa_parts .q_txt {
        padding: 0 0 0 3rem;
        font-size: 1.8rem
    }

    .qa_parts .q_txt::before {
        background: url(/img/lp/ma-woman/deco_01.webp) left top no-repeat;
        background-size: contain;
        width: 18px;
        height: 19px
    }

    .qa_parts .a_txt {
        margin: 1.5rem 0 0;
        padding: 0 0 0 3rem;
        font-size: 1.5rem
    }

    .qa_parts .a_txt::before {
        top: 12px;
        width: 20px
    }

    .qa_parts .txt {
        margin: 1.5rem 0 0;
        padding: 0 0 0 3rem
    }

    .schedule_parts {
        margin: 5rem 0 0
    }

    .schedule_parts .schedule_ttl {
        font-size: 1.8rem
    }

    .schedule_parts .txt {
        margin: 2rem 0 0
    }

    .schedule_table {
        margin: 3rem 0 0;
        padding: 1rem 0 0;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .schedule_table::-webkit-scrollbar {
        display: none
    }

    .schedule_table .schedule_inner {
        width: 768px
    }

    .schedule_table .upper_txt {
        width: 40%;
        height: 0;
        margin: 0 0 3px 27.27%;
        padding-top: calc(40%*19/445);
        font-size: 1.4rem;
        position: relative
    }

    .schedule_table .upper_txt div {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center
    }

    .schedule_table thead th {
        width: 9.09%;
        min-width: 90px;
        padding: 1.5rem 5px;
        font-size: 1.4rem
    }

    .schedule_table thead th:nth-child(1),
    .schedule_table thead th:nth-child(2) {
        min-width: 80px
    }

    .schedule_table thead th.shape::after {
        background: url(/img/lp/ma-woman/table_shape.webp) left top repeat-y;
        background-size: 34px auto;
        width: 34px;
        height: 450px;
        min-height: 450px
    }

    .schedule_table tbody tr::after {
        width: calc(100% - 9.09% - 3px);
        height: calc(100% - 10px)
    }

    .schedule_table tbody tr:nth-child(1)::after {
        border: 1px dotted #58abe0
    }

    .schedule_table tbody tr:nth-child(2)::after {
        border: 1px dotted #987abb
    }

    .schedule_table tbody tr:nth-child(3)::after {
        border: 1px dotted #ec96ad
    }

    .schedule_table tbody th {
        padding: 5px 1rem 5px 0
    }

    .schedule_table tbody td {
        padding: 1rem 5px
    }

    .schedule_table .sb {
        padding: 1rem 5px;
        font-size: 1.4rem
    }

    .schedule_table .sb::after {
        margin-top: -6px;
        border: 6px solid transparent;
        border-left: 8px solid #333
    }

    .schedule_table .txt01 {
        font-size: 1.5rem
    }

    .schedule_table .txt02 {
        font-size: 1.5rem
    }

    .schedule_table .txt03 {
        font-size: 1.5rem
    }

    .schedule_table .popupBox03 {
        margin: 0 0 5px
    }

    .schedule_table .popup_txt {
        padding: 1rem 5px;
        font-size: 1.3rem;
        border-radius: 5px
    }

    .schedule_table .popup_txt .plus {
        margin: 1rem 0 0;
        font-size: 1.8rem
    }

    .schedule_table .small {
        font-size: 1.1rem
    }

    .schedule_table .icon01 div:after {
        width: 22px;
        height: 22px;
        margin: -5px 0 0 5px
    }

    .schedule_table .icon02:after {
        top: -5px;
        right: -5px;
        width: 22px;
        height: 22px
    }

    .schedule_table .icon03 div:after {
        width: 22px;
        height: 22px
    }
}

@media screen and (max-width:768px) {
    .popup {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        background: rgba(0, 0, 0, 50%);
        width: 100%;
        height: 100%;
        padding: 2rem 0 2rem 0;
        border: none;
        box-shadow: none;
        text-align: center;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        box-sizing: border-box
    }

    .popup .txt_01 {
        font-size: 1.6rem;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem
    }

    .popup:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%
    }

    .popup.active {
        opacity: 1;
        visibility: visible
    }

    .modal-body {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: 95%
    }

    .modal-close {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 1rem;
        right: 1rem;
        width: 22px;
        height: 22px;
        background: #686868;
        border-radius: 100px;
        font-size: 1.5rem;
        color: #fff;
        cursor: pointer
    }

    .modal-content {
        background: #fff;
        text-align: left;
        padding: 2.5rem 2rem;
        z-index: 999;
        border: 1px solid #af8e40
    }
}