html {
    font-size: 62.5%;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    height: 100%;
}

body {
    font-size: 1.5rem;
    line-height: 1.4;
    background-color: #fff;
    color: #4C4948;
    height: 100%;
}

.pc {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

.bold {
    font-weight: bold;
}

.textWhite {
    color: #fff;
}

.bg01 {
    background-color: #008B4F;
}

.small01 {
    font-size: 0.9em;
}

.large2 {
    font-size: 2rem;
}

.large22 {
    font-size: 2.2rem;
}

.large24 {
    font-size: 2.4rem;
}

.large_2em {
    font-size: 1.2em;
}

.mgt10 {
    margin-top: 10px;
}

.mgt20 {
    margin-top: 20px;
}

.mgt30 {
    margin-top: 30px;
}

.mgt40 {
    margin-top: 40px;
}

.mgt100 {
    margin-top: 100px;
}

.mgi_auto {
    margin-inline: auto;
}

.pdt40 {
    padding-top: 40px;
}

.textL {
    text-align: left;
}

.textR {
    text-align: right;
}

.textC {
    text-align: center;
}

.i_block {
    display: inline-block;
}

.max1000 {
    max-width: 1000px;
}

.list01 li {
    padding-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}

.btn01 {
    display: block;
    background-color: #A81B4C;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0.7em;
    outline: 1px solid #fff;
    outline-offset: -3px;
    text-align: center;
}

.title01 {
    background-color: #71BB48;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 0.6em;
    margin-bottom: 40px;
}

.title01::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #71BB48 transparent transparent transparent;
    border-width: 30px 30px 0 30px;
}

.title01_2 {
    background-color: #765730;
}

.title01_2::after {
    border-color: #765730 transparent transparent transparent;
}

.title02 {
    color: #A81B4C;
    font-size: 2rem;
    font-weight: bold;
}

.title03 {
    color: #765730;
    border-bottom: 2px solid #765730;
    font-weight: bold;
    padding-bottom: 5px;
}

.title04 {
    color: #fff;
    background-color: #765730;
    font-weight: bold;
    padding: 1%;
}

.title05 {
    border: 1px solid #fff;
    padding: 0.2em;
    font-weight: bold;
    font-size: 1.6rem;
}

.wrapper {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 2%;
}

.flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header {
    background-color: #008B4F;
    padding: 25px 4% 10px;
    position: relative;
}

.logo01 {
    max-width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.logo02 {
    max-width: 240px;
    margin-left: auto;
}

.mv {
    width: 100%;
    height: calc(100vh - 60px);
    background-image: url(../images/main_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
}

@supports (background-image: url(../images/main_bg.jpg)) {
    .mv {
        background-image: url(../images/main_bg.webp);
    }
}

.copy {
    margin-top: 100px;
    max-width: 700px;
    padding: 2%;
}

.copy2 {
    position: absolute;
    bottom: 10px;
    padding: 2% 2% 0;
    max-width: 600px;
    width: 90%;
}

.mv_ic {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 80px;
    margin: 2%;
}

.info {
    background-color: #008B4F;
    text-align: center;
    padding: 2% 4%;
}

.highlight01 {
    color: #FFED61;
    font-size: 2.4rem;
    font-weight: bold;
}


.miryoku {
    padding-top: 40px;
}

.title_miryoku {
    position: relative;
    padding-left: 70px;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 10px;
    padding-top: 5px;
}

.title_miryoku::before {
    content: "";
    width: 60px;
    height: 56px;
    background-image: url(../images/miryoku01.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.title_miryoku02::before {
    background-image: url(../images/miryoku02.png);
}

.title_miryoku03::before {
    background-image: url(../images/miryoku03.png);
}

.title_miryoku04::before {
    background-image: url(../images/miryoku04.png);
}

.miryoku_content {
    margin-top: 20px;
}

.miryoku_text {
    line-height: 1.5;
    margin-top: 10px;
}

.box01 {
    border: solid 1px #765730;
    outline: solid 4px #765730;
    outline-offset: 3px;
    margin: 30px 7px 7px;
    padding: 2%;
}

.box02 {
    background-color: #F2EDE6;
    padding: 2%;
}

.table01 {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    overflow-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
}

.table01 tr {
    border-bottom: #765730 1px solid;
}

.table01 .noBorder {
    border-bottom: none;
}

.table01 th {
    padding: 0.5em 0.2em 0.2em;
    display: block;
}

.table01 td {
    padding: 0.5em 0.2em 0.2em;
    display: block;
}

.group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.group li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 10px;
    background-color: #008B4F;
    color: #fff;
    padding: 10px;
}

.agency {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.agency li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 10px;
    border: #765730 1px solid;
    padding: 20px;
    text-align: center;
    font-weight: bold;
}


.footer {
    padding: 2%;
    background-color: #008B4F;
    text-align: center;
    color: #fff;
    margin-top: 100px;
}

.logo_footer {
    max-width: 350px;
    margin-inline: auto;
}

.linkbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    font-size: 3rem;
}

.linkbtn.mail {
    width: 100%;
    height: 40px;
    font-size: 1.2rem;
    border: solid 1px #FFFFFF;
    background-color: #847c0e;
    margin-top: 1em;
    color: #FFFFFF;
}


/* 500px以下にのみ適用 */
@media screen and (max-width: 500px) {
    .sp_textL {
        text-align: left;
    }
}

/* 以下PC用記述 */
@media screen and (min-width: 960px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    .logo01 {
        max-width: 120px;
    }

    .mv_ic {
        max-width: 100px;
    }

    .btn01 {
        font-size: 3rem;
    }

    .title01 {
        font-size: 3.4rem;
    }

    .title02 {
        font-size: 2.2rem;
    }

    .flex60 {
        width: 58%;
    }

    .flex40 {
        width: 40%;
    }

    .highlight01 {
        font-size: 3rem;
    }

    .miryoku {
        display: flex;
        justify-content: space-between;
    }

    .title_miryoku {
        font-size: 2.5rem;
        padding-top: 0;
    }

    .miryoku_img {
        width: 47%;
    }

    .miryoku_content {
        width: 50%;
        margin-top: 0;
    }

    .miryoku_text {
        line-height: 2;
        margin-top: 20px;
    }

    .table01 th {
        display: table-cell;
    }

    .table01 td {
        display: table-cell;
    }

    .w20 {
        width: 20%;
    }

    .w80 {
        width: 80%;
    }

    .group {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .agency {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}