*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    line-height: 1.75;
}

.mv {
    position: relative;
    padding: 30px 0;
    background-color: #3d601c;
}

.kayoicho .mv {
    background-color: #84221e;
}

.jikouen .mv {
    background-color: #b9803a;
}

.corporation .mv,
.recruit .mv {
    background-color: #3f1d06;
}

.mv_img {
    width: 100%;
    max-width: none;
}
.mv_img_pc {
    display: block;
}
.mv_img_sp {
    display: none;
}


.mv_title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: clamp(2.4rem, 6vw, 3.125rem);
    font-weight: 600;
    color: #FFF;
    text-shadow: 0px 0px 5px rgba(32, 50, 53, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.8;
}

.mv_title span {
    /* display: block; */
    font-size: 0.875rem;
}

.mv_title span span {
    display: inline-block;
}

.corporation .mv_title {
    color: #3f1d06;
    text-shadow: none;
}

.recruit .mv_title {
    color: #3f1d06;
    text-shadow: none;
}

.mv_main_title {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
}

.mv_main_title>span {
    margin-left: 1rem;
    font-size: 3.125rem;
    line-height: 1.6;
}

.corporation .mv_main_title>span,
.recruit .mv_main_title>span {
    font-size: clamp(1.6rem, 7vw, 2.55rem);;
}

span span.mv_eng_title {
    display: block;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.16em;
}

.page_nav_list {
    max-width: 1405px;
    margin: 2rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page_nav_item a {
    background-color: #FFF;
    color: #3d601c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    width: 155px;
    height: 155px;
    /* width: 175px;
    height: 175px; */
    position: relative;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: none;
}

.page_nav_item a:hover,
.page_nav_item:first-child a {
    background-color: #3d601c;
    color: #FFF;
}

.page_nav_item a::before,
.page_nav_item a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 26px;
    margin: 0 auto;
}

.page_nav_item a::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #3d601c;
}

.page_nav_item a:hover {
    opacity: 1;
}

.page_nav_item a:hover::before,
.page_nav_item:first-child a::before {
    background-color: #FFF !important;
}

.page_nav_item a::after {
    bottom: 32px;
    width: 7px;
    height: 7px;
    right: 3px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(-45deg);
}

.page_nav_item a:hover::after,
.page_nav_item:first-child a::after {
    border-right: 2px solid #3d601c;
    border-bottom: 2px solid #3d601c;
}

.kayoicho .page_nav_item a {
    color: #84221e;
}

.kayoicho .page_nav_item a:hover,
.kayoicho .page_nav_item:first-child a,
.kayoicho .page_nav_item a::before {
    background-color: #84221e;
    color: #FFF;
}

.kayoicho .page_nav_item a:hover::after,
.kayoicho .page_nav_item:first-child a::after {
    border-color: #84221e;
}

.jikouen .page_nav_item a {
    color: #b9803a;
}

.jikouen .page_nav_item a:hover,
.jikouen .page_nav_item:first-child a,
.jikouen .page_nav_item a::before {
    background-color: #b9803a;
    color: #FFF;
}

.jikouen .page_nav_item a:hover::after,
.jikouen .page_nav_item:first-child a::after {
    border-color: #b9803a;
}

@media (max-width: 768px) {
    .mv {
        padding: 15px 0;
    }
    .mv_img_pc {
        display: none;
    }
    .mv_img_sp {
        display: block;
    }

    .page_nav_list::before,
    .page_nav_list::after {
        content: "";
        order: 2;
        width: 155px;
        /* width: 175px; */
    }
}

.msg_block {
    padding: 5rem 0;
    max-width: 1920px;
    margin: 0 auto;
}

.msg_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 600px;
    background: linear-gradient(to right, #fff 0%, #fff 38%, #E6EFD8 38%, #E6EFD8 62%, #fff 62%, #fff 100%);
    position: relative;
}

.kayoicho .msg_column {
    background: linear-gradient(to right, #fff 0%, #fff 38%, #f4eaea 38%, #f4eaea 62%, #fff 62%, #fff 100%);
}

.jikouen .msg_column {
    background: linear-gradient(to right, #fff 0%, #fff 38%, #f9efe4 38%, #f9efe4 62%, #fff 62%, #fff 100%);
}

.msg_column+.msg_column {
    margin-top: 115px;
}

.msg_column .msg_img {
    width: 50%;
    max-width: 960px;
    margin: -55px auto 0;
}

.msg_img_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.msg_text_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    line-height: 1.8;
    position: relative;
    font-feature-settings: "palt";
    font-size: 1rem;
}

.msg_text_inner {
    margin-left: 8.2vw;
    color: #420b04;
    max-width: 446px;
}

.msg_column+.msg_column .msg_text_inner {
    margin-left: auto;
    margin-right: 4vw;
}

.msg_column+.msg_column .msg_text_inner>p {
    margin-bottom: 1em;
}

.msg_text {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
}

.msg_column:nth-child(2) .msg_text_box>p {
    margin-bottom: 35px;
}

.msg_img_column img {
    width: calc(50% - 30px);
    max-width: 385px;
    margin: 0 15px;
}

.msg_column_item dl {
    margin-bottom: 1em;
}

.childcare_policy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
}

.childcare_policy dt {
    font-size: 1.5rem;
}

.childcare_policy dd {
    font-size: 2rem;
    font-weight: bold;
}

.msg_column .msg_text_box ul {
    font-size: clamp(1.6rem, 5vw, 2rem);
    margin-bottom: 10px;
}

.msg_column .msg_text_box ul li {
    font-weight: 600;
    padding-left: 1em;
    position: relative;
}

.msg_column .msg_text_box ul li::before {
    position: absolute;
    content: "";
    width: .9em;
    height: .9em;
    background: #420B04;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.text_emphasis {
    background: #3D601C;
    color: #fff;
    padding: 0 .2em;
    margin-right: 5px;
    min-width: 90px;
}

.jikouen .text_emphasis {
    background: #b8803a;
}

.kayoicho .text_emphasis {
    background: #84221e;
}

.msg_ref_img {
    width: 254px;
    position: absolute;
    left: 4.5vw;
    bottom: -2vw;
}

@media (max-width: 1700px) {
    .msg_ref_img {
        display: none;
        /* width: 254px;
        position: absolute;
        left: 4.5vw;
        bottom: -200px; */
    }
}

@media (max-width: 1200px) {
    .msg_block {
        padding-top: 0;
        padding-bottom: 2rem;
        margin-bottom: 5rem;
        background: linear-gradient(to right, #fff 0%, #fff 30%, #E6EFD8 30%, #E6EFD8 70%, #fff 70%, #fff 100%);
    }

    .jikouen .msg_block {
        background: linear-gradient(to right, #fff 0%, #fff 30%, #f9efe4 30%, #f9efe4 70%, #fff 70%, #fff 100%);
    }

    .kayoicho .msg_block {
        background: linear-gradient(to right, #fff 0%, #fff 30%, #f4eaea 30%, #f4eaea 70%, #fff 70%, #fff 100%);
    }

    .msg_column {
        min-height: auto;
        background: none !important;
        align-items: flex-start;
    }

    .msg_column.sp_reverse {
        flex-direction: column-reverse;
    }

    .msg_column .msg_img {
        width: 100%;
    }

    .msg_img img {
        display: block;
        margin: auto;
    }

    .msg_text_box {
        width: 100%;
        align-items: center;
    }

    .msg_text_inner {
        margin: 2rem auto;
        padding: 0 10px;
    }

    .msg_column+.msg_column .msg_text_inner {
        margin: 2rem auto 0;
    }

    .msg_column .msg_img {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .childcare_policy {
        justify-content: center;
        flex-direction: column;
    }
}

#facility {
    margin-bottom: 5rem;
}

.facility_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.facility_list {
    width: 100%;
    max-width: 470px;
    margin: 0 2rem 2rem;
}

.facility_box {
    display: flex;
    margin-bottom: 1.8rem;
    font-size: 1rem;
}

.facility_name {
    min-width: 120px;
    margin-right: 2rem;
    text-align: right;
    color: #3d601c;
    line-height: 1.75;
}

.jikouen .facility_name {
    color: #b8803a;
}

.kayoicho .facility_name {
    color: #84221e;
}

.facility_content {
    color: #420b04;
    line-height: 1.75;
    font-feature-settings: "palt";
    max-width: 300px;
}

@media (max-width: 768px) {
    .facility_list {
        margin: 0 auto;
    }

    .facility_box {
        flex-wrap: wrap;
    }

    .facility_name,
    .facility_content {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: .4rem;
        text-align: center;
    }

    .facility_content li {
        text-align: center;
    }
}

.facility_note {
    width: 100%;
    max-width: 800px;
    padding: 2rem 1rem;
    margin: 0 auto;
    background-color: #e6efd8;
    border-radius: 30px;
}

.kayoicho .facility_note {
    background-color: #f4eaea;
}

.facility_note_title {
    text-align: center;
    font-size: 1.875rem;
    font-weight: 500;
    color: #420b04;
    margin-bottom: 2rem;
}

.facility_note .facility_list {
    margin: 0 auto;
}

.facility_note .facility_name {
    min-width: 145px;
}

#access {
    background-color: #e6efd8;
    padding-top: 5rem;
}

.jikouen #access {
    background-color: #f9efe4;
}

.kayoicho #access {
    background-color: #f4eaea;
}

.access_address {
    text-align: center;
    font-size: 1rem;
    line-height: 1.75;
    color: #420b04;
    margin-bottom: 3.125rem;
}

.access_inner {
    max-width: 1020px;
    margin: 0 auto;
    padding-bottom: 5rem;
}

#news {
    padding-top: 5rem;
    margin-bottom: 5rem;
}

.news_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.news_list::before,
.news_list::after {
    content: "";
    width: 48%;
    max-width: 407px;
    margin: 0 1%;
    order: 2;
}

.news_item {
    width: 23%;
    max-width: 407px;
    margin: 0 1% 5%;
}

.news_title {
    margin-top: .6rem;
    font-size: clamp(1rem, 1.6vw, 1.25rem);
}

.news_title span {
    display: block;
}

.news_link {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    color: #420b04;
}

.common_image_box {
    width: 100%;
    position: relative;
}

.common_image_box::before {
    content: "";
    padding-top: 73%;
    display: block;
    margin-bottom: 1rem;
}

.common_image_box>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.news_title_list {
    width: fit-content;
    margin: 0 auto 5rem;
}

.news_title_item {
    margin-bottom: .8rem;
}

.news_title_item {
    font-size: 1rem;
}

.news_title_item .date {
    display: inline-block;
    min-width: 105px;
}

@media (max-width: 900px) {
    .news_list {
        margin-bottom: 2rem;
    }
    .news_item {
        width: 48%;
    }
}

.kayoicho .msg_text {
    font-size: 1rem;
}

.kayoicho .msg_text:first-child {
    margin-bottom: 2rem;
}

.kayoicho .msg_column:first-child msg_text_inner {
    margin-bottom: -4rem;
}

.kayoicho .msg_column+.msg_column {
    margin-top: 222px;
}

.kayoicho .msg_column+.msg_column .msg_text_inner {
    max-width: 500px;
}

.kayoicho .empasis-space {
    margin-right: 90.25px;
}

.kayoicho_msg_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 10rem;
    padding: 0 10px;
}

.kayoicho_msg_img {
    position: absolute;
    left: 4vw;
    top: 0;
    bottom: 0;
    margin: auto;
}

.kayoicho_msg_box {
    max-width: 442px;
    color: #420b04;
    padding: 2rem 10px;
}

.kayoicho_msg_text:first-child {
    font-size: clamp(1.6rem, 5vw, 2rem);
    margin-bottom: 1rem;
    font-weight: bold;
}

.kayoicho_msg_text:nth-child(2) {
    font-size: 1rem;
}

@media(max-width: 1330px) {
    .kayoicho_msg_img {
        display: none;
    }
}
@media(max-width: 768px) {
    .kayoicho_msg_column {
        margin-top: 4rem;
    }

    .kayoicho_msg_img {
        position: static;
    }
}


.corporation h2 {
/*    font-size: clamp(1.6rem, 8vw, 2.25rem);*/
}

.corporation main section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.corporation main section#vision {
    padding-bottom: 0;
}

.corporation main section#vision h2 {
    font-size: clamp(1.3rem, 5vw, 2.25rem);
}

.corporation main section#vision > div * {
    font-size: 0.85rem;
    color: #420b04;
}

.corporation main section#vision > div {
    max-width: 440px;
    margin: 0 auto 4.375rem;
    padding: 0 20px;
}

.corporation .vision_outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.corporation main section#vision > div.vision_outer {
    max-width: none;
    margin-bottom: 0;
}
.corporation .vision_outer > div {
    width: 100%;
    max-width: 385px;
    margin: 0 4.6rem 4.375rem;
}

.corporation main section#vision h3 {
    position: relative;
    padding-top: 2rem;
}
.corporation main section#vision h3 img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 55vw;
}

.corporation main section#vision .vision_main h3 {
    padding-top: 3rem;
}
.corporation main section#vision p {
    line-height: 2;
}
.corporation main section#vision p.vision_copy {
    font-size: clamp(1.4rem, 6vw, 2rem);
    font-weight: 500;
    margin-bottom: 0.5em;
}
.corporation main section#vision .vision_main p.vision_copy {
    font-size: clamp(1.95rem, 8vw, 2.5rem);
}
.corporation main section#vision p.vision_copy span {
    display: block;
    font-size: clamp(1.4rem, 6vw, 2rem);
    font-weight: 500;
    line-height: 1.5;
}
.corporation main section#vision p.vision_copy span.vision_copy_sub {
    font-size: 1rem;
}

@media screen and (max-width: 650px) {
    .corporation .vision_outer > div {
        margin-left: 0;
        margin-right: 0;
    }
}



.corporation main section#greeting {
    background-image: url(../corporation/img/greeting_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.corporation main section#greeting > div * {
    font-size: 1rem;
    color: #420b04;
}
.corporation main section#greeting > div figure {
    text-align: center;
}
.corporation main section#greeting > div figure img.w80{
    width: 80%;
}
.corporation main section#greeting h3 {
    font-size: clamp(1.6rem, 7vw, 2.5rem);
    font-weight: 500;
    margin-bottom: 2.2rem;
}
.corporation main section#greeting figcaption {
    text-align: center;
}
.corporation main section#greeting figcaption span {
    display: inline-block;
    font-size: 1.25rem;
}
.corporation main section#greeting p {
    line-height: 2;
}
.corporation main section#greeting p + p {
    padding-top: 1em;
}

.corporation .greeting_outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.corporation .greeting_outer.reverse{
    flex-direction: row-reverse;
}
.corporation .greeting_outer > div {
    width: 100%;
    max-width: 543px;
    margin: 0 1.5rem;
}

.corporation .greeting_message {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.corporation .greeting_padding {
    padding-top: 6.75rem;
}
.corporation .greeting_padding.p5 {
    padding-top: 5rem;
}
.corporation .greeting_padding.p1_25 {
    padding-top: 1.25rem;
}
.corporation .greeting_signature {
    text-align: right;
}


@media screen and (max-width: 1200px) {
    .corporation .greeting_message {
        max-width: 543px;
    }
}

@media screen and (max-width: 900px) {
    .corporation main section#greeting h3 {
        margin-bottom: 0.75rem;
    }

    .corporation .greeting_outer > div,
    .corporation .greeting_message {
        margin: 0 1.5rem;
        width: auto;
        max-width: none;
    }

    .corporation main section#greeting > div figure img.w80{
        width: min(100%, 434px);
    }

    .corporation .greeting_padding {
        padding-top: 3.375rem;
    }

    .corporation .greeting_padding.p5 {
        padding-top: 2.5rem;
    }

    .corporation .greeting_padding.p1_25 {
        padding-top: .625rem;
    }
}


.corporation main section#about {
    background-image: url(../corporation/img/about_bg.png);
}

.corporation .about_outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.corporation .about_outer .about_inner {
    width: 100%;
    max-width: 525px;
    margin: 0 2rem 2.8125rem;

    background-color: #fff;
    border-radius: 1.25rem;
    padding: 3.125rem;
}
.corporation .about_outer .about_inner * {
    color: #420b04;
}

.corporation .about_outer .about_inner h3 {
    font-size: 1.875rem;
    font-weight: 500;
    text-align: center;

    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #420b04;
}

.corporation .about_outer .about_inner dl {
}
.corporation .about_outer .about_inner dl > div {
    display: flex;
    margin-bottom: 1.8rem;
    font-size: 1rem;
}
.corporation .about_outer .about_inner dl > div dt {
    min-width: 120px;
    margin-right: 2rem;
    text-align: right;
    line-height: 1.75;
}
.corporation .about_outer .about_inner dl > div dd {
    color: #420b04;
    line-height: 1.75;
    font-feature-settings: "palt";
    max-width: 300px;
}

.corporation .about_outer .about_inner ul li {
    padding-left: 130px;
    margin-bottom: 1.8rem;
    font-size: 1rem;
}
.corporation .about_outer .about_inner ul li span.date {
    display: inline-block;
    text-indent: -110px;
}

.corporation section#disclosure p {
    margin: 1rem;
    text-align: center;
}

.corporation a.disclosure_link {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    line-height: 80px;
    border: 1px solid #420b04;
    text-align: center;
    font-size: clamp(1rem, 3.2vw, 1.875rem);
    color: #420b04;
}
.corporation a.disclosure_link > svg {
    height: 80px;
    position: absolute;
    right: 2.375rem;
}

@media screen and (max-width: 676px) {
    .corporation .about_outer .about_inner {
        max-width: none;
        margin-left: 0.625rem;
        margin-right: 0.625rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .corporation .about_outer .about_inner dl > div dt {
        min-width: 75px;
    }

    .corporation .about_outer .about_inner ul li {
        padding-left: 110px;
    }

    .corporation main section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .corporation a.disclosure_link {
        line-height: 60px;
    }
    .corporation a.disclosure_link > svg {
        height: 60px;
    }
}


.recruit {}

.recruit main section {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}

.recruit main section#job_description *,
.recruit main section#job_description a {
    color: #420b04;
}
.recruit main section#job_description h2 {
    font-size: clamp(1.3rem, 5vw, 1.875rem);
}

.recruit main section#job_description > div {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.recruit main section#job_description > div > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recruit main section#job_description > div > ul > li {
    width: 270px;
    margin-bottom: 25px;
}
.recruit main section#job_description > div > ul > li > a {
    display: block;
    width: 100%;
    line-height: 50px;
    border-radius: 1.5625rem;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    overflow: hidden;
    color: #fff;
    background-color: #3f1d06;
}
.recruit main section#job_description > div > ul > li.jikouen  > a { background-color: #b9803a; }
.recruit main section#job_description > div > ul > li.hoikuen  > a { background-color: #3c601b; }
.recruit main section#job_description > div > ul > li.kayoicho > a { background-color: #721910; }

.recruit main section#job_description > div > ul > li > ul {
    margin-top: 10px;
    text-align: center;
}

.recruit main section#job_description > div > ul > li > ul li {
    display: inline-block;
}
.recruit main section#job_description > div > ul > li > ul li + li {
    margin-left: 3.5em;
}

.recruit main section#job_description > div > ul > li > ul li a {
    color: #3f1d06;
    font-size: 1rem;
    text-decoration: underline;
}

.recruit main section.recruit_section {
}
.recruit main section.recruit_section *,
.recruit main section.recruit_section a {
    color: #420b04;
}

.recruit main section.recruit_section h3 {
    padding: 0.8em 0;
    color: #fff;
    background-color: #3f1d06;
    font-size: clamp(1.3rem, 5vw, 1.875rem);
    font-weight: bold;
}
.recruit main section.recruit_section > div {
    max-width: 960px;
    margin: 0 auto;
}

.recruit main section.recruit_section > div .strengths {
    margin-bottom: 3rem;
}

.recruit main section.recruit_section > div .strengths h4 {
    color: #3f1d06;
    font-size: clamp(1.3rem, 5vw, 1.5rem);
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}
.recruit main section.recruit_section > div .strengths > div {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.875;
}

.recruit main section.recruit_section > div .recruit_list h4 {
    font-size: clamp(1.3rem, 5vw, 1.5rem);
    font-weight: bold;
    text-align: center;
}
.recruit main section.recruit_section > div .recruit_list > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.25rem;
}

.recruit main section.recruit_section > div .recruit_list section {
    padding-top :0;
    padding-bottom: 0;
}

.recruit main section.recruit_section > div .recruit_list section.recruit_item {
    width: 45%;
    max-width: 440px;
    margin: 0 1.25rem 2.5rem;
    background-color: #e8e4df;
}
.recruit main section.recruit_section > div .recruit_list section.recruit_item h5 {
    padding: 0.4em 0;
    color: #fff;
    background-color: #3f1d06;
    font-size: 1rem;
    text-align: center;
}
.recruit main section.recruit_section > div .recruit_list section.recruit_item h5 span {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
.recruit main section.recruit_section > div .recruit_list section.recruit_item dl {
    padding: 2.125rem 2rem;
}
.recruit main section.recruit_section > div .recruit_list section.recruit_item dl > div {
    display: flex;
    flex-wrap: wrap;
}
.recruit main section.recruit_section > div .recruit_list section.recruit_item dl dt {
    display: inline-block;
    width: 5.5rem;
    font-size: 1rem;
    font-weight: bold;
}
.recruit main section.recruit_section > div .recruit_list section.recruit_item dl dd {
    display: inline-block;
    width: calc(100% - 5.5rem);
    font-size: 1rem;
}

.recruit main section.recruit_section > div .recruit_list section.recruit_item dl > div + div {
    margin-top: 1.875rem;
}



.recruit main section#jikouen.recruit_section h3,
.recruit main section#jikouen.recruit_section > div .recruit_list section.recruit_item h5 {
    background-color: #b9803a;
}
.recruit main section#jikouen.recruit_section > div .strengths h4,
.recruit main section#jikouen.recruit_section > div .recruit_list section.recruit_item dl dt {
    color: #b9803a;
}

.recruit main section#hoikuen.recruit_section h3,
.recruit main section#hoikuen.recruit_section > div .recruit_list section.recruit_item h5 {
    background-color: #3c601b;
}
.recruit main section#hoikuen.recruit_section > div .strengths h4,
.recruit main section#hoikuen.recruit_section > div .recruit_list section.recruit_item dl dt {
    color: #3c601b;
}

.recruit main section#kayoicho.recruit_section h3,
.recruit main section#kayoicho.recruit_section > div .recruit_list section.recruit_item h5 {
    background-color: #721910;
}
.recruit main section#kayoicho.recruit_section > div .strengths h4,
.recruit main section#kayoicho.recruit_section > div .recruit_list section.recruit_item dl dt {
    color: #721910;
}


.recruit main section p.not_recruiting {
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
}


.recruit main section#recruit_flow {
    background-image: url(../recruit/img/flow_bg.jpg);
    background-position: top right;
    background-size: cover;
    padding: 5.125rem 0;
}
.recruit main section#recruit_flow h2 {
    font-size: clamp(1.3rem, 5vw, 1.875rem);
}
.recruit main section#recruit_flow > div {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.875;
}

.recruit main section#recruit_flow > div > ol > li {
    color: #420b04;
    margin-bottom: 2rem;
}

.recruit main section#recruit_flow > div > ol > li h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.25rem;
    color: #fff;
    background-color: #420b04;
    border-radius: 0.625rem;
    overflow: hidden;
    line-height: 1.3;
}
.recruit main section#recruit_flow > div > ol > li h3 > span {
    display: inline-block;
    width: calc(100% - clamp(80px, 18vw, 140px));
    padding: 0.6em 1em;
    color: #420b04;
    background-color: #fff;
}
.recruit main section#recruit_flow > div > ol > li h3 > span.recruit_flow_step {
    width: clamp(80px, 18vw, 140px);
    padding: 0;
    text-align: center;
    color: inherit;
    background-color: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.recruit main section#recruit_flow > div > ol > li h3 > span.recruit_flow_step span {
    font-size: 2.0625rem;
    padding-left: 0.2em;
    position: relative;
    bottom: 2px;
}

.recruit main section#recruit_flow > div > ol > li > div {
    padding: 1rem 1.5rem 1rem 160px;
    padding-left: calc(140px + 1.25rem);
}

.recruit main section#recruit_flow > div > ol > li > div ul li::before {
    display: inline-block;
    content: '●';
    padding-right: 0.2em;
}

.recruit main section#recruit_flow > div > p {
    padding: 2rem 0 0;
    color: #420b04;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}


.recruit main section#recruit_internship h2 {
    font-size: clamp(1.3rem, 5vw, 1.875rem);
}
.recruit main section#recruit_internship > div {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.875;
}
.recruit main section#recruit_internship > div + div {
    margin-top: 2rem;
}

.recruit main section#recruit_internship > div * {
    color: #420b04;
}

.recruit main section#recruit_internship > div.recruit_internship_announce {
    padding: 2rem;
    background-color: #e8e4df;
    border-radius: 1rem;
}
.recruit main section#recruit_internship > div.recruit_internship_announce p + p {
    margin-top: 1.2em;
}
.recruit main section#recruit_internship > div.recruit_internship_announce a.btn_download {
    padding: 0.5em 1em;
    color: #420b04;
    background-color: #fff;
    border: 1px solid #420b04;
    line-height:1.2;
}
.recruit main section#recruit_internship > div.recruit_internship_announce a.btn_download svg {
    margin-left: 0.5em;
    position: relative;
    top: 0.1em;
}

.recruit main .recruit_menu_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.recruit main .recruit_menu_links a {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 1rem 2rem;
    padding: 1.2em 2em;
    color: #fff;
    background-color: #420b04;
    font-size: clamp(1rem, 3.2vw, 1.875rem);
    font-weight: 500;
    border-radius: 1rem;
    text-align: center;
}


.recruit main section#recruit_internship h2 {
    font-size: clamp(1.3rem, 5vw, 1.875rem);
    margin-bottom: 0;
}


.recruit main section#job_announce {
    padding-left: 1rem;
    padding-right: 1rem;
}
.recruit main section#job_announce * {
    color: #420b04;
}
.recruit main section#job_announce h2 {
    font-size: clamp(1.3rem, 5vw, 1.875rem);
    margin-bottom: 2rem;
}
.recruit main section#job_announce div {
    font-size: 1rem;
    max-width: 700px;
    margin: 0 auto;
}


.recruit main section#job_voice h2 {
    font-size: clamp(1.3rem, 5vw, 1.875rem);
    margin-bottom: 2rem;
}
.recruit main section#job_voice > div {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


.recruit main section#job_voice section.job_voice_item {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.recruit main section#job_voice section.job_voice_item + section {
    margin-top: 2rem;
}
.recruit main section#job_voice section.job_voice_item p.facilityname {
    padding: 0.2em 0;
    color: #fff;
    background-color: #420b04;
    font-size: 1rem;
    text-align: center;
}
.recruit main section#job_voice section.job_voice_item > div {
    padding: 2.25rem 3.125rem;
    background-color: #e8e4df;
}
.recruit main section#job_voice section.job_voice_item > div * {
    color: #420b04;
    font-size: 1rem;
}
.recruit main section#job_voice section.job_voice_item > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recruit main section#job_voice section.job_voice_item > div > div {
    width: 48%;
    max-width: 425px;
}
.recruit main section#job_voice section.job_voice_item > div > div.job_voice_photo {
}

.recruit main section#job_voice section.job_voice_item > div p.job_voice_catchcopy {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.42583;
}



.recruit main section#job_voice section.job_voice_item.jikouen p.facilityname {
    background-color: #b9803a;
}
.recruit main section#job_voice section.job_voice_item.jikouen > div p.job_voice_catchcopy {
    color: #b9803a;
}

.recruit main section#job_voice section.job_voice_item.hoikuen p.facilityname {
    background-color: #3c601b;
}
.recruit main section#job_voice section.job_voice_item.hoikuen > div p.job_voice_catchcopy {
    color: #3c601b;
}

.recruit main section#job_voice section.job_voice_item.kayoicho p.facilityname {
    background-color: #721910;
}
.recruit main section#job_voice section.job_voice_item.kayoicho > div p.job_voice_catchcopy {
    color: #721910;
}



@media screen and (max-width: 890px) {
    .recruit main section#job_description > div > ul {
        display: block;
    }
    .recruit main section#job_description > div > ul > li {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 820px) {
    .recruit main section.recruit_section > div {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .recruit main section.recruit_section > div .recruit_list > div {
        display: block;
    }

    .recruit main section.recruit_section > div .recruit_list section.recruit_item {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .recruit main section#recruit_internship > div {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

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

    .recruit main section#recruit_flow > div {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .recruit main section#recruit_flow > div > ol > li > div {
        padding-left: clamp(80px, 18vw, 140px);
        padding-right: 0.5rem;
    }

    .recruit main section#recruit_flow > div > ol > li h3 > span.recruit_flow_step span {
        font-size: inherit;
        position: static;
    }

    .recruit main section#recruit_internship {
        padding-bottom: 0;
    }
    .recruit main section#recruit_internship > div.recruit_internship_announce {
        margin-left: 1rem;
        margin-right: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .recruit main section#recruit_entry {
        padding-top: 1rem;
    }
}

@media screen and (max-width: 650px) {
    .recruit main section#job_voice section.job_voice_item > div {
        display: block;
        padding: 1rem;
    }
    .recruit main section#job_voice section.job_voice_item > div > div {
        width: 100%;
        max-width: none;
    }
    .recruit main section#job_voice section.job_voice_item > div > div.job_voice_photo {
        margin-bottom: 1rem;
    }

}

.page_nav_item.insta a{
    text-align: center;
    background: var(--hieda_bg);
    color: var(--hieda);
}
.jikouen .page_nav_item.insta a{
    color: var(--jikou);
    background: var(--jikou_bg);
}
.kayoicho .page_nav_item.insta a{
    color: var(--kayoi);
    background: var(--kayoi_bg);
}
.page_nav_item.insta a::before{
    opacity: 0;
}
.page_nav_item.insta a::after {
    background-image: url(../img/common/icon_insta.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    border: none;
    transform: rotate(0deg);
    bottom: 26px;
    filter: var(--hieda_filter);
}
.jikouen .page_nav_item.insta a::after {
    filter: var(--jikou_filter);
}
.kayoicho .page_nav_item.insta a::after {
    filter: var(--kayoi_filter);
}
.page_nav_item.insta a:hover{
    background: var(--hieda);
    color: var(--white);
}
.page_nav_item.insta a:hover::after{
    filter: var(--white_filter);
}
.jikouen .page_nav_item.insta a:hover{
    background: var(--jikou);
}
.kayoicho .page_nav_item.insta a:hover{
    background: var(--kayoi);
}

#sns{
    background-color: var(--hieda_bg);
    padding: 5rem 0;
}
.jikouen #sns{
    background-color: var(--jikou_bg);
}
.kayoicho #sns{
    background-color: var(--kayoi_bg);
}
.news_insta {
    background: var(--hieda);
    width: 100%;
    max-width: 250px;
    aspect-ratio: 1 / 1;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jikouen .news_insta{
    background: var(--jikou);
}
.kayoicho .news_insta{
    background: var(--kayoi);
}
.news_insta > div{
    filter: var(--white_filter);
    font-size: 1.5em;
}

.news_insta a{
    display: grid;
    justify-content: center;
    text-align: center;
    font-weight: bold;
}
.news_insta img{
    margin: 1rem auto 0;
}
/* .news_insta{
    color: var(--brown);
    filter: var(--brown_filter);
    font-size: 1.5em;
} */

@media(max-width: 750px) {
    .news_insta {
        width: 100%;
        max-width: 150px;
    }
    .news_insta > div{
        font-size: .9rem;
    }
    .news_insta img{
        width: 25%;
    }
}