@charset "utf-8";
@import url("../font/load.css");


/* CSS Document */

body {
    min-width: 375px;
    font-size: 1.5rem;
    line-height: 1.8;
}

/*========================================
headerの設定
==========================================*/



/*========================================
footerの設定
==========================================*/

footer {
    background: url(../images/common/f_illust01.png) no-repeat left bottom / 250px;
}

.f_boxs {
    padding: 40px 0 30px;
    flex-direction: column;
    align-items: center;
}

.f_logo {
    width: 85%;
    margin: 0 auto 25px;
}

.f_ads {
    margin-bottom: 25px;
}

.f_info .tel_num {
    margin-bottom: 20px;
}

.f_info_time {
    font-weight: 400;
}

#copyright {
    text-align: center;
    color: #fff;
    background: #fac13e;
    font-size: 1.3rem;
    font-weight: 400;
}

/*========================================
メインビジュアルの設定
==========================================*/

.main_visual {
    position: relative;
    margin-top: 50px;
}

.main_visual .swiper-slide {
    min-height: 300px;
    height: 80vw;
}

.slide01 {
    background: url(../images/top/slide01.png) no-repeat center bottom / cover;
}

.slide02 {
    background: url(../images/top/slide02.png) no-repeat center bottom / cover;
}

.slide03 {
    background: url(../images/top/slide03.png) no-repeat center bottom / cover;
}

.catch {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    z-index: 10;
    width: 255px;
}

.catch img {
    max-width: 100%;
    height: auto;
}


/*========================================
TOPページ
==========================================*/

/*---------------------
top_greeting
----------------------*/

.top_greeting {
    margin-top: -85px;
    background: url(../images/top/top_greeting_deco01.png) no-repeat left top 13px / 135px, url(../images/top/top_greeting_deco02.png) no-repeat right top / 120px, url(../images/top/top_greeting_bg.png) no-repeat center bottom;
}

.top_greeting_boxs {
    padding: 170px 0 70px;
}

.top_greeting_card {
    flex-direction: column;
    align-items: center;
}

.top_greeting_txt {
    order: 2;
}

.top_greeting_txt p:not(:last-child) {
    margin-bottom: 30px;
}

.top_greeting_img {
    margin-bottom: 25px;
}

/*---------------------
top_recruit
----------------------*/

.top_recruit {
    background: url(../images/top/top_recruit_bg_sp.jpg) no-repeat center / cover;
}

.top_recruit_list {
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto;
}

.top_recruit_list li {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    width: 168px;
    height: 177px;
    padding-top: 75px;
    text-align: center;
    text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff, 2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff, 3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
    background: url(../images/top/top_recruit_list_check.png) no-repeat center top 35px / 30px, url(../images/top/top_recruit_list_box.png) no-repeat center / contain;
}

.top_recruit_list li:nth-last-child(n+3) {
    margin-bottom: 18px;
}

.top_recruit_list li:last-child {
    margin: 0 auto;
}

.top_recruit_list li span {
    color: #e18797;
    font-size: 1.8rem;
}

/*---------------------
top_intro
----------------------*/

.top_intro {
    background: url(../images/common/pattern01.jpg);
}

.top_intro_boxs {
    padding: 40px 0;
    flex-direction: column;
    align-items: center;
}

.top_intro_block {
    position: relative;
    display: block;
    width: 340px;
    border-radius: 5px;
    transition: .5s;
    padding-top: 216px;
    border: 5px solid #fdeabf;
    background: url(../images/top/top_intro_block_img01.png) no-repeat center top, #fff;
}

.top_intro_block:nth-child(2) {
    background-image: url(../images/top/top_intro_block_img02.png);
}

.top_intro_block:nth-child(3) {
    background-image: url(../images/top/top_intro_block_img03.png);
}

.top_intro_block:nth-child(4) {
    background-image: url(../images/top/top_intro_block_img04.png);
}

.top_intro_block:nth-child(5) {
    background-image: url(../images/top/top_intro_block_img05.png);
}

.top_intro_block:not(:last-child) {
    margin-bottom: 25px;
}

.top_intro_block::before {
    content: '';
    position: absolute;
    bottom: -7px;
    right: -12px;
    width: 94px;
    height: 57px;
    background: url(../images/top/top_intro_block_illust.png) no-repeat center / contain;
    pointer-events: none;
}

.top_intro_block:hover {
    transform: translateY(-7px);
    box-shadow: 7px 7px 15px rgba(0, 0, 0, .3);
}

.top_intro_block_txt {
    position: relative;
    padding: 20px 0 20px 40px;
}

.top_intro_block_txt::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 13px;
    height: 50px;
    background: url(../images/top/top_intro_block_txt_shape.png) no-repeat center / contain;
}

/*---------------------
top_news
----------------------*/

.top_news {
    position: relative;
}

.top_news::before,
.top_news::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    background: url(../images/common/shape01.png) repeat-x center;
}

.top_news::before {
    top: -15px;
}

.top_news::after {
    bottom: -15px;
}

.top_news_boxs {
    display: block;
    padding: 50px 0;
}

.top_news_ttl {
    text-align: center;
    margin-bottom: 40px;
}

.top_news_ttl img {
    height: 70px;
}

.top_news_list {
    width: 100%;
    margin-bottom: 60px;
}

.news_more {
    position: relative;
    display: block;
    width: 150px;
    text-align: right;
    margin: 0 auto;
}

.news_more::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 42px;
    height: 40px;
    background: url(../images/top/news_more.png) no-repeat center / contain;
}

/*---------------------
top_company
----------------------*/

.top_company {
    background: url(../images/top/top_company_bg01.png) no-repeat right top / 250px, url(../images/top/top_company_bg02.png) no-repeat left bottom / 220px, repeating-linear-gradient(90deg, #fef9ec 0%, #fef9ec 5px, #fefaef 3.3px, #fefaef 8.3px);
}

.top_company_card {
    display: block;
}

.top_company_tb {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.top_company_tb tbody {
    display: block;
}

.top_company_tb tr {
    display: flex;
}

.top_company_tb tr:not(:last-child) {
    margin-bottom: 15px;
}

.top_company_tb th,
.top_company_tb td {
    display: block;
    padding: 7px 15px;
    line-height: 1.56;
    font-weight: 500;
}

.top_company_tb th {
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    text-align: center;
    background: #fac13e;
}

.top_company_tb td {
    flex: 1;
}

.top_company_map {
    height: 65vw;
    margin-bottom: 30px;
}

.top_company_map iframe {
    width: 100%;
    height: 100%;
}

.top_company_bnr {
    position: relative;
    display: block;
    padding: 30px 0 0 25px;
    width: 100%;
    height: 250px;
    background: url(../images/top/top_company_bnr_bg.png) no-repeat center / 100% 100%;
}

.top_company_bnr::before {
    content: '';
    position: absolute;
    bottom: -11px;
    right: -5px;
    width: 79px;
    height: 51px;
    background: url(../images/top/top_company_bnr_illust.png) no-repeat center / contain;
}

.top_company_bnr_ttl {
    margin-bottom: 15px;
}

.top_company_bnr_txt {
    font-size: 1.4rem;
    line-height: 1.64;
    margin-bottom: 15px;
}

.top_company_bnr_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 35px;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 18px;
    background: #f2a3b1;
}




/*========================================
下層メインビジュアルの設定
==========================================*/


.sub_visual {
    position: relative;
    height: 180px;
    margin-top: 50px;
    background: url(../images/common/sub_visual_bg.jpg) no-repeat center / cover;
}

.sub_visual::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, #fcdec5, rgba(255,255,255,0));
}

.sub_visual_boxs {
    display: flex;
    align-items: center;
    height: 100%;
}

.sub_visual h2 {
    position: relative;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 35px;
    border: 1px solid #fac13e;
    background: #fff;
}

.sub_visual h2::before {
    content: '';
    position: absolute;
    top: -7px;
    left: -13px;
    width: 46px;
    height: 33px;
    background: url(../images/common/sub_visual_deco01.png) no-repeat center / contain;
}

.sub_visual h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -13px;
    width: 57px;
    height: 34px;
    background: url(../images/common/sub_visual_deco02.png) no-repeat center / contain;
}

.sub_visual h2 img {
    height: 18px;
    vertical-align: baseline;
}

/*========================================
work
==========================================*/

/*---------------------
work_cmt
----------------------*/

.work_cmt {
    background: url(../images/work/work_cmt_deco01.png) no-repeat right top 20px / 180px, url(../images/work/work_cmt_deco02.png) no-repeat left bottom 85px / 160px, url(../images/common/pattern01.jpg);
}

.work_cmt_list:not(:last-child) {
    margin-bottom: 70px;
}

.work_cmt_list li {
    position: relative;
    width: 100%;
    min-height: 170px;
    padding: 1px 15px 25px;
    border-radius: 5px;
    background: #fff;
    border: 5px solid;
    border-image: linear-gradient(to right, rgba(250, 193, 62, .3), rgba(250, 193, 62, .3)) 5;
    margin-bottom: 60px;
}

.work_cmt_list li:last-child {
    margin-bottom: 0;
}

.work_cmt_list li::before {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 94px;
    height: 57px;
    background: url(../images/work/work_cmt_list_illust.png) no-repeat center / contain;
}

.work_cmt_list_ttl {
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.6;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0.08em;
    margin: -27px auto 20px;
    padding: 10px 10px;
    background: url(../images/common/pattern01.png);
    text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff, 2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff, 3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
}

.work_cmt_list_txt_min {
    display: block;
    font-size: 1.4rem;
    margin-top: 25px;
}

.work_cmt_list_txt_min::first-letter {
    color: #ff0000;
}

/*========================================
schedule
==========================================*/

/*---------------------
schedule_area
----------------------*/

.schedule_area {
    background: url(../images/work/work_cmt_deco01.png) no-repeat right top 20px / 180px, url(../images/work/work_cmt_deco02.png) no-repeat left bottom 85px / 160px, url(../images/common/pattern01.jpg);
}

.schedule_tb {
    display: block;
    width: 100%;
    border: 2px solid;
    background: #fff;
    margin-bottom: 20px;
}

.schedule_tb tbody {
    display: block;
}

.schedule_tb tr {
    display: block;
}

.schedule_tb th,
.schedule_tb td {
    display: block;
    font-weight: 500;
    text-align: center;
    padding: 11px 0;
}

.schedule_tb th {
    position: relative;
    border-bottom: 1px solid;
    font-size: 1.8rem;
}

.schedule_tb .schedule_employee_time {
    font-size: 1.6rem;
}

.schedule_tb tr:nth-child(1) th {
    background: #fff5de;
}

.schedule_tb tr:nth-child(2) th {
    background: #ffecbf;
}

.schedule_tb tr:nth-child(3) th {
    background: #ffda85;
}

.schedule_tb tr:nth-child(4) th {
    background: #ffecbf;
}

.schedule_tb tr:nth-child(5) th {
    background: #fff5de;
}

.schedule_tb td {
    display: block;
    padding: 25px 0 11px;
}

.schedule_tb tr:not(:last-child) td {
    border-bottom: 1px dotted;
}

.schedule_tb td span {
    position: relative;
    display: inline-block;
}

.schedule_tb td span::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-top: 7px solid #e18797;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.schedule_employee_point {
    font-size: 1.4rem;
    margin-bottom: 50px;
}

.schedule_employee_point span {
    color: #ff0000;
}

.schedule_time_group {
    width: 100%;
    padding: 25px 15px;
    border-radius: 5px;
    border: 4px solid #ffda85;
    background: url(../images/common/pattern02.png);
}

.schedule_time_group:not(:last-child){
    margin-bottom: 30px;
}

.schedule_time_group_ttl {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 0;
    background: url(../images/schedule/schedule_time_group_ttl_deco.png) no-repeat left 60px center, url(../images/schedule/schedule_time_group_ttl_deco.png) no-repeat right 60px center, #fff;
}

.schedule_time_group_item {
    width: 50%;
    text-align: center;
    font-weight: bold;
}

.schedule_time_group_item:first-child {
    border-right: 1px dashed;
}

.schedule_time_group_label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    margin: 0 auto 10px;
    background: #fac13e;
}

.schedule_time_group_txt {
    font-size: 3.0rem;
    line-height: 1;
    letter-spacing: 0;
}



/*========================================
merit
==========================================*/

/*---------------------
merit_cmt
----------------------*/

.merit_cmt {
    background: url(../images/merit/merit_cmt_bg.jpg) no-repeat center / cover;
}

.merit_cmt_ttl {
    margin-bottom: 70px;
}

.merit_cmt_ttl span {
    display: block;
}

.merit_cmt_ttl span:not(:last-child) {
    margin-bottom: 10px;
}

.merit_cmt_ttl img {
    height: 26px;
}

.merit_cmt_list li {
    position: relative;
    border-radius: 25px;
    padding: 1px 15px 30px;
    background: #fff;
}

.merit_cmt_list li::before {
    content: '';
    position: absolute;
    top: -11px;
    left: -12px;
    width: 54px;
    height: 33px;
    background: url(../images/merit/merit_cmt_list_illust01.png) no-repeat center / contain;
}

.merit_cmt_list li::after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -9px;
    width: 65px;
    height: 42px;
    background: url(../images/merit/merit_cmt_list_illust02.png) no-repeat center / contain;
}

.merit_cmt_list li:not(:last-child) {
    margin-bottom: 70px;
}

.merit_cmt_list_ttl {
    position: relative;
    margin: -25px 0 15px 0;
}

.merit_cmt_list_ttl::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 55px;
    height: 52px;
    background: url(../images/merit/merit_cmt_list_num01.png) no-repeat center / contain;
}

.merit_cmt_list li:nth-child(2) .merit_cmt_list_ttl::before {
    background-image: url(../images/merit/merit_cmt_list_num02.png);
}

.merit_cmt_list li:nth-child(3) .merit_cmt_list_ttl::before {
    background-image: url(../images/merit/merit_cmt_list_num03.png);
}

.merit_cmt_list li:nth-child(4) .merit_cmt_list_ttl::before {
    background-image: url(../images/merit/merit_cmt_list_num04.png);
}

.merit_cmt_list li:nth-child(5) .merit_cmt_list_ttl::before {
    background-image: url(../images/merit/merit_cmt_list_num05.png);
}

.merit_cmt_list li:nth-child(6) .merit_cmt_list_ttl::before {
    background-image: url(../images/merit/merit_cmt_list_num06.png);
}

.merit_cmt_list_ttl span {
    display: inline-block;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 15px 10px 30px;
    margin-left: 30px;
    letter-spacing: 0;
    color: #fff;
    background: url(../images/common/pattern01.png);
}

/*========================================
voice
==========================================*/

/*---------------------
voice_area
----------------------*/

.voice_area {
    background: url(../images/work/work_cmt_deco01.png) no-repeat right top 20px / 180px, url(../images/work/work_cmt_deco02.png) no-repeat left bottom 85px / 160px, url(../images/common/pattern01.jpg);
}

.voice_block {
    padding: 20px 15px;
    border-radius: 25px;
    background: url(../images/voice/voice_block_deco.png) no-repeat right top / 250px, #fff;
}

.voice_block:not(:last-child) {
    margin-bottom: 40px;
}

.voice_block_ttl {
    font-size: 1.9rem;
    line-height: 1.4;
    padding: 10px 20px 10px 40px;
    border-bottom: 2px solid #fac13e;
    margin-bottom: 30px;
    background: url(../images/voice/voice_block_ttl_illust.png) no-repeat left top 8px / 30px;
}

.voice_item:not(:last-child) {
    margin-bottom: 35px;
}

.voice_item_label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 36px;
    border-radius: 10px;
    color: #fff;
    background: #fac13e;
    font-weight: bold;
    margin-bottom: 20px;
}

.voice_item_txt {
    flex: 1;
}

/*========================================
recruit
==========================================*/

/*---------------------
recruit_cmt
----------------------*/

.recruit_cmt {
    background: url(../images/recruit/recruit_cmt_bg01.png) no-repeat right top / 250px, url(../images/recruit/recruit_cmt_bg02.png) no-repeat left bottom / 230px;
}

.recruit_cmt_tb {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.recruit_cmt_tb tbody {
    display: block;
}

.recruit_cmt_tb tr {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    background: #fff9ec;
}

.recruit_cmt_tb tr:not(:last-child) {
    margin-bottom: 15px;
}

.recruit_cmt_tb th,
.recruit_cmt_tb td {
    display: block;
    padding: 10px 20px;
    line-height: 1.56;
    font-weight: 500;
}

.recruit_cmt_tb th {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    text-align: center;
    background: #fac13e;
}

.recruit_cmt_tb td {
    flex: 1;
}




/*========================================
newsの設定
==========================================*/

.news_list li:not(:last-child) {
    margin-bottom: 25px;
}

.news_list li a {
    border: 1px solid;
    justify-content: flex-start;
    padding: 2%;
}

.news_list li time {
    display: block;
    width: 100%;
}

.news_txt {
    width: calc(100% - 150px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*.news_area_inner {
    border-radius: 5px;
    box-shadow: 0px 6px 24px -11px #000000;
    padding: 30px 30px 50px 30px;
    background: #fff;
border-radius: 5px;
padding: 5% 5% 7%;
}*/

.news_detail_ttl {
    border-bottom: 1px solid;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 2.0rem;
    padding-bottom: 10px;
}

.news_inner_time {
    margin-bottom: 30px;
}

.news_inner_time time{
    display: inline-block;
    border-radius: 12px;
    color: #fff;
    line-height: 1;
    font-size: 1.4rem;
    padding: 5px 8px;
    margin-right: 20px;
    background: #fac13e;
}

.news_area_txt {
    margin-bottom: 40px;
    min-height: 200px;
}

/*========================================
privacyの設定
==========================================*/

.privacy_sec_ttl {
    font-weight: 500;
    font-size: 1.9rem;
    margin-bottom: 10px;
}

.privacy_boxs section {
    margin-bottom: 30px;
}

/*========================================
siteの設定
==========================================*/

.site_list a {
    position: relative;
    display: block;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding: 7px 0 7px 30px;
}

.site_list a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 5px;
    height: 5px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: translateY(-50%) rotate(-45deg);
    transition: All .5s;
}

.site_list a:hover::before {
    left: 20px;
}
