main {
    background-color: white;
    height: auto;
    position: relative;
    z-index: 50;
    top: 100px;
}
@media screen and (max-width: 1590px) {
    main {
        top: 200px;
    }
}
@media screen and (max-width: 1000px) {
    main {
        top: 100px;
    }
}

a {
    text-decoration: none;
    color: black;
}

.main_title {
    display: grid;
    align-items: center;
    color: white;
    background-color: rgb(14, 154, 14);
    font-size: 2rem;
    height: 90px;
    padding-left: 11%;
    margin: 0;
}

.breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    padding: 0;
    padding-left: 10%;
    font-size: 1em;
}
.home_icon {
    width: 1rem;
    height: 1rem;
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
}


.breadcrumb-001 li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-repeat: no-repeat;
    content: '';
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #1fab03;
    border-right: 1px solid #1fab03;
    content: '';
}

.breadcrumb-001 a {
    color: #1fab03;
    text-decoration: none;
}



.main_body {
    display: grid;
    grid-template-areas:
        "sub_link main_text";
    grid-template-columns: 300px 900px;
    grid-template-rows: 500px 3100px;
    padding-top: 50px;
    padding-left: 190px;
}
@media screen and (max-width: 1590px) {
    .main_body {
        grid-template-columns: 200px 700px;
        grid-template-rows: 500px 2900px;
        padding-left: 100px;
    }
}
@media screen and (max-width: 1000px) {
    .main_body {
        grid-template-areas:
            "main_text";
        grid-template-columns: 500px ;
        grid-template-rows: 3000px;
        padding-left: 0px;
    }
}
@media screen and (max-width: 600px) {
    .main_body {
        grid-template-areas:
            "main_text";
        grid-template-columns: 350px ;
        grid-template-rows: 3000px;
        padding-left: 0px;
    }
}

.main_body .body_sub {
    grid-area: sub_link;
    text-align: left;
}
@media screen and (max-width: 1000px) {
    .main_body .body_sub {
        display: none;
    }
}

.main_body .body_sub h2{
    display: flex;
    justify-content: left;
    align-items: center;
    border-bottom: 1px solid black;
}

.main_body .body_sub p{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 40px;
    padding-left: 10px;
    font-size: 1.0rem;
    color: black;
    border-bottom: 1px solid rgb(158, 158, 158);
}
.main_body .body_sub p:hover{
    text-decoration: underline;
    background-color: rgb(237, 237, 237);
}
.select_list{
    background-color: rgb(237, 237, 237);
}

.main_body .body_text {
    grid-area: main_text;
    padding-left: 100px;
    width: 100%;
    max-height: auto;
}
@media screen and (max-width: 1000px) {
    .main_body .body_sub {
        padding-left: 0px;
    }
}
.main_body .body_text p{
    font-size: 1.2rem;
    font-weight: normal;
    font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans JP', sans-serif;
}


.ceo_name {
    font-size: 1.5rem;
    font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans JP', sans-serif;
}

.body_img {
    width: 300px;
    height: 200px;
}

.sub_header {
    color: #1b9602;
    font-size: 20px;
}




.facility_header {
    display: flex; /* 親要素をFlexコンテナにする */
    justify-content: left;
    align-items: center;
    gap: 10px; /* 子要素間の隙間を設定（任意、最近のCSSで便利） */
    padding: 10px;
    max-width: 900px;
    margin: 0px 0px;
    height: 50px;
    border-bottom: solid 1px rgb(89, 89, 89);
}

.facility_img {
    max-width: 50px; /* 画像の最大幅を指定 */
    padding-top: 7px;
    height: auto;
}

.facility_text {
    flex: 1; /* 利用可能なスペースを占めるように設定（任意） */
    background-color: #ffffff;
    font-size: 24px;
}

.surface_analysis {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.surface_photo1 {
    width: 400px;
    height: 300px;
}
.surface_photo2 {
    width: 400px;
    height: 300px;
}

.surface_analysis2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.surface_photo3 {
    width: 400px;
    height: 300px;
}
.surface_photo4 {
    width: 400px;
    height: 300px;
}

.surface_analysis3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.surface_photo5 {
    width: 400px;
    height: 300px;
}

.surface_analysis4 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.surface_photo6 {
    width: 400px;
    height: 300px;
}
.surface_photo7 {
    width: 400px;
    height: 300px;
}
.surface_photo8 {
    width: 400px;
    height: 300px;
}


@media screen and (max-width: 1590px) {
    .surface_photo1, .surface_photo2, .surface_photo3, .surface_photo4, .surface_photo8, .surface_photo9 {
        width: 350px;
        height: 250px;
    }
    .surface_photo5, .surface_photo6, .surface_photo7, .surface_photo10, .surface_photo11 {        
        width: 250px;
        height: 150px;
    }
}
@media screen and (max-width: 1000px) {
    .surface_photo1, .surface_photo2, .surface_photo3, .surface_photo4, .surface_photo8, .surface_photo9 {
        width: 300px;
        height: 200px;
    }
    .surface_photo5, .surface_photo6, .surface_photo7, .surface_photo10, .surface_photo11 {
        width: 200px;
        height: 100px;
    }
}
@media screen and (max-width: 600px) {
    .surface_photo1, .surface_photo2, .surface_photo3, .surface_photo4, .surface_photo8, .surface_photo9 {
        width: 200px;
        height: 120px;
    }
    .surface_photo5, .surface_photo6, .surface_photo7, .surface_photo10, .surface_photo11 {
        width: 150px;
        height: 80px;
    }
}
