/*other.css*/

/*----------------
common
------------------*/

.page_title {
    padding-top: 100px;
}

.page_title h1 {
    font-size: 4.0rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.page_title h1 span {
    display: block;
    color: #696969;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 5px;
}

.inner.mid {
    width: 100%;
    max-width: 870px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

/*----------------
bread
------------------*/

.bread {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bread a,
.bread span,
.bread p {
    margin-right: 8px;
    font-size: 1.2rem;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
}

.bread a {
    color: #693132;
}

/*----------------
会社を知る
------------------*/

/*私たちについて*/
.about_us_wrap {
    padding-top: 75px;
    padding-bottom: 80px;
    background-color: #F8F8F8;
}

h2.page_sub {
    font-size: 4.4rem;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 400;
    padding-top: 0;
}

h2.page_sub:before,
h2.page_sub:after {
    content: none;
}

.page h3 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    padding-top: 18px;
    margin-bottom: 35px;
    position: relative;
}

.page h3:before {
    content: '';
    width: 25px;
    height: 4px;
    background-color: #7C3633;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-left: -12.5px;
}

.page h3:after {
    content: '';
    width: 25px;
    height: 4px;
    background-color: #0F0F0F;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-left: 12.5px;
}

.about_us_wrap h4 {
    font-size: 3.0rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.about_us_wrap p {
    width: 660px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.8;
}

/*代表メッセージ*/
.message_wrap {
    padding-top: 75px;
    padding-bottom: 40px;
    background-color: #fff;
}

.message_box01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.message_box_img_01 {
    width: 47%;
    max-width: 460px;
}

.message_box_text_01 {
    width: 49%;
    max-width: 490px;
}

.message_box_img_01 img {
    display: block;
    width: 460px;
    border-radius: 20px;
    max-width: 100%;
}

.corner_round .message_box_img_01 img {
    border-radius: unset;
}

.message_box_text_01 h4 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.message_box_text_01 h4 span {
    font-size: 1.8rem;
    display: block;
    font-weight: 600;
    margin-top: 10px;
}

.message_box_text_02 {
    width: 54%;
    max-width: 545px;
}

.message_box_img_02 {
    width: 42%;
    max-width: 405px;
}

.message_box_img_02 img {
    display: block;
    width: 405px;
    border-radius: 20px;
    max-width: 100%;
}

.corner_round .message_box_img_02 img {
    border-radius: unset;
}

.message_box_text_02 h4 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.message_box_text_02 h4 span {
    font-size: 1.8rem;
    display: block;
    font-weight: 600;
    margin-top: 10px;
}

/*沿革*/
.history_wrap {
    padding-top: 75px;
    padding-bottom: 80px;
    background-color: #F8F8F8;
}

.history_subTitle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: 1px solid #693132;
    margin-bottom: 20px;
}

.history_subTitle h4 {
    font-size: 2.0rem;
    font-weight: 600;
    color: #693132;
}

.history_subTitle .years {
    font-size: 5.4rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: rgba(76,142,232,0.3);
    color: rgba(105,49,50,0.3);
    line-height: 1;
}

.history_cont01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.history_cont01_text {
    width: calc(100% - 340px);
}

.history_cont01_img {
    width: 300px;
    max-width: 100%;
    margin-left: 40px;
}

.history_cont01_img img {
    display: block;
    width: 300px;
    border-radius: 20px;
}

.corner_round .history_cont01_img img {
    border-radius: unset;
}

.history_table {
    padding: 25px 30px 25px 30px;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    margin-top: 35px;
    margin-bottom: 60px;
}

.history_table dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.history_table dl dt {
    width: 130px;
    padding: 10px 20px 10px 5px;
    border-bottom: 1px dotted #E0E0E0;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.history_table dl dd {
    width: calc(100% - 130px);
    padding: 10px 10px 10px 20px;
    border-bottom: 1px dotted #E0E0E0;
    font-size: 1.6rem;
    position: relative;
}

.history_table dl dt:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #693132;
    position: absolute;
    top: 20px;
    right: -3px;
    transform: rotate(45deg);
}

.history_table dl dd p {
    font-size: 1.6rem;
    line-height: 1.3;
    position: relative;
}

/*
.history_table dl dd p:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #693132;
    position: absolute;
    top: 14px;
    left: -15px;
    transform: rotate(45deg);
}
*/

.history_table dl dt p {
    font-size: 1.4rem;
    font-weight: 600;
    width: 50%;
    text-align: right;
}

.history_table dl dt p,
.history_table dl dd p {
    padding-top: 6px;
    padding-bottom: 6px;
}

.history_table dl dt.border_none,
.history_table dl dd.border_none {
    border-bottom: none;
    padding-bottom: 0;
}

/*会社概要*/
.profile_wrap {
    padding-top: 75px;
    padding-bottom: 80px;
    background-color: #fff;
}

dl.company_profile {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
}

dl.company_profile dt,
dl.company_profile dd {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #A5A5A5;
}

dl.company_profile dt {
    width: 130px;
    position: relative;
    font-weight: 600;
}

dl.company_profile dd {
    width: calc(100% - 130px);
    padding-left: 30px;
}

dl.company_profile dt:before {
    content: '';
    width: 130px;
    height: 3px;
    background-color: #7C3633;
    position: absolute;
    left: 0;
    bottom: -2px;
}

ul.disc {
    padding-left: 1em;
}

ul.disc li {
    list-style-type: disc;
}

.local_info {
    margin-bottom: 20px;
}

.local_info .locate {
    margin-bottom: 10px;
}

.local_info .locate p {
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 20px;
}

.local_info .locate a.map_bt {
    display: inline-block;
    color: #212121!important;
    width: 138px;
    height: 30px;
    border: 1px solid #BCBCBC;
    background: #E2E2E2;
    background: -moz-linear-gradient( #ffffff 0%, #E2E2E2 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E2E2E2));
    background: -webkit-linear-gradient( #ffffff 0%, #E2E2E2 100%);
    background: -o-linear-gradient( #ffffff 0%, #E2E2E2 100%);
    background: linear-gradient( #ffffff 0%, #E2E2E2 100%);
    font-size: 1.2rem;
    text-align: center;
    line-height: 28px;
    border-radius: 20px;
}

.local_info > p {
    /*font-size: 1.4rem;*/
}

dl.company_profile dd a {
    color: #693132;
}


/*ページ下部リンク*/
.bottom_links_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}

.bottom_links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.bottom_links li {
    min-width: 31.333333333%;
    width: 31.333333333%;
    margin: 0 1%;
}

.bottom_links li a {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 30px;
    background-color: #B5937A;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.page-navigation .bottom_links li.page-navigation-prev a {
    justify-content: flex-end;
}

.corner_round .bottom_links li a {
    border-radius: 30px;
}

.bottom_links li a span {
    color: #fff;
    font-weight: 600;
}

.page-navigation .bottom_links li a {
    color: #fff;
    font-weight: 600;
}

.bottom_links li a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    transform: rotate(45deg);
}

.page-navigation .bottom_links li.page-navigation-prev a:after {
    content: none;
}

.page-navigation .bottom_links li.page-navigation-prev a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -5px;
    transform: rotate(225deg);
}

.local_info .locate p {
    margin-bottom: 10px;
}

.local_info .locate a.map_bt {
    margin-bottom: 10px;
}

.local_info > p {
    /*font-size: 1.2rem;*/
}

.local_info .locate {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}

/*----------------
新着情報一覧
------------------*/

.news_wrap {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #F8F8F8;
}

.news_cate {
    width: 640px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_cate::before{
  content:"";
  display: block;
  width: 145px;
  order: 1;
}

.news_cate::after{
  content:"";
  display: block;
  width: 145px;
}

.news_cate_item {
    display: block;
    min-width: 145px;
    height: 43px;
    border: 2px solid #693132;
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    margin-bottom: 15px;
}

.news_cate_item span {
    color: #693132;
}

.news_cate_item:hover {
    background-color: #693132;
}

.news_cate_item:hover span {
    color: #fff!important;
}

.news_cate_item.active {
    background-color: #693132;
}

.news_cate_item.active span {
    color: #fff!important;
}

.news_list {
    margin-top: 40px;
}

.news_list_item {
    padding: 25px 25px 25px;
    margin-bottom: 20px;
    border: 1px solid #D3D3D3;
    background-color: #fff;
}

.n_date {
    display: inline-block;
    color: #696969;
    vertical-align: middle;
    margin-right: 10px;
    white-space: nowrap;
}

.n_cate {
    display: inline-block;
    min-width: 78px;
    color: #693132;
    background-color: #fff;
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid #693132;
    border-radius: 20px;
    padding: 5px 15px 5px;
    margin: 0 3px 7px;
}

.news_list_item .n_title {
    display: block;
    font-size: 2.0rem;
    font-weight: 600;
    margin-top: 12px;
}

.news_list_item .n_text {
    margin-top: 12px;
}

.news_list_item .n_btn {
    display: block;
    margin-top: 12px;
    color: #4C8EE8;
}

/*----------------
新着情報 記事
------------------*/

.article_wrap {
    padding-top: 45px;
    padding-bottom: 60px;
    background-color: #F8F8F8;
}

.article_wrap h2 {
    font-size: 2.4rem;
    text-align: left;
    padding-top: 0;
    margin-top: 15px;
    margin-bottom: 40px;
}

.article_wrap h2:before,
.article_wrap h2:after {
    content: none;
}

.article_cont {
    max-width: 660px;
    margin: 0 auto;
}

.article_img_w {
    max-width: 100%;
    margin: 30px auto 30px;
    border-radius: 10px;
    overflow: hidden;
}

.article_img_s {
    max-width: 490px;
    margin: 30px auto 30px;
    border-radius: 10px;
    overflow: hidden;
}

.article_cont > p {
    margin-bottom: 20px;
}

.article_cont a.link {
    position: relative;
    color: #693132;
    display: block;
    padding-left: 20px;
    margin-bottom: 15px;
}

.article_cont a.link:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #693132;
    border-right: solid 2px #693132;
    position: absolute;
    top: 8px;
    left: 0;
    transform: rotate(45deg);
}

.article_wrap .ad_info {
    display: flex;
}

/*----------------
仲間を知る
------------------*/

.interview_wrap {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #F8F8F8;
}

.interview_wrap h2 {
    font-size: 4.4rem;
    line-height: 1.3;
    text-align: center;
    font-weight: 400;
    padding-top: 0;
    margin-bottom: 40px;
}

.interview_wrap h2:before,
.interview_wrap h2:after {
    content: none;
}

.interview_item {
    padding: 30px 30px 30px;
    background-color: #fff;
    border: 1px solid #D3D3D3;
    position: relative;
    margin-bottom: 30px;
}

.interview_item:before {
    content: '';
    width: 100%;
    height: 8px;
    background-color: #7C3633;
    position: absolute;
    top: -1px;
    left: 0;
}

.interview_item h3 {
    font-size: 2.0rem;
    line-height: 1.3;
    font-weight: 600;
    text-align: left;
    padding-top: 0;
    margin-bottom: 10px;
}

.interview_item h3:before,
.interview_item h3:after {
    content: none;
}

.int_cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 25px;
}

.int_cont_img {
    width: 286px;
    border-radius: 10px;
    overflow: hidden;
}

.int_cont_text {
    width: calc(100% - 306px);
}

.int_cont_text p {
    margin-bottom: 10px;
}

/*----------------
私たちの仕事
------------------*/

.work_wrap {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #F8F8F8;
}

.business {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.business li {
    width: 19%;
    margin: 0 0.5% 12px;
}

.business li a {
    display: block;
    width: 100%;
    padding: 18px 30px 18px 15px;
    background-color: #4D4542;
    position: relative;
}

.business li a:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: rotate(45deg);
    margin-top: -2px;
}

.business li a span {
    color: #fff;
    font-weight: 500;
}

.work_wrap h3 {
    width: 100%;
    background-color: #d6e3f6;
    background-color: rgba(105,49,50,0.2);
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
    border: 1px solid #693132;
    padding: 12px 20px 12px;
    border-radius: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.work_wrap h3:before,
.work_wrap h3:after {
    content: none;
}

.work_wrap .inner > p {
    margin-bottom: 30px;
}

ul.work_dtl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

ul.work_dtl li {
    width: 32%;
    padding: 20px 15px 20px 15px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

ul.work_dtl li .work_dtl_img {
    margin-bottom: 15px;
}

ul.work_dtl li h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
}

ul.work_dtl li .work_dtl_img {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

ul.work_dtl li .work_dtl_img::before {
    content: "";
    display: block;
    padding-top: 66.66%; /* 比率を指定 */
}

ul.work_dtl li .work_dtl_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.work_dtl li p {
    font-size: 1.4rem;
}

/*----------------
採用情報一覧
------------------*/

.occupation_area {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #F8F8F8;
}

.occupation_select {
    display: flex;
    justify-content: center;
}

.occupation_select li {
    display: inline-block;
    position: relative;
    border: 1px solid #A5A5A5;
    border-radius: 3px;
    vertical-align: middle;
    margin: 0 10px;
}

.occupation_select li select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    width: 100%;
    height: 100%;
}

.occupation_select li select {
    width: 420px;
    padding: 15px 35px 12px 20px;
    padding-right: 1em;
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    border: none;
    outline: 0;
    background: #fff;
    background-image: none;
    box-shadow: none;
    text-indent: 0.01px;
    text-overflow: ellipsis; // 文字の省略
    cursor: pointer;
}

.occupation_select li::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #212121;
    border-right: solid 2px #212121;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -6px;
    transform: rotate(45deg);
}

.job_type {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.job_type li {
    margin: 10px 10px 10px;
}

.job_type li a {
    display: block;
    padding: 7px 20px 7px;
    min-width: 145px;
    text-align: center;
    border: 2px solid #B5937A;
    color: #B5937A;
    background-color: #fff;
    border-radius: 20px;
}

.job_type li a.active {
    background-color: #B5937A;
    color: #fff!important;
}

.jobs_list_wrap {
    padding-top: 55px;
    background-color: #fff;
}

.jobs_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jobs_list::after{
    content:"";
    display: block;
    width:32%;
}

.jobs_list .jobs_item {
    width: 32%;
    padding-bottom: 55px;
    margin-bottom: 45px;
    position: relative;
}

.jobs_list .jobs_item > p {
    font-size: 1.4rem;
}

.jobs_item_info {
    margin-bottom: 10px;
}

.jobs_item_cate {
    display: block;
    width: fit-content;
    font-size: 1.2rem;
    text-align: center;
    padding: 4px 15px;
    background-color: #693132;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.jobs_item_title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
}

.jobs_item_img {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.jobs_item_img::before {
    content: "";
    display: block;
    padding-top: 66.66%;
}

.jobs_item_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jobs_item .jobs_item_btn {
    font-size: 1.4rem;
    text-align: center;
    display: block;
    width: 102px;
    height: 30px;
    color: #693132;
    border: 1px solid #693132;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 10px;
}

/*----------------
採用情報詳細
------------------*/

.recInfo_wrap {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #F8F8F8;
}

.recInfo_img {
    max-width: 660px;
    margin: 20px auto 20px;
    border-radius: 20px;
    overflow: hidden;
}

.recInfo_img {
    display: block;
}

.apply_bt {
    display: block;
    width: 330px;
    height: 60px;
    margin: 40px auto 20px;
    border: 2px solid #693132;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.apply_bt span {
    font-size: 1.8rem;
    color: #693132;
    font-weight: 500;
}

.apply_bt span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #693132;
    border-right: solid 2px #693132;
    margin-top: -4px;
    margin-left: 10px;
    transform: rotate(45deg);
}

.recInfo_cont {
    width: 660px;
    margin: 25px auto 20px;
}

.recInfo_cont h2 {
    font-size: 2.0rem;
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
}

.recInfo_cont h2:before,
.recInfo_cont h2:after {
    content: none;
}

.recInfo_cont h3 {
    padding-top: 0;
    margin-top: 40px;
    font-size: 2.0rem;
    color: #693132;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #693132;
}

.recInfo_cont h3:before,
.recInfo_cont h3:after {
    content: none;
}

.recInfo_cont p {
    margin-bottom: 1em;
}

dl.apply_tb {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
    margin-bottom: 60px;
}

dl.apply_tb dt,
dl.apply_tb dd {
    padding: 15px 20px 15px 20px;
    font-size: 1.6rem;
    border-top: 1px solid #C9C9C9;
}

dl.apply_tb dt {
    font-weight: 500;
    width: 150px;
    background-color: #d6e3f6;
    background-color: rgba(105,49,50,0.1);
}

dl.apply_tb dd {
    width: calc(100% - 150px);
    background-color: #fff;
}

.apply_bt_w {
    width: 100%;
    max-width: 100%;
}

.culture_wrap {
    padding-top: 60px;
    background-color: #fff;
}

.culture_cont {
    width: 660px;
    height: 100%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: flex-start;
}

.culture_cont_img {
    width: 224px;
    margin-right: 20px;
}

.culture_cont_img img {
    display: block;
    border-radius: 5px;
}

.culture_cont_text {
    width: calc(100% - 244px);
}

.culture_cont_text h3 {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
    padding-top: 0;
    margin-bottom: 12px;
}

.culture_cont_text h3:before,
.culture_cont_text h3:after {
    content: none;
}

.culture_cont_text p {
    font-size: 1.4rem;
}


.form_wrap {
    background-color: #d6e3f6;
    background-color: rgba(105,49,50,0.2);
    padding-top: 45px;
    padding-bottom: 45px;
}

.apply_form {
    width: 100%;
    background-color: #fff;
    padding: 60px 15% 60px 15%;
    border-radius: 20px;
}

.form_tips {
    font-size: 1.4rem;
    text-align: center;
}

.apply_form form {
    margin-top: 25px;
}

.apply_form label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.form_item_tit {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.form_item {
    margin-bottom: 25px;
}

input, textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #D0D0D0;
    border-radius: 3px;
    padding: 12px 15px 12px;
    font-size: 16px;
    color: #333;
}

input::placeholder,
textarea::placeholder {
    color: #999;
    font-size: 14px;
}

.form_item ul {
    display: flex;
    justify-content: flex-start;
}

.form_item ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.form_item ul li label {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0;
}

.form_item label .required {
    display: inline-block;
    font-size: 1.1rem;
    text-align: center;
    padding: 2px 8px;
    background-color: #FF6464;
    vertical-align: middle;
    margin-top: -2px;
    border-radius: 2px;
    color: #fff;
    margin-left: 10px;
}

/* チェックボックスデザイン */
input[type="checkbox"]  {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;
    vertical-align: middle;
    position: relative;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
}

input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #D0D0D0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}

input[type="checkbox"]::after {
    border-bottom: 3px solid #666464;
    border-left: 3px solid #666464;
    opacity: 0;
    height: 6px;
    width: 11px;
    transform: rotate(-45deg);
    top: -7px;
    left: 5px;
}

input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
}

.form_item textarea {
    width: 100%;
    height: 220px;
    font-size: 1.6rem;
}

.apply_form .policy_tx {
    display: block;
    color: #693132;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}

.apply_form button {
    display: block;
    min-width: 300px;
    cursor: pointer;
    margin: 40px auto 0;
    padding: 18px 35px 18px 20px;
    border: none;
    border-radius: 1px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
    text-align: left;
    background-color: #7C3633;
    position: relative;
}


.apply_form button:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transform: rotate(45deg);
}

.apply_form button:hover {
    opacity: 0.7;
}

/* 応募・問い合わせフォーム */
.apply_form .policy_tx {
    margin-top:20px;
    margin-bottom:25px;
}

#inquiry_form iframe {
    height:720px;
}

/*----------------
プライバシーポリシー
------------------*/

.privacy_wrap {
    padding-top: 50px;
    padding-bottom: 60px;
    background-color: #F8F8F8;
}

.privacy_wrap h2 {
    font-size: 2.0rem;
    padding-top: 0;
    margin-bottom: 45px;
}

.privacy_wrap h2:before,
.privacy_wrap h2:after {
    content: none;
}

.policy_item {
    margin-bottom: 50px;
}

.privacy_wrap h3 {
    font-size: 1.6rem;
    padding-top: 0;
    margin-bottom: 15px;
    text-align: left;
}

.privacy_wrap h3:before,
.privacy_wrap h3:after {
    content: none;
}

.privacy_wrap p {
    margin-bottom: 15px;
}

ul.bullet {
    padding: 25px 20px 15px 20px;
    background-color: #fff;
    max-width: 830px;
}

ul.bullet li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.text_right {
    text-align: right;
}

.recruite_link_bt_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #7C3633;
}

.recruite_link_bt {
    display: block;
    max-width: 814px;
    height: 100px;
    background-color: #fff;
    font-size: 2.0rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 10px 50px 10px 30px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    position: relative;
}

.recruite_link_bt:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #212121;
    border-right: solid 2px #212121;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -8px;
    transform: rotate(45deg);
}

/*----------------
1日の流れ
------------------*/

.sc_tab_box {
    padding-top: 40px;
    background-color: #d6e3f6;
    background-color: rgba(105,49,50,0.2);
}


/*タブ実装*/
.sc_tab_box .tab_panel {
    display:none;
}

.sc_tab_box .tab_panel.active {
    display:block;
}

.sc_tab_box .btn_area {
    margin:0 10px;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    position: relative;
}

.sc_tab_box .btn_area:after {
    content: "";
    display: block;
    width: 31%;
}

.sc_tab_box .tab_btn {
    width: 31%;
    min-width: 31%;
    padding: 18px 0;
    color: #212121;
    background: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.sc_tab_box .tab_btn + .tab_btn {
    margin-left: 8px;
}

.sc_tab_box .tab_btn:hover {
    opacity: 1;
    background-color: #F8F8F8;
}

.sc_tab_box .tab_btn.active {
    border: 1px solid #693132;
    border-bottom: none;
    font-weight: 600;
    
}

.sc_tab_box .tab_btn.active:hover {
    background-color: #fff;
    cursor: auto;
}

.sc_tab_box .tab_btn.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -3px;
}

/*
.sc_tab_box .tab_btn.active:hover::after {
    content: none;
}
*/

.sc_tab_box .panel_area {
    border-top: 1px solid #693132
}

.sc_target {
    background-color: #fff;
}

.sc_target .inner {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 35px;
}

.sc_target_img {
    display: block;
    width: 286px;
    position: relative;
    border-radius: 10px;
    margin-right: 20px;
    overflow: hidden;
}

.sc_target_img::before {
    content: "";
    display: block;
    padding-top: 66.66%;
}

.sc_target_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sc_target_cont {
    width: calc(100% - 306px);
}

.sc_target_post {
    margin-bottom: 5px;
}

.sc_target_name {
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.sc_target_cont .here_bt {
    display: block;
    width: 300px;
    height: 60px;
    padding: 10px 40px 10px 25px;
    background-color: #7C3633;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 20px 0 0 auto;
    position: relative;
}

.sc_target_cont .here_bt:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    transform: rotate(45deg);
}

.sc_flow_cont {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F8F8F8;
}

dl.sc_flow {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    margin-top: 55px;
}

dl.sc_flow:before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background-color: #E0E0E0;
    position: absolute;
    top: 0;
    left: 6px;
}

dl.sc_flow dt {
    width: 130px;
    height: 80px;
    background-image: url(/img/page/flow_time_color_01.png);
    background-size: cover;
    margin-right: 35px;
    position: relative;
    margin-bottom: 20px;
    
}

dl.sc_flow dt span {
    display: block;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

dl.sc_flow dt.blank {
    background-image: none!important;
}

dl.sc_flow dd {
    width: calc(100% - 165px);
    background-color: #fff;
    padding: 25px 20px 15px 20px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    margin-bottom: 20px;
    display: flex;
}

dl.sc_flow dd p {
    font-size: 1.4rem;
}

dl.sc_flow dd .sc_flow_tit {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
}

dl.sc_flow dd .sc_flow_img {
    width: 200px;
    min-width: 200px;
    margin-left: 25px;
    overflow: hidden;
    border-radius: 5px;
}