@charset "UTF-8";
* {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}
body {
    display: flex;
	flex-direction: column;
	min-height: 100vh;
    line-height: 1.5;
    color: #333;
    font-size: 1.6rem;
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    overflow-y: scroll;
}
img {
    vertical-align: bottom;
}
a[href*=".pdf"]:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 16px;
	margin-left: 8px;
	background: url("../img/icon01.png") no-repeat center center;
}
a.externalLink::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 8px;
    margin-left: 8px;
    background: url(../img/icon02.png) no-repeat 0 0;
}


/* ========================================
　　ヘッダー
======================================== */
header {
    padding: 10px;
    border-bottom: 1px solid #222;
}
.headerInner {
    max-width: 1110px;
    margin: 0 auto;
}
.logo img {
    height: 50px;
}


/* ========================================
　　メインコンテンツ
======================================== */
main {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 40px auto 50px;
    padding: 0 20px;
}
h2 {
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 12px solid #04703E;
    font-size: 2.8rem;
}
.company_name_label_A h2{
    border-left: 12px solid #8dc220;
}
h3 {
    margin-bottom: 16px;
    padding: 0 6px;
    border-bottom: 4px solid #04703E;
    font-size: 2.2rem;
}
h4 {
    margin-bottom: 14px;
    color: #444;
    font-size: 2rem;
    font-weight: bold;
}
h5 {
    margin-bottom: 4px;
    font-size: 1.8rem;
    font-weight: bold;
}
h5::before {
    content: "■";
    margin-right: 0.3em;
}

section{
    margin-top: 60px;
}
.contentWrap {
    margin: 0 20px;
}
p + p {
    margin-top: 10px;
}
.section04 {
    margin-top: 0;
}
.section04 + .section04 {
    margin-top: 50px;
}
.section05 {
    margin-top: 30px;
}
.section05 p {
    margin-top: 5px;
}
.date{
    margin-top: 30px;
}

/* リンク一覧 */
.linkList {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}
.linkList li {
    position: relative;
    padding-left: 20px;
}
.linkList li:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #04703E;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}
/* PPリンク */
.linkPP{
    color: #005bac;
    text-decoration: underline;
}
.company_name_label_A .linkPP{
    color: #007a48;
}

#policy {
    margin-top: 80px;
}

/* お問い合わせ欄 */
.contact {
    margin-top: 80px;
    text-align: center;
    font-weight: bold;
}
.contact .contactName {
    color: #007a48;
}
.contact .contactName span {
    display: block;
    font-size: 3.5rem;
}
.contact .contactNotes {
    font-size: 1.2rem;
    font-weight: normal;
}

/* 募集文書番号 */
.documentNumber {
    margin-top: 50px;
    text-align: right;
    font-size: 14px;
}

/* サブコンテント */
.subContent {
    margin-top: 30px;
    padding: 20px 15px 28px;
    border: 3px solid #04703E;
    border-radius: 8px;
}
.subContent .subHeading {
    margin-bottom: 18px;
    padding: 0 0 6px 4px;
    border-bottom: 1px dashed #c9c9c9;
    font-size: 1.8rem;
    font-weight: bold;
    color: #444;
}

/* リスト */
.iconList li {
    padding-left: 1.2em;
    text-indent: -1.2em;
}
.iconList li::before {
    content:  "";
    display:  inline-block;
    width:  8px;
    height:  8px;
    background-color: #04703E;
    border-radius:  50%;
    position:  relative;
    top: -1px;
    margin-right: 0.5em;
}
.iconList li + li {
    margin-top: 18px;
}

.NumList {
    margin: 10px 0;
}
.NumList li {
    position: relative;
    padding-left: 2.8em;
}
.NumList > li > span {
    position: absolute;
    left: 0;
    top: 0;
}
.childList{
    margin: 10px 0;
}
.childList li{
    padding-left: 1.2em;
    text-indent: -1.2em;
}
.NumList li + li {
    margin-top: 10px;
}

/* テーブル */
table {
    width: 100%;
    table-layout: fixed;
}
table th,td {
    border: 1px solid #999;
    vertical-align: middle;
}
table th {
    width: 30%;
    padding: 20px;
    background-color: #04703E;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
}
table tr:last-child th{
    border-bottom: 1px solid #999;
}
table td {
    padding: 20px 40px;
}

/* 注釈 */
ul.notes {
    margin: 10px 0;
}
p.notes , ul.notes li {
    padding-left: 1.5em;
    text-indent: -1.5em;
    font-size: 1.4rem;
}
p.notes::before , ul.notes li::before {
    content: "※";
    margin-right: 0.5em;
}

/* サービスページ */
.colWrap {
    display: flex;
    margin-top: 30px;
}
.colWrap .colLeft {
    width: 35%;
}
.colWrap .colLeft figure  img{
    width: 100%;
}
.colWrap .colRight {
    width: 60%;
    margin-left: 5%;
}
.colWrap .colRight .centerImg {
    margin-top: 6px;
    text-align: center;
}
.colWrap p:has(a) {
    position: relative;
    padding-left: 24px;
}
.colWrap p:has(a):before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #04703E;
    position: absolute;
    top: 50%;
    left: 1%;
    margin-top: -7px;
}
.colWrap a {
    text-decoration: underline;
    color: #005bac;
}
.colWrap .subContent .lineID {
    margin-top: 6px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #444;
}
.colWrap .subContent .lineID span {
    padding: 4px 20px;
    border-radius: 3px;
    background-color: #ddd;
}

/* ========================================
2025年5月 追記 PP用
========================================*/
.alignRight {
    text-align: right;
}
.contentWrap-mt50 {
    margin-top: 50px;
}
.NumListSub {
    margin: 10px 0;
}
.NumListSub li {
    position: relative;
    padding-left: 3.4em;
}
.NumListSub > li > span {
    position: absolute;
    left: 0;
    top: 0;
}
.AlphaList {
    margin: 10px 0;
}
.AlphaList li{
    position: relative;
    padding-left: 1.4em;
}
.AlphaList > li > span {
    position: absolute;
    left: 0;
    top: 0;
}
.sectionDivider{
    margin: 20px 0;
    border-top: 2px solid #c9c9c9;
    padding-top: 20px;
}
.sectionDivider:last-of-type{
    border-bottom: 2px solid #c9c9c9;
    padding-bottom: 20px;
}
@media (min-width:768px) {
    dl {
        display: grid;
        grid-template-columns: 200px 1fr;
        row-gap: 0.5em;
    }
}   


/* ========================================
　　フッター
======================================== */
footer {
    margin-top: auto;
    padding: 50px 10px 70px;
    background-color: #f5f2e9;
    text-align: center;
}


/* ========================================
　　PC版
======================================== */
@media only screen and (min-width: 768px){

    a:hover {
        text-decoration: none;
        color: #005bac;
    }
    .brSp {
        display: none;
    }

}



/* ========================================
　　SP版
======================================== */
@media only screen and (max-width: 768px){

    main {
        margin: 30px auto 50px;
        padding: 0 18px;
    }

    /* メインコンテンツ */
    h2 {
        padding-left: 16px;
        font-size: 2.2rem;
    }
    h3 {
        font-size: 2rem;
    }
    section {
        margin-top: 40px;
    }
    .contentWrap {
        margin: 0 10px;
    }
    .section04 + .section04 {
        margin-top: 40px;
    }
    .section05 {
        margin-top: 30px;
    }
    .section05 p {
        margin-top: 2px;
    }
    /* サブコンテント */
    .subContent .subHeading {
        padding: 0 0 6px 0;
        text-align: center;
    }
    /* リンク一覧 */
    .linkList {
        gap: 14px 0;
    }
    /* テーブル */
    table th, table td {
        display: block;
        width: 100%;
        border-bottom: none;
    }
    table th {
        padding: 16px 20px 14px;
    }
    table td {
        padding: 16px 30px;
    }
    table tr:last-child td:last-child {
        border-bottom: 1px solid #999;
    }

    /* サービスページ */
    .colWrap {
        flex-direction: column;
    }
    .colWrap .colLeft {
        width: 100%;
    }
    .colWrap .colRight {
        width: 100%;
        margin: 20px 0 0 0;
    }
    /* お問い合わせ欄 */
    .contact .contactName span {
        display: block;
        font-size: 2.8rem;
    }
    /* 募集文書番号 */
    .documentNumber {
        margin-top: 30px;
    }

    /* フッター */
    footer {
        padding: 50px 10px 50px;
    }

}