@charset "utf-8";
/******************************************************

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* main 共通  */
/******************************************************/
/* 看板 */
#main #pagetitle {
    background: #57b357;
    color: #fff;
    padding: 0;
    margin: 0;
    min-height: 120px;
    position: relative;
    overflow: hidden;
}
#main #pagetitle .inbox {
    position: static;
}
#main #pagetitle h1 {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    transform: translateY(-50%);
}
#main #pagetitle p.img {
    margin: 0;
    padding: 0;
}
#main #pagetitle p.img img {
    width: 100%;
    height: auto;
}
#main #pagetitle.recruit h1 {
    font-size: 2.6rem;
    letter-spacing: 0.02em;
    color: #333;
    text-align: center;
    width: auto;
    position: absolute;
    top: 45%;
    left: 20px;
    right: auto;
}
#main #pagetitle.recruit h1 span {
    font-size: 5.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
    font-family: "Trebuchet MS",
        "Arial",
        sans-serif;
}
/* パンくず */
#main .breadcrumb {
    background: rgba(51,204,51,0.15);
    display: block;
    position: relative;
    padding: 8px 40px 8px 10px;
}
#main .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: auto;
}
#main .breadcrumb ul li {
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    position: relative;
    margin: 2px 7px 2px 0;
    text-align: left;
}
#main .breadcrumb ul li a {
    color: #000000;
}
#main .breadcrumb ul li:nth-last-of-type(n+2) {
    padding-right: 10px;
}
#main .breadcrumb ul li:nth-last-of-type(n+2)::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
}
#main .breadcrumb .pagetop {
    position: absolute;
    top: calc(50% - 4px);
    right: 13px;
}
#main .breadcrumb .pagetop img {
    width: 14px;
    height: 8px;
}
#main .breadcrumb .pagetop span {
    display: none;
}
/* ベース */
section {
    padding: 35px 0 40px;
}
section.pagecontent .inbox {
    padding: 0 20px;
}
main#main section > .inbox > *:first-child {
    margin-top: 0;
}
section.pagecontent h2 {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.02em;
    margin: 40px 0 30px;
}
section.pagecontent h2 span {
    position: relative;
}
section.pagecontent h2 span::after {
    content: "";
    display: block;
    background: #000;
    height: 2px;
    position: absolute;
    bottom: -6px;
    left: -1px;
    right: -1px;
}
section.pagecontent h3 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: normal;
    margin: 24px 0 16px;
}
section.pagecontent a:link {
    text-decoration: underline;
}
section.pagecontent p {
    font-size: 2.8rem;
    line-height: 1.65;
    letter-spacing: normal;
}
section.pagecontent .intro {
    font-size: 2.8rem;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: center;
}
section.pagecontent .intro.sp_left {
    text-align: justify;
}
section.pagecontent .sp_center {
    text-align: center;
}
section.pagecontent ul {
    text-align: left;
    padding-left: 1.35em;
    list-style-type: disc;
    margin: 10px 0;
}
section.pagecontent ol {
    text-align: left;
    padding-left: 1.35em;
    list-style: decimal;
    margin: 10px 0;
}
section.pagecontent ul ul,
section.pagecontent ol ul,
section.pagecontent ul ol,
section.pagecontent ol ol {
    margin: 0 0 4px;
}
section.pagecontent p + p {
    margin-top: 1em;
}
section.pagecontent table {
    border: 1px solid #c6d2dc;
    margin: 20px 0;
}
section.pagecontent table th {
    word-wrap: break-word;
    word-break: break-all;
    background: #4779a5;
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.4;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #c6d2dc;
    padding: 10px 8px;
}
section.pagecontent table td {
    word-wrap: break-word;
    word-break: break-all;
    border: 1px solid #c6d2dc;
    font-size: 2.6rem;
    line-height: 1.4;
    padding: 10px 8px;
    vertical-align: middle;
}
section.pagecontent table tr:nth-of-type(odd) {
    background: #f3f7fa;
}
/* 画像リスト */
main#main .images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 -6px 12px;
}
main#main .images li {
    text-align: center;
    margin: 12px 6px 0;
}
/* キャプション付き画像リスト */
main#main .images_caption {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 -6px 25px;
}
main#main .images_caption li {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 12px 6px 0;
    text-align: center;
}
main#main .images_caption li span {
    background: #333333;
    color: #ffffff;
    display: block;
    padding: 6px 0;
}
/* ページ内リンク */
main#main #pagelink {
    background: rgba(51,204,51,0.15);
    padding: 22px 0;
}
main#main #pagelink ul {
    padding: 0;
    list-style: none;
}
main#main #pagelink li {
    margin: 10px 50px;
    font-size: 2.8rem;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
}
main#main #pagelink a {
    background: #fff;
    color: #000;
    display: block;
    padding: 13px 25px 12px 15px;
    color: #000000;
    position: relative;
    margin: auto;
    text-decoration: none;
}
main#main #pagelink a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(45deg);
}
main#main #pagelink a[href^="#"]::after {
    transform: translateY(-50%) rotate(135deg);
}
/* ボタン */
main#main .btn {
    font-size: 2.8rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 20px;
}
main#main .btn a {
    display: inline-block;
    border: 1px solid #000000;
    padding: 13px 25px 12px 15px;
    min-width: 150px;
    color: #000000;
    position: relative;
    margin: auto;
    text-decoration: none;
}
main#main .btn a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(45deg);
}
/* 関連ページリンク */
main#main .related_page {
    background: #57b357;
    padding: 22px 0;
}
main#main .related_page ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}
main#main .related_page li {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.02em;
    margin: 10px 40px;
}
main#main .related_page a {
    background: #fff;
    padding: 5px 20px 5px 5px;
    color: #000000;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 0;
    text-decoration: none;
}
main#main .related_page a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) rotate(45deg);
}
main#main .related_page a img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
/* シンプルなtable */
section.pagecontent table.simple {
    width: 100%;
    border: none;
    display: block;
}
section.pagecontent table.simple caption {
    background: #eeeeee;
    padding: 8px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.35;
    display: block;
    margin-bottom: 10px;
}
section.pagecontent table.simple thead,
section.pagecontent table.simple tbody {
    display: block;
}
section.pagecontent table.simple tr {
    background: transparent;
    display: block;
    border-bottom: 1px solid #c6d2dc;
    padding: 15px 10px;
}
section.pagecontent table.simple tr:nth-of-type(1) {
    padding-top: 5px;
}
section.pagecontent table.simple th {
    display: block;
    background: transparent;
    border: none;
    color: #000;
    text-align: left;
    padding: 0;
}
section.pagecontent table.simple td {
    border: none;
    text-align: left;
    padding: 5px 10px 0;
}
/* 明るめなtable */
section.pagecontent table.light {
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 3px 3px;
}
section.pagecontent table.light thead th {
    background: #4479d6;
    color: #ffffff;
    border: none;
    border-bottom: 2px solid #ffffff;
}
section.pagecontent table.light tr {
    background: #d8dffd;
}
section.pagecontent table.light tr:nth-of-type(2n) {
    background: #f2f6ff;
}
section.pagecontent table.light th,
section.pagecontent table.light td {
    border: none;
    padding: 6px;
}
/* 画像と横並び */
section.pagecontent dl.half_img_left dt,
section.pagecontent dl.half_img_right dt {
    text-align: center;
    margin-bottom: 10px;
}
/* その他 */
main#main .center_img {
    text-align: center;
}
main#main .red {
    color: #e60012;
}


/******************************************************/
/* business 事業内容  */
/******************************************************/
#business .intro {
    text-align: justify;
}
#business .list h2 {
    margin: 50px 0 20px;
    text-align: center;
}
#business .list h2 + p {
    background: #f7f7f7;
    background: rgba(51,204,51,0.07);
    line-height: 1.5;
    padding: 12px 20px;
}
#business .list dl {
    margin-top: 12px;
}
#business .list dt {
    margin-bottom: 10px;
}
#business .list dt img {
    width: 100%;
    height: auto;
}
#business .list dt span {
    background: #333;
    color: #fff;
    display: block;
    padding: 6px 4px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
#business .list dd {
    text-align: left;
}
#business .list dd h3 {
    font-size: 2.8rem;
    line-height: 1;
    margin: 16px 0 10px;
}
/* 事業実績 */
#business h2#ttl05 {
    margin-top: 50px;
}
#business .works dl.group {
    display: flex;
    border-bottom: 1px solid #000;
    margin-top: 15px;
    padding-bottom: 6px;
}
#business .works dl.group > dt {
    width: 6em;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    flex-shrink: 0;
    align-self: center;
}
#business .works dl.group > dd {
    flex-grow: 1;
    border-left: 2px solid #000;
    padding-left: 12px;
    text-align: left;
}
#business .works dl.group dl:nth-of-type(n+2) {
    margin-top: 14px;
}
#business .works dl.group dl dt {
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    border: 1px solid #999;
    padding: 3px 0;
    display: block;
    margin-bottom: 3px;
}
#business .works dl.group dl dd .subttl {
    font-weight: 600;
    display: block;
}
#business .works dl.group dl dd .subttl:nth-of-type(n+2) {
    margin-top: 8px;
}


/******************************************************/
/* jisseki 実績紹介  */
/******************************************************/
#jisseki {
    background: #f7f7f7;
}
#jisseki .list dl.jisseki {
    margin-top: 15px;
    box-sizing: border-box;
    text-align: left;
    padding: 20px 20px 10px;
    background: #fff;
}
#jisseki .list dl.jisseki > dt {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 15px;
}
#jisseki .list dl.jisseki > dd .img {
    margin-bottom: 5px;
    text-align: center;
}
#jisseki .list dl.jisseki > dd .img img {
    max-width: 100%;
    height: auto;
}
#jisseki .list dl.jisseki > dd .img + dl {
    border-top: none;
}
#jisseki .list dl.jisseki > dd dl {
    padding: 12px 0 10px;
    border-top: 1px solid #efefef;
}
#jisseki .list dl.jisseki > dd dt {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 4px;
    flex-shrink: 0;
}
#jisseki .list dl.jisseki > dd dd {
    padding-left: 1em;
    font-size: 2.8rem;
    line-height: 1.5;
}


/******************************************************/
/* company 会社案内  */
/******************************************************/
/* ごあいさつ */
#company .message {
    padding-bottom: 10px;
}
#company .message .photo {
    text-align: center;
    margin-bottom: 20px;
    float: left;
    width: 48%;
    margin: 0 20px 20px 0;
}
#company .message .sign {
    text-align: right;
    margin-top: 20px;
}
#company .policy dl {
    margin-top: 25px;
    text-align: left;
}
#company .policy dt {
    color: #33cc33;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
#company .policy dt .num {
    background: #33cc33;
    color: #fff;
    font-size: 3.3rem;
    line-height: 1;
    width: 1.7em;
    height: 1.7em;
    margin-right: 10px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 会社案内 */
#company .company dl {
    display: flex;
    border-bottom: 1px solid #000;
    margin-top: 15px;
    padding-bottom: 6px;
}
#company .company dt {
    width: 5em;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    flex-shrink: 0;
    align-self: center;
}
#company .company dd {
    flex-grow: 1;
    border-left: 2px solid #000;
    padding-left: 12px;
    text-align: left;
}
#company .company .toroku {
    padding: 0;
    margin: 0;
}
#company .company .toroku li {
    list-style: none;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
}
#company .company .toroku li:nth-of-type(n+2) {
    margin-top: 6px;
}
#company .company .toroku strong {
    display: block;
}
#company .company .torokubumon {
    padding: 0;
    margin: 0;
    list-style: none;
}
#company .company .torokubumon > li {
    line-height: 1.5;
    padding-left: 1.25em;
    position: relative;
}
#company .company .torokubumon > li::before {
    content: "〇";
    position: absolute;
    left: 0;
}
#company .company .torokubumon > li:nth-of-type(n+2) {
    margin-top: 6px;
}
#company .company .eigyolist {
    padding: 0;
    margin: 0;
}
#company .company .eigyolist li {
    list-style: none;
    line-height: 1.5;
    padding: 0;
}
#company .company .eigyolist li:nth-of-type(n+2) {
    margin-top: 8px;
}
#company .company .eigyolist strong {
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    border: 1px solid #999;
    padding: 3px 0;
    display: block;
    margin-bottom: 3px;
}
/* 事業所一覧 */
#company .office dl {
    display: flex;
    border-bottom: 1px solid #000;
    margin-top: 15px;
    padding-bottom: 6px;
}
#company .office dt {
    width: 6em;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    flex-shrink: 0;
    align-self: center;
}
#company .office dd {
    flex-grow: 1;
    border-left: 2px solid #000;
    padding-left: 12px;
    text-align: left;
}
#company .office .photo {
    margin-top: 24px;
}
#company .office .photo img {
    width: 100%;
    height: auto;
}
#company .office .photo span {
    background: #333;
    color: #fff;
    display: block;
    padding: 6px 4px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
/* 会社沿革 */
#company .history dl {
    display: flex;
    border-bottom: 1px solid #000;
    margin-top: 15px;
    padding-bottom: 6px;
}
#company .history dt {
    width: 5em;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    flex-shrink: 0;
    align-self: center;
}
#company .history dd {
    flex-grow: 1;
    border-left: 2px solid #000;
    padding-left: 12px;
    text-align: left;
}
/* SDGs */
#company .sdgs .sdgs_poster {
    margin: 20px 0 10px;
}
#company .sdgs .about_sdgs {
    background: rgba(51,204,51,0.07);
    padding: 20px 20px;
    margin: 10px 0 40px;
}
#company .sdgs .about_sdgs p {
    font-size: 2.2rem;
    line-height: 1.5;
}
#company .sdgs .sdgs_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid #000;
    padding: 32px 0;
}
#company .sdgs .sdgs_list.first {
    border-top: 1px solid #000;
    margin-top: 15px;
}
#company .sdgs .sdgs_list .sdgs_ttl {
    flex-direction: column;
    align-items: center;
}
#company .sdgs .sdgs_list .sdgs_ttl h4 {
    font-size: 3rem;
    font-weight: 600;
    color: #33cc33;
    margin-bottom: 8px;
}
#company .sdgs .sdgs_list .sdgs_ttl .num {
    background: #33cc33;
    color: #fff;
    width: 1.7em;
    height: 1.7em;
    font-size: 3.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
#company .sdgs .sdgs_list .sdgs_ttl h4 .en {
    font-size: 80%;
    letter-spacing: 0.008em;
}
#company .sdgs .sdgs_list .sdgs_ttl p {
    font-size: 2.2rem;
    line-height: 1.4;
}
#company .sdgs ul.sdgs_mark {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    margin: 8px 0;
    padding: 0;
}
#company .sdgs ul.sdgs_mark li {
    list-style: none;
    margin: 4px;
}
#company .sdgs ul.sdgs_mark li img {
    width: 80px;
    height: auto;
}
#company .sdgs .sdgs_naiyou {
    width: 100%;
    margin-top: 8px;
    text-align: left;
}
#company .sdgs .sdgs_naiyou dt {
    background: rgba(51,204,51,0.07);
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 12px;
}
/* グループ会社一覧 */
#company .groupcompany dl {
    margin: 12px 0 0 0;
    text-align: left;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    padding: 25px 25px;
    box-sizing: border-box;
}
#company .groupcompany dl dt {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: 0.008em;
    margin-bottom: 16px;
}
#company .groupcompany dl dd {
    font-size: 2.4rem;
    line-height: 1.45;
}


/******************************************************/
/* recruit 採用情報  */
/******************************************************/
#recruit .maincopy {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 35px;
}
#recruit .intro {
    padding: 0 20px 30px;
}
#recruit .intro dl {
    margin-top: 35px;
}
#recruit .intro dt img {
    width: 100%;
    height: auto;
}
#recruit .intro dt {
    margin-bottom: 10px;
}
#recruit .intro dd {
    line-height: 1.65;
}
#recruit .intro dd h3 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: normal;
    border-bottom: 2px solid #000;
    padding-bottom: 4px;
    margin-bottom: 10px;
}
#recruit .message {
    background: url(../images/sub/sp_recruit_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 45px 20px 40px;
}
#recruit .message .list {
}
#recruit .message .list dl {
    background: rgba(255,255,255,0.9);
    padding: 24px;
    box-shadow: 0 0 6px rgba(15,65,82,0.2);
}
#recruit .message .list dl:nth-of-type(n+2) {
    margin-top: 20px;
}
#recruit .message .list dt {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.35;
    border-bottom: 2px solid #000;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 3px;
    margin-bottom: 12px;
}
#recruit .message .list dd {
    line-height: 1.65;
    text-align: justify;
}
#recruit .message .note {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    margin: 40px -10px 0;
    text-shadow: 0 0 6px rgba(0,36,53,0.8);
}
/* 若者再チャレンジ応援宣言 */
#recruit .support {
    background: #f3f3f3;
    padding: 45px 20px 40px;
}
#recruit .support h2 {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px
}
#recruit .support .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#recruit .support .list > dl {
    margin-top: 16px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
    width: calc(50% - 6px);
    overflow: hidden;
}
#recruit .support .list > dl.sp100 {
    width: 100%;
}
#recruit .support .list > dl dt {
    font-size: 2.6rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
    background: #30A33E;
    background: rgba(48, 163, 62, .88);
    padding: 8px 20px;
    color: rgba(255,255,255,0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#recruit .support .list > dl dt strong {
    display: block;
    color: #fff;
    font-size: 3.2rem;
    line-height: 1.2;
}
#recruit .support .list > dl dd {
    text-align: center;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#recruit .support .list > dl dd .img {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 10px;
}
#recruit .support .list > dl dd .img img {
    width: 44px;
}
#recruit .support .list > dl dd h3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #30A33E;
    flex-shrink: 0;
}
#recruit .support .list > dl dd h3 .num {
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: normal;
}
#recruit .support .list > dl dd p {
    line-height: 1.5;
    text-align: left;
    margin-left: 10px;
}


/******************************************************/
/* お問い合わせ  */
/******************************************************/
#recruit dl.contact {
    margin: 20px;
    padding: 20px 10px 15px;
    background: #f3f3f3;
}
#recruit dl.contact dt {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: normal;
    margin-bottom: 15px;
    text-align: center;
}
#recruit dl.contact dd {
    margin-top: 10px;
}
#recruit dl.contact p {
    padding: 0;
    margin: 0;
    letter-spacing: normal;
}
#recruit dl.contact dd.tel a {
    background: #33cc33;
    background-size: 16px auto;
    color: #ffffff;
    display: flex;
    justify-content: center;
    border-radius: 3px;
    padding: 13px 10px;
    text-decoration: none;
}
#recruit dl.contact dd.tel .call {
    background: url(../images/base/tel_w.svg) no-repeat 0 center;
    background-size: 16px auto;
    padding-left: 22px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 8px;
}
#recruit dl.contact dd.tel .call span {
    font-size: 3.2rem;
    line-height: 1;
}
#recruit dl.contact dd.tel .num {
    display: none;
}
#recruit dl.contact dd.tel .time strong {
    display: none;
}
#recruit dl.contact dd.tel .time span {
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 6px 2px 6px 7px;
    font-size: 2rem;
    line-height: 1;
    text-align: left;
}
/* メールフォーム */
form#mailformpro {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 0 10px;
}
form#mailformpro h2 {
    background: #4c4c4c;
    color: #ffffff;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: normal;
    margin: 0;
    padding: 6px 0;
    text-align: center;
}
form#mailformpro .note {
    margin: 10px 20px 10px;
}
form#mailformpro .must {
    background: #e60012;
    color: #ffffff;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1;
    white-space: nowrap;
    padding: 3px 6px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    order: 1;
    float: none;
    margin: 0 0 0 10px;
}
form#mailformpro .optional {
    color: #000000;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1;
    white-space: nowrap;
    padding: 2px 5px;
    border: 1px solid #78655b;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    order: 1;
    float: none;
    margin: 0 0 0 10px;
}
form#mailformpro table {
    border: none;
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
form#mailformpro table thead,
form#mailformpro table tbody,
form#mailformpro table tr {
    display: block;
}
form#mailformpro table tr {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    padding: 20px 25px;
}
form#mailformpro table tr:nth-of-type(1) {
    border-top: 1px solid #cfcfcf;
}
form#mailformpro table th {
    border: none;
    display: block;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: normal;
    white-space: nowrap;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
form#mailformpro table td {
    border: none;
    display: block;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: normal;
    padding: 10px 0 0;
}
form#mailformpro table th strong {
    font-weight: 600;
}
form#mailformpro table td .hosoku {
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: normal;
    display: inline-block;
    margin-top: 2px;
    width: 100%;
}
form#mailformpro table td .note {
    margin-top: 14px;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: normal;
}
form#mailformpro table ul,
form#mailformpro table ol {
    list-style: none;
}
form#mailformpro table select,
form#mailformpro table textarea {
    margin-right: 5px;
    padding: 10px;
    font-size: 2.8rem;
    line-height: 1.35;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    max-width: 100%;
}
form#mailformpro table input {
    margin:0 5px 3px;
    max-width: calc(100% - 10px);
    margin:0 0 3px;
    max-width: 100%;
}
form#mailformpro table input[type=text],
form#mailformpro table input[type=tel],
form#mailformpro table input[type=email] {
    width: auto !important;
    padding: 10px;
    font-size: 2.8rem;
    line-height: 1.35;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}
form#mailformpro table input[size="10"] {
    width: 32% !important;
}
form#mailformpro table td textarea {
    width: auto !important;
    height: 6em !important;
    margin: 0;
}
form#mailformpro table label {
    border-radius: 3px;
    padding: 6px 12px 6px 8px;
    margin: 0 3px 3px 0;
    white-space: nowrap;
    border: 1px solid #cccccc;
    font-size: 2.8rem;
    line-height: 1.35;
    display: block;
}
form#mailformpro table label.mfp_not_checked {
    padding: 6px 12px 6px 8px;
    border: 1px solid #cccccc;
}
form#mailformpro table label.mfp_checked {
    padding: 6px 12px 6px 8px;
    border: solid 1px #aaaaaa;
    background-color: #ffffff;
    box-shadow: none;
}
form#mailformpro .mfp_buttons {
    text-align: center;
    margin: 16px 25px 0;
}
div.mfp_buttons button#mfp_button_send,
form#mailformpro button[type="submit"] {
    border-radius: 3px;
    padding: 18px 0;
    background: #0c7dc5;
    border: none;
    color: #ffffff;
    text-shadow: none;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    cursor: pointer;
    outline: none;
    width: 100%;
    position: relative;
}
div.mfp_buttons button::after,
form#mailformpro button::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
div.mfp_buttons button#mfp_button_cancel,
form#mailformpro button[type="reset"] {
    border-radius: 0;
    padding: 8px 0;
    border: solid 1px #CCC;
    background: #EEE;
    text-shadow: none;
    font-size: 12px;
    line-height: 1;
    letter-spacing: normal;
    cursor: pointer;
    outline: none;
    width: 50%;
    margin-top: 10px;
}
form#mailformpro table#mfp_confirm_table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    margin: auto;
}
form#mailformpro table#mfp_confirm_table tr th,
form#mailformpro table#mfp_confirm_table tr td {
    text-align: left;
    font-size: 2.6rem;
    line-height: 1.5;
    border-top: solid 1px #CCC;
    padding: 8px 6px;
}
form#mailformpro table#mfp_confirm_table tr th {
    font-size: 2.2rem;
    line-height: 1.5;
    white-space: nowrap;
    vertical-align: middle;
    width: auto;
}
form#mailformpro table#mfp_confirm_table tr td {
    font-size: 2.6rem;
    line-height: 1.5;
    word-break: break-all;
}
form#mailformpro div.validation-advice {
    white-space: nowrap;
    background: url("../media/pointred.gif") no-repeat scroll 0px 2px transparent;
    color: #CC0000;
    font-size: 82%;
    margin: 3px;
    padding-left: 15px;
}
/* 確認画面オーバーレイ */
#mfp_overlay_inner table#mfp_confirm_table tr th,
#mfp_overlay_inner table#mfp_confirm_table tr td {
    padding: 12px 6px 11px;
    font-size: 2.6rem;
    line-height: 1.45;
    letter-spacing: normal;
}


/******************************************************/
/* お問い合わせ完了  */
/******************************************************/







}