#mv {
    position: relative;
    z-index: 10;
    height: calc(80vh - 100px);
}
#mv h2 {
    font-size: 42px;
    color: #716F6E;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2px 20px;
    line-height: 1.8;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
#mv .mv-image {
    width: 78%;
    margin: 0 0 0 auto;
    height: 100%;
    border-radius: 30px 0 30px 0;
}
#mv .mv-image img {
    width: 100%;
    height: calc(80vh - 100px);
    border-radius: 30px 0 30px 0;
    object-fit: cover;
    border-radius: 80px 0 80px 0;
}
#mv .well-being {
    position: absolute;
    width: 46%;
    max-width: 630px;
    right: 0;
    bottom: -60px;
}
#mv .icon {
    position: absolute;
    width: 15%;
    max-width: 200px;
    top: 20px;
    left: 10%;
}
#mv .txt {
    position: absolute;
    bottom: 75px;
    left: 10%;
}
@media screen and (max-width: 768px) {
    #mv {
        height: calc(80vh - 70px);
    }
    #mv h2 {
        font-size: 18px; /* 修正済み */
    }
    #mv .mv-image {
        width: 90%;
        border-radius: 30px 0 0 30px;
    }
    #mv .mv-image img {
        height: calc(80vh - 70px);
        border-radius: 30px 0 0 30px;
    }
    #mv .well-being {
        width: 70%;
        bottom: -20px;
    }
    #mv .icon {
        position: absolute;
        width: 30%;
        top: 0;
        left: -12px;
    }
    #mv .txt {
        left: 0;
    }
}

#m-news {
    position: relative;
    padding: 85px 0 155px 0;
    background-color: #F9F6EF;
}
#m-news::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    max-height: 220px;
    transform: translateY(-100%);
    background: url("../img/wave-br.png") no-repeat left top / 100% 100%;
}
#m-news .main-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#m-news h2 {
    font-size: 38px;
    line-height: 2;
    margin-bottom: 25px;
}
#m-news .main-block .ttl img {
    width: 130px;
}
#m-news .main-block .ttl a,
#m-news .sp-link a {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}
#m-news .main-block .ttl .arrow,
#m-news .sp-link .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 12px;
    margin-left: 14px;
}
#m-news ul {
    width: 65%;
}
#m-news ul li {
    display: flex;
    align-items: flex-start;
    padding: 32px 10px 32px 0;
    padding-right: 10px;
    border-bottom: 1px solid #716F6E;
}
#m-news ul li:first-child {
    padding-top: 0;
}
#m-news ul li p {
    white-space: nowrap;      /* 改行させない */
    overflow: hidden;         /* はみ出しを隠す */
    text-overflow: ellipsis;
}
#m-news ul li span {
    color: #C22F4D;
    font-weight: bold;
    margin-right: 40px;
}
#m-news .sp-link {
    display: none;
}
@media screen and (max-width: 768px) {
    #m-news {
        padding: 20px 0 85px 0;
    }
    #m-news .main-block {
        flex-direction: column;
        align-items: flex-start;
    }
    #m-news h2 {
        font-size: 22px; /* 修正済み */
        line-height: 1;
        margin-bottom: 30px;
    }
    #m-news .main-block .ttl a {
        display: none;
    }
    #m-news ul {
        width: 100%;
        margin-bottom: 13px;
    }
    #m-news ul li {
        flex-direction: column;
        padding: 10px 10px 10px 0;
    }
    #m-news ul li span {
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
    }
    #m-news .sp-link {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    #m-news .sp-link a {
        font-size: 14px; /* 修正済み */
    }
    #m-news .sp-link .arrow {
        margin-left: 25px;
    }
}

#m-concept {
    position: relative;
    background-color: #fff;
    padding: 45px 0 20px 0;
}
#m-concept::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    max-height: 220px;
    transform: translateY(-100%);
    background: url("../img/wave-wh.png") no-repeat left top / 100% 100%;
}
#m-concept .main-block {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#m-concept .mv {
    width: 32%;
    max-width: 440px;
    margin-right: 25px;
}
#m-concept .mv .front img {
    border-radius: 20px;
}
#m-concept .mv .front {
    z-index: 10;
    width: 100%;
    position: relative;
}
#m-concept .mv .front > img {
    position: relative;
    z-index: 2;
}
#m-concept .mv .front .bg {
    position: absolute;
    z-index: 1;
    width: 39%;
    bottom: -80px;
    right: -20px;
}
#m-concept .mv .front .bg img {
    border-radius: 0;
}
#m-concept .txt {
    width: calc(68% - 40px);
    max-width: 520px;
    margin-left: 25px;
}
#m-concept .txt img {
    width: 85px;
    margin-bottom: 20px;
}
#m-concept .txt h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
}
#m-concept .txt p {
    line-height: 3;
    margin-bottom: 70px;
}
#m-concept .txt a {
    position: relative;
    display: block;
    width: 320px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
#m-concept .txt a::after {
    content: "";
    background-image: url("../img/cv-wh.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 12px;
    right: 17px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    #m-concept {
        padding: 0 0 20px 0;
    }
    #m-concept::before{
        max-height: 60px;
    }
    #m-concept .main-block {
        flex-direction: column-reverse;
    }
    #m-concept .txt {
        width: 100%;
        margin-left: 0;
    }
    #m-concept .txt img {
        width: 85px;
        margin-bottom: 2px;
    }
    #m-concept .txt h2 {
        font-size: 22px; /* 修正済み */
        line-height: 1.7;
        margin-bottom: 18px;
    }
    #m-concept .sp-image {
        width: 100%;
    }
    #m-concept .sp-image img {
        width: 100%;
        border-radius: 20px;
    }
    #m-concept .sp-image {
        z-index: 10;
        width: 100%;
        position: relative;
        margin-bottom: 105px;
    }
    #m-concept .sp-image > img {
        position: relative;
        z-index: 2;
    }
    #m-concept .sp-image .bg {
        position: absolute;
        z-index: 1;
        width: 50%;
        bottom: -80px;
        right: -20px;
    }
    #m-concept .sp-image .employee {
        position: absolute;
        z-index: 11;
        width: 56%;
        bottom: -100px;
        right: 20px;
    }
    #m-concept .sp-image .bg img {
        border-radius: 0;
    }
    #m-concept .txt p {
        line-height: 2;
    }
    #m-concept .txt a {
        width: 100%;
        font-size: 16px; /* 修正済み */
        font-weight: bold;
    }
    #m-concept .txt a::after {
        content: "";
        background-image: url("../img/cv-wh.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        width: 12px;
        right: 17px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
    }
}
#m-feature {
    position: relative;
    background-color: #FEF9E6;
    padding: 260px 0 15px 0;
    overflow: hidden;
}
#m-feature::before{
    content:"";
    z-index: 2;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    max-height: 220px;
    background: url("../img/wave-yw.png") no-repeat left top / 100% 100%;
}
#m-feature::after{
    content:"";
    z-index: 1;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    max-height: 220px;
    background: #fff no-repeat left top / 100% 100%;
}
#m-feature .block {
    width: 74%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
#m-feature .icon {
    position: absolute;
    z-index: 5;
    width: 15%;
    max-width: 200px;
    right: -40px;
    top: 0;
}
#m-feature .ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
#m-feature .ttl img {
    width: 103px;
    margin-bottom: 10px;
}
#m-feature .ttl h2 {
    font-size: 38px;
    line-height: 2;
    margin-bottom: 50px;
}
#m-feature .ttl p {
    line-height: 2.5;
}
#m-feature .contents {
    display: flex;
    justify-content: space-between;
}
#m-feature .contents .item {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border-radius: 32px;
    background-color: #fff;
}
#m-feature .contents .item img {
    height: 80px;          /* ここを揃えたい基準に */
    width: auto;           /* 比率維持 */
    object-fit: contain;   /* 念のため */
    margin-bottom: 15px;
}
#m-feature .contents .item:nth-child(1) img {
    width: 39%;
}
#m-feature .contents .item:nth-child(2) img {
    width: 22%;
}
#m-feature .contents .item:nth-child(3) img {
    width: 32%;
}
#m-feature .contents .item p {
    font-weight: bold;
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    #m-feature {
        padding: 110px 0 90px 0;
    }
    #m-feature::before{
        max-height: 60px;
    }
    #m-feature::after{
        max-height: 60px;
    }
    #m-feature .block {
        width: calc(100% - 40px);
    }
    #m-feature .icon {
        width: 30%;
        right: -7px;
    }
    #m-feature .ttl {
        margin-bottom: 30px;
    }
    #m-feature .ttl h2 {
        font-size: 22px; /* 修正済み */
        line-height: 1.7;
        margin-bottom: 30px;
    }
    #m-feature .ttl p {
        text-align: justify;
        line-height: 2;
    }
    #m-feature .contents {
        display: flex;
        justify-content: space-between;
    }
    #m-feature .contents .item {
        border-radius: 15px;
    }
    #m-feature .contents .item img {
        height: 40px;
        margin-bottom: 5px;
    }
    #m-feature .contents .item p {
        font-size: 14px; /* 修正済み */
    }
}

#m-support {
    position: relative;
    background-color: #fff;
    padding: 110px 0 240px 0;
}
#m-support::before{
    content:"";
    z-index: 2;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    max-height: 220px;
    background: url("../img/wave-wh.png") no-repeat left top / 100% 100%;
}
#m-support::after{
    content:"";
    z-index: 1;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    max-height: 220px;
    background: #FEF9E6 no-repeat left top / 100% 100%;
}
#m-support .block {
    display: flex;
    justify-content: flex-end;
}
#m-support p {
    line-height: 2.5;
    margin-right: 145px;
    margin-top: 180px;
}
#m-support .mv {
    width: 44%;
    position: relative;
}
#m-support .mv .front {
    position: relative;
    z-index: 2;
}
#m-support .mv .front img {
    width: 100%;
    border-radius: 40px 0 40px 0;
}
#m-support .mv .txt {
    position: absolute;
    z-index: 3;
    width: 81.5%;
    left: -45px;
    bottom: -114px;
}
#m-support .mv .bg {
    position: absolute;
    z-index: 1;
    width: 40%;
    aspect-ratio: 1 / 1;
    background-color: #F9D4CE;
    bottom: -85px;
    left: -20%;
}
#m-support .mv .bg .container {
    position: relative;
    width: 100%;
    height: 100%;
}
#m-support .mv .bg .container .sub{
    position: absolute;
    left: -32px;
    top: -32px;
    width: 64px;
    height: 64px;
    background-color: #C22F4D;
}
@media screen and (max-width: 768px) {
    #m-support {
        padding: 0 0 55px 0;
    }
    #m-support::before{
        max-height: 60px;
    }
    #m-support::after{
        max-height: 60px;
    }
    #m-support .block {
        width: calc(100% - 40px);
        margin: 0 auto;
        flex-direction: column-reverse;
    }
    #m-support p {
        text-align: justify;
        line-height: 2;
        margin-right: 0;
        margin-top: 0;
    }
    #m-support .mv {
        width: 100%;
        position: relative;
        margin-bottom: 100px;
    }
    #m-support .mv .front {
        width: 90%;
        margin: 0 0 0 auto;
    }
    #m-support .mv .txt {
        width: 93%;
        left: 0;
        bottom: -80px;
    }
    #m-support .mv .bg {
        width: 24%;
        bottom: -40px;
        left: -3%;
    }
    #m-support .mv .bg .container .sub{
        left: -11px;
        top: -11px;
        width: 23px;
        height: 23px;
    }
}

#m-points {
    background-color: #fff;
}
#m-points .block {
    width: 94%;
    background-color: #F9F6EF;
    border-radius: 0 48px 0 48px;
    padding: 60px 0 155px 0;
    margin-bottom: 80px;
}
#m-points .block.yl {
    background-color: #FEF9E6;
    border-radius: 48px 0 48px 0;
    margin: 0 0 0 auto;
    margin-bottom: 80px;
}
#m-points .ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 90px;
}
#m-points .ttl img {
    width: 91px;
    margin-bottom: 12px;
}
#m-points .ttl h2 {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    line-height: 1.5;
}
#m-points .container .item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 195px;
}
#m-points .container .item.yl {
    position: relative;
    width: 100vw;
    left: calc((100vw - 94%) / -2);
} 
#m-points .container .item:nth-child(2n) {
    width: 100vw;
    justify-content: flex-end;
    margin-right: calc(50% - 50vw);
}
#m-points .container .images,
#m-points .container .txt {
  flex: 0 0 auto;
  flex-shrink: 0;
}
#m-points .container .images {
    position: relative;
    width: 58%;
}
#m-points .container .images .main {
    width: 100%;
}
#m-points .container .images .main img {
    width: 100%;
    border-radius: 30px;
}
#m-points .container .images .num {
    position: absolute;
    width: 14.2%;
    left: 45px;
    top: -7%;
}
#m-points .block:nth-child(1) .container .images .num {
    top: -10%;
}
#m-points .container .images .icon {
    position: absolute;
    width: 25%;
    max-width: 180px;
    left: 25px;
    bottom: -23%;
}
#m-points .container .item:nth-child(2n) .images .icon {
    right: 0;
    left: auto;
}
#m-points .container .txt {
    position: relative;
    z-index: 10;
    width: 47.7%;
    max-width: 613px;
    transform: translate(-130px, 30px);
}
#m-points .container .item:nth-child(2n) .txt {
    transform: translate(calc(130px + 6%), 100px);
}
#m-points .container .txt .txt-bg {
    position: absolute;
    z-index: 0;
    width: 25%;
    aspect-ratio: 3 / 5;
    background-color: #F9D4CE;
    bottom: -20px;
    right: -25px;
}
#m-points .container .item.yl .txt .txt-bg {
    background-color: #F8CF4F;
}
#m-points .container .item:nth-child(2n) .txt .txt-bg {
    right: auto;
    left: -25px;
    aspect-ratio: 9 / 10;
}
#m-points .container .txt h3 {
    width: fit-content;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 15px 75px 15px 22px;
    margin-bottom: 30px;
}
#m-points .container .item.yl .txt h3 {
    color: #333;
}
#m-points .container .txt h3 span {
    font-size: 16px;
}
#m-points .container .txt p {
    position: relative;
    z-index: 10;
    background-color: #fff;
    padding: 30px 35px 55px 35px;
    line-height: 2.5;
    font-size: 16px;
}
#m-points .container .txt p span {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #333;
    line-height: 3;
    margin: 16px 0;
}

#m-points .case {
    position: relative;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50px;
    padding: 45px 45px 40px 45px;
}
#m-points .case .case-txt {
    position: absolute;
    width: 13.3%;
    max-width: 133px;
    left: 45px;
    top: -6%;
}
#m-points .case h3 {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 11px;
    margin-bottom: 45px;
}
#m-points .case h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #C22F4D;
    height: 3px;
    width: 53px;
}
#m-points .block.yl .case h3::after {
    background-color: #F8CF4F;
}
#m-points .case .overview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
}
#m-points .case .overview ul {
    width: 55%;
}
#m-points .case .overview li {
    display: flex;
    align-items: flex-start;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 16px;
}
#m-points .case .overview li span {
    display: block;
    background-color: #C22F4D;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    flex: 0 0 auto;     /* 縮まない・伸びない */
    flex-shrink: 0;     /* 念のため */
}
#m-points .block.yl .case .overview li span {
    background-color: #F8CF4F;
}
#m-points .case .overview li span img {
    width: 11px;
}
#m-points .case .overview .mv {
    width: 43%;
    aspect-ratio: 194 / 129;
    border-radius: 30px;
}
#m-points .case .point {
    background-color: #F9F6EF;
    box-shadow: 0px 3px 8px 0px rgba(136, 136, 136, 0.16);
    border-radius: 13px;
    display: flex;
    align-items: center;
    padding: 25px 0 30px 30px;
    margin-bottom: 20px;
    font-size: 20px;
}
#m-points .block.yl .case .point {
    background-color: #FEF9E6;
}
#m-points .case .point:last-child {
    margin-bottom: 0;
}
#m-points .case .point .strong {
    color: #C22F4D;
    margin-right: 90px;
    font-weight: bold;
}
#m-points .block.yl .case .point .strong {
    color: #F8CF4F;
}
#m-points .block.pink .case .point .strong {
    color: #EF7372;
}
#m-points .case .point p {
    line-height: 2;
}
#m-points .case .point p span {
    border-bottom: 3px solid #C22F4D;
}
#m-points .block.yl .case .point p span {
    border-bottom: 3px solid #F8CF4F;
}
#m-points .block.pink .case .point p span {
    border-bottom: 3px solid #EF7372;
}
@media screen and (max-width: 768px) {
    #m-points .block {
        width: 100%;
        padding: 28px 0 70px 0;
        margin-bottom: 80px;
    }
    #m-points .block.yl {
        border-radius: 48px 0 48px 0;
        padding-top: 65px;
        margin: 0 0 0 auto;
        margin-bottom: 80px;
    }
    #m-points .block.pink {
        padding-top: 65px;
    }
    #m-points .ttl {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 90px;
    }
    #m-points .ttl img {
        width: 91px;
        margin-bottom: 12px;
    }
    #m-points .ttl h2 {
        font-size: 22px; /* 修正済み */
        line-height: 1.7;
    }
    #m-points .container .item {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 70px;
    }
    #m-points .container .item.yl {
        width: 100%;
        left: auto;
    } 
    #m-points .container .item:nth-child(2n) {
        width: 100%;
        justify-content: flex-start;
        flex-direction: column-reverse;
        margin-right: 0;
    }
    #m-points .container .images {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    #m-points .container .images .main {
        width: 100%;
        margin-bottom: 30px;
    }
    #m-points .container .item:nth-child(1) .images .main {
        margin-bottom: 95px;
    }
    #m-points .container .images .main img {
        width: 100%;
    }
    #m-points .container .images .num {
        left: 20px;
        top: -7%;
    }
    #m-points .block:nth-child(1) .container .images .num {
        top: -7%;
    }
    #m-points .container .images .icon {
        max-width: 180px;
        left: 0;
        bottom: 40px;
    }
    #m-points .container .item:nth-child(2n) .images .icon {
        right: 0;
        left: auto;
        bottom: -20px;
        z-index: 10;
    }
    #m-points .container .txt {
        width: 100%;
        margin: 0 auto;
        transform: translate(0, 0);
    }
    #m-points .container .item:nth-child(2n) .txt {
        transform: translate(0, 0);
    }
    #m-points .container .item:nth-child(2n) .txt p {
        margin: 0 auto;
    }
    #m-points .block.pink .container .item:nth-child(2n) .txt p {
        margin: 0 0 0 auto;
    }
    #m-points .container .txt .txt-bg {
        width: 41%;
        aspect-ratio: 3 / 5;
        right: 25px;
    }
    #m-points .container .item.yl .txt .txt-bg {
        width: 65%;
        aspect-ratio: 1 / 1;
    }
    #m-points .container .item:nth-child(2n) .txt .txt-bg {
        right: auto;
        left: 0;
        aspect-ratio: 3 / 5;
    }
    #m-points .block.pink .container .item:nth-child(2n) .txt .txt-bg {
        right: auto;
        left: 20px;
        aspect-ratio: 3 / 5;
    }
    #m-points .container .txt h3 {
        width: 100%;
        padding: 15px 20px 15px 20px;
        margin-bottom: 25px;
    }
    #m-points .container .txt p {
        width: calc(100% - 40px);
        padding: 25px 18px 37px 22px;
        line-height: 2;
        font-size: 14px; /* 修正済み */
    }

    #m-points .case {
        width: calc(100% - 40px);
        border-radius: 25px;
        padding: 65px 20px 30px 20px;
        margin-top: 160px;
    }
    #m-points .case .case-txt {
        width: 133px;
        left: 50%;
        transform: translateX(-50%);
        top: -5%;
    }
    #m-points .case .overview {
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
    #m-points .case .overview ul {
        width: 100%;
    }
    #m-points .case .overview li span img {
        width: 11px;
    }
    #m-points .case .overview .mv {
        width: 100%;
        border-radius: 25px;
        margin-bottom: 30px;
    }
    #m-points .case .point {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px 15px 25px 15px;
        font-size: 14px; /* 修正済み */
    }
    #m-points .case .point .strong {
        font-size: 18px; /* 修正済み */
        margin-right: 0;
    }
}

#m-area {
    padding: 100px 0 0 0;
    background-color: #fff;
}
#m-area .main-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#m-area .main-block .map {
    width: 47.6%;
}
#m-area .main-block .map img {
    width: 100%;
    aspect-ratio: 169 / 123;
    object-fit: cover;
    border: 6px solid #C22F4D;
}
#m-area .main-block .txt {
    position: relative;
    z-index: 5;
    width: 41.3%;
}
#m-area .main-block h2 {
    position: relative;
    z-index: 5;
    font-weight: bold;
    font-size: 38px;
    line-height: 2;
    margin-bottom: 30px;
}
#m-area .main-block .txt p {
    position: relative;
    z-index: 5;
    font-size: 18px;
    line-height: 2.5;
}
#m-area .main-block .txt .area-txt {
    position: absolute;
    z-index: 1;
    width: 80%;
    left: -10%;
    top: -50%;
}
@media screen and (max-width: 768px) {
    #m-area {
        padding-bottom: 30px;
        padding-top: 0;
    }
    #m-area .main-block {
        flex-direction: column-reverse;
    }
    #m-area .main-block .map {
        width: 100%;
    }
    #m-area .main-block .txt {
        width: 100%;
        margin-bottom: 33px;
    }
    #m-area .main-block h2 {
        font-size: 22px; /* 修正済み */
        margin-bottom: 13px;
    }
    #m-area .main-block .txt p {
        font-size: 14px; /* 修正済み */
        line-height: 2;
    }
    #m-area .main-block .txt .area-txt {
        width: 52%;
        left: 10px;
        top: -38%;
    }
}

#m-about {
    position: relative;
    background-color: #FEF9E6;
    padding: 255px 0 85px 0;
}
#m-about .icon {
    position: absolute;
    z-index: 5;
    width: 15%;
    max-width: 200px;
    right: -40px;
    top: 0;
}
#m-about::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    max-height: 220px;
    background: #fff no-repeat left top / 100% 100%;
}
#m-about::after{
    content:"";
    position:absolute;
    z-index: 2;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    max-height: 220px;
    background: url("../img/wave-yw.png") no-repeat left top / 100% 100%;
}
#m-about .ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 75px;
}
#m-about .ttl img {
    width: 132px;
    margin-bottom: 5px;
}
#m-about .ttl h2 {
    font-size: 38px;
    line-height: 2;
    font-weight: bold;
}
#m-about .ttl a {
    position: relative;
    display: block;
    width: 320px;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
#m-about .ttl a::after {
    content: "";
    background-image: url("../img/cv-black.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 12px;
    right: 17px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}
#m-about .contents {
    display: flex;
    justify-content: space-around;
}
#m-about .contents .item {
    width: 22.2%;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 10px 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#m-about .contents .item img {
    width: auto;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}
#m-about .contents .item p {
    font-size: 18px;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    #m-about {
        padding: 85px 0 85px 0;
    }
    #m-about .icon {
        width: 30%;
        right: -6px;
        top: -20px;
    }
    #m-about::before{
        max-height: 60px;
    }
    #m-about::after{
        max-height: 60px;
    }
    #m-about .ttl {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    #m-about .ttl img {
        width: 132px;
        margin: 0 auto 5px;
    }
    #m-about .ttl h2 {
        font-size: 22px; /* 修正済み */
        line-height: 1.7;
    }
    #m-about .ttl a {
        display: none;
    }
    #m-about .contents {
        flex-direction: column;
        align-items: center;
    }
    #m-about .contents .item {
        width: 63.2%;
        min-width: 237px;
        margin-bottom: 25px;
        padding: 30px 10px 25px 10px;
    }
    #m-about .contents .item p {
        font-weight: bold;
    }
    #m-about .sp a {
        position: relative;
        display: block;
        width: calc(100% - 50px);
        margin: 0 auto;
        padding: 20px 0;
        text-align: center;
        font-size: 16px; /* 修正済み */
        font-weight: bold;
    }
    #m-about .sp a::after {
        content: "";
        background-image: url("../img/cv-black.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        width: 12px;
        right: 17px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
    }
}

#m-mission {
    position: relative;
    background-color: #fff;
    padding: 120px 0 220px 0;
}
#m-mission::before{
    content:"";
    position:absolute;
    z-index: 2;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    max-height: 220px;
    background: url("../img/wave-wh.png") no-repeat left top / 100% 100%;
}
#m-mission::after {
    content:"";
    position:absolute;
    z-index: 1;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    max-height: 220px;
    background: #FEF9E6 no-repeat left top / 100% 100%;
}
#m-mission .block {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: flex-start;
}
#m-mission .image {
    position: relative;
    z-index: 5;
    width: 55%;
}
#m-mission .image .mv img {
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 5 / 3;
}
#m-mission .image .logo {
    width: 52%;
    position: absolute;
    left: 50%;
    bottom: -100px;
    transform: translate(-50%, 0);
}
#m-mission h2 {
    width: fit-content;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 15px 45px;
    margin-bottom: 45px;
}
#m-mission .txt {
    position: relative;
    z-index: 5;
    margin-left: -14%;
    margin-top: 30px;
}
#m-mission .txt .content {
    background-color: #fff;
    padding: 45px 45px 80px 45px;
}
#m-mission .txt .content h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
#m-mission .txt .content p {
    line-height: 3;
    font-weight: bold;
    margin-bottom: 22px;
}
#m-mission .txt .content a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 325px;
    padding: 15px 0;
}
#m-mission .bg {
    position: relative;
    margin: 0 0 0 auto;
    z-index: 1;
    width: 62%;
    background-color: #F9F6EF;
    aspect-ratio: 85 / 47;
    margin-top: -20%;
}
#m-mission .bg .image {
    position: absolute;
    width: 34%;
    right: 15px;
    bottom: -21%;
}
#m-mission .bg .image img {
    border-radius: 30px;
}
#m-mission .bg .icon {
    position: absolute;
    width: 16%;
    left: -5%;
    bottom: -18%;
}
@media screen and (max-width: 768px) {
    #m-mission {
        padding: 80px 0 135px 0;
    }
    #m-mission::before{
        max-height: 60px;
    }
    #m-mission::after {
        max-height: 60px;
    }
    #m-mission .block {
        width: calc(100% - 40px);
        margin: 0 auto;
        flex-direction: column;
    }
    #m-mission .image {
        width: 100%;
    }
    #m-mission .image .logo {
        width: 80%;
        position: absolute;
        left: auto;
        right: 20px;
        bottom: -90px;
        transform: none;
    }
    #m-mission h2 {
        margin-bottom: 30px;
    }
    #m-mission .txt {
        margin-left: 0;
        margin-top: 100px;
    }
    #m-mission .txt .content {
        background-color: #fff;
        padding: 0;
        padding-bottom: 50px;
    }
    #m-mission .txt .content h3 {
        margin-bottom: 10px;
    }
    #m-mission .txt .content p {
        line-height: 3;
        font-weight: bold;
        margin-bottom: 22px;
    }
    #m-mission .txt .content a {
        width: 100%;
    }
    #m-mission .bg {
        z-index: 1;
        width: 80%;
        aspect-ratio: 1 / 1;
        margin-top: -30%;
    }
    #m-mission .bg .image {
        width: 60%;
        right: 15px;
        bottom: -21%;
    }
    #m-mission .bg .icon {
        width: 30%;
        left: -15%;
        bottom: -18%;
    }
}

#m-service .mv {
    position: relative;
    width: 100%;
}
#m-service .mv .content {
    position: absolute;
    left: 50%;
    bottom: -20%;
    transform: translatex(-50%);
    width: 73%;
    max-width: 1000px;
    text-align: center;
    padding: 50px 0 70px 0;
    border-radius: 30px;
    background-color: #fffffff0;
    box-shadow: 0px 1px 18px 0px rgba(136, 136, 136, 0.16);
}
#m-service .mv .content .block {
    position: relative;
}
#m-service .mv .content .block .txt {
    position: absolute;
    width: 40%;
    left: -80px;
    top: calc(-70% - 50px);
}
#m-service .mv .content p {
    font-size: 18px;
    line-height: 2.5;
    font-weight: bold;
    margin-bottom: 20px;
}
#m-service .mv .content a {
    position: relative;
    display: block;
    width: 326px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
}
#m-service .mv .content a::after {
    content: "";
    background-image: url("../img/cv-wh.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 12px;
    right: 17px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    #m-service {
        padding-bottom: 220px;
    }
    #m-service .mv {
        position: relative;
        width: 100%;
    }
    #m-service .mv .content {
        bottom: auto;
        z-index: 5;
        top: 100px;
        width: calc(100% - 40px);
        padding: 70px 25px 40px 25px;
        border-radius: 25px;
    }
    #m-service .mv .content .block {
        position: relative;
    }
    #m-service .mv .content .block .txt {
        position: absolute;
        width: 100%;
        left: -50px;
        top: -150px;
    }
    #m-service .mv .content p {
        font-size: 14px; /* 修正済み */
        line-height: 2;
        font-weight: 500;
        margin-bottom: 40px;
    }
    #m-service .mv .content a {
        width: 100%;
    }
}

#m-flow .block {
    width: 94%;
    margin: 0 0 0 auto;
    border-radius: 50px 0 50px 0;
    padding: 190px 0 150px 0;
    background-color: #FEF9E6;
}
#m-flow .block .ttl img {
    display: block;
    width: 63px;
    margin: 0 auto 15px;
}
#m-flow .block h2 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
#m-flow .block p {
    text-align: center;
    font-size: 18px;
    line-height: 2.5;
    margin-bottom: 60px;
}
#m-flow .block a {
    position: relative;
    display: block;
    text-align: center;
    width: 326px;
    font-size: 18px;
    padding: 15px 0;
    margin: 0 auto;
    font-weight: bold;
}
#m-flow .block a::after {
    content: "";
    background-image: url("../img/cv-black.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 12px;
    right: 17px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    #m-flow {
        position: relative;
    }
    #m-flow .block {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 160px 0 60px 0;
    }
    #m-flow .bg-sp {
        position: absolute;
        z-index: 7;
        width: 30%;
        top: 50px;
        right: 7px;
    }
    #m-flow .block .ttl img {
        display: block;
        width: 63px;
        margin: 0 auto 40px;
    }
    #m-flow .block h2 {
        font-size: 22px; /* 修正済み */
        margin-bottom: 40px;
    }
    #m-flow .block p {
        font-size: 14px; /* 修正済み */
        line-height: 2;
        margin-bottom: 35px;
    }
    #m-flow .block a {
        width: calc(100% - 50px);
    }
}

#m-blog {
    padding: 80px 0 90px 0;
}
#m-blog .block {
    display: flex;
    justify-content: center;
}
#m-blog .ttl img {
    width: 65px;
}
#m-blog .ttl h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 2;
}
#m-blog ul {
    width: 55%;
    margin-left: 9.6%;
}
#m-blog li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #9B9B9B;
    padding: 25px 20px 25px 40px;
}
#m-blog li img {
    width: 12px;
}
#m-blog li:first-child {
    border-top: 1px solid #9B9B9B;
}
@media screen and (max-width: 768px) {
    #m-blog {
        padding: 30px 0 90px 0;
    }
    #m-blog .block {
        flex-direction: column;
        align-items: center;
    }
    #m-blog .ttl h2 {
        font-size: 22px; /* 修正済み */
        margin-bottom: 20px;
    }
    #m-blog ul {
        width: calc(100% - 50px);
        margin: 0 auto;
    }
    #m-blog li {
        font-size: 14px; /* 修正済み */
        width: 100%;
        padding: 10px 15px 10px 15px;
        line-height: 2;
    }
    #m-blog li img {
        display: none;
    }
    #m-blog li:first-child {
        border-top: 1px solid #9B9B9B;
    }   
}