@charset "UTF-8";
/*==================================================================================================
	TOP
==================================================================================================*/
#top .mv {
    position: relative;
    padding: calc(clamp(20px, 5vw, 50px) * 1.5) 5% 0;
}
#top .mv_inner {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 15;
}
@media (max-width: 840px) {
    #top .mv_inner {
        flex-direction: column-reverse;
        max-width: 90%;
    }
}
#top .mv_content {
    width: 47.5%;
}
@media (max-width: 840px) {
    #top .mv_content {
        width: 100%;
        margin-top: -20%;
    }
}
#top .mv_catch {
    opacity: 0;
    translate: 0 5%;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: 2.5s opacity, 1.5s translate, 1.5s -webkit-filter;
    transition: 2.5s opacity, 1.5s translate, 1.5s filter;
    transition: 2.5s opacity, 1.5s translate, 1.5s filter, 1.5s -webkit-filter;
}
#top .mv_catch.-active {
    opacity: 1;
    translate: 0 0;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#top .mv_copy {
    display: block;
    font-size: min(2vw, 2.4rem);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: rgba(63, 49, 45, 0.5);
    text-align: center;
    margin-top: 1.5em;
    opacity: 0;
    translate: 0 1em;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: 2.5s opacity, 1.5s translate, 1.5s -webkit-filter;
    transition: 2.5s opacity, 1.5s translate, 1.5s filter;
    transition: 2.5s opacity, 1.5s translate, 1.5s filter, 1.5s -webkit-filter;
}
@media (max-width: 840px) {
    #top .mv_copy {
        font-size: 3.4vw;
    }
}
#top .mv_copy.-active {
    opacity: 1;
    translate: 0 0;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#top .mv_illust {
    width: 52.5%;
}
@media (max-width: 840px) {
    #top .mv_illust {
        width: 100%;
    }
}
#top .mv_img {
    position: absolute;
    z-index: 5;
}
#top .mv_img img {
    border-radius: min(5vw, 20px);
}
#top .mv_img.-blur {
    -webkit-filter: blur(12.5px);
    filter: blur(12.5px);
    opacity: 0.5;
    z-index: 1;
}
#top .mv_img.-img_01 {
    width: 20%;
    left: 5%;
    bottom: -10%;
}
@media (max-width: 840px) {
    #top .mv_img.-img_01 {
        width: 35%;
        left: -3.5%;
        bottom: -27.5%;
    }
}
#top .mv_img.-img_02 {
    width: 15%;
    left: 2.5%;
    top: 20%;
}
@media (max-width: 840px) {
    #top .mv_img.-img_02 {
        width: 45%;
        left: 2.5%;
        top: 15%;
    }
}
#top .mv_img.-img_03 {
    width: 15%;
    right: 0;
    top: 15%;
}
@media (max-width: 840px) {
    #top .mv_img.-img_03 {
        width: 40%;
        top: 40%;
    }
}
#top .mv_img.-img_04 {
    width: 10%;
    left: 50%;
    bottom: -10%;
}
@media (max-width: 840px) {
    #top .mv_img.-img_04 {
        width: 40%;
        left: -5%;
        bottom: 0;
    }
}
#top .mv_img.-img_05 {
    width: 17.5%;
    left: 0;
    bottom: -25%;
}
@media (max-width: 840px) {
    #top .mv_img.-img_05 {
        width: 30%;
        left: 25%;
        bottom: -30%;
    }
}
#top .about {
    margin-bottom: calc(clamp(20px, 5vw, 50px) * 2.5 + 100px);
}
@media (max-width: 840px) {
    #top .about {
        margin: 50% auto;
    }
}
#top .about_inner {
    background-color: #fff;
    padding: clamp(20px, 5vw, 50px) 5%;
    border-radius: min(5vw, 30px);
    z-index: 10;
}
#top .about_secttl, #top .about_txt, #top .about_subttl, #top .about_morebtn {
    position: relative;
    z-index: 10;
}
#top .about_secttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: calc(clamp(20px, 5vw, 50px) * 0.65);
}
#top .about_secttl .en {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-family: "Quicksand", sans-serif;
    color: #ed72aa;
}
#top .about_secttl .ja {
    font-size: clamp(3.2rem, 4vw, 4.2rem);
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3f312d;
    line-height: 1.45;
    font-weight: 700;
    text-align: center;
}
#top .about_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25em 0;
}
@media (max-width: 540px) {
    #top .about_txt {
        display: block;
        line-height: 2;
    }
}
#top .about_subttl {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3f312d;
    line-height: 1.45;
    font-weight: 500;
    text-align: center;
    margin: 2em 0 1em;
}
#top .about_morebtn {
    position: relative;
    padding: 0.5em 1.5em;
    background-color: #f9efef;
    border-radius: min(5vw, 5px);
    border: 0.1em solid #3f312d;
    transition: none;
    font-size: 1.25em;
    width: 100%;
    max-width: 360px;
    text-align: center;
    margin: 2em auto 0;
}
#top .about_morebtn::before {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 1em;
    width: 1em;
    height: 1em;
    background-image: url(../img/cmn/btn_pink.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    transition: right 0.5s;
}
#top .about_morebtn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ed72aa;
    opacity: 0;
    transition: opacity 0.5s;
    mix-blend-mode: multiply;
}
#top .about_morebtn span {
    position: relative;
    z-index: 10;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
}
#top .about_morebtn:hover::before {
    right: 0.5em;
}
#top .about_morebtn:hover::after {
    opacity: 0.25;
}
#top .about_img {
    position: absolute;
    z-index: 5;
}
#top .about_img img {
    border-radius: min(5vw, 20px);
}
#top .about_img.-blur {
    -webkit-filter: blur(12.5px);
    filter: blur(12.5px);
    opacity: 0.5;
    z-index: 1;
}
#top .about_img.-img_01 {
    width: 50%;
    right: -35%;
    top: -15%;
}
@media (max-width: 840px) {
    #top .about_img.-img_01 {
        width: 40%;
        right: -7.5%;
        top: -30%;
    }
}
#top .about_img.-img_02 {
    width: 25%;
    left: -15%;
    top: 40%;
}
@media (max-width: 840px) {
    #top .about_img.-img_02 {
        width: 25%;
        left: 20%;
        top: -15%;
    }
}
#top .about_img.-img_03 {
    width: 30%;
    left: -15%;
    bottom: -10%;
}
@media (max-width: 840px) {
    #top .about_img.-img_03 {
        left: 60%;
        bottom: -30%;
    }
}
#top .about_img.-img_05, #top .about_img.-img_06, #top .about_img.-img_07 {
    z-index: 1;
}
#top .about_img.-img_04 {
    width: 12.5%;
    right: -1.5%;
    top: 40%;
}
@media (max-width: 840px) {
    #top .about_img.-img_04 {
        width: 20%;
        right: 60%;
        top: auto;
        bottom: -35%;
    }
}
#top .about_img.-img_05 {
    width: 15%;
    right: 7.5%;
    top: 30%;
}
@media (max-width: 840px) {
    #top .about_img.-img_05 {
        width: 35%;
        right: -3.5%;
    }
}
#top .about_img.-img_06 {
    width: 12.5%;
    left: 10%;
    bottom: 10%;
}
@media (max-width: 840px) {
    #top .about_img.-img_06 {
        width: 35%;
        left: -3.5%;
        bottom: -20%;
    }
}
#top .about_img.-img_07 {
    width: 15%;
    right: 20%;
    bottom: -30%;
}
@media (max-width: 840px) {
    #top .about_img.-img_07 {
        width: 35%;
        right: -10%;
        bottom: -50%;
    }
}
#top .about_illust {
    position: absolute;
    right: -7.5%;
    z-index: 5;
    bottom: -10%;
    width: 30%;
}
@media (max-width: 840px) {
    #top .about_illust {
        display: none;
    }
}
#top .news {
    background-color: #fff;
    padding: clamp(20px, 5vw, 50px) 5% 20%;
    z-index: 15;
}
@media (max-width: 840px) {
    #top .news {
        padding-bottom: 25%;
    }
}
#top .news::before {
    content: "";
    position: absolute;
    top: -98.5px;
    left: 0;
    width: calc(100vw + 1920px);
    height: 100px;
    background-image: url(../img/cmn/wave_01.png);
    background-size: 1920px 100px;
    background-repeat: repeat-x;
    -webkit-animation: wave-move 30s linear infinite;
    animation: wave-move 30s linear infinite;
}
@media (max-width: 840px) {
    #top .news::before {
        top: -58.5px;
        height: 60px;
        background-size: 840px 60px;
        -webkit-animation: wave-move-sp 60s linear infinite;
        animation: wave-move-sp 60s linear infinite;
    }
}
#top .news::after {
    content: "";
    position: absolute;
    top: -98.5px;
    left: 0;
    width: calc(100vw + 1920px);
    height: 100px;
    background-image: url(../img/cmn/wave_02.png);
    background-size: 1920px 100px;
    background-repeat: repeat-x;
    -webkit-animation: wave-move 60s linear infinite;
    animation: wave-move 60s linear infinite;
}
@media (max-width: 840px) {
    #top .news::after {
        top: -58.5px;
        height: 60px;
        background-size: 840px 60px;
        -webkit-animation: wave-move-sp 80s linear infinite;
        animation: wave-move-sp 80s linear infinite;
    }
}
#top .news#news {
    scroll-margin-top: 150px;
}
#top .news_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(max-content, auto) 1fr;
    grid-template-columns: minmax(-webkit-max-content, auto) 1fr;
    grid-template-columns: minmax(max-content, auto) 1fr;
    width: 100%;
    justify-content: stretch;
    -webkit-column-gap: 12.5%;
    -moz-column-gap: 12.5%;
    column-gap: 12.5%;
}
@media (max-width: 840px) {
    #top .news_inner {
        display: flex;
        flex-direction: column;
    }
}
#top .news_secttl {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    margin-bottom: calc(clamp(20px, 5vw, 50px) * 0.65);
}
@media (max-width: 840px) {
    #top .news_secttl {
        align-items: center;
    }
}
#top .news_secttl .en {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-family: "Quicksand", sans-serif;
    color: #ed72aa;
}
#top .news_secttl .ja {
    font-size: clamp(3.2rem, 4vw, 4.2rem);
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3f312d;
    line-height: 1.45;
    font-weight: 700;
    text-align: center;
}
#top .news_list {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    width: 100%;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}
#top .news_item {
    border-bottom: 1px solid #ccc;
}
#top .news_item:last-child {
    border-bottom: none;
}
#top .news_link {
    padding: min(1.5em, 3vw) 4em min(1.5em, 3vw) min(1em, 2.5%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
#top .news_link::after {
    content: "";
    position: absolute;
    right: 1em;
    top: 50%;
    translate: 0 -50%;
    width: 1em;
    height: 1em;
    background-color: #ed72aa;
    -webkit-mask-image: url(../img/cmn/icon_arrow.svg);
    mask-image: url(../img/cmn/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: 0.5s right;
}
#top .news_link:hover::after {
    right: 0.5em;
}
#top .news_link:hover .news_ttl {
    color: #ed72aa;
}
#top .news_date {
    width: 100px;
    font-family: "Quicksand", sans-serif;
    color: #918684;
}
@media (max-width: 540px) {
    #top .news_date {
        width: 100%;
    }
}
#top .news_ttl {
    width: calc(100% - 100px);
    padding-left: 1em;
    line-height: 1.45;
    transition: 0.5s color;
}
@media (max-width: 540px) {
    #top .news_ttl {
        width: 100%;
        padding-left: 0;
        padding-top: 0.5em;
    }
}
#top .news_morebtn {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-row-align: end;
    align-self: end;
    margin: clamp(20px, 5vw, 50px) 0;
    color: #3f312d;
    padding-right: 3em;
    position: relative;
    font-size: 1.25em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.5s color;
}
@media (max-width: 840px) {
    #top .news_morebtn {
        margin: clamp(20px, 5vw, 50px) auto 0;
    }
}
#top .news_morebtn::after {
    content: "";
    position: absolute;
    right: 0.5em;
    top: 50%;
    translate: 0 -50%;
    width: 1.5em;
    height: 1.5em;
    background-image: url(../img/cmn/btn_pink.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s right;
}
#top .news_morebtn span {
    position: relative;
    z-index: 10;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    transition: 0.5s color;
}
#top .news_morebtn:hover::after {
    right: 0;
}
#top .news_morebtn:hover span {
    color: #ed72aa;
}
#top .slider {
    padding: 0 0;
    z-index: 20;
}
#top .slider_inner {
    margin-top: -20%;
}
@media (max-width: 840px) {
    #top .slider_inner {
        margin-top: -25%;
    }
}
#top .slider_list {
    transition-timing-function: linear !important;
}
#top .slider_item {
    margin-right: 2.5%;
    width: 30vw;
}
@media (max-width: 840px) {
    #top .slider_item {
        width: 45vw;
        margin-right: 5%;
    }
}
#top .slider_item:nth-child(even) {
    margin-top: 2.5%;
}
#top .slider_item img {
    border-radius: min(2.5vw, 20px);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 4/3;
}
#top .slider_illust {
    position: absolute;
    bottom: -30%;
    left: 2.5%;
    width: 30%;
    z-index: 10;
}
#top .service#service {
    scroll-margin-top: 150px;
}
#top .service_secttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: calc(clamp(20px, 5vw, 50px) * 0.65);
}
#top .service_secttl .en {
    font-family: "Quicksand", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    font-size: calc(clamp(3.2rem, 4vw, 4.2rem) * 3);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
}
@media (max-width: 540px) {
    #top .service_secttl .en {
        font-size: 16.5vw;
    }
}
#top .service_secttl .ja {
    font-size: clamp(3.2rem, 4vw, 4.2rem);
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3f312d;
    line-height: 1.45;
    font-weight: 700;
    text-align: center;
    margin-top: -1em;
}
#top .service_list {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(20px, 5vw, 50px) 5%;
}
#top .service_item {
    width: 47.5%;
}
@media (max-width: 540px) {
    #top .service_item {
        width: 100%;
    }
}
#top .service_head {
    position: relative;
}
#top .service_img {
    border: min(2.5vw, 7.5px) solid #fff;
    border-radius: min(5vw, 20px);
}
#top .service_img img {
    border-radius: calc(min(5vw, 20px) * 0.6);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 16/9;
}
#top .service_morebtn {
    color: #ff7ca1;
    padding: 0.5em 2.5em 0.5em 1.5em;
    background-color: #fff;
    border-radius: min(5vw, 5px);
    border: 2px solid #ff7ca1;
    border-radius: 50px;
    transition: 0.5s background-color, 0.5s color;
}
#top .service_morebtn::after {
    content: "";
    position: absolute;
    right: 0.75em;
    top: 52.5%;
    translate: 0 -50%;
    width: 0.75em;
    height: 0.75em;
    -webkit-mask-image: url(../img/cmn/icon_arrow.svg);
    mask-image: url(../img/cmn/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: 0.5s right, 0.5s background-color;
    background-color: #ff7ca1;
}
#top .service_morebtn span {
    font-weight: 500;
    transition: 0.5s color;
}
#top .service_morebtn:hover {
    background-color: #ff7ca1;
}
#top .service_morebtn:hover span {
    color: #fff;
}
#top .service_morebtn:hover::after {
    right: 0.5em;
    background-color: #fff;
}
#top .service_morebtn.-pc {
    position: absolute;
    bottom: 1.5em;
    right: -1em;
}
@media (max-width: 840px) {
    #top .service_morebtn.-pc {
        display: none;
    }
}
#top .service_morebtn.-sp {
    position: relative;
    max-width: 300px;
    margin: 1.5em auto 0;
}
@media (min-width: 841px) {
    #top .service_morebtn.-sp {
        display: none;
    }
}
#top .service_morebtn.-sp span {
    display: block;
    text-align: center;
}
#top .service_content {
    margin: 1.5em min(2.5vw, 1.5em) 0;
}
#top .service_ttl {
    position: relative;
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3f312d;
    line-height: 1.45;
    font-weight: 500;
    padding-left: 1em;
    margin-bottom: 0.5em;
}
#top .service_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 52.5%;
    translate: 0 -50%;
    width: 0.45em;
    height: 0.45em;
    background-color: #ed72aa;
    border-radius: 5px;
}
#top .locations#locations {
    scroll-margin-top: 150px;
}
#top .locations_secttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: calc(clamp(20px, 5vw, 50px) * 0.65);
}
#top .locations_secttl .en {
    font-family: "Quicksand", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    font-size: calc(clamp(3.2rem, 4vw, 4.2rem) * 3);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
}
@media (max-width: 540px) {
    #top .locations_secttl .en {
        font-size: 16.5vw;
    }
}
#top .locations_secttl .ja {
    font-size: clamp(3.2rem, 4vw, 4.2rem);
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3f312d;
    line-height: 1.45;
    font-weight: 700;
    text-align: center;
    margin-top: -1em;
}
#top .locations_list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(clamp(20px, 5vw, 50px) * 0.5) 3.5%;
}
#top .locations_item {
    width: 48.25%;
}
@media (max-width: 840px) {
    #top .locations_item {
        width: 100%;
    }
}
#top .locations_link {
    padding: min(2.5vw, 1.25em) 3em min(2.5vw, 1.25em) min(2.5vw, 1.25em);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #ffc5e4;
    border-radius: min(5vw, 20px);
    background: linear-gradient(120deg, rgb(255, 229, 211) 0%, rgb(255, 198, 207) 100%);
    box-shadow: 0 0 10px 0 rgba(116, 116, 116, 0.1);
}
#top .locations_link::before {
    content: "";
    position: absolute;
    right: 1.5em;
    top: 50%;
    translate: 0 -50%;
    width: 2em;
    height: 2em;
    background-image: url(../img/cmn/btn_lt-pink.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s right;
}
#top .locations_link:hover::before {
    right: 1em;
}
#top .locations_img {
    width: 30%;
}
#top .locations_img img {
    border-radius: calc(min(5vw, 20px) * 0.6);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    min-height: 100px;
}
@media (max-width: 840px) {
    #top .locations_img img {
        min-height: auto;
        aspect-ratio: 4/3;
    }
}
#top .locations_ttl {
    width: 70%;
    padding-left: 1.5em;
    display: flex;
    flex-direction: column;
}
#top .locations_ttl .en {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #ed72aa;
    line-height: 1.45;
}
#top .locations_ttl .ja {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3f312d;
    line-height: 1.45;
    font-weight: 700;
}
#top .recruit_inner {
    background-color: #fff;
    padding: clamp(20px, 5vw, 50px) min(5%, 50px);
    border-radius: min(5vw, 30px);
    display: flex;
    align-items: center;
    gap: clamp(20px, 5vw, 50px) 0;
}
@media (max-width: 840px) {
    #top .recruit_inner {
        flex-direction: column-reverse;
        padding-bottom: 25%;
    }
}
#top .recruit_content {
    width: 50%;
    position: relative;
    z-index: 10;
}
@media (max-width: 840px) {
    #top .recruit_content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
#top .recruit_secttl {
    font-size: clamp(3.2rem, 4vw, 4.2rem);
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3f312d;
    line-height: 1.45;
    font-weight: 700;
}
#top .recruit_copy {
    color: #ff7ca1;
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-weight: 500;
    line-height: 1.45;
    margin: 2em 0 1em;
}
@media (max-width: 840px) {
    #top .recruit_copy {
        text-align: center;
    }
}
@media (max-width: 840px) {
    #top .recruit_txt {
        text-align: center;
    }
}
#top .recruit_morebtn {
    position: relative;
    padding: 0.5em 1.5em;
    background-color: #f9efef;
    border-radius: min(5vw, 5px);
    border: 0.1em solid #3f312d;
    transition: none;
    font-size: 1.25em;
    width: 100%;
    max-width: 360px;
    text-align: center;
    margin: 2em 0 0;
}
#top .recruit_morebtn::before {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 1em;
    width: 1em;
    height: 1em;
    background-image: url(../img/cmn/btn_pink.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    transition: right 0.5s;
}
#top .recruit_morebtn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ed72aa;
    opacity: 0;
    transition: opacity 0.5s;
    mix-blend-mode: multiply;
}
#top .recruit_morebtn span {
    position: relative;
    z-index: 10;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
}
#top .recruit_morebtn:hover::before {
    right: 0.5em;
}
#top .recruit_morebtn:hover::after {
    opacity: 0.25;
}
#top .recruit_imgs {
    width: 50%;
    aspect-ratio: 4/3;
    position: relative;
}
@media (max-width: 840px) {
    #top .recruit_imgs {
        width: 110%;
        margin: 0 -5%;
        aspect-ratio: 16/9;
    }
}
#top .recruit_img {
    position: absolute;
}
#top .recruit_img img {
    border-radius: min(5vw, 20px);
}
#top .recruit_img:nth-child(1) {
    width: 60%;
    right: 0;
    top: -20%;
}
@media (max-width: 840px) {
    #top .recruit_img:nth-child(1) {
        right: 15%;
        top: -30%;
    }
}
#top .recruit_img:nth-child(2) {
    width: 45%;
    left: 5%;
    bottom: 0;
}
@media (max-width: 840px) {
    #top .recruit_img:nth-child(2) {
        left: -3.5%;
    }
}
#top .recruit_illust {
    position: absolute;
    right: 0;
    bottom: -10%;
    width: 30%;
}
@media (max-width: 840px) {
    #top .recruit_illust {
        right: -3.5%;
        width: 35%;
    }
}
#top .recruit_en {
    position: absolute;
    bottom: 0.15em;
    left: 0.15em;
    font-family: "Quicksand", sans-serif;
    color: rgba(237, 114, 170, 0.1);
    font-size: calc(clamp(3.2rem, 4vw, 4.2rem) * 3);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
}
@media (max-width: 840px) {
    #top .recruit_en {
        left: 50%;
        translate: -50% 0;
        font-size: 16.5vw;
    }
}

/*==================================================================================================
	つぐみとは？
==================================================================================================*/
#about .policy {
    background-color: #f4e1e1;
    padding: calc(clamp(20px, 5vw, 50px) * 2) 5%;
    margin-bottom: 0;
}
#about .policy::before {
    content: "";
    position: absolute;
    top: -98.5px;
    left: 0;
    width: calc(100vw + 1920px);
    height: 100px;
    background-image: url(../img/about/wave_01.png);
    background-size: 1920px 100px;
    background-repeat: repeat-x;
    -webkit-animation: wave-move 30s linear infinite;
    animation: wave-move 30s linear infinite;
}
@media (max-width: 840px) {
    #about .policy::before {
        top: -58.5px;
        height: 60px;
        background-size: 840px 60px;
        -webkit-animation: wave-move-sp 60s linear infinite;
        animation: wave-move-sp 60s linear infinite;
    }
}
#about .policy::after {
    content: "";
    position: absolute;
    top: -98.5px;
    left: 0;
    width: calc(100vw + 1920px);
    height: 100px;
    background-image: url(../img/about/wave_02.png);
    background-size: 1920px 100px;
    background-repeat: repeat-x;
    -webkit-animation: wave-move 60s linear infinite;
    animation: wave-move 60s linear infinite;
}
@media (max-width: 840px) {
    #about .policy::after {
        top: -58.5px;
        height: 60px;
        background-size: 840px 60px;
        -webkit-animation: wave-move-sp 80s linear infinite;
        animation: wave-move-sp 80s linear infinite;
    }
}
#about .policy_catch {
    font-size: calc(clamp(2rem, 3.2vw, 2.6rem) * 1.15);
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3f312d;
    line-height: 1.45;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.75em 0;
    background-color: #fff;
    padding: 1em 2em;
    border-radius: min(5vw, 20px);
    max-width: 840px;
    margin: 0 auto;
    padding: clamp(20px, 5vw, 50px) min(5%, 50px);
}
#about .policy_catch span {
    font-family: inherit;
    line-height: inherit;
}
#about .policy_txt {
    margin-top: calc(clamp(20px, 5vw, 50px) * 0.75);
    text-align: center;
    line-height: 2.5;
}
#about .policy_subttl {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.45;
    display: block;
    text-align: center;
    margin: 2em 0 1em;
}
#about .policy_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    border: 0.1em solid #3f312d;
    border-radius: min(5vw, 5px);
    text-align: center;
    transition: background-color 0.5s;
}
@media (max-width: 540px) {
    #about .policy_btn {
        width: 100%;
    }
}
#about .policy_btn span {
    position: relative;
    z-index: 10;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.35;
}
#about .policy_btn::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}
#about .policy_btn {
    padding: 1em 1.5em;
    background: rgb(255, 197, 228);
    background: linear-gradient(90deg, rgb(255, 197, 228) 0%, rgb(255, 229, 211) 100%);
}
#about .policy_btn::before {
    position: static;
    background-image: url(../img/cmn/icon_document.svg);
}
#about .policy_btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ed72aa;
    opacity: 0;
    transition: opacity 0.5s;
    mix-blend-mode: multiply;
}
#about .policy_btn:hover::after {
    opacity: 0.5;
}
#about .policy_btn {
    font-size: calc(clamp(2rem, 3.2vw, 2.6rem) * 0.85);
    margin: 2em auto 0;
}
#about .origin {
    background-color: #f4e1e1;
    padding: calc(clamp(20px, 5vw, 50px) * 1) 5% calc(clamp(20px, 5vw, 50px) * 2);
    margin-top: 0;
    margin-bottom: 0;
}
#about .origin_copy {
    width: 540px;
    max-width: 70%;
    margin: 0 auto;
    position: relative;
}
#about .origin_txt {
    margin: calc(clamp(20px, 5vw, 50px) * 0.75) auto 0;
    text-align: center;
    line-height: 2.5;
    max-width: 1024px;
}
@media (max-width: 540px) {
    #about .origin_txt {
        text-align: left;
        line-height: 2;
    }
}
#about .origin_subttl {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.45;
    display: block;
    text-align: center;
    margin: 2em 0 1em;
}
#about .origin_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    border: 0.1em solid #3f312d;
    border-radius: min(5vw, 5px);
    text-align: center;
    transition: background-color 0.5s;
}
@media (max-width: 540px) {
    #about .origin_btn {
        width: 100%;
    }
}
#about .origin_btn span {
    position: relative;
    z-index: 10;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.35;
}
#about .origin_btn::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}
#about .origin_btn {
    padding: 1em 1.5em;
    background: rgb(255, 197, 228);
    background: linear-gradient(90deg, rgb(255, 197, 228) 0%, rgb(255, 229, 211) 100%);
}
#about .origin_btn::before {
    position: static;
    background-image: url(../img/cmn/icon_document.svg);
}
#about .origin_btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ed72aa;
    opacity: 0;
    transition: opacity 0.5s;
    mix-blend-mode: multiply;
}
#about .origin_btn:hover::after {
    opacity: 0.5;
}
#about .origin_btn {
    font-size: calc(clamp(2rem, 3.2vw, 2.6rem) * 0.85);
    margin: 2em auto 0;
}
#about .origin_illust {
    position: absolute;
    right: -42.5%;
    bottom: -30%;
    width: 42%;
}
@media (max-width: 840px) {
    #about .origin_illust {
        display: none;
    }
}
#about .meal {
    background-color: #f4e1e1;
    padding: calc(clamp(20px, 5vw, 50px) * 1) 5% calc(clamp(20px, 5vw, 50px) * 2);
    margin-top: 0;
}
#about .meal_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: calc(clamp(20px, 5vw, 50px) * 0.75) 5%;
}
#about .meal_content.-reverse {
    flex-direction: row-reverse;
    margin-top: calc(clamp(20px, 5vw, 50px) * 1.25);
}
@media (max-width: 840px) {
    #about .meal_content.-reverse {
        flex-direction: column;
    }
}
@media (max-width: 840px) {
    #about .meal_content.-reverse .meal_img {
        margin-top: 7.5%;
    }
}
#about .meal_unit {
    width: 50%;
}
@media (max-width: 840px) {
    #about .meal_unit {
        width: 90%;
    }
}
@media (max-width: 540px) {
    #about .meal_unit {
        width: 100%;
    }
}
#about .meal_img {
    width: 45%;
    position: relative;
}
@media (max-width: 840px) {
    #about .meal_img {
        width: 80%;
        margin-left: auto;
    }
}
@media (max-width: 540px) {
    #about .meal_img {
        width: 100%;
    }
}
#about .meal_illust {
    position: absolute;
    top: -25%;
    right: 0;
    width: 35%;
}
#about .meal_subttl {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.45;
    display: block;
    margin-bottom: 1em;
}
#about .history_list {
    background-color: #fff;
    padding: clamp(20px, 5vw, 50px) min(5%, 50px);
    border-radius: min(5vw, 20px);
    display: flex;
    flex-direction: column;
    gap: 1em 0;
}
#about .history_item {
    display: flex;
    align-items: center;
    position: relative;
}
@media (max-width: 840px) {
    #about .history_item {
        flex-direction: column;
        align-items: flex-start;
    }
}
#about .history_item::before {
    content: "";
    position: absolute;
    left: 0.35em;
    bottom: -1.75em;
    width: 0.15em;
    height: 125%;
    background-color: #d8d4d5;
}
#about .history_item:last-child::before {
    display: none;
}
#about .history_term {
    white-space: nowrap;
    flex: 0 0 auto;
    font-weight: 500;
    color: #ed72aa;
    position: relative;
    padding-left: 1.5em;
    z-index: 5;
}
@media (max-width: 840px) {
    #about .history_term {
        flex: 0 0 100%;
    }
}
#about .history_term::before {
    content: "";
    position: absolute;
    left: 0;
    top: 52.5%;
    translate: 0 -50%;
    width: 0.85em;
    height: 0.85em;
    background-color: #ed72aa;
    border-radius: 50px;
}
#about .history_desc {
    flex: 1;
    min-width: 0;
    padding-left: 1em;
}
@media (max-width: 840px) {
    #about .history_desc {
        flex: 0 0 100%;
        padding-left: 1.5em;
    }
}
#about .outline_list {
    display: flex;
    flex-direction: column;
}
#about .outline_item {
    display: flex;
    position: relative;
}
@media (max-width: 840px) {
    #about .outline_item {
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid #d1c3c7;
        padding: 1em min(2.5%, 1em);
    }
}
#about .outline_term {
    white-space: nowrap;
    flex: 0 0 100px;
    font-weight: 500;
    border-bottom: 1px solid #aa8a95;
    padding: 1.25em 0 1.25em 1em;
}
@media (max-width: 840px) {
    #about .outline_term {
        flex: 0 0 100%;
        border-bottom: none;
        padding: 0 0;
    }
}
#about .outline_desc {
    flex: 1;
    min-width: 0;
    padding-left: 1em;
    border-bottom: 1px solid #d1c3c7;
    padding: 1.25em 1em 1.25em 1em;
}
@media (max-width: 840px) {
    #about .outline_desc {
        flex: 0 0 100%;
        border-bottom: none;
        padding: 0 0;
    }
}
#about .initiative_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    border: 0.1em solid #3f312d;
    border-radius: min(5vw, 5px);
    text-align: center;
    transition: background-color 0.5s;
}
@media (max-width: 540px) {
    #about .initiative_btn {
        width: 100%;
    }
}
#about .initiative_btn span {
    position: relative;
    z-index: 10;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.35;
}
#about .initiative_btn::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}
#about .initiative_btn {
    padding: 1em 1.5em;
    background: rgb(255, 197, 228);
    background: linear-gradient(90deg, rgb(255, 197, 228) 0%, rgb(255, 229, 211) 100%);
}
#about .initiative_btn::before {
    position: static;
    background-image: url(../img/cmn/icon_document.svg);
}
#about .initiative_btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ed72aa;
    opacity: 0;
    transition: opacity 0.5s;
    mix-blend-mode: multiply;
}
#about .initiative_btn:hover::after {
    opacity: 0.5;
}
#about .initiative_btn {
    font-size: calc(clamp(2rem, 3.2vw, 2.6rem) * 0.85);
    margin: 2em auto 0;
}
#about .initiative_content {
    background-color: #fff;
    padding: clamp(20px, 5vw, 50px) min(5%, 50px);
    border-radius: min(5vw, 20px);
    display: none;
}
#about .initiative_list {
    margin-top: clamp(20px, 5vw, 50px);
    display: flex;
    flex-direction: column;
    gap: calc(clamp(20px, 5vw, 50px) * 0.75) 0;
}
#about .initiative_ttl {
    font-size: 1.25em;
    color: #ed72aa;
    line-height: 1.45;
    font-weight: 500;
    margin-bottom: 0.5em;
}
#about .initiative_sub + .initiative_sub {
    margin-top: 1em;
}
#about .initiative_sub .sub_ttl {
    font-size: 1.15em;
    font-weight: 500;
}
#about .initiative_sub .sub_item {
    position: relative;
    padding-left: 0.75em;
}
#about .initiative_sub .sub_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 52.5%;
    translate: 0 -50%;
    width: 0.85em;
    height: 0.85em;
    background-color: #ed72aa;
    border-radius: 50px;
}
#about .initiative_sub .sub_item::before {
    top: 1.05em;
    width: 0.25em;
    height: 0.25em;
    background-color: #3f312d;
}
/*==================================================================================================
	グループホーム
==================================================================================================*/
/*==================================================================================================
	小規模多機能型居宅介護
==================================================================================================*/
#homecare .help {
    background-color: #fff;
}
#homecare .help_content {
    display: flex;
    flex-wrap: wrap;
    gap: calc(clamp(20px, 5vw, 50px) * 0.75) 3.5%;
}
#homecare .help_unit {
    width: 48.25%;
    background-color: #f4f0ed;
    border-radius: min(5vw, 20px);
}
@media (max-width: 840px) {
    #homecare .help_unit {
        width: 100%;
    }
}
#homecare .help_unit:nth-child(1) .help_ttl {
    background-color: #ea96c4;
}
#homecare .help_unit:nth-child(2) .help_ttl {
    background-color: #8fc5d1;
}
#homecare .help_ttl {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.45;
    display: block;
}
#homecare .help_ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    padding: 0.35em 1em;
    border-radius: 0 0 min(5vw, 20px) min(5vw, 20px);
}
#homecare .help_list {
    padding: calc(clamp(20px, 5vw, 50px) * 0.5) min(5%, 50px);
    display: flex;
    flex-direction: column;
    gap: 1em 0;
}
@media (max-width: 840px) {
    #homecare .help_list {
        padding: calc(clamp(20px, 5vw, 50px) * 0.75) min(5%, 50px);
    }
}
#homecare .help_item {
    position: relative;
    padding-left: 0.75em;
    line-height: 1.6;
}
#homecare .help_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 52.5%;
    translate: 0 -50%;
    width: 0.85em;
    height: 0.85em;
    background-color: #ed72aa;
    border-radius: 50px;
}
#homecare .help_item::before {
    width: 0.35em;
    height: 0.35em;
    background-color: #3f312d;
}
#homecare .help_bottom {
    margin-top: calc(clamp(20px, 5vw, 50px) * 0.75);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#homecare .help_bottom .bottom_illust {
    width: 15%;
}
@media (max-width: 540px) {
    #homecare .help_bottom .bottom_illust {
        display: none;
    }
}
#homecare .help_bottom .bottom_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 3.5%;
}
#homecare .help_bottom .bottom_copy {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    display: block;
}
#homecare .help_bottom .bottom_copy {
    text-align: center;
    margin-bottom: 0.5em;
}
#homecare .help_bottom .bottom_txt {
    text-align: center;
}
/*==================================================================================================
	住宅型有料老人ホーム
==================================================================================================*/
#retirementhome .concept_figure {
    max-width: 90%;
    margin: calc(clamp(20px, 5vw, 50px) * 3) auto 0;
}
#retirementhome .concept_figure .figure_list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(clamp(20px, 5vw, 50px) * 0.5) 2.5%;
}
#retirementhome .concept_figure .figure_item {
    width: 23.125%;
}
@media (max-width: 840px) {
    #retirementhome .concept_figure .figure_item {
        width: 48.75%;
    }
}
#retirementhome .point_list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(clamp(20px, 5vw, 50px) * 0.75) 5%;
}
@media (max-width: 1024px) {
    #retirementhome .point_list {
        gap: calc(clamp(20px, 5vw, 50px) * 1.75) 5%;
    }
}
#retirementhome .point_item {
    width: 47.5%;
}
@media (max-width: 540px) {
    #retirementhome .point_item {
        width: 100%;
    }
}
#retirementhome .help {
    background-color: #fff;
}
#retirementhome .help_list {
    display: flex;
    flex-direction: column;
    gap: 0.5em 0;
}
#retirementhome .help_item {
    background-color: #f4f0ed;
    border-radius: min(5vw, 10px);
    padding: 1em 1.5em 1em 3.5em;
    font-size: 1.15em;
    position: relative;
    font-weight: 500;
}
#retirementhome .help_item::before {
    content: "";
    position: absolute;
    left: 1.5em;
    top: 52.5%;
    translate: 0 -50%;
    width: 1.25em;
    height: 1.25em;
    background-image: url(../img/retirementhome/icon_check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#retirementhome .help_bottom {
    margin-top: calc(clamp(20px, 5vw, 50px) * 0.75);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#retirementhome .help_bottom .bottom_illust {
    width: 15%;
}
@media (max-width: 540px) {
    #retirementhome .help_bottom .bottom_illust {
        display: none;
    }
}
#retirementhome .help_bottom .bottom_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 3.5%;
}
#retirementhome .help_bottom .bottom_copy {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    display: block;
}
#retirementhome .help_bottom .bottom_copy {
    text-align: center;
    margin-bottom: 0.5em;
}
#retirementhome .help_bottom .bottom_txt {
    text-align: center;
}
/*==================================================================================================
	デイサービス
==================================================================================================*/
#dayservice .concept_about {
    background-color: rgba(255, 255, 255, 0.8);
    padding: calc(clamp(20px, 5vw, 50px) * 0.75) min(5%, 50px);
    border-radius: min(5vw, 20px);
    display: flex;
    flex-wrap: wrap;
    gap: calc(clamp(20px, 5vw, 50px) * 0.75) 5%;
    margin-top: calc(clamp(20px, 5vw, 50px) * 3);
}
#dayservice .concept_about .about_illust {
    width: 30%;
}
@media (max-width: 840px) {
    #dayservice .concept_about .about_illust {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
}
#dayservice .concept_about .about_content {
    width: 65%;
}
@media (max-width: 840px) {
    #dayservice .concept_about .about_content {
        width: 100%;
    }
}
#dayservice .concept_about .about_ttl {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.45;
    display: block;
}
#dayservice .concept_about .about_ttl {
    color: #ed72aa;
    margin-bottom: 0.5em;
}
#dayservice .morning_inner {
    background-color: #fefcfb;
    padding: clamp(20px, 5vw, 50px) min(5%, 50px);
    border-radius: min(5vw, 20px);
}
#dayservice .morning_inner::before {
    content: "";
    position: absolute;
    top: calc(clamp(20px, 5vw, 50px) * -1);
    left: 50%;
    translate: -50% 0;
    width: calc(clamp(20px, 5vw, 50px) * 2);
    height: calc(clamp(20px, 5vw, 50px) * 2);
    background-image: url(../img/dayservice/mark_sun.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 540px) {
    #dayservice .morning_inner::before {
        width: calc(clamp(20px, 5vw, 50px) * 3);
        height: calc(clamp(20px, 5vw, 50px) * 3);
        top: calc(clamp(20px, 5vw, 50px) * -1.5);
    }
}
#dayservice .morning_secttl {
    margin-bottom: calc(clamp(20px, 5vw, 50px) * 0.75);
}
@media (max-width: 540px) {
    #dayservice .morning_secttl {
        padding-top: calc(clamp(20px, 5vw, 50px) * 0.5);
    }
}
#dayservice .morning_secttl .sub {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #ea8f73;
}
#dayservice .morning_secttl .main {
    font-size: calc(clamp(3.2rem, 4vw, 4.2rem) * 0.85);
}
#dayservice .flow {
    background-color: #fff;
}

/*==================================================================================================
	つぐみ 八坂
==================================================================================================*/
#yasaka .diary_list {
    background-color: #fff;
    padding: calc(clamp(20px, 5vw, 50px) * 0.5) min(5%, 50px);
    border-radius: min(5vw, 20px);
}
#yasaka .homecare {
    background-color: #fff;
}
#yasaka .homecare#homecare {
    scroll-margin-top: 150px;
}
#yasaka .homecare_txt {
    text-align: center;
}
#yasaka .homecare_concept {
    margin: clamp(20px, 5vw, 50px) 0 calc(clamp(20px, 5vw, 50px) * 1.5);
}
#yasaka .grouphome#grouphome {
    scroll-margin-top: 150px;
}
#yasaka .grouphome_use {
    max-width: 840px;
    margin: 0 auto;
    padding: calc(clamp(20px, 5vw, 50px) * 0.5) min(5%, 50px);
    border-radius: min(5vw, 20px);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#yasaka .grouphome_use .use_ttl {
    font-weight: 500;
    line-height: 1.45;
    color: #ed72aa;
    margin-bottom: 0.5em;
    font-size: clamp(2rem, 3.2vw, 2.6rem);
}
#yasaka .grouphome_use .use_txt {
    font-size: 1.15em;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
}
#yasaka .grouphome_concept {
    margin: clamp(20px, 5vw, 50px) 0 calc(clamp(20px, 5vw, 50px) * 1.5);
}
#yasaka .grouphome_figure {
    width: 840px;
    max-width: 60%;
    margin: calc(clamp(20px, 5vw, 50px) * 2) auto 0;
}
#yasaka .grouphome_point {
    margin: calc(clamp(20px, 5vw, 50px) * 1.5) 0;
}

/*==================================================================================================
	つぐみ 押切
==================================================================================================*/
#oshikiri .diary_list {
    background-color: #fff;
    padding: calc(clamp(20px, 5vw, 50px) * 0.5) min(5%, 50px);
    border-radius: min(5vw, 20px);
}
#oshikiri .homecare {
    background-color: #fff;
}
#oshikiri .homecare#homecare {
    scroll-margin-top: 150px;
}
#oshikiri .homecare_txt {
    text-align: center;
}
#oshikiri .homecare_concept {
    margin: clamp(20px, 5vw, 50px) 0 calc(clamp(20px, 5vw, 50px) * 1.5);
}
#oshikiri .homecare_point {
    margin: calc(clamp(20px, 5vw, 50px) * 3) auto 0;
}
#oshikiri .grouphome#grouphome {
    scroll-margin-top: 150px;
}
#oshikiri .grouphome_use {
    max-width: 840px;
    margin: 0 auto;
    padding: calc(clamp(20px, 5vw, 50px) * 0.5) min(5%, 50px);
    border-radius: min(5vw, 20px);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#oshikiri .grouphome_use .use_ttl {
    font-weight: 500;
    line-height: 1.45;
    color: #ed72aa;
    margin-bottom: 0.5em;
    font-size: clamp(2rem, 3.2vw, 2.6rem);
}
#oshikiri .grouphome_use .use_txt {
    font-size: 1.15em;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
}
#oshikiri .grouphome_concept {
    margin: clamp(20px, 5vw, 50px) 0 calc(clamp(20px, 5vw, 50px) * 1.5);
}
#oshikiri .grouphome_figure {
    width: 840px;
    max-width: 60%;
    margin: calc(clamp(20px, 5vw, 50px) * 2) auto 0;
}
#oshikiri .grouphome_point {
    margin: calc(clamp(20px, 5vw, 50px) * 1.5) 0;
}

/*==================================================================================================
	つぐみ 下島
==================================================================================================*/
#shimojima .diary_list {
    background-color: #fff;
    padding: calc(clamp(20px, 5vw, 50px) * 0.5) min(5%, 50px);
    border-radius: min(5vw, 20px);
}
#shimojima .homecare {
    background-color: #fff;
}
#shimojima .homecare#homecare {
    scroll-margin-top: 150px;
}
#shimojima .homecare_txt {
    text-align: center;
}
#shimojima .homecare_concept {
    margin: clamp(20px, 5vw, 50px) 0 calc(clamp(20px, 5vw, 50px) * 1.5);
}
#shimojima .homecare_point {
    margin: calc(clamp(20px, 5vw, 50px) * 3) auto 0;
}
#shimojima .grouphome#grouphome {
    scroll-margin-top: 150px;
}
#shimojima .grouphome_use {
    max-width: 840px;
    margin: 0 auto;
    padding: calc(clamp(20px, 5vw, 50px) * 0.5) min(5%, 50px);
    border-radius: min(5vw, 20px);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#shimojima .grouphome_use .use_ttl {
    font-weight: 500;
    line-height: 1.45;
    color: #ed72aa;
    margin-bottom: 0.5em;
    font-size: clamp(2rem, 3.2vw, 2.6rem);
}
#shimojima .grouphome_use .use_txt {
    font-size: 1.15em;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
}
#shimojima .grouphome_concept {
    margin: clamp(20px, 5vw, 50px) 0 calc(clamp(20px, 5vw, 50px) * 1.5);
}
#shimojima .grouphome_figure {
    width: 840px;
    max-width: 60%;
    margin: calc(clamp(20px, 5vw, 50px) * 2) auto 0;
}
#shimojima .grouphome_point {
    margin: calc(clamp(20px, 5vw, 50px) * 1.5) 0;
}

/*==================================================================================================
	つぐみ 新伝馬
==================================================================================================*/
#shintenma .about_service {
    max-width: 1280px;
}
#shintenma .about_service .service_list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(clamp(20px, 5vw, 50px) * 0.35) 2.5%;
}
#shintenma .about_service .service_item {
    width: 31.6666666667%;
    background-color: #fff;
    padding: calc(clamp(20px, 5vw, 50px) * 0.5) min(5%, 50px);
    border-radius: min(5vw, 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 840px) {
    #shintenma .about_service .service_item {
        width: 100%;
        padding: calc(clamp(20px, 5vw, 50px) * 0.75) min(5%, 50px);
    }
}
#shintenma .about_floor {
    margin: calc(clamp(20px, 5vw, 50px) * 0.5) auto 0;
    max-width: 1024px;
}
#shintenma .diary_list {
    background-color: #fff;
    padding: calc(clamp(20px, 5vw, 50px) * 0.5) min(5%, 50px);
    border-radius: min(5vw, 20px);
}
#shintenma .homecare {
    background-color: #fff;
}
#shintenma .homecare#homecare {
    scroll-margin-top: 150px;
}
#shintenma .homecare_txt {
    text-align: center;
}
#shintenma .homecare_concept {
    margin: clamp(20px, 5vw, 50px) 0 calc(clamp(20px, 5vw, 50px) * 1.5);
}
#shintenma .homecare_point {
    margin: calc(clamp(20px, 5vw, 50px) * 3) auto 0;
}
#shintenma .retirementhome#retirementhome {
    scroll-margin-top: 150px;
}
#shintenma .retirementhome_figure {
    max-width: 90%;
    margin: calc(clamp(20px, 5vw, 50px) * 3) auto 0;
}
#shintenma .retirementhome_figure .figure_list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(clamp(20px, 5vw, 50px) * 0.5) 2.5%;
}
#shintenma .retirementhome_figure .figure_item {
    width: 23.125%;
}
@media (max-width: 840px) {
    #shintenma .retirementhome_figure .figure_item {
        width: 48.75%;
    }
}
#shintenma .retirementhome_point {
    max-width: 1024px;
    margin: calc(clamp(20px, 5vw, 50px) * 2) auto 0;
}
#shintenma .retirementhome_point .point_list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(clamp(20px, 5vw, 50px) * 0.75) 5%;
}
@media (max-width: 1024px) {
    #shintenma .retirementhome_point .point_list {
        gap: calc(clamp(20px, 5vw, 50px) * 1.75) 5%;
    }
}
#shintenma .retirementhome_point .point_item {
    width: 47.5%;
}
@media (max-width: 540px) {
    #shintenma .retirementhome_point .point_item {
        width: 100%;
    }
}
#shintenma .retirementhome_outline {
    max-width: 1024px;
    margin: calc(clamp(20px, 5vw, 50px) * 2) auto 0;
}
#shintenma .retirementhome_price {
    max-width: 1024px;
    margin: calc(clamp(20px, 5vw, 50px) * 2) auto 0;
}
#shintenma .dayservice {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: calc(clamp(20px, 5vw, 50px) * 3);
}
#shintenma .dayservice#dayservice {
    scroll-margin-top: 150px;
}
#shintenma .dayservice_point {
    position: relative;
    margin: calc(clamp(20px, 5vw, 50px) * 3) auto 0;
}
#shintenma .dayservice_morning {
    position: relative;
    margin: calc(clamp(20px, 5vw, 50px) * 2) auto 0;
}
#shintenma .dayservice_morning .morning_inner {
    background-color: #fefcfb;
    padding: clamp(20px, 5vw, 50px) min(5%, 50px);
    border-radius: min(5vw, 20px);
    position: relative;
}
#shintenma .dayservice_morning .morning_inner::before {
    content: "";
    position: absolute;
    top: calc(clamp(20px, 5vw, 50px) * -1);
    left: 50%;
    translate: -50% 0;
    width: calc(clamp(20px, 5vw, 50px) * 2);
    height: calc(clamp(20px, 5vw, 50px) * 2);
    background-image: url(../img/dayservice/mark_sun.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 540px) {
    #shintenma .dayservice_morning .morning_inner::before {
        width: calc(clamp(20px, 5vw, 50px) * 3);
        height: calc(clamp(20px, 5vw, 50px) * 3);
        top: calc(clamp(20px, 5vw, 50px) * -1.5);
    }
}
#shintenma .dayservice_morning .morning_secttl {
    margin-bottom: calc(clamp(20px, 5vw, 50px) * 0.75);
}
@media (max-width: 540px) {
    #shintenma .dayservice_morning .morning_secttl {
        padding-top: calc(clamp(20px, 5vw, 50px) * 0.5);
    }
}
#shintenma .dayservice_morning .morning_secttl .sub {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #ea8f73;
}
#shintenma .dayservice_morning .morning_secttl .main {
    font-size: calc(clamp(3.2rem, 4vw, 4.2rem) * 0.85);
}
#shintenma .dayservice_flow {
    position: relative;
    max-width: 1024px;
    margin: calc(clamp(20px, 5vw, 50px) * 2) auto 0;
}

/*==================================================================================================
	採用案内
==================================================================================================*/
#recruit .concept_catch {
    font-size: calc(clamp(2rem, 3.2vw, 2.6rem) * 1.25);
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3f312d;
    line-height: 1.45;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.25em 0;
    margin: 0 auto 0.75em;
}
#recruit .concept_catch span {
    font-family: inherit;
    line-height: inherit;
    font-weight: 500;
}
#recruit .concept_catch span .pink {
    color: #ed72aa;
}
#recruit .concept_txt {
    text-align: center;
}
#recruit .concept_img {
    margin-top: clamp(20px, 5vw, 50px);
}
#recruit .concept_img img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: min(5vw, 20px);
}
#recruit .point_list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(clamp(20px, 5vw, 50px) * 0.75) 3.5%;
}
#recruit .point_item {
    background-color: rgba(255, 255, 255, 0.8);
    width: 48.25%;
    padding: calc(clamp(20px, 5vw, 50px) * 0.5) min(5%, 50px);
    border-radius: min(5vw, 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 540px) {
    #recruit .point_item {
        width: 100%;
        padding: clamp(20px, 5vw, 50px) min(5%, 50px);
    }
}
#recruit .point_img {
    width: 160px;
    max-width: 80%;
    margin: 0 auto;
}
#recruit .point_ttl {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.45;
    display: block;
}
#recruit .point_ttl {
    text-align: center;
    margin: 0.5em 0;
}
#recruit .point_ttl .mintxt {
    font-size: 0.65em;
    font-family: inherit;
    font-weight: 500;
    color: #3f312d;
}
#recruit .interview {
    background-color: #fff;
    display: none;
}
#recruit .interview_secttl {
    background: rgb(255, 197, 228);
    background: linear-gradient(90deg, rgb(255, 197, 228) 0%, rgb(255, 229, 211) 100%);
    background-clip: text;
    color: transparent;
}
#recruit .interview_list {
    display: flex;
    flex-direction: column;
    gap: calc(clamp(20px, 5vw, 50px) * 1.25) 0;
}
#recruit .interview_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: calc(clamp(20px, 5vw, 50px) * 0.75) 5%;
}
#recruit .interview_item:nth-child(even) {
    flex-direction: row-reverse;
}
#recruit .interview_img {
    width: 30%;
}
@media (max-width: 840px) {
    #recruit .interview_img {
        width: 100%;
    }
}
#recruit .interview_img img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: min(5vw, 20px);
}
#recruit .interview_content {
    width: 65%;
}
@media (max-width: 840px) {
    #recruit .interview_content {
        width: 100%;
    }
}
#recruit .interview_head {
    display: flex;
    flex-direction: column;
}
#recruit .interview_location {
    color: #ed72aa;
    font-weight: 500;
}
#recruit .interview_copy {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.45;
    display: block;
}
#recruit .interview_copy {
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.35em;
    margin-bottom: 0.25em;
}
#recruit .interview_name {
    font-size: 1.25em;
    font-weight: 500;
    display: flex;
    align-items: baseline;
}
#recruit .interview_name .mintxt {
    font-size: 0.75em;
    font-weight: inherit;
}
#recruit .interview_info {
    margin-top: calc(clamp(20px, 5vw, 50px) * 0.5);
}
#recruit .interview_info .info_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 5%;
}
#recruit .interview_info .info_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#recruit .interview_info .info_term {
    background-color: rgba(237, 114, 170, 0.25);
    width: 80px;
    text-align: center;
    border-radius: 5px;
}
#recruit .interview_info .info_desc {
    width: calc(100% - 80px);
    padding-left: 1em;
}
#recruit .interview_btn {
    color: #ed72aa;
    margin: 1em 0 0 auto;
    display: flex;
    align-items: baseline;
    gap: 0 0.5em;
    border-bottom: 1px solid #ed72aa;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
#recruit .interview_btn span {
    font-weight: 500;
}
#recruit .interview_btn::before {
    content: "";
    background-image: url(../img/recruit/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 0.8em;
    height: 0.8em;
}
#recruit .interview_btn:hover {
    opacity: 0.8;
}
#recruit .job_inner {
    z-index: 10;
}
#recruit .job_txt {
    text-align: center;
}
#recruit .job_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    border: 0.1em solid #3f312d;
    border-radius: min(5vw, 5px);
    text-align: center;
    transition: background-color 0.5s;
}
@media (max-width: 540px) {
    #recruit .job_btn {
        width: 100%;
    }
}
#recruit .job_btn span {
    position: relative;
    z-index: 10;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.35;
}
#recruit .job_btn::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}
#recruit .job_btn {
    padding: 1em 3em 1em 1.5em;
    background-color: rgba(237, 114, 170, 0.15);
}
#recruit .job_btn::before {
    right: 1em;
    top: 50%;
    translate: 0 -50%;
    background-image: url(../img/cmn/btn_pink.svg);
    transition: right 0.5s;
}
#recruit .job_btn:hover {
    background-color: rgba(237, 114, 170, 0.35);
}
#recruit .job_btn:hover::before {
    right: 0.5em;
}
#recruit .job_btn {
    background: rgb(255, 197, 228);
    background: linear-gradient(90deg, rgb(255, 197, 228) 0%, rgb(255, 229, 211) 100%);
    font-size: 1.25em;
    width: 360px;
    margin: 2.5em auto 0;
}
#recruit .job_note {
    display: block;
    font-size: 0.85em;
    text-align: center;
    margin-top: 0.5em;
}
#recruit .job_img {
    position: absolute;
    z-index: 5;
}
#recruit .job_img img {
    border-radius: min(5vw, 20px);
}
#recruit .job_img.-blur {
    -webkit-filter: blur(12.5px);
    filter: blur(12.5px);
    opacity: 0.5;
    z-index: 1;
}
#recruit .job_img.-img_01 {
    width: 15%;
    left: 15%;
    top: -20%;
}
@media (max-width: 840px) {
    #recruit .job_img.-img_01 {
        width: 30%;
        left: 5%;
    }
}
#recruit .job_img.-img_02 {
    width: 15%;
    left: 2.5%;
    top: 0%;
}
@media (max-width: 840px) {
    #recruit .job_img.-img_02 {
        display: none;
    }
}
#recruit .job_img.-img_03 {
    width: 15%;
    left: 10%;
    bottom: 15%;
}
@media (max-width: 840px) {
    #recruit .job_img.-img_03 {
        width: 30%;
        left: -5%;
        bottom: 0;
        opacity: 0.2;
    }
}
#recruit .job_img.-img_04 {
    width: 10%;
    left: 5%;
    bottom: -30%;
}
@media (max-width: 840px) {
    #recruit .job_img.-img_04 {
        display: none;
    }
}
#recruit .job_img.-img_05 {
    width: 17.5%;
    right: 0;
    top: 0;
}
@media (max-width: 840px) {
    #recruit .job_img.-img_05 {
        width: 30%;
        right: -5%;
        opacity: 0.2;
    }
}
#recruit .job_img.-img_06 {
    width: 15%;
    right: 5%;
    bottom: -10%;
}
@media (max-width: 840px) {
    #recruit .job_img.-img_06 {
        width: 20%;
    }
}
#recruit .job_img.-img_07 {
    width: 10%;
    right: 15%;
    bottom: -30%;
}
@media (max-width: 840px) {
    #recruit .job_img.-img_07 {
        display: none;
    }
}

/*==================================================================================================
	インタビュー
==================================================================================================*/
#interview {
    padding: calc(clamp(20px, 5vw, 50px) * 1) 0;
}
#interview .interview {
    background-color: #fff;
}
#interview .interview_secttl {
    background: rgb(255, 197, 228);
    background: linear-gradient(90deg, rgb(255, 197, 228) 0%, rgb(255, 229, 211) 100%);
    background-clip: text;
    color: transparent;
}
#interview .interview_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: calc(clamp(20px, 5vw, 50px) * 0.75) 5%;
}
#interview .interview_item:nth-child(even) {
    flex-direction: row-reverse;
}
#interview .interview_img {
    width: 30%;
}
@media (max-width: 840px) {
    #interview .interview_img {
        width: 100%;
    }
}
#interview .interview_img img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: min(5vw, 20px);
}
#interview .interview_content {
    width: 65%;
}
@media (max-width: 840px) {
    #interview .interview_content {
        width: 100%;
    }
}
#interview .interview_head {
    display: flex;
    flex-direction: column;
}
#interview .interview_location {
    color: #ed72aa;
    font-weight: 500;
}
#interview .interview_copy {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.45;
    display: block;
}
#interview .interview_copy {
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.35em;
    margin-bottom: 0.25em;
}
#interview .interview_name {
    font-size: 1.25em;
    font-weight: 500;
    display: flex;
    align-items: baseline;
}
#interview .interview_name .mintxt {
    font-size: 0.75em;
    font-weight: inherit;
}
#interview .interview_info {
    margin-top: calc(clamp(20px, 5vw, 50px) * 0.5);
}
#interview .interview_info .info_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 5%;
}
#interview .interview_info .info_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#interview .interview_info .info_term {
    background-color: rgba(237, 114, 170, 0.25);
    width: 80px;
    text-align: center;
    border-radius: 5px;
}
#interview .interview_info .info_desc {
    width: calc(100% - 80px);
    padding-left: 1em;
}
#interview .interview_faq {
    margin-top: clamp(20px, 5vw, 50px);
}
#interview .interview_faq .faq_list {
    display: flex;
    flex-direction: column;
    gap: calc(clamp(20px, 5vw, 50px) * 0.75) 0;
}
#interview .interview_faq .faq_ttl {
    display: flex;
    align-items: baseline;
    gap: 0 0.5em;
    font-size: clamp(2rem, 3.2vw, 2.6rem);
}
#interview .interview_faq .faq_ttl .num {
    color: #ed72aa;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
}
#interview .interview_faq .faq_ttl .ttl {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-weight: 500;
    line-height: 1.45;
}
#interview .interview_faq .faq_txt {
    margin-top: 0.5em;
    background: rgba(255, 197, 228, 0.25);
    background: linear-gradient(90deg, rgba(255, 197, 228, 0.25) 0%, rgba(255, 229, 211, 0.25) 100%);
    padding: calc(clamp(20px, 5vw, 50px) * 0.5) calc(min(5%, 50px) * 0.75);
    border-radius: min(5vw, 20px);
}
@media (max-width: 540px) {
    #interview .interview_faq .faq_txt {
        padding: clamp(20px, 5vw, 50px) min(5%, 50px);
    }
}

/*==================================================================================================
	お知らせ・日記
==================================================================================================*/
#news .article,
#diary .article {
    margin-top: 0;
    padding: calc(clamp(20px, 5vw, 50px) * 3 + 50px) 5% 0;
}
@media (max-width: 540px) {
    #news .article,
    #diary .article {
        padding-top: calc(clamp(60px, 12vw, 150px) * 1 + 50px);
    }
}
#news .article_inner,
#diary .article_inner {
    background-color: #fff;
    padding: clamp(20px, 5vw, 50px) min(5%, 50px);
    border-radius: min(5vw, 20px);
}
#news .article_info,
#diary .article_info {
    margin-bottom: calc(clamp(20px, 5vw, 50px) * 0.5);
}
#news .article_date,
#diary .article_date {
    font-family: "Quicksand", sans-serif;
    color: #918684;
}
#news .article_ttl,
#diary .article_ttl {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-weight: 500;
    line-height: 1.45;
}
#news .article_content img,
#diary .article_content img {
    margin: 1em 0;
    width: auto;
    border-radius: min(5vw, 5px);
}

/*==================================================================================================
	お問い合わせ
==================================================================================================*/
#contact .sec_txt {
    text-align: center;
}
#contact .sec_form {
    margin-top: clamp(20px, 5vw, 50px);
}
#contact .sec_form .form_inner {
    max-width: 700px;
    margin: 0 auto;
}
#contact .sec_form .form_item {
    display: flex;
    flex-wrap: wrap;
    padding: 1.25em 0 1.5em;
    border-bottom: 1px solid #cfcfcf;
}
@media (max-width: 840px) {
    #contact .sec_form .form_item {
        flex-direction: column;
        gap: 0.5em 0;
    }
}
#contact .sec_form .form_item:last-child {
    border-bottom: none;
}
#contact .sec_form .form_item.-align {
    align-items: flex-start;
}
#contact .sec_form .form_item.-align .label {
    margin-top: 0.5em;
}
@media (max-width: 840px) {
    #contact .sec_form .form_item.-align .label {
        margin-top: 0;
    }
}
#contact .sec_form .form_item .label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 280px;
    font-weight: 500;
}
@media (max-width: 840px) {
    #contact .sec_form .form_item .label {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}
#contact .sec_form .form_item .label.-required::after {
    content: "必須";
    background-color: #ff7ca1;
    color: #fff;
    border-radius: 5px;
    margin: 0 2em;
    font-size: 0.75em;
    padding: 0 1.25em 0em;
}
#contact .sec_form .form_item .label.-any::after {
    content: "任意";
    background-color: #aa9d9b;
    color: #fff;
    border-radius: 5px;
    margin: 0 2em;
    font-size: 0.75em;
    padding: 0 1.25em 0em;
}
#contact .sec_form .form_item .label + * {
    width: calc(100% - 280px);
    height: 3em;
}
@media (max-width: 840px) {
    #contact .sec_form .form_item .label + * {
        width: 100%;
    }
}
#contact .sec_form .form_item .input {
    padding: 0.5em;
    border-radius: 5px;
    border: none;
    outline: none;
}
#contact .sec_form .form_item .input#c_tel, #contact .sec_form .form_item .input#c_fax {
    width: 200px;
}
#contact .sec_form .form_item .textarea {
    resize: vertical;
    padding: 0.5em;
    border-radius: 5px;
    border: none;
    outline: none;
    height: auto;
}
#contact .sec_form .form_item .checkbox {
    display: flex;
    align-items: center;
    margin-top: -0.5em;
    min-height: 3em;
    height: auto;
}
@media (max-width: 840px) {
    #contact .sec_form .form_item .checkbox {
        min-height: 2.5em;
    }
}
#contact .sec_form .form_item .checkbox_list {
    display: flex;
    flex-wrap: wrap;
}
#contact .sec_form .form_item .checkbox_item {
    position: relative;
    display: flex;
}
#contact .sec_form .form_item .checkbox_item:not(:last-child) {
    margin-right: 1.25em;
}
#contact .sec_form .form_item .checkbox_item input[type=checkbox] {
    width: 0;
    visibility: hidden;
}
#contact .sec_form .form_item .checkbox_item input[type=checkbox]:checked + label::after {
    opacity: 1;
    scale: 1;
}
#contact .sec_form .form_item .checkbox_item label {
    position: relative;
    cursor: pointer;
    padding: 0 1em 0 2em;
}
#contact .sec_form .form_item .checkbox_item label::before {
    background: #efefef;
    border: 1px solid transparent;
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    left: 0;
    position: absolute;
    top: 50%;
    translate: 0 -45%;
}
#contact .sec_form .form_item .checkbox_item label::after {
    border-right: 3px solid #ed72aa;
    border-bottom: 3px solid #ed72aa;
    content: "";
    display: block;
    height: 1em;
    width: 0.5em;
    position: absolute;
    top: 50%;
    left: 2.5%;
    translate: 0 -75%;
    opacity: 0;
    rotate: 45deg;
    scale: 0.7;
    opacity: 0;
    transition: 0.35s scale, 0.5s opacity;
}
#contact .sec_form .form_item .address {
    min-height: 3em;
    height: auto;
}
#contact .sec_form .form_item .address .num {
    display: flex;
    align-items: center;
    gap: 0 0.5em;
    margin-bottom: 10px;
}
#contact .sec_form .form_item .address .num input {
    padding: 0.5em;
    border: none;
    outline: none;
    border-radius: 5px;
    width: 200px;
}
#contact .sec_form .form_item .address .textarea {
    resize: vertical;
    padding: 0.5em;
    border: none;
    border-radius: 5px;
    outline: none;
    height: auto;
    width: 100%;
    margin-bottom: -5px;
}
#contact .sec_form .form_agree {
    margin-top: calc(clamp(20px, 5vw, 50px) * 0.5);
}
#contact .sec_form .form_agree .agree_content {
    background-color: rgba(255, 255, 255, 0.5);
    padding: calc(clamp(20px, 5vw, 50px) * 0.5) calc(min(5%, 50px) * 0.75);
    border-radius: min(5vw, 20px);
}
@media (max-width: 540px) {
    #contact .sec_form .form_agree .agree_content {
        padding: clamp(20px, 5vw, 50px) min(5%, 50px);
    }
}
#contact .sec_form .form_agree .agree_ttl {
    font-size: 1.15em;
    display: block;
    font-weight: 500;
}
#contact .sec_form .form_agree .agree_txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
#contact .sec_form .form_agree .agree_check {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact .sec_form .form_agree .agree_check input[type=checkbox] {
    width: 0;
    visibility: hidden;
}
#contact .sec_form .form_agree .agree_check input[type=checkbox]:checked + label::after {
    opacity: 1;
    scale: 1;
}
#contact .sec_form .form_agree .agree_check label {
    position: relative;
    cursor: pointer;
    padding: 0 1em 0 2em;
}
#contact .sec_form .form_agree .agree_check label::before {
    background: #fff;
    border: 1px solid transparent;
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    left: 0;
    position: absolute;
    top: 50%;
    translate: 0 -45%;
}
#contact .sec_form .form_agree .agree_check label::after {
    border-right: 3px solid #ed72aa;
    border-bottom: 3px solid #ed72aa;
    content: "";
    display: block;
    height: 1em;
    width: 0.5em;
    position: absolute;
    top: 50%;
    left: 2.5%;
    translate: 0 -75%;
    opacity: 0;
    rotate: 45deg;
    scale: 0.7;
    opacity: 0;
    transition: 0.35s scale, 0.5s opacity;
}
#contact .sec_form .form_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.5em;
    max-width: 100%;
    border: 0.1em solid transparent;
    border-radius: min(5vw, 5px);
    text-align: center;
    transition: background-color 0.5s, border 0.5s;
    font-size: 1.25em;
    padding: 1em 1.5em;
    width: 360px;
    margin: 2em auto 0;
    background: #fafafa;
}
@media (max-width: 540px) {
    #contact .sec_form .form_btn {
        width: 100%;
    }
}
#contact .sec_form .form_btn span {
    position: relative;
    z-index: 10;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.35;
}
#contact .sec_form .form_btn::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}
#contact .sec_form .form_btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ed72aa;
    border-radius: min(5vw, 5px);
    opacity: 0;
    transition: opacity 0.5s;
    mix-blend-mode: multiply;
}
#contact .sec_form .form_btn.-active {
    background: rgba(237, 114, 170, 0.15);
    border: 0.1em solid #3f312d;
}
#contact .sec_form .form_btn.-active:hover::after {
    opacity: 0.25;
}

.mailphp {
    max-width: 840px;
    margin: 0 auto;
}
.mailphp p {
    margin: 1em 0;
}
.mailphp .mailphp-header {
    text-align: center;
}
.mailphp .mailphp-header .mailphp-header-inner {
    font-weight: 900;
    font-size: 2.4rem;
    margin: 0px;
    color: #aaa;
    border: none;
}
.mailphp .mailphp-header .mailphp-header-title {
    margin-bottom: 1.25em;
    position: relative;
    display: block;
    text-align: center;
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    color: #000;
}
.mailphp .mailphp-main {
    flex-grow: 1;
    margin: 3em 0;
    margin: 10px 0px 30px;
}
.mailphp .mailphp-main .mailphp-main-inner p {
    text-align: center;
}
.mailphp .mailphp-footer {
    margin-bottom: 0px;
}
.mailphp .confirm-items,
.mailphp .error-items {
    margin: 1.5em 0;
}
.mailphp .confirm-items .confirm-item,
.mailphp .confirm-items .error-item,
.mailphp .error-items .confirm-item,
.mailphp .error-items .error-item {
    display: flex;
    margin-bottom: 1px;
}
.mailphp .confirm-items .confirm-item-body,
.mailphp .confirm-items .error-item-body,
.mailphp .error-items .confirm-item-body,
.mailphp .error-items .error-item-body {
    flex: 1;
}

.mailphp-header-title {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    text-align: center;
    display: block;
    color: #ed72aa;
    margin-bottom: 1em;
    font-weight: 500;
}
.mailphp-header-txt {
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
}

.confirm_custom {
    margin-top: 0;
    position: relative;
    padding: calc(clamp(20px, 5vw, 50px) * 3 + 50px) 5% calc(clamp(20px, 5vw, 50px) * 3);
}
@media (max-width: 540px) {
    .confirm_custom {
        padding-top: calc(clamp(60px, 12vw, 150px) * 1 + 50px);
    }
}
.confirm_custom_inner {
    max-width: 840px;
    margin: 0 auto;
    border-radius: min(5vw, 20px);
    background-color: #fff;
    padding: clamp(20px, 5vw, 50px) min(5%, 50px);
}

.confirm-items {
    width: 100%;
    margin-top: 30px;
}
.confirm-items tbody {
    width: 100%;
    border-top: 1px solid #cfcfcf;
}
.confirm-items tbody tr {
    display: flex;
    flex-wrap: wrap;
}
.confirm-items tbody tr th {
    display: block;
    width: 230px;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #cfcfcf;
    padding: 1.25em 0;
}
@media screen and (max-width: 840px) {
    .confirm-items tbody tr th {
        width: 100%;
        border-bottom: none;
        padding: 1.25em 0 1.5px;
    }
}
.confirm-items tbody tr td {
    display: block;
    width: calc(100% - 230px);
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 1.25em 0 1.25em 1em;
}
@media screen and (max-width: 840px) {
    .confirm-items tbody tr td {
        width: 100%;
        padding-left: 0px;
        padding: 1.5px 0 1.25em;
    }
}

.error-items .error-item {
    border-radius: 5px;
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}
.error-items .error-item:not(:last-child) {
    margin-bottom: 5px;
}
.error-items .error-item-label {
    display: block;
    width: 150px;
}
@media screen and (max-width: 840px) {
    .error-items .error-item-label {
        width: 100%;
    }
}
.error-items .error-item-body {
    display: block;
    width: calc(100% - 150px);
    padding-left: 1em;
    word-break: break-all;
    color: #c40000;
}
@media screen and (max-width: 840px) {
    .error-items .error-item-body {
        width: 100%;
        padding-left: 0px;
    }
}

.confirm-btns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.confirm-btns .confirm-btn.confirm-btn-submit {
    border: none;
    padding: 0.5em 1.5em;
    width: 220px;
    max-width: 100%;
    margin: 2.5em auto 20px;
    background-color: #ed72aa;
    color: #fff;
    border-radius: min(5vw, 5px);
    font-size: calc(clamp(2rem, 3.2vw, 2.6rem) * 0.8);
}
.confirm-btns .confirm-btn.confirm-btn-submit:hover {
    opacity: 0.8;
}
.confirm-btns .confirm-btn.confirm-btn-back {
    font-size: 1.6rem;
    width: 180px;
    max-width: 100%;
    margin: 10px auto 0px;
    background-color: #aaa;
    color: #fff;
    border: none;
    padding: 0.5em 1.5em;
    transition: 0.5s opacity;
    border-radius: min(5vw, 5px);
}
.confirm-btns .confirm-btn.confirm-btn-back:hover {
    opacity: 0.8;
}

.error_messe {
    margin-top: 30px;
    text-align: center;
}

/*==================================================================================================
	プライバシーポリシー
==================================================================================================*/
/*==================================================================================================
	404,サンクスページ
==================================================================================================*/
#error .sec,
#thanks .sec {
    margin-top: 0;
    position: relative;
    padding: calc(clamp(20px, 5vw, 50px) * 3 + 50px) 5% calc(clamp(20px, 5vw, 50px) * 1);
}
@media (max-width: 540px) {
    #error .sec,
    #thanks .sec {
        padding-top: calc(clamp(60px, 12vw, 150px) * 1 + 50px);
    }
}
#error .sec_ttl,
#thanks .sec_ttl {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.45;
    display: block;
}
#error .sec_ttl,
#thanks .sec_ttl {
    text-align: center;
    margin-bottom: 0.5em;
}
#error .sec_txt,
#thanks .sec_txt {
    text-align: center;
}
#error .sec_btn,
#thanks .sec_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    border: 0.1em solid #3f312d;
    border-radius: min(5vw, 5px);
    text-align: center;
    transition: background-color 0.5s;
}
@media (max-width: 540px) {
    #error .sec_btn,
    #thanks .sec_btn {
        width: 100%;
    }
}
#error .sec_btn span,
#thanks .sec_btn span {
    position: relative;
    z-index: 10;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.35;
}
#error .sec_btn::before,
#thanks .sec_btn::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}
#error .sec_btn,
#thanks .sec_btn {
    padding: 1em 3em 1em 1.5em;
    background-color: rgba(237, 114, 170, 0.15);
}
#error .sec_btn::before,
#thanks .sec_btn::before {
    right: 1em;
    top: 50%;
    translate: 0 -50%;
    background-image: url(../img/cmn/btn_pink.svg);
    transition: right 0.5s;
}
#error .sec_btn:hover,
#thanks .sec_btn:hover {
    background-color: rgba(237, 114, 170, 0.35);
}
#error .sec_btn:hover::before,
#thanks .sec_btn:hover::before {
    right: 0.5em;
}
#error .sec_btn,
#thanks .sec_btn {
    margin: 2em auto 0;
}
@media (max-width: 540px) {
    #error .sec_btn,
    #thanks .sec_btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}