* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    letter-spacing: 1px;
    color: #111;
    position: relative;
    font-family: sans-serif;
}

li {
    list-style: none;
}

img,
canvas {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

canvas {
    background-size: cover !important;
    background-position: center !important;
    vertical-align: bottom;
}

iframe {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

input[type="text"] {
    border-radius: 5px;
    height: 40px;
    font-size: 17px;
    border: 1px solid #9e9e9e;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

textarea {
    border-radius: 5px;
    border: 1px solid #9e9e9e;
    font-size: 15px;
    display: block;
    height: 180px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

select {
    border-radius: 5px;
    height: 35px;
    font-size: 15px;
    border: 1px solid #9e9e9e;
    padding: 5px 10px;
    cursor: pointer;
}

input[type="checkbox"] {
    cursor: pointer;
}

input[type="radio"] {
    cursor: pointer;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
    cursor: pointer;
}

.section1 section {
    margin-top: -100px;
    padding-top: 100px;
}

.section1 section:not(:last-child) {
    margin-bottom: 80px;
}

@media screen and (max-width:1024px) {
    body {
        margin-top: 68px;
    }

    input[type="text"],
    textarea {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    h3 {
        font-size: 17px;
    }

    dt,
    dd,
    li,
    p {
        font-size: 14px;
    }
}

.sp_only {
    display: none;
}

@media screen and (max-width: 480px) {
    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml20 {
    margin-left: 20px;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.reverse {
    flex-direction: row-reverse;
}

.red {
    color: #ec8e8e;
}

.main_color {
    color: #00632F;
}

.main_bg_color {
    background: #00632F;
}

.sub_color {
    color: #ddd;
}

.sub_bg_color {
    background: #ddd;
}

.pc_header {
    background: #221E19;
    padding: 20px 80px;
    color: #fff;
}

.h_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.h_box>div:first-child {
    width: 9%;
    display: flex;
    align-items: center;
}

.h_box>div:last-child {
    width: 87%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.h_box .main_navi ul {
    display: flex;
    flex-wrap: wrap;
}

.h_box .main_navi ul>li {
    margin-left: 40px;
    position: relative;
}

.h_box .main_navi ul>li a {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: serif;
}

.h_box .main_navi ul>li a span {
    font-size: 10px;
    display: block;
    text-transform: capitalize;
}

.h_box .main_navi ul>li.current_page_item:before {
    position: absolute;
    content: '';
    background: #00632F;
    width: 100%;
    height: 3px;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
}

.h_button {
    margin-left: 30px;
}

.h_button>a {
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    color: #fff;
    border: 1px solid;
}

@media screen and (max-width: 1024px) {
    .h_button {
        z-index: 1;
        position: relative;
        margin-left: 0;
        justify-content: center;
        margin: 20px auto 0;
        width: 80%;
    }
}

.main {
    position: relative;
    z-index: 3;
}

.single article {
    margin-bottom: 70px;
}

.single .date {
    font-family: serif;
    font-style: italic;
    margin-bottom: 30px;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
}

.single_content {
    margin-top: 30px;
}

.footer {
    position: relative;
    z-index: 3;
}

body:not(.home) .footer {
    margin-top: 80px;
}

.footer_navi a {
    color: #fff;
}

.copyright {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 30px;
    background: #100E0A;
    color: #fff;
}

/* sp */
.sp_header {
    display: none;
}

@media screen and (max-width: 1024px) {
    .pc_header {
        display: none;
    }

    .sp_header {
        display: block;
    }

    .sp_header_box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        padding: 10px;
        background: #221E19;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .sp_logo img {
        height: 40px;
    }

    .sp_main_navi .navi_menu {
        z-index: 100;
        height: 100%;
        position: fixed;
        left: -100%;
        width: 40%;
        transition: 0.3s;
        top: 73px;
        visibility: hidden;
    }

    .sp_main_navi .navi_menu:after {
        position: absolute;
        content: '';
        opacity: 0.8;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: #000;
    }

    .sp_main_navi .navi_menu ul {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1;
    }

    .sp_main_navi .navi_menu ul li:first-child {
        border-top: 1px solid #ddd;
    }

    .sp_main_navi .navi_menu ul li {
        list-style: none;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .sp_main_navi .navi_menu ul li a {
        padding: 20px 20px;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        font-size: 18px;
        display: block;
        color: #fff;
        font-family: serif;
    }

    .sp_main_navi .navi_menu ul li a span {
        font-size: 10px;
        margin-left: 10px;
    }

    .sp_navi_toggle>div {
        transition: all 0.3s;
        cursor: pointer;
        height: 45px;
        width: 45px;
        border-radius: 50px;
        padding: 12px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        background: #00632F;
    }

    .sp_navi_toggle>div span {
        transition: all 0.3s;
        box-sizing: border-box;
        height: 3px;
        width: 100%;
        float: left;
        position: relative;
        border-radius: 50px;
        background: #fff;
    }

    .sp_main_navi.open .navi_menu {
        visibility: visible;
        left: 0;
    }

    .sp_navi_toggle.open>div span:nth-child(1) {
        transform: rotate(135deg);
        margin-top: 6px;
    }

    .sp_navi_toggle.open>div span:nth-child(2) {
        display: none;
    }

    .sp_navi_toggle.open>div span:nth-child(3) {
        transform: rotate(-135deg);
        margin-top: -15px;
    }
}

@media screen and (max-width: 768px) {
    .sp_main_navi .navi_menu {
        width: 60%;
    }
}

.inner {
    width: 80%;
    margin: auto;
}

@media screen and (max-width:1024px) {
    .inner {
        width: 90%;
    }
}

.page_title {
    position: relative;
    z-index: 10;
    padding: 120px 0;
    text-transform: capitalize;
}

.page_title:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.page_title>div {
    position: relative;
    z-index: 1;
}

.page_title .title_type3 {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .page_title {
        padding: 90px 0;
    }
}

.top_title {
    font-size: 28px;
    line-height: 30px;
}

.top_title span {
    font-size: 18px;
}

.breadcrumbs {
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
    background: #f4f4f4;
    padding: 10px 0;
    font-weight: bold;
}

.breadcrumbs p {
    font-size: 13px;
}

@media screen and (max-width: 480px) {
    .breadcrumbs p {
        font-size: 10px;
    }
}

.sitemap>ul>li {
    border: 2px solid #00632F;
    margin: 20px auto;
    width: 60%;
}

.sitemap>ul>li a {
    padding: 20px 50px 20px 30px;
    display: flex;
    justify-content: space-between;
    color: #333;
    font-weight: bold;
    position: relative;
}

.sitemap>ul>li a:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #00632F;
    transition: 0.3s;
    position: absolute;
    right: 30px;
}

.sitemap>ul>li a:hover:after {
    right: 10px;
}

.sitemap>ul>li>ul>li {
    border-top: 2px solid #00632F;
}

@media screen and (max-width:1024px) {
    .sitemap>ul>li {
        width: 100%;
    }

    .sitemap>ul>li a {
        padding: 20px 70px 20px 30px;
    }
}

.contact {
    margin-top: 60px;
}

.contact table {
    margin-bottom: 80px;
}

.contact_button {
    text-align: center;
}

.contact input[type="submit"],
.contact button {
    cursor: pointer;
    transition: 0.5s;
    border: none;
    padding: 10px 50px !important;
    font-size: 20px;
    color: #fff;
    border: none;
    appearance: button;
    -webkit-appearance: none;
    border-radius: 0;
    background: #00632F;
}

.contact input[type="submit"]:hover,
.contact button:hover {
    opacity: 0.7;
}

.asterisk {
    color: #ff3535;
}

.error404 .main {
    text-align: center;
}

.error404_button {
    font-weight: bold;
    padding: 10px 60px;
    display: inline-block;
    color: #fff;
    transition: 0.3s;
    margin-top: 60px;
    background: #00632F;
}

.error404_button:hover {
    opacity: 0.7;
}

.top_main_visual {
    margin-bottom: 80px;
}

.top_slider {
    position: relative;
    width: 100%;
}


.top_slider canvas {
    background-attachment: fixed;
}

.slider_text {
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    color: #fff;
}

.slider_text h2 {
    font-size: 50px;
    letter-spacing: 5px;
    line-height: 1;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 20px 50px;
    font-family: 'hirakakuStdW8_0';
}

.slider_text h2 span {
    position: relative;
    color: #fff;
    z-index: 1;
}


.slider_text h2:before {
    position: absolute;
    content: '';
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.slider_text p {
    font-size: 30px;
    display: block;
    margin-top: 40px;
    font-weight: bold;
    letter-spacing: 8px;
    line-height: 1.9;
    z-index: 1;
    position: relative;
    font-family: serif;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .slider_text {
        width: 90%;
    }

    .slider_text:before {
        width: 390px;
        height: 390px;
        left: -50px;
    }

    .slider_text h2 {
        font-size: 30px;
        line-height: 1.6;
    }

    .slider_text p {
        font-size: 20px;
    }
}

.main_slider {
    display: none;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main_slider:before {
    position: absolute;
    content: '';
    background: #000;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.main_slider canvas {
    width: auto;
    height: 46vw;
    background-position: center !important;
    background-attachment: fixed !important;
}

.main_slider.slick-initialized {
    display: block;
}

.main_slider_arrow {
    width: 60px !important;
    height: auto !important;
}

@media screen and (max-width:1024px) {
    .main_slider div {
        width: 100%;
        height: auto;
    }

    .main_slider canvas {
        height: 75vw;
        background-attachment: unset !important;
    }
}

@media screen and (max-width: 768px) {
    .main_slider img {
        margin: 0 20px;
    }

    .main_slider canvas {
        height: 115vw;
        background-attachment: unset !important;
    }
}

.single_pagination {
    display: flex;
    justify-content: center;
}

.single_pagination a {
    color: #fff;
    padding: 10px 22px;
    margin: 0 15px;
    background: #00632F;
}

.archive_title {
    text-transform: uppercase;
}

.archive_title,
.single_title {
    font-size: 25px;
    margin-bottom: 30px;
}

.archive_pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.archive_pagination .page-numbers {
    border: 1px solid #00632F;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.archive_pagination .page-numbers:not(.next):not(.prev) {
    width: 35px;
    height: 35px;
}

.archive_pagination .page-numbers.next,
.archive_pagination .page-numbers.prev {
    width: 80px;
}

.archive_pagination .current {
    color: #fff;
    border: 1px solid #000;
    background: #00632F;
}

.archive_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.archive_list li {
    width: 100%;
}

.archive_list li:not(:last-child) {
    border-bottom: 1px dotted #707070;
}

.archive_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}

.archive_list li:not(:last-child) a {
    padding-bottom: 10px;
}

.archive_list li:not(:first-child) a {
    padding-top: 20px;
}

.archive_list li time {
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 3px;
}

.archive_list li p {
    font-size: 16px;
    font-weight: normal;
    width: 90%;
}

@media screen and (max-width: 480px) {

    .archive_title,
    .single_title {
        font-size: 24px;
    }
}

.mw_wp_form_confirm .confirm_none {
    display: none;
}

.contact_form {
    margin-top: 60px;
    margin-bottom: 50px;
    border: 1px solid #ddd;
}

.contact_form dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_form dl:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.contact_form dl dt {
    width: 25%;
    font-weight: bold;
    padding: 20px;
    background: #00632F;
    color: #fff;
}

.contact_form dl dd {
    width: 75%;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .contact_form dl dt {
        width: 100%;
    }

    .contact_form dl dd {
        width: 100%;
    }
}

.information {
    padding: 120px 80px;
    position: relative;
    background: #221E19;
    color: #fff;
}

.information a {
    color: #fff;
}

.information .inner {
    position: relative;
    z-index: 1;
}

.information_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f_info {
    width: 18%;
}

.f_info p {
    font-size: 15px;
}

.f_info dl {
    font-size: 13px;
    display: flex;
}

.f_map {
    width: 35%;
}

.f_map iframe {
    width: 100%;
    height: 20vw;
}

.f_logo {
    margin-bottom: 30px;
}

.f_logo img {
    width: 130px;
}

.f_navi {
    width: 37%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f_navi .f_navi_l {
    width: 50%;
}

.f_navi h3 {
    font-weight: bold;
    font-size: 19px;
    display: block;
    padding-bottom: 3px;
}

.f_navi ul li:not(:last-child) {
    margin-bottom: 15px;
}

.f_navi ul li a {
    font-weight: bold;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}

.f_navi ul li a:before {
    position: absolute;
    content: '>';
    /* background: #fff;
    width: 10px;
    height: 2px; */
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.f_contact {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    display: block;
    background: url(../images/bg1.png) center / cover;
}

.f_contact .inner {
    position: relative;
}

.f_contact,
.f_contact a {
    color: #fff;
}

.f_contact:before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.f_contact_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f_contact_box>div:first-child {
    width: 46%;
    text-align: center;
    font-weight: bold;
}

.f_contact_box>div:last-child {
    width: 46%;
}

.f_tel {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.f_tel i {
    font-size: 45px;
    margin-right: 15px;
}

.f_tel img {
    width: 60px;
    margin-right: 15px;
}

@media screen and (max-width: 768px) {
    .information {
        padding: 100px 20px;
    }

    .f_info {
        width: 100%;
        margin-bottom: 40px;
    }

    .f_navi {
        width: 100%;
    }

    .f_navi>ul {
        width: 45%;
    }

    .f_navi>ul:not(:last-child) {
        margin-bottom: 40px;
    }

    .f_navi ul li a {
        font-size: 12px;
    }

    .f_navi h3 {
        font-size: 17px;
    }

    .f_contact_box>div:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    .f_contact_box>div:last-child {
        width: 100%;
    }

    .f_tel {
        font-size: 30px;
    }

    .f_tel img {
        width: 40px;
    }

    .f_tel i {
        font-size: 30px;
    }

    .f_map {
        width: 100%;
        margin-bottom: 30px;
    }

    .f_map iframe {
        height: 70vw;
    }
}

.main_title {
    margin-bottom: 40px;
}

.main_title .char1 {
    text-transform: capitalize;
}

@media screen and (max-width: 480px) {
    .main_title {
        margin-bottom: 40px;
    }
}

.main_button {}

.privacypolicy_list {
    margin-top: 60px;
    margin-bottom: 30px;
}

.privacypolicy_list>li {
    font-size: 15px;
}

.privacypolicy_list>li:not(:last-child) {
    margin-bottom: 50px;
}

.privacypolicy_list>li h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #00632F;
}

.privacy_contact dl {
    display: flex;
    flex-wrap: wrap;
}

.privacy_contact dl:not(:last-child) {
    margin-bottom: 20px;
}

.privacy_contact dl dt {
    width: 140px;
}

.privacy_contact dl dd {}

/* NEWS */
.top_news {
    position: relative;
    padding-top: 150px;
    overflow: hidden;
}

.top_news:before {
    position: absolute;
    content: '';
    background: #FFFDDE;
    width: 103%;
    height: 380px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 51%;
}

.t_news_content {
    background: #FFFDDE;
    padding-bottom: 150px;
}

.t_news_content .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.t_news_content .inner>div:first-child {
    width: 48%;
}

.t_news_content .inner>div:last-child {
    width: 48%;
}

.top_news .inner {
    position: relative;
}

.news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_list li {
    border-bottom: 2px dotted #00632F;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.news_list li:not(:last-child) {}

.news_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}

.news_list li p {
    font-size: 16px;
    width: 100%;
}

.news_list li time {
    font-size: 14px;
    width: 100%;
    display: block;
}

.news_text {
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .top_news:before {
        border-radius: 80px 80px 0 0;
    }

    .t_news_content .inner>div:first-child {
        width: 100%;
        margin-bottom: 80px;
    }

    .t_news_content .inner>div:last-child {
        width: 100%;
    }

    .news_list li {
        width: 100%;
    }

    .news_text {
        padding: 13px;
    }

    .news_list li p {
        width: 100%;
        font-size: 14px;
    }

    .news_list li time {
        width: 100%;
        font-size: 14px;
    }

    .news_image {
        height: 55vw;
    }
}

.top_about {
    margin-bottom: 100px;
}

.top_service {
    margin-bottom: 100px;
}

.top_works {
    margin-bottom: 100px;
}

.t_works_slide {
    overflow-x: clip;
    padding-bottom: 60px;
}

.t_works_slide_image {}

.t_works_slide_image canvas {
    width: 100%;
    height: 19vw;
}

.t_works_slide_image .slick-list {
    overflow: visible;
}

.t_works_slide_image .slick-slide {
    transition: 0.3s;
    border: 1px solid;
    margin: 0 10px;
}

.t_works_slide_image .slick-center {}

.t_works_slide_image .slick-center canvas {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {
    .t_works_slide_image canvas {
        height: 18vw;
    }

    .t_works_slide_image .slick-slide {
        margin: 0 3px;
    }
}

.top_greeting {
    margin-bottom: 300px;
    position: relative;
}

.t_greeting_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.t_greeting_content>div:first-child {
    width: 50%;
}

.t_greeting_content>div:first-child h3 {
    font-size: 26px;
    margin-bottom: 30px;
}

.t_greeting_content>div:last-child {
    width: 44%;
}

.t_greeting_content>div:last-child img {
    width: 100%;
}

.t_greeting_img {
    position: absolute;
    bottom: -200px;
    left: 50px;
    width: 390px;
}

@media screen and (max-width: 768px) {
    .t_greeting_content>div:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    .t_greeting_content>div:last-child {
        width: 100%;
    }

    .t_greeting_img {
        width: 320px;
    }
}

.t_about_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.t_about_content li {
    width: 32.5%;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.t_about_content li:before {
    position: absolute;
    content: '';
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.2s;
}

.t_about_content li:hover:before {
    opacity: 0.4;
}

.t_about_content li a {
    padding: 160px 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    position: relative;
}

.t_about_content li a:before {
    position: absolute;
    content: '';
    width: 92%;
    height: 92%;
    border: 2px solid;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.t_about_content li:nth-child(1) {
    background: url(../images/top_bg1.png) center / cover;
}

.t_about_content li:nth-child(2) {
    background: url(../images/top_bg2.png) center / cover;
}

.t_about_content li:nth-child(3) {
    background: url(../images/top_bg3.png) center / cover;
}

@media screen and (max-width: 768px) {
    .t_about_content li {
        width: 100%;
    }

    .t_about_content li a:before {
        width: 93%;
    }
}

.inspection_box>li:not(:last-child) {
    margin-bottom: 80px;
}

.works_slide {}

.works_slide>li {
    margin-bottom: 60px;
}

.works_slide .slider_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.works_slide .slider_wrap img,
.works_slide .slider_wrap canvas {
    width: 100%;
}

.works_slide .slider_wrap .slider {
    width: 48%;
}

.works_slide .slider_wrap .slider-thumbnail {
    width: 48%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.works_slide .slider_wrap .slider-thumbnail:before {
    content: '';
    width: 23%;
    order: 1;
}

.works_slide .slider_wrap .slider-thumbnail:after {
    content: '';
    width: 23%;
}

.works_slide .slider_wrap .slider-thumbnail li {
    width: 23%;
    height: 6vw;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}

.works_slide .slider_wrap .slider-thumbnail li:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
}

.works_slide .slider_wrap .slider-thumbnail li.thumbnail-current:after {
    opacity: 0;
}

.works_slide .slider_wrap .slider-thumbnail li canvas {
    height: 100%;
}

.salary-dl-main {}

dl.salary-dl-main>dt {
    margin: 0;
    padding: 6px 0 6px 8px;
    background: #EFEFEF;
    font-weight: bold;
}

dl.salary-dl-main>dd {
    margin: 7px 0 0 0;
    padding: 0 0 10px 10px;
}

dl.salary-dl-main>dd:last-child {
    padding: 0 0 0 10px;
}

dl.salary-dl-sub>dt {
    font-weight: bold;
    color: #00632F;
}

dl.salary-dl-sub>dt:not(:first-child) {
    margin-top: 10px;
}

dl.jddl-pdleftg0 {
    margin: 0;
    padding: 2px 10px 0 0;
}

dl.jddl dd,
dl.jddl-pdleftg0 dd {
    margin: 0;
    padding: 0 0 10px 10px;
}

dl.jddl dt::before,
dl.jddl-pdleftg0 dt::before {
    content: "▼";
    color: #00632F;
}