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

        PCサイト用

******************************************************/
@media screen and (min-width: 768px), print {


/******************************************************/
/* main 共通  */
/******************************************************/
/* 看板 */
#main #pagetitle {
    background: #57b357;
    color: #fff;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
#main #pagetitle .inbox {
    height: 300px;
    width: 1000px;
}
#main #pagetitle h1 {
    color: #ffffff;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-align: left;
    width: 1000px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
}
#main #pagetitle h1 span.mini {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-top: 10px;
}
#main #pagetitle p.img {
    margin: 0;
    padding: 0;
}
#main #pagetitle p.img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-width: 1400px;
    transform: translate(-50%,-50%);
    z-index: 0;
}
#main #pagetitle.recruit .inbox {
    height: 600px;
    width: 1000px;
}
#main #pagetitle.recruit h1 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    color: #333;
    text-align: center;
    width: auto;
    position: absolute;
    top: 45%;
    left: 0;
}
#main #pagetitle.recruit h1 span {
    font-size: 5.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    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: 20px 0;
}
#main .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(1000px - 10em);
    padding: 0 10em 0 0;
    margin: auto;
}
#main .breadcrumb ul li {
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    position: relative;
    margin: 2px 14px 2px 0;
    text-align: left;
}
#main .breadcrumb ul li a {
    color: #000000;
}
#main .breadcrumb ul li:nth-last-of-type(n+2) {
    padding-right: 20px;
}
#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: 50%;
    right: calc(50% - 500px);
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: normal;
}
#main .breadcrumb .pagetop a {
    display: flex;
    align-items: center;
    transform: translateY(-50%);
}
#main .breadcrumb .pagetop img {
    margin-right: 4px;
}
/* ベース */
section {
    padding: 85px 0 120px;
}
#main .inbox {
    width: 800px;
    padding: 0;
    margin: auto;
}
main#main section > .inbox > *:first-child {
    margin-top: 0;
}
section.pagecontent h2 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.05em;
    margin: 80px 0 60px;
}
section.pagecontent h2 > span {
    position: relative;
}
section.pagecontent h2 > span::after {
    content: "";
    display: block;
    background: #000;
    height: 3px;
    position: absolute;
    bottom: -12px;
    left: -2px;
    right: -2px;
}
section.pagecontent h2 span.mini {
    font-size: 75%;
    letter-spacing: 0.03em;
}
section.pagecontent h3 {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
    margin: 40px 0 24px;
}
section.pagecontent a:link {
    text-decoration: underline;
}
section.pagecontent p {
    font-size: 1.6rem;
    line-height: 1.85;
    letter-spacing: 0.02em;
}
section.pagecontent .intro {
    font-size: 1.6rem;
    line-height: 1.85;
    letter-spacing: 0.02em;
    text-align: center;
}
section.pagecontent .intro.pc_left {
    text-align: justify;
}
section.pagecontent .pc_center {
    text-align: center;
}
section.pagecontent ul {
    text-align: left;
    padding-left: 1.35em;
    list-style-type: disc;
    margin: 18px 0;
}
section.pagecontent ol {
    text-align: left;
    padding-left: 1.35em;
    list-style: decimal;
    margin: 18px 0;
}
section.pagecontent ul ul,
section.pagecontent ol ul,
section.pagecontent ul ol,
section.pagecontent ol ol {
    margin: 0 0 6px;
}
section.pagecontent p + p {
    margin-top: 1em;
}
section.pagecontent table {
    border: 1px solid #c6d2dc;
    margin: 36px 0;
}
section.pagecontent table th {
    word-wrap: break-word;
    word-break: break-all;
    background: #4779a5;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #c6d2dc;
    padding: 10px 20px;
}
section.pagecontent table td {
    word-wrap: break-word;
    word-break: break-all;
    border: 1px solid #c6d2dc;
    padding: 10px 20px;
    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 -15px 30px;
}
main#main .images + .images {
    margin-top: -30px;
}
main#main .images li {
    margin: 30px 15px 0;
    text-align: center;
}
/* キャプション付き画像リスト */
main#main .images_caption {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 -13px 50px -12px;
}
main#main .images_caption + .images_caption {
    margin-top: -50px;
}
main#main .images_caption li {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 25px 13px 0 12px;
    text-align: center;
}
main#main .images_caption li span {
    background: #333333;
    color: #ffffff;
    display: block;
    padding: 8px 0;
}
/* ページ内リンク */
main#main #pagelink {
    background: rgba(51,204,51,0.15);
    padding: 30px 0 26px;
}
main#main #pagelink ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    width: 860px;
    margin: auto;
}
main#main #pagelink li {
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
    margin: 7px;
}
main#main #pagelink a {
    background: #fff;
    color: #000;
    display: block;
    padding: 16px 32px 16px 20px;
    position: relative;
    min-width: 12.5em;
    text-decoration: none;
}
main#main #pagelink a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #555;
    border-top: 1px solid #555;
    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: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-align: center;
    margin-top: 40px;
}
main#main .btn a {
    display: inline-block;
    border: 1px solid #000000;
    padding: 16px 35px;
    min-width: 210px;
    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: 20px;
    transform: translateY(-50%) rotate(45deg);
}
/* 関連ページリンク */
main#main .related_page {
    background: #57b357;
    padding: 35px 0;
}
main#main .related_page ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    width: 1200px;
    margin: auto;
}
main#main .related_page li {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.05em;
    margin: 15px;
    width: 320px;
}
main#main .related_page a {
    background: #fff;
    padding: 10px 20px 10px 10px;
    color: #000000;
    display: flex;
    align-items: center;
    position: relative;
    margin: auto;
    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: 14px;
    transform: translateY(-50%) rotate(45deg);
}
main#main .related_page a img {
    margin-right: 24px;
}
/* シンプルなtable */
section.pagecontent table.simple {
    width: 100%;
    border: none;
}
section.pagecontent table.simple caption {
    background: #eeeeee;
    padding: 10px;
    font-size: 2rem;
    font-weight: 600;
}
section.pagecontent table.simple tr {
    background: transparent;
}
section.pagecontent table.simple th {
    background: transparent;
    border: none;
    border-bottom: 1px solid #c6d2dc;
    color: #000;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    padding: 20px 20px 15px;
}
section.pagecontent table.simple td {
    border: none;
    border-bottom: 1px solid #c6d2dc;
    text-align: left;
    vertical-align: top;
    padding: 20px 20px 15px;
}
/* 明るめな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;
}
/* 画像と横並び */
section.pagecontent dl.half_img_left {
    display: flex;
}
section.pagecontent dl.half_img_left dt {
    flex-shrink: 0;
    margin-right: 50px;
}
section.pagecontent dl.half_img_left dd {
    flex-grow: 1;
}
section.pagecontent dl.half_img_right {
    display: flex;
}
section.pagecontent dl.half_img_right dt {
    order: 2;
    flex-shrink: 0;
    margin-left: 50px;
}
section.pagecontent dl.half_img_right dd {
    order: 1;
    flex-grow: 1;
}
/* その他 */
main#main .center_img {
    text-align: center;
}
main#main .red {
    color: #e60012;
}


/******************************************************/
/* business 事業内容  */
/******************************************************/
#business .inbox {
    width: auto;
    padding: 0;
}
#business .list h2 {
    margin: 100px 0 40px;
    text-align: center;
}
#business .list h2 + p {
    text-align: center;
}
#business .list dl {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
#business .list > dl:nth-of-type(2n) {
    flex-direction: row-reverse;
    align-items: flex-start;
}
#business .list dt {
    width: calc(50% - 60px);
    flex-shrink: 0;
}
#business .list > dl:nth-of-type(2n+1) dt {
    margin-right: 60px;
    text-align: right;
}
#business .list > dl:nth-of-type(2n) dt {
    margin-left: 60px;
    text-align: left;
}
#business .list dt img {
    width: 100%;
    height: auto;
    max-width: 700px;
}
#business .list dt span {
    background: #333;
    color: #fff;
    display: block;
    padding: 9px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
#business .list dd {
    width: 500px;
    padding: 15px 0;
    text-align: left;
    align-self: center;
}
#business .list dd h3 {
    font-size: 2rem;
    line-height: 1;
    margin-top: 0;
}
/* 事業実績 */
#business h2#ttl05 {
    margin-top: 100px;
}
#business .works dl.group {
    width: 960px;
    margin: 15px auto 0;
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
}
#business .works dl.group > dt {
    width: 8em;
    font-size: 1.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: 6px 0 6px 26px;
    text-align: left;
}
#business .works dl.group dl {
    display: flex;
}
#business .works dl.group dl:nth-of-type(n+2) {
    margin-top: 14px;
}
#business .works dl.group dl dt {
    line-height: 1.5;
    text-align: center;
    border: 1px solid #999;
    padding: 2px 0;
    width: 10em;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
#business .works dl.group dl dd {
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#business .works dl.group dl dd .subttl {
    display: block;
}
#business .works dl.group dl dd .subttl:nth-of-type(n+2) {
    margin-top: 8px;
}


/******************************************************/
/* jisseki 実績紹介  */
/******************************************************/
#jisseki {
    background: #f7f7f7;
    padding: 30px 0 50px 0;
}
#jisseki .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -160px;
}
#jisseki .list dl.jisseki {
    width: calc(100% / 3 - 10px);
    margin-top: 15px;
    box-sizing: border-box;
    text-align: left;
    padding: 30px 35px;
    background: #fff;
    margin-left: 15px;
}
#jisseki .list dl.jisseki:nth-of-type(3n+1) {
    margin-left: 0;
}
#jisseki .list dl.jisseki > dt {
    font-size: 1.8rem;
    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: 1.3rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2px;
}
#jisseki .list dl.jisseki > dd dd {
    padding-left: 1em;
    font-size: 1.5rem;
    line-height: 1.5;
}


/******************************************************/
/* company 会社案内  */
/******************************************************/
/* ごあいさつ */
#company .message {
    padding-bottom: 20px;
}
#company .message .photo {
    float: left;
    width: 250px;
    margin: 0 45px 30px 0;
}
#company .photo span {
    background: #333;
    color: #fff;
    display: block;
    padding: 9px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
#company .message .sign {
    text-align: right;
    margin-top: 35px;
}
#company .policy dl {
    margin-top: 35px;
    text-align: left;
}
#company .policy dt {
    color: #33cc33;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.25;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 15px;
}
#company .policy dt .num {
    background: #33cc33;
    color: #fff;
    line-height: 1;
    width: 1.5em;
    height: 1.5em;
    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: 8em;
    font-size: 1.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: 26px;
    text-align: left;
}
#company .company .toroku {
    padding: 0;
    margin: 0;
}
#company .company .toroku li {
    display: flex;
}
#company .company .toroku strong {
    font-weight: 400;
    width: 10.5em;
    flex-shrink: 0;
}
#company .company .torokubumon {
    padding: 0;
    margin: 0;
    list-style: none;
}
#company .company .torokubumon > li {
    padding-left: 1.25em;
    position: relative;
}
#company .company .torokubumon > li::before {
    content: "〇";
    position: absolute;
    left: 0;
}
#company .company .eigyolist li {
    display: flex;
}
#company .company .eigyolist li:nth-of-type(n+2) {
    margin-top: 4px;
}
#company .company .eigyolist strong {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    border: 1px solid #999;
    padding: 2px 0;
    width: 15em;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
/* 事業所一覧 */
#company .office {
    display: flex;
}
#company .office .list {
    flex-grow: 1;
}
#company .office dl {
    display: flex;
    border-bottom: 1px solid #000;
    margin-top: 15px;
    padding-bottom: 6px;
}
#company .office dt {
    width: 7em;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    flex-shrink: 0;
    align-self: center;
}
#company .office dd {
    flex-grow: 1;
    border-left: 2px solid #000;
    padding-left: 26px;
    text-align: left;
}
#company .office .photo {
    flex-shrink: 0;
    width: 250px;
    margin-left: 30px;
}
#company .office .photo span {
    background: #333;
    color: #fff;
    display: block;
    padding: 9px;
    font-size: 1.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: 8em;
    font-size: 1.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: 26px;
    text-align: left;
}
/* SDGs */
#company .sdgs .sdgs_poster {
    margin: 40px 0 20px;
}
#company .sdgs .sdgs_poster img {
    max-width: 100%;
    height: auto;
}
#company .sdgs .about_sdgs {
    background: rgba(51,204,51,0.07);
    padding: 30px 50px;
    margin: 20px 0 75px;
}
#company .sdgs .about_sdgs p {
    font-size: 1.4rem;
    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: 40px 0;
}
#company .sdgs .sdgs_list.first {
    border-top: 1px solid #000;
    margin-top: 20px;
}
#company .sdgs .sdgs_list .sdgs_ttl {
    flex-direction: column;
    align-items: center;
}
#company .sdgs .sdgs_list .sdgs_ttl h4 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #33cc33;
    margin-bottom: 8px;
}
#company .sdgs .sdgs_list .sdgs_ttl .num {
    background: #33cc33;
    color: #fff;
    width: 1.5em;
    height: 1.5em;
    font-size: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
#company .sdgs .sdgs_list .sdgs_ttl h4 .en {
    font-size: 70%;
}
#company .sdgs .sdgs_list .sdgs_ttl p {
    font-size: 1.3rem;
    line-height: 1.5;
    padding-left: 56px;
}
#company .sdgs ul.sdgs_mark {
    display: flex;
    justify-content: end;
    flex-grow: 1;
    margin: 0;
}
#company .sdgs ul.sdgs_mark li {
    list-style: none;
    margin-right: 8px;
}
#company .sdgs ul.sdgs_mark li img {
    width: 80px;
    height: auto;
}
#company .sdgs .sdgs_naiyou {
    width: 100%;
    margin-top: 25px;
    text-align: left;
    padding-left: 56px;
}
#company .sdgs .sdgs_naiyou dt {
    background: rgba(51,204,51,0.07);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: 8px 10px;
    margin-bottom: 10px;
}
/* グループ会社一覧 */
#company .groupcompany {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -160px;
}
#company .groupcompany dl {
    width: calc(100% / 3 - 8px);
    margin: 12px 0 0 12px;
    text-align: left;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    padding: 30px 25px;
    box-sizing: border-box;
}
#company .groupcompany dl:nth-of-type(3n+1) {
    margin-left: 0;
}
#company .groupcompany dl:nth-of-type(1),
#company .groupcompany dl:nth-of-type(2),
#company .groupcompany dl:nth-of-type(3) {
    margin-top: 0;
}
#company .groupcompany dl dt {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: 0.008em;
    margin-bottom: 16px;
}
#company .groupcompany dl dd {
    font-size: 1.3rem;
    line-height: 1.45;
}


/******************************************************/
/* recruit 採用情報  */
/******************************************************/
#recruit .inbox {
    width: auto;
    padding: 0;
}
#recruit .maincopy {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 15px 0 100px;
}
#recruit .intro {
    padding-bottom: 100px;
}
#recruit .intro dl {
    display: flex;
}
#recruit .intro dl:nth-of-type(n+2) {
    margin-top: 40px;
}
#recruit .intro dl:nth-of-type(2n+1) {
    flex-direction: row-reverse;
}
#recruit .intro dt {
    width: calc(50% - 60px);
    flex-shrink: 0;
}
#recruit .intro dt img {
    width: 100%;
    height: auto;
}
#recruit .intro dd {
    width: 500px;
    margin: 0 0 0 60px;
    font-size: 1.7rem;
    line-height: 2.1;
    letter-spacing: 0.02em;
    flex-shrink: 0;
    align-self: center;
    text-align: left;
}
#recruit .intro dl:nth-of-type(2n+1) dd {
    margin: 0 60px 0 0;
}
#recruit .intro dd h3 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: normal;
    margin-bottom: 40px;
}
#recruit .intro dd h3 span {
    position: relative;
}
#recruit .intro dd h3 span::after {
    content: "";
    display: block;
    background: #000;
    height: 3px;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
}
#recruit .message {
    background: url(../images/sub/recruit_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 85px 0 75px;
}
#recruit .message .list {
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
#recruit .message .list dl {
    background: rgba(255,255,255,0.9);
    width: 400px;
    padding: 40px;
    box-shadow: 0 0 10px rgba(15,65,82,0.2);
}
#recruit .message .list dt {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.35;
    border-bottom: 3px solid #000;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 6px;
    margin-bottom: 30px;
}
#recruit .message .list dd {
    font-size: 1.7rem;
    line-height: 2;
    text-align: justify;
}
#recruit .message .note {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 75px;
    text-shadow: 0 0 10px rgba(0,36,53,0.8);
}
/* 若者再チャレンジ応援宣言 */
#recruit .support {
    background: #f3f3f3;
    padding: 85px 0 75px;
}
#recruit .support h2 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 50px
}
#recruit .support .list {
    width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: space-evenly;
}
#recruit .support .list > dl {
    margin: 20px;
    width: calc(100% / 3 - 40px);
    background: #fff;
    flex-grow: 1;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}
#recruit .support .list > dl dt {
    font-size: 1.5rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
    min-height: 3.5em;
    background: #30A33E;
    background: rgba(48, 163, 62, .88);
    padding: 12px 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: 2rem;
    line-height: 1.35;
}
#recruit .support .list > dl dd {
    text-align: center;
    padding: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#recruit .support .list > dl dd .img {
    margin-right: 20px;
    margin-top: 0;
    width: auto;
}
#recruit .support .list > dl dd h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #30A33E;
}
#recruit .support .list > dl dd h3 .num {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: normal;
}
#recruit .support .list > dl dd p {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}


/******************************************************/
/* お問い合わせ  */
/******************************************************/
#recruit dl.contact {
    width: 900px;
    margin: 80px auto 70px;
}
#recruit dl.contact dt {
    background: #4c4c4c;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 11px 0 10px;
    text-align: center;
}
#recruit dl.contact dd {
    background: #f3f3f3;
    padding: 18px 0 30px;
}
#recruit dl.contact p {
    padding: 0;
    margin: 0;
    letter-spacing: normal;
}
#recruit dl.contact dd.tel {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
}
#recruit dl.contact dd.tel a {
    text-decoration: none;
    color: #000000;
}
#recruit dl.contact dd.tel .call {
    display: none;
}
#recruit dl.contact dd.tel .num {
    display: block;
    background: url(../images/base/tel.svg) no-repeat 8px center;
    background-size: 21px 28px;
    border-bottom: 1px solid #9fa0a0;
    padding: 8px 0 8px 40px;
    margin-bottom: 11px;
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
}
#recruit dl.contact dd.tel .time {
    text-align: center;
    font-weight: 400;
}
#recruit dl.contact dd.tel .time strong {
    border: 1px solid #828282;
    padding: 2px 8px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-right: 10px;
    font-weight: 400;
}
/* メールフォーム */
form#mailformpro {
    position: relative;
    width: 900px;
    margin: auto;
}
form#mailformpro h2 {
    background: #4c4c4c;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 11px 0 10px;
    text-align: center;
}
form#mailformpro .note {
    text-align: center;
    margin-top: 30px;
}
form#mailformpro .must {
    background: #e60012;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap;
    padding: 4px 6px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    order: 1;
    float: none;
    margin: 0 0 0 12px;
}
form#mailformpro .optional {
    color: #000000;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap;
    padding: 3px 5px;
    border: 1px solid #78655b;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    order: 1;
    float: none;
    margin: 0 0 0 12px;
}
form#mailformpro table {
    max-width: 100%;
    border: none;
    width: 100%;
    margin: 20px auto 0;
}
form#mailformpro table tr {
    border: none;
}
form#mailformpro table th {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.25;
    border: none;
    padding: 18px 26px 10px 0px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}
form#mailformpro table th .mini {
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
}
form#mailformpro table td {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    border: none;
    padding: 10px 0;
}
form#mailformpro table th strong {
    font-weight: 400;
}
form#mailformpro table td .hosoku {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    margin-left: 6px;
}
form#mailformpro table td .note {
    margin-top: 14px;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.45;
    letter-spacing: 0.02em;
}
form#mailformpro table ul,
form#mailformpro table ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
form#mailformpro table select {
    height: 39px;
    width: calc(10em + 20px);
    margin-right: 5px;
    font-size: 1.5rem;
    line-height: 1.2;
    border: 1px solid #999999;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    margin: 0 5px 3px 0;
}
form#mailformpro table textarea {
    margin-right: 5px;
    padding: 10px 10px;
    font-size: 1.5rem;
    line-height: 1.2;
    border: 1px solid #999999;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    margin:0 5px 3px 0;
}
form#mailformpro table input {
    margin:0 5px 3px 0;
}
form#mailformpro table input#postcode {
    width: calc(10em + 20px) !important;
}
form#mailformpro table input[type=text],
form#mailformpro table input[type=tel],
form#mailformpro table input[type=email] {
    margin-right: 5px;
    padding: 10px 10px;
    font-size: 1.5rem;
    line-height: 1.2;
    border: 1px solid #999999;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    width: auto !important;
}
form#mailformpro table td textarea {
    max-width: 700px;
    width: auto !important;
    height: auto !important;
}
form#mailformpro table label {
    border-radius: 3px;
    padding: 6px 8px 7px;
    margin: 3px 6px 3px 0;
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #f3fcf6;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
form#mailformpro table label.mfp_not_checked {
    padding: 8px 10px;
    border: 1px solid #e2e2e2;
    background-color: transparent;
}
form#mailformpro table label.mfp_checked {
    padding: 8px 10px;
    border: 1px solid #999966;
    background-color: #ffffdd;
    box-shadow: none;
}
form#mailformpro .mfp_buttons {
    text-align: center;
    margin: 10px 0 0;
}
div.mfp_buttons button#mfp_button_send,
form#mailformpro button[type="submit"] {
    position: relative;
    padding: 20px 80px;
    border: none;
    border-radius: 0;
    background: #33cc33;
    color: #ffffff;
    text-shadow: none;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
    margin: 15px 10px 0;
}
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: 6px;
    padding: 8px 30px;
    border: solid 1px #CCC;
    background: #EEE;
    text-shadow: none;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: normal;
    cursor: pointer;
    outline: none;
}
form#mailformpro table#mfp_confirm_table {
    border-spacing: 0px;
    border-collapse: collapse;
    min-width: 60%;
    width: auto;
    margin: auto;
}
form#mailformpro table#mfp_confirm_table tr th,
form#mailformpro table#mfp_confirm_table tr td {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
    border-top: solid 1px #CCC;
    padding: 8px 10px;
}
form#mailformpro table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: auto;
}
form#mailformpro table#mfp_confirm_table tr td {
    font-size: 1.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 20px 11px;
    font-size: 1.5rem;
    line-height: 1.45;
}


/******************************************************/
/* お問い合わせ完了  */
/******************************************************/
#thanks .message {
    display: table;
    margin: auto;
}
#thanks p {
    text-align: center;
}





}