@charset "utf-8";
/*common
-----------------------------------------------------------------------------------------*/
body {
    color: rgba(51, 51, 51, 1);
    overflow-x: hidden;
}
section {
    padding: 120px 0;
}
.contents-wrapper {
    width: calc(100% - 100px);
    max-width: 1200px;
    margin: 0 auto;
}

.top-voice {
    position: relative;
    background-image: url("../images/top-voice-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.top-voice-wave {
    width: 100%;
    height: 60px;
    background-image: url("../images/top-voice-bg-aftrer.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    z-index: -2;
}
.top-voice img {
    object-fit: cover;
}

.top-voice-line-1 {
    position: absolute;
    top: 0;
}
.top-voice-line-2 {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.top-voice-crayon-bg {
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
}
.top-voice-stripe-bg {
    width: 200px;
    position: absolute;
    right: 0;
    bottom: -35px;
    z-index: -1;
}
.top-voice-card {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 100px;
}
.top-voice-card-item-link {
    width: calc((100% / 3) - 40px);
    padding: 30px 50px 20px;
}
.top-voice-card-item-link-imgbox {
    margin: 0 auto;
}
.top-voice-item-link-imgbox-post-37 {
    background: url("../images/voice-img-bg.png");
    background-size: 210px;
    background-repeat: no-repeat;
    background-position: 10px 4px;
}
.top-voice-item-link-imgbox-post-37 img {
    width: 90%;
    margin: 0;
    transform: translate(8px, 12px);
    margin-bottom: 14px;
}

.top-voice-card-item-text {
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
}
.top-voice-job {
    font-size: 1.375rem;
}
.top-job-year {
    bottom: 45%;
    left: 0;
}

.top-voice-arrow {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-end;
    margin-top: 20px;
}
.top-voice-arrow::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #ffffff;
}
.top-voice-arrow::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid;
    border-right: 2px solid;
    position: absolute;
    margin: auto;
    margin-right: 0;
    transform: rotate(45deg);
    border-color: #ffffff;
    inset: 0;
    right: 0;
}

.contents-wrapper.mini {
    max-width: 1000px;
}
.top-blog {
    text-align: left;
    position: relative;
    padding-bottom: 180px;
}

.top-blog .contents-wrapper {
    position: relative;
    z-index: 1;
}

.top-blog img {
    object-fit: cover;
}
.top-blog-kira {
    width: 550px;
    position: absolute;
    right: 0;
}
.top-blog-line-1 {
    position: absolute;
    bottom: -110px;
}
.top-blog-line-2 {
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.top-blog-crayon {
    width: 170px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.top-section-titlebox {
    margin-bottom: 100px;
}
.top-section-title {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 2.75rem;
    color: #eba067;
}
.top-section-title-left {
    text-align: left;
}
.top-section-title-sub {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 2rem;
}
.top-blog-list {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
    justify-content: space-between;
}
/* ピンクのボタン。セクションの最後とかお問い合わせとかにようあるボタン
詳しく見るボタン */
.more-button {
  /* moreベースクラス */
    display: flex;
    width: 280px;
    border-radius: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    letter-spacing: 2px;
    color: #fff;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 5px;
    background-color: #eaa9ab;
    border: solid 1px #eaa9ab;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: Bold;
}

.more-button-arrow {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.more-button-arrow::before {
    content: "";
    width: 10px;
    height: 2px;
}
.more-button-arrow::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    position: absolute;
    margin: auto;
    transform: rotate(45deg);
    inset: 0;
    right: -32%;
}
.more-button-arrow-white:before {
    background-color: #fff;
}
.more-button-arrow-white::after {
    border-color: #ffffff;
}
.more-button:hover {
    color: #eaa9ab;
    background-color: #fff;
    border: solid 1px #eaa9ab;
}
.more-button:hover .more-button-arrow-white:before {
    background-color: #eaa9ab;
}
.more-button:hover .more-button-arrow-white:after {
    border-color: #eaa9ab;
}
.voice-more-button {
    margin-bottom: 80px;
}
.subpage-fv {
    position: relative;
}
.subpage-fv-wrap {
    width: calc(100% - 200px);
    margin: 0 auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.subpage-title {
    font-size: 2.75rem;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #eba067;
    padding-top: 60px;
}
.subpage-title-sub {
    font-size: 2rem;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #333;
}

.subpage-fv-img {
    width: 550px;
}
.subpage-fv-img img {
    object-fit: cover;
}
.subpage-fv-linebox {
    width: 100%;
}
.subpage-fv-line1 {
    position: absolute;
    inset: 0;
    top: 22%;
    z-index: -1;
}
.subpage-fv-line2 {
    position: absolute;
    inset: 0;
    top: 60%;
    z-index: -1;
}
.swiper-pagination {
    display: none;
}
@media screen and (max-width: 1200px) {
    .top-voice-card-item-link-imgbox {
        width: 180px;
    }   
    .top-voice-item-link-imgbox-post-37 {
        background-size: 170px;
    }
    .top-job-year {
        bottom: 50%;
    }
}

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

    .subpage-fv-wrap {
        width: calc(100% - 100px);
    }
    .subpage-title {
        width: 30%;
        font-size: 32px;
        padding-top: 0;
    }
    .subpage-title-sub {
        font-size: 22px;
    }
    .subpage-fv-img {
        width: 50%;
    }
    .top-section-titlebox {
        margin-bottom: 50px;
    }
    .top-voice {
        padding-bottom: 100px;
    }
    .top-voice-card {
        flex-direction: column;
        margin-bottom: 50px;
        gap: 20px;
    }
    .top-voice-card-item-link {
        width: 800px;
        max-width: 96%;
        min-width: 80%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-right: auto;
        margin-left: auto;
        padding: 30px;
    }
    .top-voice-card-item-link-inner {
        width: 40%;
    }
    .top-voice-arrowbox {
        margin-left: auto;
    }
    .top-voice-arrow {
        margin-right: 15px;
    }
    .top-voice-item-link-imgbox-post-37 {
        background-size: 97%;
        background-repeat: no-repeat;
        background-position: -7px 3px;
    }
    .top-voice-item-link-imgbox-post-37 img {
        width: 90%;
        transform: translate(-6%, 6%);
    }
    .top-voice-job {
        font-size: 1.15rem;
        padding-top: 10px;
    }
    .top-job-year {
        bottom: 20%;
    }
    .top-voice-line-1 {
        top: -8%;
    }
    .top-voice-crayon-bg {
        width: 120px;
    }
    .top-voice-stripe-bg {
        width: 150px;
    }
    .top-blog-kira {
        width: 260px;
    }
    .top-blog-line-1 {
        bottom: -15px;
    }
    .top-blog-list {
        margin-bottom: 50px;
        gap: 10px;
    }
    .top-blog-crayon {
        width: 130px;
        bottom: 15%;
    }
    .swiper {
        margin-bottom: 30px;
    }
    .swiper-pagination {
        display: block;
    }
    .swiper-pagination-bullet {
        /* // 大きさを調整 */
        width: 40px;
        height: 40px;
        /* // ドット同士の間隔を調整 */
        margin: 0 10px !important;
        /* // 背景色を指定 */
        background-color: #969494;
        /* // 角を調整 */
        border-radius: 0;
        transition: all 0.3s ease; /* なめらかに変化させるため */
    }
    .swiper-pagination-bullet-active {
        /* // 大きさを調整 */
        width: 70% !important;
        height: 40px;
        border-radius: 6px !important; /* 角丸の四角形になる */
        background-color: #969494 !important;
    }
    .top-voice-stripe-bg {
        width: 100px;
        bottom: -5px;
    }
}

@media screen and (max-width: 767px) {
    section {
        padding: 50px 0;
    }

    .subpage-fv-wrap {
        width: calc(100% - 5px);
    }
    .subpage-fv-line1 {
        top: 50%;
    }
    .subpage-fv-line2 {
        top: 77%;
    }
    .contents-wrapper {
        width: calc(100% - 50px);
    }
    .more-button {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .top-voice-line-1 {
        top: -2%;
    }
    .top-voice-line-2 {
        bottom: 5%;
    }
    .top-section-titlebox {
        margin-bottom: 25px;
    }
    .top-section-title {
        font-size: 22px;
    }
    .top-section-title-sub {
        font-size: 16px;
    }
    .top-voice-card {
        flex-direction: column;
        font-size: 12px;
        margin-bottom: 30px;
    }
    .top-voice-card-item-text {
        font-size: 12px;
    }
    .top-voice-card-item-link {
        width: 100%;
        padding: 10px 10px 20px;
        border-radius: 20px;
    }
    .top-voice-card-item-link-imgbox {
        width: 34%;
        padding-right: 10px;
    }
    .top-voice-item-link-imgbox-post-37 {
        background-size: 80%;
        background-position: 9px 3px;
    }
    .top-voice-item-link-imgbox-post-37 img {
        width: 95%;
        transform: translate(-4%, 10%);
        margin-bottom: 0;
    }
    .top-voice-card-item-link-inner {
        width: 66%;
    }
    .top-voice-card-item-link-imgbox img {
        object-fit: contain;
    }
    .top-voice-job {
        font-size: 14px;
    }
    .top-job-year {
        bottom: 15%;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .top-voice-arrow {
        margin-top: 15px;
    }
    .top-voice-arrow::before {
        content: "";
        width: 12px;
        height: 1px;
    }
    .top-voice-arrow::after {
        width: 5px;
        height: 5px;
        border-top: 1px solid;
        border-right: 1px solid;
        border-color: #ffffff;
    }
    .top-voice-crayon-bg {
        display: none;
    }
    .top-blog-kira {
        width: 130px;
    }
    .top-blog {
        padding-bottom: 130px;
    }
    .top-blog-list {
        gap: 0;
    }
    .top-blog-list-item {
        width: calc(100% - 10px) !important;
        margin-right: 10px;
    }
    .top-blog-list-item:last-child {
        margin-right: 0;
    }
    .top-blog-line-1 {
        position: absolute;
        bottom: -15px;
    }
    .top-blog-crayon {
        display: none;
    }
    .swiper {
        margin-bottom: 30px;
    }
    .swiper-pagination {
        display: block;
    }
    .swiper-pagination-bullet {
        /* // 大きさを調整 */
        width: 40px;
        height: 40px;
        /* // ドット同士の間隔を調整 */
        margin: 0 10px !important;
        /* // 背景色を指定 */
        background-color: #969494;
        /* // 角を調整 */
        border-radius: 0;
        transition: all 0.3s ease; /* なめらかに変化させるため */
    }
    .swiper-pagination-bullet-active {
        /* // 大きさを調整 */
        width: 70% !important;
        height: 40px;
        border-radius: 6px !important; /* 角丸の四角形になる */
        background-color: #969494 !important;
    }
    .top-voice-stripe-bg {
        width: 100px;
        bottom: -5px;
    }
    .voice-more-button {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 450px) {
    .top-blog {
        padding-bottom: 90px;
    }
}

/*
-----------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------
    top-1 TOPページのｆｖ
-----------------------------------------------------------------------*/
.top-1-2-mix {
    overflow: hidden;
}

.top-1 {
    position: relative;
    margin: auto;
    padding: 190px 0 230px;
    width: 100%;
    overflow: hidden;
    min-height: 560px;
}

@media screen and (max-width:1100px) {
    .top-1 {
        padding: 160px 0;
}
}

@media screen and (max-width:1023px) {
    .top-1 {
        padding: 160px 0 150px;
}
}

@media screen and (max-width:767px) {
    .top-1 {
        padding: 100px 0 350px;
}
}

.top-fv-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    display: block;
    z-index: -1;
}

.top-1-fv-right-box {
    position: absolute;
    width: 45%;
    top: 0;
    right: 0;
    transform: translate(-15%,218px);
    z-index: 4;
}

@media screen and (max-width:767px) {
    .top-1-fv-right-box {
        position: absolute;
        width: 65%;
        top: 0;
        right: 0;
        transform: translate(-1%,180px);
}
}

.top-1-fv-left-box {
    position: relative;
    width: 28%;
    top: 0;
    left: 0;
    transform: translate(0%,15px);
    z-index: 1;
}

@media screen and (max-width:767px) {
    .top-1-fv-left-box {
        width: 46%;
        transform: translate(0%,175px);
}
}

.right-top {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0,-273px);
    width: 53%;
    z-index: -1;
}

@media screen and (max-width:1300px) {
    .right-top {
        transform: translate(0,-170px);
}
}

@media screen and (max-width:1023px) {
    .right-top {
        transform: translate(0,-120px);
}
}

@media screen and (max-width:767px) {
    .right-top {
        top: auto;
        bottom: 0;
        width: 60%;
        transform: translate(22%,220px);
}
}

.top-fv-right-foreground {
    position: absolute;
    width: 41%;
    top: 0;
    left: 0;
    transform: translate(-19%,272px);
    z-index: 8;
}

@media screen and (max-width:1100px) {
    .top-fv-right-foreground {
        transform: translate(-19%,235px);
}
}

@media screen and (max-width:1023px) {
    .top-fv-right-foreground {
        transform: translate(-19%,170px);
}
}

@media screen and (max-width:767px) {
    .top-fv-right-foreground {
        transform: translate(-19%,120px);
}
}

.top-fv-left-background-sp {
    display: none;
}

@media screen and (max-width:767px) {
    .top-fv-left-background-sp {
        display: block;
        width: 57%;
        position: relative;
        left: 0;
        transform: translateX(-60%);
}
}

.top-fv-left-background {
    position: absolute;
    width: 86%;
    top: 0;
    right: 0;
    transform: translate(36%,-62px);
    z-index: -1;
}

@media screen and (max-width:767px) {
    .top-fv-left-background {
        width: 86%;
        right: auto;
        left: 0;
        transform: translate(-33%,-52px);
}
}

.top-fv-left-foreground {
    position: absolute;
    width: 54%;
    left: 0;
    bottom: 0;
    transform: translate(-55%,-25px);
    z-index: 8;
}

@media screen and (max-width:767px) {
    .top-fv-left-foreground {
        width: 59%;
        left: 0;
        bottom: 0;
        transform: translate(-40%,44px);
}
}

.top-page-text {
    position: relative;
    z-index: 30;
}

.top-page-text1 {
    display: inline-block;
    font-family: "Zen Kurenaido";
    font-weight: 400;
    font-size: 61px;
    line-height: 1;
    padding: 10px;
    margin-bottom: 18px;
}

@media screen and (max-width:1300px) {
    .top-page-text1 {
        font-size: 51px;
}
}

@media screen and (max-width:1023px) {
    .top-page-text1 {
        font-size: 41px;
}
}

@media screen and (max-width:767px) {
    .top-page-text1 {
        font-size: 28px;
        padding: 5px;
        margin-bottom: 4px;
}
}
/*-----------------------------------------------------------------------
    top-2
-----------------------------------------------------------------------*/
.top-2 {
    padding: 155px 0 200px;
    position: relative;
    background-image: url(../images/second-background-2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-top: -90px;
}

@media screen and (max-width:1100px) {
    .top-2 {
        padding: 155px 0 120px;
}
}

@media screen and (max-width:767px) {
    .top-2 {
        padding: 100px 0 87px;
        background-image: none;
        background-image: url(../images/second-background-sp.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
}
}

.line-top {
    position: absolute;
    top: -70px;
}

@media screen and (max-width:767px) {
    .line-top {
        top: -11px;
}
}

.top-2-line-2 {
    position: absolute;
    top: 70px;
    transform: rotate(5deg);
}

@media screen and (max-width:767px) {
    .top-2-line-2 {
        top: 10px;
}
}

.top-page-text2-1,.top-page-text2-2 {
    font-size: 31px;
    text-align: center;
    color: #FFF;
}

@media screen and (max-width:1023px) {
    .top-page-text2-1,.top-page-text2-2 {
        font-size: 24px;
}
}

@media screen and (max-width:767px) {
    .top-page-text2-1,.top-page-text2-2 {
        font-size: 16px;
}
}

.top-page-text2-1 {
    margin-bottom: 22px;
}

@media screen and (max-width:767px) {
    .top-page-text2-1 {
        margin-bottom: 10px;
}
}

.top-page-text2-2 {
    margin-bottom: 80px;
}

@media screen and (max-width:1023px) {
    .top-page-text2-2 {
        margin-bottom: 60px;
}
}

@media screen and (max-width:767px) {
    .top-page-text2-2 {
        margin-bottom: 20px;
}
}

.top-page-text2-2 span {
    display: inline-block;
}

.top-page-text-3 {
    line-height: 3.25;
    letter-spacing: 0.1em;
    text-align: center;
    color: #FFF;
}

@media screen and (max-width:1023px) {
    .top-page-text-3 {
        line-height: 2.5;
}
}

@media screen and (max-width:767px) {
    .top-page-text-3 {
        font-size: 12px;
        line-height: 2;
}
}

@media screen and (max-width:767px) {
    .top-page-text-3 span {
        display: inline-block;
}
}

@media screen and (max-width:767px) {
    .top-page-text-3 .top-page-text-767 {
        display: none;
}
}

.top-page-text-3-1023 {
    display: none;
}

@media screen and (max-width:1023px) {
    .top-page-text-3-1023 {
        display: block;
}
}

.top-2-wav-bottom {
    position: absolute;
    bottom: -50px;
}

@media screen and (max-width:1023px) {
    .top-2-wav-bottom {
        bottom: -35px;
}
}

@media screen and (max-width:767px) {
    .top-2-wav-bottom {
        bottom: -15px;
}
}

.line-top-bottom {
    position: absolute;
    bottom: 25px;
}

@media screen and (max-width:767px) {
    .line-top-bottom {
        bottom: -15px;
}
}
/*-----------------------------------------------------------------------
    top-3 top-about-us top-works
-----------------------------------------------------------------------*/
.top-3 {
    position: relative;
    overflow: hidden;
}

.top-3-small-box-inside {
    display: flex;
    align-items: center;
    gap: 55px;
}

@media screen and (max-width:1023px) {
    .top-3-small-box-inside {
        gap: 20px;
}
}

@media screen and (max-width:767px) {
    .top-3-small-box-inside {
        display: block;
}
}

.top-3-small-box-inside.top-about-us {
    margin-bottom: 170px;
    flex-direction: row-reverse;
}

@media screen and (max-width:1023px) {
    .top-3-small-box-inside.top-about-us {
        margin-bottom: 70px;
}
}

@media screen and (max-width:767px) {
    .top-3-small-box-inside.top-about-us {
        margin-bottom: 40px;
}
}

.top-3-picture {
    width: calc(50% - 55px);
    position: relative;
}

@media screen and (max-width:1023px) {
    .top-3-picture {
        width: calc(42% - 55px);
}
}

.top-3-text-box {
    width: 50%;
    display: block;
}

@media screen and (max-width:1023px) {
    .top-3-text-box {
        width: 58%;
}
}

@media screen and (max-width:767px) {
    .top-3-text-box,.top-3-picture {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .top-about-us-img {
        width: 70%;
}
}

.top-about-us-background {
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    width: 80%;
    z-index: -10;
}

@media screen and (max-width:767px) {
    .top-about-us-background {
        top: 0;
        transform: translate(-36%,20px);
        width: 60%;
}
}

.top-about-us-foreground-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-24%,0);
    width: 39%;
    z-index: 1;
}

@media screen and (max-width:767px) {
    .top-about-us-foreground-1 {
        left: auto;
        right: 0;
        transform: translate(-12%,0);
        width: 29%;
}
}

.top-about-us-foreground-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-24%,28px);
    width: 40%;
    z-index: -1;
}

@media screen and (max-width:767px) {
    .top-about-us-foreground-2 {
        left: auto;
        right: 0;
        transform: translate(-12%,8px);
        width: 28%;
}
}

.top-h3-english {
    color: #EBA067;
    font-family: "Quicksand";
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    padding-bottom: 15px;
}

@media screen and (max-width:767px) {
    .top-h3-english {
        font-size: 22px;
        padding-bottom: 10px;
}
}

.top-3-h3-english-span {
    margin-left: 15px;
}

.top-h3-japanese {
    font-family: "Zen Maru Gothic";
    font-weight: 400;
    font-size: 32px;
}

@media screen and (max-width:1023px) {
    .top-h3-japanese {
        font-size: 28px;
}
}

@media screen and (max-width:767px) {
    .top-h3-japanese {
        font-size: 16px;
}
}

.top-h3-japanese span {
    display: inline-block;
}

.top-h3-japanese::after {
    display: block;
    margin-top: 80px;
    margin-bottom: 20px;
    content: '';
    width: 50px;
    height: 4px;
    background-color: #EBA067
}

@media screen and (max-width:1100px) {
    .top-h3-japanese::after {
        margin-top: 20px;
        margin-bottom: 20px;
}
}

@media screen and (max-width:767px) {
    .top-h3-japanese::after {
        margin-top: 20px;
        margin-bottom: 10px;
        width: 25px;
        height: 2px;
}
}

.top-3-about-us-text-1 {
    font-size: 22px;
    line-height: 2.2;
    padding-bottom: 24px;
}

@media screen and (max-width:1023px) {
    .top-3-about-us-text-1 {
        font-size: 18px;
        line-height: 1.6;
}
}

@media screen and (max-width:767px) {
    .top-3-about-us-text-1 {
        font-size: 14px;
        line-height: 1.6;
        padding-bottom: 10px;
}
}

.top-3-about-us-text-1 span {
    display: inline-block;
}

.top-3-about-us-text-1 .top-3-about-us-text-1-in-box {
    display: block;
}

.top-3-text {
    margin-bottom: 50px;
}

@media screen and (max-width:767px) {
    .top-3-text {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 30px;
}
}

@media screen and (max-width:767px) {
    .top-3-link-a-faq {
        margin-bottom: 0px;
}
}

.more-button.top-3-link-a-right {
    margin: 0;
    margin-left: auto;
}

@media screen and (max-width:767px) {
    .more-button.top-3-link-a-right {
        margin: 0 auto;
        margin-bottom: 30px;
}
}

.more-button.top-3-link-a-left {
    margin: 0;
    margin-right: auto;
}

@media screen and (max-width:767px) {
    .more-button.top-3-link-a-left {
        margin: 0 auto;
        margin-bottom: 30px;
}
}

.top-3-works-image {
    width: 427px;
    width: 71%;
    margin-bottom: 50px;
}

@media screen and (max-width:767px) {
    .top-3-works-image {
        display: none;
}
}

.top-3-works-image.top-pc {
    display: none;
}

@media screen and (max-width:767px) {
    .top-3-works-image.top-pc {
        display: block;
        width: 62%;
        margin-bottom: 30px;
}
}

.top-3-works-background {
    position: absolute;
    width: 77%;
    top: 0;
    right: 0;
    transform: translate(41%,-53px);
    z-index: -10;
}

.top-3-works-foreground {
    position: absolute;
    width: 46%;
    left: 0;
    bottom: 0;
    transform: translate(-2%,81px);
    z-index: 10;
}

@media screen and (max-width:1023px) {
    .top-3-works-foreground {
        transform: translate(-2%,41px);
}
}

@media screen and (max-width:767px) {
    .top-3-works-background,.top-3-works,.top-3-works-foreground {
        display: none;
} 
}
/*-----------------------------------------------------------------------
    エントリーフォーム
-----------------------------------------------------------------------*/
.wp-block-snow-monkey-forms-item.smf-item {
    margin-bottom: 35px;
}

.smf-item__label__text .has-inline-color {
    font-size: 12px;
}

input {
    display: inline-block;
    width: 100%;
}

textarea {
    display: inline-block;
    width: 100%;
    margin: 10px 0 50px;
}

.smf-radio-button-control {
    padding-right: 40px;
}

.smf-item__label {
    margin-bottom: 16px;
}

.wp-block-snow-monkey-forms-item .smf-item {
    margin: 0 35px;
}

.smf-form .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control .smf-label {
    margin-right: 0;
}

.smf-radio-buttons-control__control {
    margin: 20px 0;
}

.smf-action {
    text-align: center;
}

.smf-action .smf-button-control__control {
    color: #FFF;
    background-color: #EAA9AB;
    border-color: #EAA9AB;
    background-image: none;
    width: 285px;
    height: 67px;
    border-radius: 50px;
    margin-top: 100px;
}

@media screen and (max-width:767px) {
    .smf-action .smf-button-control__control {
        margin-top: 50px;
}
}

.smf-item__description a {
    color: #000;
    border-bottom: solid;
}
/*-----------------------------------------------------------------------
    top-faq
-----------------------------------------------------------------------*/
.top-faq .top-h3-japanese {
    margin-bottom: 100px;
}

.top-faq .top-h3-japanese::after {
    content: none;
}

.faq-accordion-list.top-faq-list {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
}

@media screen and (max-width:767px) {
    .faq-accordion-list.top-faq-list {
        gap: 20px;
        margin-bottom: 30px;
}
}

.top-faq-link-box {
    display: flex;
    justify-content: center;
}

/*-----------------------------------------------------------------------
    careers　採用情報
-----------------------------------------------------------------------*/
.careers-lavels {
    position: relative;
    padding-bottom: 0px;
}

.careers-main-lavel,
.careers-sub-lavel {
    text-align: center;
    font-size: 18px;
    font-weight: Bold;
    font-family: "Noto Sans JP";
    color: rgba(235, 160, 103, 1);
    line-height: 2.2;
}

.careers-lavel-wrapper {
    display: inline-block;
}

/* 左側のオレンジ色の点々のあしらい */
.careers-left-img {
    width: 336px;
    height: 143px;
    position: absolute;
    z-index: -100;
    top: 30px;
    left: -40px;
}

/* 右側のオレンジ色の色彩風のあしらい */
.careers-right-img {
    width: 336px;
    height: 143px;
    position: absolute;
    transform: translateY(-150px); 
    z-index: -100;
    right: 0px;
}

.careers-text {
    font-family: "Noto Sans JP";
    margin: 0 auto;
    font-size: 16px;
    margin-top: 50px;
    color: #333333;
}

/* 全体を囲むコンテナ（薄いベージュ背景・角丸） */
.careers-info-container {
    background-color: #faf6f3;
    padding: 40px 40px;
    margin-top: 0;
    border-radius: 60px;
    max-width: 1300px;
    margin: 20px auto;
    font-family: "Noto Sans JP";
}

/*募集職種の行のスタイル*/
.careers-info-row.careers-info-row-top {
    padding-top: 0;
}

/* 各行のスタイル */
.careers-info-row {
    display: flex;
    padding: 0 0 30px;
}

/* 給与など、複数行ある項目は上揃えにする */
.careers-info-row:has(.info-content p) {
    align-items: flex-start;
}

/* 左側のオレンジ色のラベル*/
.careers-info-label {
    background-color: #e58d53;
    color: #ffffff;
    width: 170px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 16px;
    letter-spacing: 0.1em;
    flex-shrink: 0;
}

/* 右側のテキスト内容 */
.careers-info-content {
    margin-left: 40px; /*線の開始位置を調整 */
    padding-bottom: 15px; /* 線と文字の間の余白 */
    border-bottom: 1px solid #EBA067; /* ここに薄いオレンジ茶色の下線を追加 */
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.6;
    flex-grow: 1;
}

/* 給与欄の中のpタグの余白をリセット */
.careers-info-content p {
    margin: 0;
}

/*余白を設けるために...*/
.careers-info-space {
    margin-top: 20px;
}

.careers-content-space {
    padding-left: 20px;
}

/*募集職種専用*/
.recruit-type {
    display: flex;
    gap: 20px;
}

/*給与専用*/
.salary-list {
    display: grid;
    grid-template-columns: auto 1fr; /* 左側の文字幅に合わせ、右側を自動調整 */
    gap: 8px 0; /* 上下の行間（お好みで調整） */
}

.salary-list dt, 
.salary-list dd {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

/*勤務時間専用*/
.time-container {
    display: flex;
    gap: 30px; /* 左右ブロックの間の余白 */
    font-size: 14px;
}

.time-group {
    display: flex;
    flex-direction: column;
    gap: 8px; /* 上下アイテムの間の余白 */
}

.notice {
    margin-left: 12px;
}

@media (max-width: 941px) {
    .recruit-type {
        flex-direction: column; /* 左右並びから縦並びに変更 */
        gap: 10px;
        align-items: flex-start; 
    }

    .time-container {
        flex-direction: column; /* 左右並びから縦並びに変更 */
        gap: 8px; /* 縦に並んだときのグループ間の余白 */
        align-items: flex-start; 
    }
}

/* 📱 スマホ用の設定*/
@media (max-width: 767px) {
    .careers-main-lavel {
        margin: 0 auto;
    }

    .careers-left-img {
        display: none;
    }

    .careers-info-container {
        padding: 40px 0;
        width: 80%;
    }

    .careers-info-row,
    .careers-info-row-top {
        flex-direction: column;
        align-items: center;
    }

    .salary-list.salary-list-grid {
        display: block;
    }

    .careers-info-content {
        flex-direction: column;
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 30px;
        justify-content: center;
        align-items: center;
    }

    /* 注釈をスマホで改行させたい場合は以下を追加 */
    .notice {
        display: block; /* 改行させる */
        margin-left: 20px; /* ①や②の数字の幅に合わせてインデント */
        margin-top: 4px;   /* 上との隙間 */
    }

    .salary-list {
        flex-direction: column;
    }

    .salary-list dd {
        padding-left: 17px;
    }

    .careers-content-space {
        padding-left: 0px;
        align-items: flex-start;
    }
}

@media (max-width: 486px) {
    .careers-main-lavel,
    .careers-sub-lavel {
        margin: 0;
        font-size: 16px;
        text-align: left;
        line-height:1.6;
    }

    .careers-text {
        font-size: 12px;
    }

    .careers-info-container {
        width: 100%;
        padding: 40px 20px;
    }
}

/*-----------------------------------------------------------------------
    privacy-policy　プライバシーポリシー
-----------------------------------------------------------------------*/
/* 各セクションの間隔 */
.policy-contents {
    max-width: 1000px;
    padding-bottom: 40px;
    margin: auto;
}

/*余白を上書き*/
.policy-contents.policy-contents-cover {
    padding-bottom: 15px;
}

/* オレンジ色の丸が付いた見出し */
.policy-title {
    font-size: 32px;
    font-family: "Zen Maru Gothic";
    color: #333333;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
}

/* 行頭のオレンジ丸の装飾 */
.policy-title::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #d97736; /* 画像に合わせたオレンジ色 */
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}

/* 本文のテキスト */
.policy-text {
    font-size: 16px;
    font-family: "Noto sans JP";
    color: #333333;
    margin: 0;
}

.policy-contact {
    font-size: 16px;
    font-family: "Noto sans JP";
    color: #333333;
}

@media (max-width: 1023px) {
    .policy-contents {
        padding-bottom: 30px;
    }
}

@media (max-width: 765px) {
    .policy-title {
        font-size: 16px;
    }

    .policy-text,
    .policy-contact {
        font-size: 12px;
    }

    .policy-contents.policy-contents-cover {
        padding-bottom: 10px;
    }
}

/*　各ページのメインビジュアル
-----------------------------------------------------------------------------------------*/
.page-section {
    position: relative;
}

.page-mv {
    padding-bottom: 0;
}

.page-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mv-title {
    min-width: 0;
    white-space: nowrap;
    z-index: 1;
}

.page-visual {
    width: clamp(192px, 41vw, 583px);;
    height: auto; 
    margin-right: 0;
    margin-right: 45px;
}

.page-lines {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: -1;
}

.mv-en {
    display: block;
    font-family: "Quicksand", sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #EBA067;
}

.mv-ja {
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 32px;
    color: #333333;
}


@media screen and (min-width: 1501px) {
    .page-lines { 
        bottom: -14vw; 
    }
}


@media screen and (max-width: 1500px) {
    .page-lines { 
        bottom: -21.8vw; 
    }
}

@media screen and (max-width: 1199px) {
    .page-visual {
        margin-right: 0;
    }
}

@media screen and (max-width: 1125px) {
    .page-lines { 
        bottom: -21vw; 
    }
}

@media screen and (max-width: 767px) {
    .page-mv {
        padding-top: 100px;
}

    .page-heading-wrapper{
        width: 100%;
        padding-left: 25px;
        padding-right: 5px;
        box-sizing: border-box;
    }

    .page-heading {
        align-items: flex-start;
    }

    .page-visual {
        margin-right: 0;
    }

    .mv-en {
        font-size: 30px;
    }

    .mv-ja {
        font-size: 18px;
    }

    .page-lines { 
        bottom: -6vw; 
    }
}

@media screen and (max-width: 400px) {
    .page-lines { 
        bottom: -12vw; 
    }
}

/*faq
-----------------------------------------------------------------------------------------*/
/* faqセクションのアコーディオン */
.faq-accordion-list {
    display: grid;
    gap: 70px;
}

.faq-accordion-item {
    --accordion-radius: 60px;
    --accordion-content-padding-top: 32px;
    --accordion-content-padding-bottom: 40px;
    width: 100%;
    border: 3px solid #EBA067;
    border-radius: var(--accordion-radius);
    background: #EBA067;
    transition: border-radius .3s;
    cursor: pointer;
}

.faq-accordion-item[open] {
    border-radius: var(--accordion-radius) var(--accordion-radius) 0 0;
}

.faq-accordion-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 30px 0;
    position: relative;
}

.faq-accordion-summary::-webkit-details-marker {
    display: none;
}

.faq-accordion-summary::after {
    content: "";
    display: inline-block;
    margin-right: 63px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 28.43px solid #ffffff;
    transition: transform .3s;
}

.faq-accordion-item[open] .faq-accordion-summary::after {
    transform: rotate(180deg);
}

/* QアイコンとAアイコンの幅を固定して縦位置を揃える */
.faq-accordion-icon-question,
.faq-accordion-icon-answer {
    width: 47px;        /* 円と同じサイズに固定 */
    text-align: center; /* 文字を中央に */
    flex-shrink: 0;     /* flexで縮まないように */
}

.faq-accordion-icon-question {
    display: inline-block;
    margin-left: 67px;
    font-family: "Quicksand", sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #EBA067;
    position: relative;
    z-index: 0;
}

.faq-accordion-icon-question::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #ffffff;
    z-index: -1;
}

.faq-accordion-question {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    flex: 1;
}

.faq-accordion-content {
    display: flex;
    align-items: flex-start; 
    padding-top: var(--accordion-content-padding-top);
    padding-bottom: var(--accordion-content-padding-bottom);
    background: #ffffff;
    overflow: hidden;
}

.faq-accordion-icon-answer {
    display: inline-block;
    margin-left: 67px;
    font-family: "Quicksand", sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    z-index: 0;
}

.faq-accordion-icon-answer::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #EBA067;
    z-index: -1;
}

.faq-accordion-answer-wrap {
    flex: 1;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 8px;
    padding-left: 40px;
}

.faq-accordion-answer {
    font-size: 18px;
    font-weight: 700;
    color: #EBA067;
    margin-right: 16px;
    margin-bottom: 25px;
}

.faq-accordion-description {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-right: 117px;
}

@media screen and (max-width:1100px) {
    .faq-accordion-answer {
        margin-right: 67px;
    }

    .faq-accordion-description {
        margin-right: 67px;
    }
}

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

    .faq-accordion-summary::after {
        margin-right: 40px;
    }

    .faq-accordion-icon-question {
        margin-left: 40px;
    }

    .faq-accordion-icon-answer {
        margin-left: 40px;
    }

    .faq-accordion-answer {
        margin-right: 40px;
    }

    .faq-accordion-description {
        margin-right: 40px;
    }
}

@media screen and (max-width:767px) {
    .faq-section {
        padding: 100px 0;
    }

    .faq-accordion-list {
        gap: 40px;
    }

    .faq-accordion-item {
        --accordion-radius: 30px;
        --accordion-content-padding-top: 16px;
        --accordion-content-padding-bottom: 20px;
    }

    .faq-accordion-summary {
        padding-top: 12px;
        padding-bottom: 11px;
    }

    .faq-accordion-summary::after {
        margin-right: 15px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 18px solid #ffffff;
    }

    /* QアイコンとAアイコンの幅を固定して縦位置を揃える */
    .faq-accordion-icon-question,
    .faq-accordion-icon-answer {
        width: 28px;        /* 円と同じサイズに固定 */
    }

    .faq-accordion-icon-question {
        margin-left: 15px;
        font-size: 22px;
    }

    .faq-accordion-icon-question::before {
        width: 28px;
        height: 28px;
    }

    .faq-accordion-question {
        font-size: 14px;
        line-height: 1.6;
        padding-left: 13px;
        padding-right: 13px;
    }

    .faq-accordion-icon-answer {
        margin-left: 15px;
        font-size: 22px;
    }

    .faq-accordion-icon-answer::before {
        width: 28px;
        height: 28px;
    }

    .faq-accordion-answer-wrap {
        flex: 1;
        font-family: "Noto Sans JP", sans-serif;
        padding-top: 3px;
        padding-left: 13px;
    }

    .faq-accordion-answer {
        font-size: 14px;
        margin-right: 15px;
        margin-bottom: 20px;
    }

    .faq-accordion-description {
        font-size: 12px;
        line-height: 1.4;
        margin-right: 15px;
    }
}

/* About us */
about_us.css
section.about_us-section {
    padding-bottom: 0px;
}

.contents-wrapper{
    z-index: 1;
}

.about_us-sheet {
    width: 100%;
    background-image: url(../images/Group73.png);
    background-size: cover;
}

.about_us-sheet-under {
    width: 100%;
    position: relative;
}

.about_us-background{
    overflow: hidden;
    position: relative;
    padding: 50px 0;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    
}
h2.about-us{    
    display: flex;
    margin-top: 10px;
    padding-top: 50px;
    align-items: center;
    flex-direction: column;
    font-weight: 700;
    z-index: 100;
    color:rgba(235, 160, 103, 1);
    font-family: "Quicksand", sans-serif;
    font-size: 44px;
    margin-bottom: 100px;
}
.about_us-care-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about_us-about {
    text-align: center;
    font-size: 2rem;
    flex-direction: column;
    font-family: "Zen Maru Gothic";
    font-weight: 400;
    width: 876px; 
    color: rgba(51, 51, 51, 1);
    margin-bottom: 70px;
}
.about_us-we {
    align-items: center;
    color: rgba(51, 51, 51, 1);
    font-family: "Zen Maru Gothic";
    font-weight: 400;
    font-size: 32px;
}

.about_us-content-box{
    box-sizing: border-box;
    display: flex; 
    justify-content: center; 
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.about_us-care {
    max-width: 100%;
    color: rgba(51, 51, 51, 1);
    font-size: 1rem;
    line-height: 3.25;
    align-items: center;    
    font-family: Noto Sans JP sans-serif;
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
    
}

.about_us-important-container{
    max-width: 1000px;
    box-sizing: border-box;
    display: fixed;
}

.about_us-important-background{
    background-color: rgba(251, 218, 192, 1);
    max-width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 34px;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
}

.about_us-important {
    background-color: rgba(251, 218, 192, 1);
    width: 100%;
    border-radius: 34px;
    max-width: 100%;
    font-size: 1.75rem;
    font-family: "Zen Maru Gothic", sans-serif;
    padding-bottom: 40px;
}

.about_us-care-example,
.about_us-care-example2{
    width: 100%;
}
.about_us-important-text{
    color:rgba(51, 51, 51, 1);
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
}
.about_us-2colmun-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5%;
}    

.about_us-support-img, 
.about_us-carer-img {
    width: 100%;
}

.about_us-support {
    z-index: 12;
}

.about_us-carer {
    z-index: 12;
}

.about_us-title, 
.about_us-care-title {
    font-size: 1.125rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif; /* カンマを追加 */
    width: 100%;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 25px;
    color:rgba(51, 51, 51, 1);
}

.about_us-serif, 
.about_us-care-serif {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif; /* カンマを追加 */
    width: 100%;
    color:rgba(51, 51, 51, 1);
    line-height: 2;
}


.about_us-works-background {
    position: relative;
    overflow: hidden;
}

h3.about_us-works {
    font-weight: 700;
    color: rgba(235, 160, 103, 1);
    font-size:2.75rem;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    margin-bottom: 0px;
    overflow: hidden;
}

.about_us-works {
    font-family: "Zen Maru Gothic";
    font-weight: 400;
    font-style: regular;
    font-size: 2.0rem;
    color: rgba(51, 51, 51, 1);
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
    overflow: hidden;
}

.about_us-our-works-serif{
    display: block;
    position: relative;
}

.about_us-our-works {
    font-family: Noto Sans JP sans-serif;
    font-weight: 400;
    font-style: regular;
    color: rgba(51, 51, 51, 1);
    width: 742px;
    z-index: 100;
    margin-bottom: 150px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    position: relative;
}
.about_us-treat {
    position: absolute;
    top: -25%;
    right: -5vw;
    
    width: 401px;
    height:316px;
    
}

.about_us-treat-second {
    position: absolute;
    top: 12%;
    right: -5vw;
    
    width: 288px;
    height: 266px;
}
.about_us-line-16th {
    width: 2159.99px;
    position: absolute;
    top: 25%;
    left: -25%;
    text-align: center;
    z-index: -2;
    overflow: hidden;
}
.about_us-line16th {
    box-sizing: border-box;
    display: flex;
    
}

.about_us-physical-care-parent{
    display: flex;
    flex-direction: column;
}
.about_us-physical-care {
    border-radius: 100%;
    max-width: 995px;
    background-color: rgba(251, 218, 192, 1);
    width: 90%;
    margin-left: 120px;
}
.about_us-physical-care-text {
    font-family: Noto Sans JP sans-serif;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 1.75rem;
    margin-left: 40px;
    padding-bottom: 0px;
    width: 100%;
}

.about_us-physical-care-text span {
    display: inline-block;
}

.about_us-life-support-text span {
    display: inline-block;
}

.about_us-community-text span {
    display: inline-block;
}


.about_us-physical-care-image1{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left:75px;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-right: 75px;
}

.about_us-physical-care-image {
    width:30%;
}

.about_us-physical-care-rule {
    font-family: Noto Sans JP sans-serif;
    font-weight: 400;
    font-style: regular;
    font-size: 1rem;
    color:rgba(51, 51, 51, 1);
    padding-top: 20px;
    margin-left: 0px;
    line-height: 2;
    letter-spacing: 0.1em;    
}

.about_us-line-14th {
    width: 2080px;
    position: absolute;
    top: 58%;
    left: -25%;
    text-align: center;
    z-index: -2;
    overflow: hidden;
}

.about_us-line-13th {
    width: 2159.99px;
    transform: rotate(-5.11deg);
    position: absolute;
    top: 56%;
    left: -25%;
    text-align: center;
    z-index: -2;
    overflow: hidden;
}
.about_us-line14th {
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
}
.about_us-line13th{
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
}
.about_us-life-support {
    border-radius: 100%;
    max-width: 995px;
    background-color: rgba(251, 218, 192, 1);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    overflow: hidden;
}
.about_us-life-support1 {
    width: 100%;    
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left:75px;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-right: 75px;
}
.about_us-life-support-text {
    font-family: Noto Sans JP sans-serif;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 1.75rem;
    margin-left: 40px;
    padding-bottom: 0px;
    /* display: flex;
    flex-direction: column; */
    display: inline-block;
    overflow: hidden;
}
.about_us-life-support-image{
    width:50%;
}
.about_us-life-support-rule {
    font-family: Noto Sans JP sans-serif;
    font-weight: 400;
    font-style: regular;
    font-size: 1rem;
    color:rgba(51, 51, 51, 1);
    padding-top: 20px;
    margin-left: 0px;
    line-height: 2;
    letter-spacing: 0.1em;
    overflow: hidden;    
}

.about_us-treat2 {
    position: absolute;
    top: 77%;
    left: 0%;
    width: 242px;
    overflow: hidden;
}
.about_us-treat3 {
    position: absolute;
    top: 82%;
    left: 0%;
    width: 242px;
    overflow: hidden;
    z-index: -1;
}
.about_us-line12nd {

    width: 1849.68px;
    transform: rotate(3.8deg);
    position: absolute;
    top: 70%;
    left: -25%;
    text-align: center;
    z-index: -2;
    overflow: hidden;
}
.about_us-line12nd{
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
}

.about_us-community {
    border-radius: 100%;
    max-width: 995px;
    background-color: rgba(251, 218, 192, 1);
    width: 90%;
    margin-left: 360px;
    margin-top: 5%;
    overflow: hidden;
}

.about_us-community1{
    width: 100%;    
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left:75px;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-right: 75px;
}

.about_us-community-text {
    font-family: Noto Sans JP sans-serif;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 1.75rem;
    margin-left: 40px;
    padding-bottom: 0px;
    /* display: flex;
    flex-direction: column; */
    overflow: hidden;
}
.about_us-community-image{
    width: 30%;
}
.about_us-community-rule {
    font-family: Noto Sans JP sans-serif;
    font-weight: 400;
    font-style: regular;
    font-size: 1rem;
    color:rgba(51, 51, 51, 1);
    padding-top: 20px;
    margin-left: 0px;
    line-height: 2;
    letter-spacing: 0.1em;
    overflow: hidden;
    
}

/* 1. まずは 767px 以上の設定（タブレットなど） */
@media screen and (min-width: 1023px) {
    span.about_us-about2 {
        white-space: normal; /* 基本は改行を許可 */
    }
}

/* 2. 次に 1024px 以上の設定（PC）※下に書くことで、上の指定を上書きします */
@media screen and (min-width: 1024px) {
    span.about_us-about2 {
        white-space: nowrap !important; /* 絶対に改行させない */
    }
}

@media (max-width:2560px){

    .about_us-physical-care {
        border-radius: 100%;
        max-width: 995px;
        background-color: rgba(251, 218, 192, 1);
        width: 90%;
        margin-left: 0%;
    }

    .about_us-life-support {
        border-radius: 100%;
        max-width: 995px;
        background-color: rgba(251, 218, 192, 1);
        width: 90%;
        margin-left: 9%;
        margin-top: 50px;
    }

    .about_us-community {
        border-radius: 100%;
        max-width: 995px;
        background-color: rgba(251, 218, 192, 1);
        width: 90%;
        margin-left: 17%;
        margin-top: 50px;
        overflow: hidden;
    }

    .about_us-treat {
        position: absolute;
        top: -158%;
        right: -30vw;
        max-width: 35%;
    }

    .about_us-treat-second {
        position: absolute;
        top: -63%;
        right: -30vw;
        max-width: 35%;
    }

    .about_us-line-16th {
        width: 100%;
        position: absolute;
        top: 9%;
        left: 0%;
        text-align: center;
        z-index: -2;
        overflow: hidden;
    }

    .about_us-line-14th {
        width: 100%;
        position: absolute;
        top: 54%;
        left: 0%;
        text-align: center;
        z-index: -2;
        overflow: hidden;
    }

    .about_us-line-13th {
        width: 100%;
        transform: rotate(-5.11deg);
        position: absolute;
        top: 43%;
        left: 0%;
        text-align: center;
        z-index: -2;
        overflow: hidden;
    }

    .about_us-line12nd {
        width: 100%;
        transform: rotate(-3.8deg);
        position: absolute;
        top: 67%;
        left: 0%;
        text-align: center;
        z-index: -2;
        overflow: hidden;
    }

    .about_us-treat2 {
        position: absolute;
        top: 77%;
        left: 0%;
        width: 242px;
        overflow: hidden;
    }
    .about_us-treat3 {
        position: absolute;
        top: 82%;
        left: 0%;
        width: 242px;
        overflow: hidden;
        z-index: -1;
    }
}


@media (max-width:1920px){
    .about_us-about2 {
        white-space: nowrap; /* 改行しない */
    }

    .about_us-section {
        position: relative;
        z-index: 1; /* セクション全体のレイヤーの土台を作る */
        padding-bottom: 0px;
    }

    .about_us-physical-care {
        border-radius: 100%;
        max-width: 995px;
        background-color: rgba(251, 218, 192, 1);
        width: 90%;
        margin-left: 0%;
        overflow: hidden;
        margin-bottom: 50px;
    }

    .about_us-life-support {
        border-radius: 100%;
        max-width: 995px;
        background-color: rgba(251, 218, 192, 1);
        width: 90%;
        margin-left: auto;
        margin-left: auto;
        margin-top: 0%;
        margin-bottom: 50px;
    }

    .about_us-community {
        border-radius: 100%;
        max-width: 995px;
        background-color: rgba(251, 218, 192, 1);
        width: 90%;
        margin-left: auto;
        margin-top: 5%;
    }

    .about_us-treat {
        position: absolute;
        top: -90%;
        right: -19vw;
        max-width: 35%;
        z-index: 1;
    }

    .about_us-treat-second {
        position: absolute;
        top: 12%;
        right: -19vw;
        max-width: 35%;
        z-index: 1;
    }   

    .about_us-line-16th {
        width: 100%;
        position: absolute;
        top: 16%;
        left: 0%;
        text-align: center;
        z-index: -2;
        overflow: hidden;
    }

    .about_us-line-14th {
        width: 100%;
        
        position: absolute;
        top: 56%;
        left: 0%;
        text-align: center;
        z-index: -2;
        overflow: hidden;
    }

    .about_us-line-13th {
        width: 100%;
        
        transform: rotate(-5.11deg);
        position: absolute;
        top: 48%;
        left: 0%;
        text-align: center;
        z-index: -2;
        overflow: hidden;
    }

    .about_us-line12nd {
        width: 100%;
        transform: rotate(1.0deg);
        position: absolute;
        top: 68%;
        left: 0%;
        text-align: center;
        z-index: -2;
        overflow: hidden;
    }

    .about_us-treat2 {
        position: absolute;
        top: 77%;
        left: 0%;
        max-width: 242px;
        width:16%;
        overflow: hidden;
    }
    .about_us-treat3 {
        position: absolute;
        top: 78%;
        left: 0%;
        max-width: 242px;
        max-height: 316px;
        width: 16%;
        overflow: hidden;
        z-index: -1;
    }
}

@media (max-width:1023px) {
    .about_us-about {
    font-size: 32px;
    flex-direction: column;
    font-family: "Zen Maru Gothic";
    font-weight: 400;
    width: 100%; 
    color: rgba(51, 51, 51, 1);
}

    .about_us-about2 {
        white-space: nowrap; /* 改行しない */
    }
    .about_us-we {
        align-items: center;
        /*top:11%;
        left:42%;*/
        color: rgba(51, 51, 51, 1);
        font-family: "Zen Maru Gothic";
        font-weight: 400;
    }

    .about_us-our-works {
        font-family: Noto Sans JP sans-serif;
        font-weight: 400;
        font-style: regular;
        color: rgba(51, 51, 51, 1);
        width: 100%;
        z-index: 100;
        margin-bottom: 150px;
        line-height: 1.5;
        letter-spacing: 0.1em;
        position: relative;
    }

    .about_us-content-box{
        box-sizing: border-box;
        display: flex; 
        justify-content: center; 
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }

    .about_us-care {
        max-width: 100%;
        color: rgba(51, 51, 51, 1);
        font-size: 1rem;
        line-height: 3.25;
        align-items: center;    
        font-family: Noto Sans JP sans-serif;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .about_us-important-container{
        box-sizing: border-box;
        display: fixed;
    }

    .about_us-important-background{
        background-color: rgba(251, 218, 192, 1);
        width: 100%;
        position: relative;
        overflow: hidden;
        display: block;
        border-radius: 10%;
        box-sizing: border-box;
    }

    .about_us-important {
        background-color: rgba(251, 218, 192, 1);
        width: 100%;
        border-radius: 34px;
        font-size: 1.75rem;
        font-family: "Zen Maru Gothic", sans-serif;
        
    }

    .about_us-care-example,
    .about_us-care-example2{
        width: 100%;
    }
    .about_us-important-text{
        color:rgba(51, 51, 51, 1);
        font-size: 1.55rem;
        padding-bottom: 40px;
        text-align: center;
    }
    .about_us-2colmun-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 5%;
    }    

    .about_us-support-img, 
    .about_us-carer-img {
        width: 100%;
    }

    .about_us-support {
        z-index: 12;
    }

    .about_us-carer {
        z-index: 12;
    }

    .about_us-title, 
    .about_us-care-title {
        font-size: 18px;
        font-weight: 400;
        font-family: "Noto Sans JP", sans-serif; /* カンマを追加 */
        width: 100%;
        text-align: center;
        padding-top: 35px;
        padding-bottom: 25px;
        color:rgba(51, 51, 51, 1);
    }

    /* 【基本設定】1023px以下のときは、この設定が効いて自動で折り返します */
    span.about_us-title2 {
    white-space: normal;   /* 改行を許可 */
    display: inline-block; /* 「プライベートな空間を守る」の塊ごと綺麗に改行させる魔法 */
    }


/* 【PC設定】1024px以上（1024px〜大画面）になったら絶対に改行させない */
@media screen and (min-width: 1024px) {
    span.about_us-title2 {
        white-space: nowrap !important; /* 横一行に並べる */
    }
}

    .about_us-serif, 
    .about_us-care-serif {
        font-size: 16px;
        font-weight: 400;
        font-family: "Noto Sans JP", sans-serif; /* カンマを追加 */
        width: 100%;
        color:rgba(51, 51, 51, 1);
        padding-bottom: 15px;
        line-height: 2;
    }


    .about_us-physical-care {
        border-radius: 100%;
        max-width: 995px;
        background-color: rgba(251, 218, 192, 1);
        width: 100%;
        margin-left: 0%;
        overflow: hidden;
        margin-bottom: 50px;
    }

    .about_us-physical-care-text {
        font-family: Noto Sans JP sans-serif;
        color: rgba(51, 51, 51, 1);
        font-weight: 400;
        font-size: 28px;
        margin-left: 20px;
        padding-bottom: 0px;
    }

    .about_us-physical-care-text2 {
        font-size: 1.0rem;
    }

    .about_us-physical-care-image1{
        width: 100%;    
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 40px;
    }

    .about_us-physical-care-image {
        width:38%;
    }

    .about_us-physical-care-rule {
        font-family: Noto Sans JP sans-serif;
        font-weight: 400;
        font-style: regular;
        font-size: 16px;
        color:rgba(51, 51, 51, 1);
        padding-top: 20px;
        margin-left: 0px;
        line-height: 1.5;
        letter-spacing: 0.1em;    
    }

    .about_us-life-support {
        border-radius: 100%;
        max-width: 995px;
        background-color: rgba(251, 218, 192, 1);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0%;
        margin-bottom: 50px;
    }

    .about_us-life-support1 {
        width: 100%;    
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 40px;
    }
    .about_us-life-support-text {
        font-family: Noto Sans JP sans-serif;
        color: rgba(51, 51, 51, 1);
        font-weight: 400;
        font-size: 28px;
        margin-left: 20px;
        padding-bottom: 0px;
        overflow: hidden;
    }
    .about_us-life-support-text2 {
        font-size: 1.0rem;
    }
    .about_us-life-support-image{
        width:38%;
    }
    .about_us-life-support-rule {
        font-family: Noto Sans JP sans-serif;
        font-weight: 400;
        font-style: regular;
        font-size: 16px;
        color:rgba(51, 51, 51, 1);
        padding-top: 20px;
        margin-left: 0px;
        line-height: 1.5;
        letter-spacing: 0.1em;
        overflow: hidden;    
    }

    .about_us-community {
        border-radius: 100%;
        max-width: 995px;
        background-color: rgba(251, 218, 192, 1);
        width: 100%;
        margin-left: auto;
    }

    .about_us-community1{
        width: 100%;    
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 40px;
    }

    .about_us-community-text {
        font-family: Noto Sans JP sans-serif;
        color: rgba(51, 51, 51, 1);
        font-weight: 400;
        font-size: 28px;
        margin-left: 20px;
        padding-bottom: 0px;
        overflow: hidden;
    }
    .about_us-community-text2 {
        font-size: 1.0rem;
    }
    .about_us-community-image{
        width: 38%;
    }
    .about_us-community-rule {
        font-family: Noto Sans JP sans-serif;
        font-weight: 400;
        font-style: regular;
        font-size: 16px;
        color:rgba(51, 51, 51, 1);
        padding-top: 20px;
        margin-left: 0px;
        line-height: 1.5;
        letter-spacing: 0.1em;
        overflow: hidden;
    }

    .about_us-treat {
        position: absolute;
        top: -123%;
        right: -19vw;
        max-width: 28%;
        z-index: 1;
    }

    .about_us-treat-second {
        position: absolute;
        top: 12%;
        right: -19vw;
        max-width: 28%;
        z-index: 1;
    }   

    .about_us-line-16th {
        width: 100%;
        position: absolute;
        top: 30%;
        left: 0%;
        text-align: center;
        z-index: -2;
        overflow: hidden;
    }

    .about_us-line-14th {
        width: 100%;
        position: absolute;
        top: 56%;
        left: 0%;
        text-align: center;
        z-index: -2;
        overflow: hidden;
    }

    .about_us-line-13th {
        width: 100%;
        transform: rotate(-5.11deg);
        position: absolute;
        top: 52%;
        left: 0%;
        text-align: center;
        z-index: -2;
        overflow: hidden;
    }

    .about_us-line12nd {
        width: 100%;
        transform: rotate(1.0deg);
        position: absolute;
        top: 70%;
        left: 0%;
        text-align: center;
        z-index: -2;
        overflow: hidden;
    }

    .about_us-treat2 {
        position: absolute;
        top: 77%;
        left: 0%;
        max-width: 242px;
        width: 15%;
        overflow: hidden;
        z-index: -2;
    }
    .about_us-treat3 {
        position: absolute;
        top: 82%;
        left: 0%;
        max-width: 242px;
        width: 15%;
        overflow: hidden;
        z-index: -3;
    }
}

@media (max-width:767px){
    .contents-wrapper{
        z-index: 1;
    }

    .about_us-sheet {
        width: 100%;
        background-image: url(../images/Group73.png);
        background-size: cover;
    }

    .about_us-sheet-under {
        width: 100%;
        position: relative;
    }

    .about_us-background{
        overflow: hidden;
        position: relative;
        padding: 50px 0;
        font-size: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }
    h2.about-us{    
        display: flex;
        padding-top: 50px;
        align-items: center;
        flex-direction: column;
        font-weight: 700;
        z-index: 100;
        color:rgba(235, 160, 103, 1);
        font-family: "Quicksand", sans-serif;
        font-size: 32px;
        margin-bottom: 40px;
    }
    .about_us-about {
        font-size: 1.4rem;
        font-family: "Zen Maru Gothic";
        font-weight: 400;
        width: 100%; 
        color: rgba(51, 51, 51, 1);
        margin-bottom: 30px;
    }

    .about_us-about2 {
        white-space: normal; /* 通常の改行あり（または pre-wrap） */
    }

    .about_us-about2{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        flex-direction: column;
        font-family: "Zen Maru Gothic";
        font-weight: 400;
        width: 90%; 
        color: rgba(51, 51, 51, 1);
    }
    .about_us-we {
        align-items: center;
        color: rgba(51, 51, 51, 1);
        font-family: "Zen Maru Gothic";
        font-weight: 400;
        font-size: 22px;
        margin-bottom: 0px;
    }

    .about_us-content-box{
        box-sizing: border-box;
        display: flex; 
        justify-content: center; 
        align-items: center;
        width: 100%;
    }

    .about_us-care {
        width: 100%;
        color: rgba(51, 51, 51, 1);
        font-size: 12px;
        line-height: 2.2;
        align-items: center;    
        font-family: Noto Sans JP sans-serif;
        display: flex;
        justify-content: center;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .about_us-important-container{
        box-sizing: border-box;
        display: flex;
    }

    .about_us-important-background{
        background-color: rgba(251, 218, 192, 1);
        width: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 0px;
        border-radius: 43px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about_us-important {
        background-color: rgba(251, 218, 192, 1);
        width: 100%;
        border-radius: 34px;
        font-size: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family: "Zen Maru Gothic", sans-serif;
    }

    .about_us-care-example,
    .about_us-care-example2{
        width: 100%;
    }
    .about_us-important-text{
        color:rgba(51, 51, 51, 1);
        font-size: 18px;
        padding-bottom: 0px;
        padding-top: 40px;
        text-align: center;
        margin-bottom: 30px;
    }
    .about_us-2colmun-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5%;
    }    

    .about_us-support-img, 
    .about_us-carer-img {
        width: 100%;
    }

    .about_us-support {
        z-index: 12;
        margin-bottom: 15px;
    }

    .about_us-carer {
        z-index: 12;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .about_us-title, 
    .about_us-care-title {
        font-size: 14px;
        font-weight: 400;
        font-family: "Noto Sans JP", sans-serif; /* カンマを追加 */
        width: 100%;
        text-align: center;
        padding: 0;
        color:rgba(51, 51, 51, 1);
    }

    .about_us-care-title {
        margin-bottom: 10px;
    }

    .about_us-title2{
        font-size: 14px;
        font-weight: 400;
        font-family: "Noto Sans JP", sans-serif; /* カンマを追加 */
        width: 90%;
        text-align: center;
        color:rgba(51, 51, 51, 1);
        margin-bottom: 10px;
    }
    .about_us-serif, 
    .about_us-care-serif {
        font-size: 12px;
        font-weight: 400;
        font-family: "Noto Sans JP", sans-serif; /* カンマを追加 */
        width: 100%;
        color:rgba(51, 51, 51, 1);
        padding-bottom: 0px;
        line-height: 2;
    }

    .about_us-works-background {
        position: relative;
        overflow: hidden;
    }

    h3.about_us-works {
        font-weight: 700;
        color: rgba(235, 160, 103, 1);
        font-size: 32px;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        margin-bottom: 0px;
        overflow: hidden;
    }

    .about_us-works {
        font-family: "Zen Maru Gothic";
        font-weight: 400;
        font-style: regular;
        font-size: 22px;
        color: rgba(51, 51, 51, 1);
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
        overflow: hidden;
    }

    .about_us-our-works-serif{
        display: block;
        position: relative;
    }

    .about_us-our-works {
        font-family: Noto Sans JP sans-serif;
        font-weight: 400;
        font-style: regular;
        font-size: 12px;
        color: rgba(51, 51, 51, 1);
        max-width: 100%;
        width:100%;
        z-index: 100;
        margin-bottom: 50px;
        line-height: 1.3;
        letter-spacing: 0.1em;
        position: relative;
    }
    .about_us-treat {
        position: absolute;
        height: 80%;
        top: 140%;
        right: -12%;
        max-width: 25%;
        z-index: -1;
    }

    .about_us-treat-second {
        position: absolute;
        height: 80%;
        top: 138%;
        right: -20%;
        max-width: 25%;
        overflow: hidden;
        z-index: -2;
    }
    .about_us-line-16th {
        max-width: 2159.99px;
        position: absolute;
        width: 100%;
        top: 25%;
        left: 0%;
        text-align: center;
        z-index: -2;
        overflow: hidden;
    }
    .about_us-line16th {
        box-sizing: border-box;
        display: flex;
    }

    .about_us-physical-care-parent{
        display: flex;
        flex-direction: column;
    }
    .about_us-physical-care {
        border-radius: 30px;
        background-color: rgba(251, 218, 192, 1);
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        padding-left: 20px;
        padding-right: 20px;
    }
    .about_us-physical-care-text {
        font-family: Noto Sans JP sans-serif;
        color: rgba(51, 51, 51, 1);
        font-weight: 400;
        font-size: 16px;
        margin-left: 0px;
        padding-bottom: 0px;
    }

    .about_us-physical-care-text2 {
        font-size: 14px;
    }

    .about_us-physical-care-image1{
        width:100%;    
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0px;
        padding-right: 0px;
        padding-top:30px;
        padding-bottom: 30px;
    }

    .about_us-physical-care-image {
        width:90%;
        padding-bottom: 30px;
    }

    .about_us-physical-care-rule {
        font-family: Noto Sans JP sans-serif;
        font-weight: 400;
        font-style: regular;
        font-size: 12px;
        color:rgba(51, 51, 51, 1);
        line-height: 2;
        letter-spacing: 0.1em;    
    }

    .about_us-line-14th {
        max-width: 2080px;
        position: absolute;
        width: 100%;
        top: 58%;
        left: 0%;
        text-align: center;
        z-index: -2;
        overflow: hidden;
    }

    .about_us-line-13th {
        max-width: 2159.99px;
        transform: rotate(-5.11deg);
        position: absolute;
        width: 100%;
        top: 56%;
        left: 0%;
        text-align: center;
        z-index: -2;
        overflow: hidden;
    }
    .about_us-line14th {
        box-sizing: border-box;
        display: flex;
        overflow: hidden;
    }
    .about_us-line13th{
        box-sizing: border-box;
        display: flex;
        overflow: hidden;
    }
    .about_us-life-support {
        border-radius: 30px;
        background-color: rgba(251, 218, 192, 1);
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        padding-left: 20px;
        padding-right: 20px;
    }
    .about_us-life-support1 {
        width:100%;    
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0px;
        padding-right: 0px;
        padding-top:30px;
        padding-bottom: 30px;
    }
    .about_us-life-support-text {
        font-family: Noto Sans JP sans-serif;
        color: rgba(51, 51, 51, 1);
        font-weight: 400;
        font-size: 16px;
        margin-left: 0px;
        padding-bottom: 0px;
    }

    .about_us-life-support-text2 {
        font-size: 14px;
    }

    .about_us-life-support-image{
        width:90%;
        padding-bottom: 30px;
    }
    .about_us-life-support-rule {
        font-family: Noto Sans JP sans-serif;
        font-weight: 400;
        font-style: regular;
        font-size: 12px;
        color:rgba(51, 51, 51, 1);
        line-height: 2;
        letter-spacing: 0.1em;
        overflow: hidden;    
    }

    .about_us-treat2 {
        position: absolute;
        top: 77%;
        left: 0%;
        width: 20%;
        overflow: hidden;
    }
    .about_us-treat3 {
        position: absolute;
        top: 82%;
        left: 0%;
        width: 20%;
        overflow: hidden;
        z-index: -1;
    }
    .about_us-line12nd {
        max-width: 1849.68px;
        transform: rotate(3.8deg);
        position: absolute;
        width: 100%;
        top: 70%;
        left: 0%;
        text-align: center;
        z-index: -2;
        overflow: hidden;
    }
    .about_us-line12nd{
        box-sizing: border-box;
        display: flex;
        overflow: hidden;
    }

    .about_us-community {
        border-radius: 30px;
        background-color: rgba(251, 218, 192, 1);
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about_us-community1{
        width: 100%;    
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0px;
        padding-right: 0px;
        padding-top:30px;
        padding-bottom: 30px;
    }

    .about_us-community-text {
        font-family: Noto Sans JP sans-serif;
        color: rgba(51, 51, 51, 1);
        font-weight: 400;
        font-size: 16px;
        margin-left: 0px;
        padding-bottom: 0px;
    }

    .about_us-community-text2 {
        font-size: 14px;
    }

    .about_us-community-image{
        width:90%;
        padding-bottom: 30px;
    }
    .about_us-community-rule {
        font-family: Noto Sans JP sans-serif;
        font-weight: 400;
        font-style: regular;
        font-size: 12px;
        color:rgba(51, 51, 51, 1);
        line-height: 2;
        letter-spacing: 0.1em;
        overflow: hidden; 
    }
}

.drawer-overlay.drawer-toggle {
    z-index: 6;
}
/* 404 エラーメッセージ */
.error-message {
    text-align: center;
}