@charset "UTF-8";

/* common /////////////////////////////////////////////////////////////////////////////////////////// */
body {
    background: #FEFCF7;
    /* background: rgba(240, 163, 227, 0.3); */
}

.pcNone {
    display: none;
}

.cmn_maxbox {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.cmn_kadomaru {
	border-radius: 0.4rem;
}

.font_yugo {
    font-family: "Yu Gothic",YuGothic,"游ゴシック体","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","HiraKakuProN-W6","ヒラギノ角ゴ ProN W6","HiraKakuPro-W6","ヒラギノ角ゴ Pro W6",Meiryo,"メイリオ",/*"Noto Sans JP",*/Osaka,arial,helvetica,sans-serif;
}

.font_mplus_regular {
    font-family: 'M PLUS Rounded 1c',"Yu Gothic",YuGothic,"游ゴシック体","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","HiraKakuProN-W6","ヒラギノ角ゴ ProN W6","HiraKakuPro-W6","ヒラギノ角ゴ Pro W6",Meiryo,"メイリオ",/*"Noto Sans JP",*/Osaka,arial,helvetica,sans-serif;
    font-weight: 400;
}

.font_mplus_medium,
.cmn_btn {
    font-family: 'M PLUS Rounded 1c',"Yu Gothic",YuGothic,"游ゴシック体","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","HiraKakuProN-W6","ヒラギノ角ゴ ProN W6","HiraKakuPro-W6","ヒラギノ角ゴ Pro W6",Meiryo,"メイリオ",/*"Noto Sans JP",*/Osaka,arial,helvetica,sans-serif;
    font-weight: 500;
}

.font_mplus_bold {
    font-family: 'M PLUS Rounded 1c',"Yu Gothic",YuGothic,"游ゴシック体","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","HiraKakuProN-W6","ヒラギノ角ゴ ProN W6","HiraKakuPro-W6","ヒラギノ角ゴ Pro W6",Meiryo,"メイリオ",/*"Noto Sans JP",*/Osaka,arial,helvetica,sans-serif;
    font-weight: 700;
}

.font_mplus_ebold,
h2 {
    font-family: 'M PLUS Rounded 1c',"Yu Gothic",YuGothic,"游ゴシック体","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","HiraKakuProN-W6","ヒラギノ角ゴ ProN W6","HiraKakuPro-W6","ヒラギノ角ゴ Pro W6",Meiryo,"メイリオ",/*"Noto Sans JP",*/Osaka,arial,helvetica,sans-serif;
    font-weight: 800;
}

.font_mplus_black,
h3 {
    font-family: 'M PLUS Rounded 1c',"Yu Gothic",YuGothic,"游ゴシック体","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","HiraKakuProN-W6","ヒラギノ角ゴ ProN W6","HiraKakuPro-W6","ヒラギノ角ゴ Pro W6",Meiryo,"メイリオ",/*"Noto Sans JP",*/Osaka,arial,helvetica,sans-serif;
    font-weight: 900;
}


.cmn_box {
    padding: 70px 0;
}

.cmn_box:nth-of-type(2n) {
    background-image: url(../img/cmn_backnami_high.svg),url(../img/cmn_backnami_low.svg);
    background-repeat: repeat-x,repeat-x;
    background-position: center top -80px,center bottom -80px;
    background-color: #FAF5EB;
}


/* header */
.cmn_header {
    position: relative;
    background: #FFF;
}

.cmn_header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0 0 0;
    margin: 0 auto 20px;
}

.cmn_header_logo {
    display: block;
}

.cmn_header_logo p {
    display: inline-block;
    margin: 0 0 0 16px;
    color: #F6A13B;
}

.cmn_header_logo small {
    font-size: 1.2rem;
}

.cmn_header_logo span {
    display: inline-block;
    margin: 0 0 0 14px;
    font-size: 3.6rem;
    letter-spacing: 0.8rem;
    vertical-align: middle;
}

.cmn_header_pnav {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.cmn_header_pnav .facebook,
.cmn_header_pnav .access,
.cmn_header_pnav .contact {
    flex-shrink: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 18px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cmn_header_pnav .facebook {
    background-image: url(../img/cmn_header_facebook.svg);
}

.cmn_header_pnav .access {
    background-image: url(../img/cmn_header_access.svg);
}

.cmn_header_pnav .contact {
    background-image: url(../img/cmn_header_contact.svg);
}

.cmn_header_pnav .tel {
    flex-shrink: 0;
    display: inline-block;
    padding: 0 0 0 22px;
    margin: 0 0 0 30px;
    color: #5BB69B;
    font-size: 2.4rem;
    background: url(../img/cmn_header_tel.svg) no-repeat left center;
    pointer-events: none;
}


#cmn_schbutton {
    display: none;
}



/* header (home) */
.home_header {
    position: relative;
    overflow: hidden;
}

.home_header_mainimg {
    position: relative;
    margin: 0 0 50px 0;
}

.home_header_mainimg [class^="slide"] {
    max-width: 1000px;
    width: 100%;
    margin: 0 20px;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline-color: transparent;
    border-radius: 0 0 3.0rem 3.0rem;
    overflow: hidden;
}

.home_header_mainimg .slide01 {
    background-image: url(../img/home_main_mahoroba.jpg);
}

.home_header_mainimg .slide02 {
    background-image: url(../img/home_main_mahoroba2.jpg);
}

.home_header_mainimg .slide03 {
    background-image: url(../img/home_main_komorebi.jpg);
}

.home_header_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    max-width: 460px;
    min-width: 280px;
    padding: 54px 20px;
    border-radius: 3.0rem;
    background: rgba(91, 182, 155,0.8);
    text-align: center;
}

.home_header_logo::after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 2px dashed rgba(255, 255, 255,0.8);
    border-radius: 3.0rem;
}


.home_header_pnav {
    position: fixed;
    top: -16px;
    right: 30px;
    z-index: 9;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 32px 30px 22px 30px;
    background: #F6A13B;
    border-radius: 0 0 3.0rem 3.0rem;
}

.home_header_pnav::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 2px dashed rgba(255, 255, 255,0.8);
    border-radius: 0 0 3.0rem 3.0rem;
    pointer-events: none;
}

.home_header_pnav .facebook,
.home_header_pnav .access,
.home_header_pnav .contact {
    flex-shrink: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 18px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.home_header_pnav .facebook {
    background-image: url(../img/cmn_header_facebook.svg);
}

.home_header_pnav .access {
    background-image: url(../img/cmn_header_access.svg);
}

.home_header_pnav .contact {
    background-image: url(../img/home_header_contact.svg);
}

.home_header_pnav .tel {
    flex-shrink: 0;
    display: inline-block;
    padding: 0 0 0 22px;
    margin: 0 0 0 18px;
    color: #FFF;
    font-size: 2.4rem;
    background: url(../img/home_header_tel.svg) no-repeat left center;
    pointer-events: none;
}


/* footer */
.footer_top {
    position: relative;
    padding: 100px 0 40px 0;
    overflow: hidden;
}

.footer_top::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    display: block;
    width: 100%;
    min-width: 1520px;
    height: 100%;
    background-image: url(../img/cmn_footerkazari_l.svg),url(../img/cmn_footerkazari_r.svg);
    background-repeat: no-repeat,no-repeat;
    background-position: left bottom,right bottom;
    pointer-events: none;
}

.footer_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    margin: 0 auto 20px;
}

.footer_info .imgbox {
    flex-shrink: 0;
    /* width: 10%; */
    margin: 0 20px 0 0;
    text-align: center;
}

.footer_info .txtbox {
    width: 100%;
}

.footer_info .txtbox > p {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
}

.footer_info .txtbox > p span {
    display: inline-block;
    margin: 0 0 0 16px;
    font-size: 3.6rem;
    vertical-align: middle;
    letter-spacing: 0.8rem;
}

.footer_info .txtbox address {
    display: inline-block;
    margin: -4px 20px 0 0;
    font-style: normal;
    vertical-align: middle;
    letter-spacing: 0;
}

.footer_info .txtbox a {
    display: inline-block;
    padding: 0 0 0 16px;
    background: url(../img/cmn_footer_tel.svg) no-repeat left center;
    font-size: 2.0rem;
    letter-spacing: 0.15rem;
    pointer-events: none;
}

.footer_outline p {
    font-size: 1.4rem;
    line-height: 1.6;
}

.footer_outline p:first-of-type {
    border-top: 1px solid #CCC;
    padding: 16px 0 0 0;
    text-align: center;
    text-align-last: justify;
    -moz-text-align-last: justify;
}

.footer_outline p:last-of-type {
    text-align: center;
}


.footer_nav {
    background: #EE7D94;
    text-align: center;
}

.footer_nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.footer_nav li {
    display: inline-block;
}

.footer_nav a {
    display: block;
    padding: 0 calc(32px - 1rem) 0 32px;
    border-left: 1px solid #FFF;
    color: #FFF;
    letter-spacing: 1rem;
}

.footer_nav li:last-of-type a {
    border-right: 1px solid #FFF;
}

.footer_copyright {
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 3%;
    font-size: 1.3rem;
    background: #FFF;
    text-align: center;
}

.footer_gotop {
    position: fixed;
    right: 0;
    bottom: 70px;
    z-index: 999;
    width: 60px;
    height: 60px;
}

.footer_gotop a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/cmn_footer_pagetop.svg) no-repeat center #5BB69B;
    line-height: 1.4;
}


/* グローバルナビ */
.cmn_header .cmn_gnav {
    position: relative;
    z-index: 9;
    margin: 0 auto -40px;
}

.cmn_gnav {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.cmn_gnav ul {
    display: flex;
    justify-content: space-between;
}

.cmn_gnav li {
    width: 18%;
    padding: 3px;
    border-radius: 3.0rem;
    overflow: hidden;
    background: #EE7D94;
}

.cmn_gnav a {
    display: block;
    padding: 12px 0 8px;
    border: 2px dashed #FFF;
    border-radius: 3.0rem;
    text-align: center;
}

.cmn_gnav span img {
    display: inline-block;
    height: 28px;
}

.cmn_gnav p {
    padding: 0 0 0 0.6rem;
    margin: 8px 0 0 0;
    color: #FFF;
    font-size: 1.8rem;
    letter-spacing: 0.6rem;
}


/* SUB メイン画像 */
.cmn_mainimg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    background-image: url(../img/company_main.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cmn_mainimg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(91, 182, 155,0.5);
}

.company_wrapper .cmn_mainimg {
    background-image: url(../img/company_main.jpg);
}

.company_wrapper .cmn_mainimg::after {
    background: rgba(91, 182, 155,0.5);
}

.facility_wrapper .cmn_mainimg {
    background-image: url(../img/facility_main.jpg);
}

.facility_wrapper .cmn_mainimg::after {
    background: rgba(238, 125, 148,0.5);
}

.recruit_wrapper .cmn_mainimg {
    background-image: url(../img/recruit_main.jpg);
}

.recruit_wrapper .cmn_mainimg::after {
    background: rgba(143, 195, 31,0.5);
}

.contact_wrapper .cmn_mainimg {
    background-image: url(../img/contact_main.jpg);
}

.contact_wrapper .cmn_mainimg::after {
    background: rgba(246, 161, 59,0.5);
}

.news_wrapper .cmn_mainimg {
    background-image: url(../img/company_main.jpg);
}

.news_wrapper .cmn_mainimg::after {
    background: rgba(91, 182, 155,0.5);
}


.cmn_mainimg h1 {
    position: relative;
    z-index: 9;
    width: 100%;
    color: #FFF;
    font-size: 4.8rem;
    letter-spacing: 1.2rem;
    text-align: center;
}


/* 表（dl） */
.cmn_table div {
    display: flex;
}

.cmn_table dt {
    display: flex;
    align-items: center;
    width: 30%;
    padding: 20px 30px;
    color: #FFF;
    font-weight: 700;
    background-color: #5BB69B;
}

.cmn_table dd {
    align-items: center;
    width: 100%;
    padding: 20px 30px;
    border-width: 0;
    border-style: solid;
    border-color: #5BB69B;
}

.cmn_table div:not(:first-of-type) dt {
    border-top: 1px solid #FFF;
}

.cmn_table div:not(:first-of-type) dd {
    border-width: 1px 0 0 0;
}

.cmn_table div:first-of-type dt {
    border-radius: 3.0rem 3.0rem 0 0;
}

.cmn_table div:last-of-type dt {
    border-radius: 0 0 3.0rem 3.0rem;
}

.company_wrapper .cmn_table dt {
    background-color: #5BB69B;
}

.company_wrapper .cmn_table dd {
    border-color: #5BB69B;
}

.facility_wrapper .cmn_table dt {
    background-color: #EE7D94;
}

.facility_wrapper .cmn_table dd {
    border-color: #EE7D94;
}

.recruit_wrapper .cmn_table dt {
    background-color: #8FC31F;
}

.recruit_wrapper .cmn_table dd {
    border-color: #8FC31F;
}

.contact_wrapper .cmn_table dt {
    background-color: #F6A13B;
}

.contact_wrapper .cmn_table dd {
    border-color: #F6A13B ;
}


/* h2見出し（飾り付き） */
h2 {
    margin: 0 0 1.0em 0;
    color: #5BB69B;
    font-size: 3.2rem;
    line-height: 1.4;
    text-align: center;
}

h2 span {
    display: inline-block;
    padding: 0.4em 2.0em;
    background-image: url(../img/cmn_titlekazari_bluegreen_l.svg),url(../img/cmn_titlekazari_bluegreen_r.svg);
    background-repeat: no-repeat,no-repeat;
    background-position: center left,center right;
}

.company_wrapper h2 {
    color: #5BB69B;
}

.company_wrapper h2 span {
    background-image: url(../img/cmn_titlekazari_bluegreen_l.svg),url(../img/cmn_titlekazari_bluegreen_r.svg);
}

.facility_wrapper h2 {
    color: #EE7D94;
}

.facility_wrapper h2 span {
    background-image: url(../img/cmn_titlekazari_pink_l.svg),url(../img/cmn_titlekazari_pink_r.svg);
}

.recruit_wrapper h2 {
    color: #8FC31F;
}

.recruit_wrapper h2 span {
    background-image: url(../img/cmn_titlekazari_yellowgreen_l.svg),url(../img/cmn_titlekazari_yellowgreen_r.svg);
}

.contact_wrapper h2 {
    color: #F6A13B;
}

.contact_wrapper h2 span {
    background-image: url(../img/cmn_titlekazari_orange_l.svg),url(../img/cmn_titlekazari_orange_r.svg);
}


/* h3見出し */
h3 {
    margin: 0 0 1.0em 0;
    color: #5BB69B;
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
}

h3 span {
    display: inline-block;
}

.company_wrapper h3 {
    color: #5BB69B;
}

.facility_wrapper h3 {
    color: #EE7D94;
}

.recruit_wrapper h3 {
    color: #8FC31F;
}

.contact_wrapper h3 {
    color: #F6A13B;
}


/* ボタン */
.cmn_btn {
    text-align: center;
}

.cmn_btn a {
    display: inline-block;
    min-width: 200px;
    max-width: 90%;
    padding: 16px 0.8em;
    font-size: 1.8rem;
    border-width: 0 0 0 20px;
    border-style: solid;
    border-color: #5BB69B;
    border-radius: 1.0rem;
    letter-spacing: 0.3em;
    line-height: 1.4;
    overflow: hidden;
    background: rgba(91, 182, 155,0.5);
}

.company_wrapper .cmn_btn a {
    border-color: rgba(91, 182, 155,1.0);
    background: rgba(91, 182, 155,0.5);
}

.facility_wrapper .cmn_btn a {
    border-color: rgba(238, 125, 148,1.0);
    background: rgba(238, 125, 148,0.5);
}

.recruit_wrapper .cmn_btn a {
    border-color: rgba(143, 195, 31,1.0);
    background: rgba(143, 195, 31,0.5);
}

.contact_wrapper .cmn_btn a {
    border-color: rgba(246, 161, 59,1.0);
    background: rgba(246, 161, 59,0.5);
}



/* home /////////////////////////////////////////////////////////////////////////////////////////// */

.home_company,
.home_recruit {
    position: relative;
    overflow: hidden;
}

.home_company p,
.home_recruit p {
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 1.7rem;
    letter-spacing: 0.4rem;
    line-height: 1.7;
}

.home_company::after,
.home_recruit::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    display: block;
    width: 100%;
    min-width: 1520px;
    height: 100%;
    background-image: url(../img/cmn_backkazari_pink_l.svg),url(../img/cmn_backkazari_pink_r.svg);
    background-repeat: no-repeat,no-repeat;
    background-position: left center,right center;
    pointer-events: none;
}

.home_recruit::after {
    background-image: url(../img/cmn_backkazari_orange_l.svg),url(../img/cmn_backkazari_orange_r.svg);
}


.home_recruit h2 {
    color: #8FC31F;
}

.home_recruit h2 span {
    background-image: url(../img/cmn_titlekazari_yellowgreen_l.svg),url(../img/cmn_titlekazari_yellowgreen_r.svg);
}

.home_recruit .cmn_btn a {
    border-color: rgba(143, 195, 31,1.0);
    background: rgba(143, 195, 31,0.5);
}

.home_contact {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.home_contact_info {
    width: 50%;
    max-width: 450px;
    height: 350px;
    padding: 28px 34px;
    border-radius: 4.0rem;
    background: #FFF;
    text-align: center;
}

.home_contact_info h2 {
    margin: 0 0 4px 0;
    color: #F6A13B;
}

.home_contact_info h2 span {
    background-image: url(../img/cmn_titlekazari_orange_l.svg),url(../img/cmn_titlekazari_orange_r.svg);
}

.home_contact_info .cmn_btn span {
    display: inline-block;
    padding: 0 0 0 46px;
    background: url(../img/home_contact_contact.svg) no-repeat left center;
    text-align: left;
}

.home_contact_info .cmn_btn a {
    letter-spacing: 0.2rem;
    border-color: rgba(246, 161, 59,1.0);
    background: rgba(246, 161, 59,0.5);
}

.home_contact_info > a {
    display: inline-block;
    padding: 0 0 0 0.8em;
    color: #DC5050;
    font-size: 3.6rem;
    background: url(../img/home_contact_tel.svg) no-repeat left center;
    pointer-events: none;
}

.home_contact_info > small {
    display: block;
    margin: -6px 0 46px 0;
    font-size: 1.5rem;
}

.home_contact_fb {
    width: 100%;
    max-width: 450px;
    height: 350px;
    overflow: scroll;
}

.home_news {
    width: 50%;
    max-width: 450px;
    height: 350px;
    padding: 15px 20px;
    border-radius: 4.0rem;
    background: #FFF;
}

.home_news_box {
    padding: 0px 30px 20px 10px;
    height: 250px;
    overflow-y: scroll;
}

.home_news h2 {
    font-size: 2.5rem;
}

.home_news dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.home_news dl dt {
    width: 110px;
    padding: 8px 0px 8px 3px;
    border-bottom: 1px dashed #A0A0A0;
}

.home_news dl dd {
    width: calc(100% - 110px);
    padding: 8px 0px 8px 3px;
    border-bottom: 1px dashed #A0A0A0;
    line-height: 130%;

}




.home_facility h2 {
    color: #EE7D94;
}

.home_facility h2 span {
    background-image: url(../img/cmn_titlekazari_pink_l.svg),url(../img/cmn_titlekazari_pink_r.svg);
}

.home_facility .cmn_btn a {
    border-color: rgba(238, 125, 148,1.0);
    background: rgba(238, 125, 148,0.5);
}


.home_facility_list > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 66px 0;
}

.home_facility_list .mahoroba {
    margin: 0 0 20px 0;
}

.home_facility_list dt {
    flex-shrink: 0;
    width: 25%;
}

.home_facility_list .mahoroba2 dt {
    align-self: flex-end;
}

.home_facility_list .mahoroba2 dt strong {
    padding: 52px 10px;
    margin: 0;
    background: rgba(246, 161, 59,0.2);
    font-size: 2.8rem;
    border-radius: 4.0rem;
}

.home_facility_list dt span {
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
}

.home_facility_list dt strong {
    display: block;
    text-align: center;
    margin: 0 0 22px 0;
    font-size: 3.2rem;
}

.home_facility_list .mahoroba dt strong,
.home_facility_list .mahoroba2 dt strong {
    color: #F6A13B;
}

.home_facility_list .komorebi dt strong {
    color: #5BB69B;
}

.home_facility_list dd {
    flex-shrink: 0;
    width: 70%;
}

.home_facility_list dd a {
    display: flex;
    align-items: stretch;
    border-radius: 4.0rem;
    overflow: hidden;
}

.home_facility_list .txtbox {
    flex-shrink: 0;
    width: 36%;
    min-width: 140px;
    padding: 130px 18px;
    background: #F6A13B;
    color: #FFF;
    text-align: center;
}

.home_facility_list .komorebi .txtbox {
    background: #5BB69B;
}

.home_facility_list .txtbox strong {
    font-size: 2.8rem;
    letter-spacing: 0.4rem;
}

.home_facility_list .txtbox span {
    display: block;
    margin: 0 0 6px 0;
    font-size: 2.0rem;
}

.home_facility_list .imgbox {
    width: 100%;
    background-image: url(../img/home_facility_mahoroba.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home_facility_list .mahoroba .imgbox {
    background-image: url(../img/home_facility_mahoroba.jpg);
}

.home_facility_list .mahoroba2 .imgbox {
    background-image: url(../img/home_facility_mahoroba2.jpg);
}

.home_facility_list .komorebi .imgbox {
    background-image: url(../img/home_facility_komorebi.jpg);
}



/* company /////////////////////////////////////////////////////////////////////////////////////////// */

.company_greeting {
	display: flex;
	width: 100%;
	max-width: 1600px;
	margin: auto;
	padding: 0 0 20px 0;
}

.company_greeting > div {
	width: 50%;
	min-height: 350px;
}


.company_greeting .i_img_left {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.company_greeting .i_img_left {
	background-image: url("../img/company_daihyo.jpg");
}


.company_greeting .i_txt_right {
	padding: 0 0 0 30px;
	max-width: 500px;
}

.company_daihyo_name {
	margin: 30px auto auto auto;
	padding: 0 40px 0 0;
	text-align: right;
}

.company_wrapper .cmn_table a {
	color: #ee7d94;
	text-decoration: underline;
}

.company_access {
	max-width: 680px;
	margin: auto auto 50px auto;
	text-align: center;
	font-size: 2rem;
}

.company_access dl {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;

	margin: 20px auto;
}

.company_access dt,
.company_access dd {
	padding: 5px 10px;
	margin-top: 10px;
	font-size: 1.5rem;
}

.company_access dt {
	width: 250px;
	color: #FFFFFF;
	background: #5bb69b;
	border-radius: 5em;
	font-weight: bold;
}

.company_access dd {
	width: calc(100% - 260px);
	text-align: left;
}



/* facility /////////////////////////////////////////////////////////////////////////////////////////// */

.facility_group .cmn_table dt {
    background-color: #F6A13B;
}

.facility_group .cmn_table dd {
    border-color: #F6A13B ;
}

.facility_group h2,
.facility_group h3 {
    color: #F6A13B;
}

.facility_group h2 span {
    background-image: url(../img/cmn_titlekazari_orange_l.svg),url(../img/cmn_titlekazari_orange_r.svg);
}

.facility_btns_gruop .cmn_btn a {
    border-color: rgba(246, 161, 59,1.0);
    background: rgba(246, 161, 59,0.5);
}

.facility_working .cmn_table dt {
    background-color: #5BB69B;
}

.facility_working .cmn_table dd {
    border-color: #5BB69B;
}

.facility_working h2,
.facility_working h3 {
    color: #5BB69B;
}

.facility_working h2 span {
    background-image: url(../img/cmn_titlekazari_bluegreen_l.svg),url(../img/cmn_titlekazari_bluegreen_r.svg);
}

.facility_btns_working .cmn_btn a {
    border-color: rgba(91, 182, 155,1.0);
    background: rgba(91, 182, 155,0.5);
}


.facility_btns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 840px;
    margin: 60px auto 60px;
}

.facility_btns > div {
    flex-shrink: 0;
    width: 48%;
}

.facility_btns dt {
    margin: 0 0 14px 0;
}

.facility_btns .cmn_btn a {
    width: 100%;
    max-width: none;
    min-width: 0;
}

.facility_btns dd {
    margin: 0 0 20px 0;
}

.facility_btns dd a {
    display: block;
    padding: 16px 0.8em;
    background: rgba(246, 161, 59,0.3);
    text-align: center;
    border-radius: 1.0rem;
    overflow: hidden;
}

.facility_btns .facility_btns_working dd a {
    background: rgba(91, 182, 155,0.3);
}



.facility_gh_outline {
	display: flex;
	width: 100%;
	max-width: 1600px;
	margin: auto;
	padding: 0 0 40px 0;
}
.facility_gh_outline > div {
	width: 50%;
	min-height: 350px;
}
.facility_gh_outline .i_img_left {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.facility_gh_outline .i_img_left {
	background-image: url("../img/facility_grouphome_main.jpg");
}
.facility_gh_outline .i_txt_right {
	padding: 0 0 0 30px;
	max-width: 500px;
}




.facility_wk_outline {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 0 0 40px 0;
}
.facility_wk_outline > div {
	width: 50%;
	min-height: 350px;
}
.facility_wk_outline .i_img_right {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
}
.facility_wk_outline .i_img_right {
	background-image: url("../img/facility_workingplace_main.jpg");
}
.facility_wk_outline .i_txt_left {
	padding: 0 30px 0 0;
	max-width: 500px;
}

.facility_gh_gallery,
.facility_wk_gallery {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto 20px;
}

.facility_gh_gallery li,
.facility_wk_gallery li {
    width: 30%;
    margin: 0 0 34px 0;
}

.facility_gh_gallery::after,
.facility_wk_gallery::after {
    content: '';
    display: block;
    width: 30%;
}

.facility_gh_gallery img,
.facility_wk_gallery img {
    border-radius: 3.0rem;
}

.facility_gh_gallery p,
.facility_wk_gallery p {
    margin: 20px 0 0 0;
    letter-spacing: 0;
}

.facility_mahoroba,
.facility_komorebi {
    border-radius: 3.0rem;
    overflow: hidden;
    background: #FFF;
    margin: 0 0 40px 0;
}

.facility_mahoroba > div,
.facility_komorebi > div {
    padding: 36px 5%;
}

.facility_mahoroba .cmn_table,
.facility_komorebi .cmn_table {
    margin: 0 0 48px 0;
}

.facility_mahoroba .cmn_table dd,
.facility_komorebi .cmn_table dd {
    display: block;
}

.facility_mahoroba .price span {
    display: block;
    padding: 0 0 0 16px;
    text-indent: -16px;
}


/* recruit /////////////////////////////////////////////////////////////////////////////////////////// */

.recruit_greeting {
	display: flex;
	width: 100%;
	max-width: 1600px;
	margin: auto;
	padding: 0 0 20px 0;
}

.recruit_greeting > div {
	width: 50%;
	min-height: 350px;
}


.recruit_greeting .i_img_left {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 30px;
}

.recruit_greeting .i_img_left {
	background-image: url("../img/recruit_mahoroba.jpg");
}


.recruit_greeting .i_txt_right {
	padding: 0 0 0 30px;
	max-width: 500px;
}

.recruit_shogu dl {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 20px;
}

.recruit_shogu dd:not(:last-of-type) {
    margin: 0 0 16px 0;
}

.recruit_shogu h3 {
    text-align: left;
    font-size: 1.8rem;
}

.recruit_shogu > p {
    margin: 0 0 30px 0;
}

.recruit_jobinfo_topmsg {
    /* margin: 0 0 60px 0; */
    margin: 0 0 calc(40px + (60 - 40)*(100vw - 375px)/(1000 - 375)) 0;
}

.recruit_jobinfo_detail01 {
    /* margin: 0 0 70px 0; */
    margin: 0 0 calc(58px + (70 - 58)*(100vw - 375px)/(1000 - 375)) 0;

}

.recruit_jobinfo_detail01 .cmn_table,
.recruit_jobinfo_detail02 .cmn_table {
    /* margin: 0 0 40px 0; */
    margin: 0 0 calc(28px + (40 - 28)*(100vw - 375px)/(1000 - 375)) 0;
}


/* contact /////////////////////////////////////////////////////////////////////////////////////////// */

.contact_img {
    text-align: center;
}

.contact_img img {
    width: 100%;
    max-width: 700px;
}

.contact_text {
    font-size: 1.6rem;
    padding: 0 0 40px 0;
}

.input01,
.input02,
.input03,
.input04,
.input05,
.input06,
.input07 {
    border: 0px !important;
    border-radius: 15px !important;
	box-shadow:none !important;
}

.input01 {
}

.input02 {
    width: 100% !important;
    max-width: 400px !important;
}

.input03 {
    width: 100% !important;
    max-width: 300px !important;
}

.input04 {
    width: 100% !important;
    max-width: 500px !important;
	margin-bottom: 10px !important;
}

.input04 + span {
    display: inline-block;
    color: #DC5050;
}

.input05 {
    width: 100% !important;
    max-width: 200px !important;
	margin-bottom: 10px !important;
}

.input06 {
    width: 100% !important;
    max-width: 500px !important;
}

.input07 {
    width: 100% !important;
    max-width: 500px !important;
}

.contact_form div dt > span {
    flex-shrink: 0;
    display: inline-block;
    margin: 0 0 0 auto;
    padding: 3px 6px;
    background-color: #ffffff;
    font-size: 1.1rem;
    line-height: 100%;
    border-radius: 3px;
    color: #ea4156;
}

#message {
    width: 100% !important;
    height: 200px !important;
}

#contactButton {
	margin: 30px auto;
	text-align: center;
}

/*  */

#contactButton {
    display: flex;
    justify-content: center;
    align-items: center;
}

#contactButton button[type="reset"],
#contactButton button[type="submit"] {
	/* width: 150px;
    height: 40px; */
	width: 200px;
    height: 60px;
    padding: 16px 0.8em;
    margin: 0 4% 0 0;
    outline: none;
    border-width: 0 0 0 20px;
    border-style: solid;
    border-color: rgba(246, 161, 59,1.0);
    border-radius: 1.0rem;
    font-size: 1.8rem;
    letter-spacing: 0.3em;
    line-height: 1.4;
    background-color: rgba(246, 161, 59,0.5);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
}

#contactButton button[type="submit"] {
    margin: 0 0 0 4%;
    border-color: rgba(238, 125, 148,1.0);
    background: rgba(238, 125, 148,0.5);
}

/* news /////////////////////////////////////////////////////////////////////////////////////////// */

.news_data {
    text-align: right;
    padding: 0 10px 25px 0 ;
}







