
body {
    margin: 0;
    background-color: #FFFAFA;
}

main {
    max-width: 1000px;
    margin: 30px auto 30px;
    padding: 0 8px;
}

img {
    width: 100%;
}

p {
    max-width: 40em;
    font-weight: 500;
    font-size: 16px;
}

section {
    margin-bottom: 60px;
}

.fv_company {
    margin: 0 auto;
    position: relative;
    max-width: 1280px;
}

.fv_company img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    max-height: 400px;
}

@media screen and (min-width: 1000px){
    .fv_company img {
        object-position: 50% 80%;
    }
}

.fv_area {
    background-color: #FFFAFA;
    width: fit-content;
    left: 20px;
    border-radius: 10px 10px 0 0;
    top: -50px;
    overflow: hidden;
}

@media screen and (min-width: 900px){
    .fv_area  {
      left: 16px;
  }
}

@media screen and (min-width: 1000px){
      .fv_area  {
        left: 16px;
        width: fit-content;
    }
}

.box_travel {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.fv_company h1 {
    margin: 0 0 0 10px;
    padding: 8px 16px;
    background-color: #FFFAFA;
    font-size: 22px;
}
  
.fv_company .fv_area p {
    color: #32865F;
    margin: -20px 0 0 30px;
    background-color: #FFFAFA;
}

@media (min-width: 600px) {
    .fv_company h1 {
        font-size: 24px;
    }
}


/* 言語切り替え */

.language {
    background-color: #32865F;
    width: 100px;
    height: 50px;
    border-radius: 12px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.s {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 0 10px;
    text-align: left;
}

.l {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0;
}

.l::before {
    content: "";
    display: block;
    background: url(Polygon.png) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
}

@media (min-width: 600px) {
    .language {
        right: 10%;
    }
}

.finish {
    width: fit-content;
    margin: 0 auto;
    padding: 16px;
    font-size: 1.5rem;
    font-weight: bold;
    border: 1px solid black;
    margin-bottom: 80px;
}

/*  */
.heading {
    text-align: center;
    color: #32865F;
    font-size: 22px;
    font-weight: 600;
}

.head-span {
    display: inline-block;
}

.h2_head {
    font-size: 18px;
    font-weight: 600;
}

.tenant_text {
    border: 1px solid #32865F;
    border-radius: 10px;
    padding: 8px;
    margin: 0 auto 30px;
}

.insert img {
    height: 170px;
    object-fit: cover;
}

/* ボタンエリア */

.page_nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 30px auto 0;
    padding: 8px;
}

.t_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(315deg, #379E6E, #72CBA5 60%, #1C835B 100%) no-repeat center;
    background-position-x: 0px;
    background-size: 350% 200%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 8px;
    height: 40px;
}

.t_btn:hover {
    background-position-x: -70px;
    background-size: 350px 200px;
    transition: 0.4s;
}

.t_btn::after {
    content: "";
    display: block;
    background: url(under_arrow.png) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 20px;
}

@media (min-width: 600px) {
    .page_nav {
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 700px;
    }
}

h2 {
    color: #32865F;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #32865F;
    padding: 8px 16px;
    width: fit-content;
}


/* テナントエリア紹介 */

.area_img {
    max-width: 700px;
    display: block;
    margin: 0 auto;
}

.area-intro {
    padding: 0;
}

.area-intro li {
    list-style: none;
    margin-top: 40px;
}

.up hgroup h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.up hgroup p {
    font-size: 12px;
    font-weight: 500;
    color: #32865F;
    margin: 0;
    margin-top: -8px;
}

.down img {
    width: 70%;
}

.down .right {
    margin-right: 0;
    margin-left: 30%;
}

.attention {
    color: #BB1E1E;
}

@media (min-width: 600px) {
    .area-intro li {
        display: flex;
        gap: 10px;
        justify-content: space-evenly;
    }

    .up {
        flex-basis: 45%;
    }

    .down {
        flex-basis: 50%;
    }

    .up p {
        max-width: 450px;
    }

    .down img {
        margin-left: 30%;
    }

    .down .right {
        margin-left: 0;
    }
}

/* 募集エリア */

.scroll {
    overflow-x: scroll;
}

table {
    border: 2px solid;
    width: 720px;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid;
    padding: 4px 12px;
    width: fit-content;
}

.file {
    display: flex;
    align-items: center;
    gap: 8px;
}

.file::before {
    content: "";
    display: block;
    background: url(pdf-img.png) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
}

.pc_non {
    color: #BB1E1E;
}

@media (min-width: 730px) {
    .pc_non {
        display: none;
    }
}

/* 要項 */

.list_contents {
    border: 2px solid #32865F;
    border-radius: 10px;
    max-width: 750px;
    margin: 0 auto;
}

.green_head {
    background-color: #32865F;
    padding: 4px 8px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list_icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
}

.list_icon .p-line {
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    transition: all .5s;
}

.p-line:nth-of-type(1) {
    top: 50%;
    transform: rotate(90deg);
}

.p-line:nth-of-type(2) {
    top: 50%;
}

.green_head p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.contents {
    padding: 0 8px;
    height: 0;
    overflow: hidden;
    margin: 0;
}

.contents > div {
    max-width: 650px;
    margin: 0 auto 30px;
}

.contents dt {
    font-weight: 600;
}

.contents dd {
    max-width: 40em;
}

.contents dd > p {
    max-width: unset;
}

@media (min-width: 700px) {
    .no {
        display: none;
    }

    .list_icon {
        display: none;
    }

    .contents {
        height: auto;
    }

    .green_head {
        border-radius: 6px 6px 0 0;
    }
}

/* クリックイベント */

.list_contents.on .p-line:nth-of-type(1) {
    transform: rotate(0deg);
}

.list_contents.on .contents {
    height: auto;
}

.list_contents.on .green_head {
    border-radius: 6px 6px 0 0;
}


/* スケジュール */
.schedule_con dt {
    font-weight: 600;
}

@media (min-width: 450px) {
    .schedule_con {
        display: table;
        margin: 0 auto;
    }

    .schedule_con > div {
        display: table-row;
        margin: 0;
    }

    .schedule_con > div dt,
    .schedule_con > div dd {
        display: table-cell;
        height: 40px;
        vertical-align: middle;
    }

    .schedule_con > div dd {
        padding-left: 30px;
    }
}





/* 運営 */

@media (min-width: 450px) {
    .operation {
        display: table;
        margin: 0 auto;
        border: 1px solid;
    }

    .operation > div {
        display: table-row;
        margin: 0;
    }

    .operation > div dt,
    .operation > div dd {
        display: table-cell;
        height: 40px;
        vertical-align: middle;
        border-bottom: 1px solid #000;
        padding: 4px 12px;
    }

    .operation > div dt {
        width: 150px;
        border-right: 1px solid #000;
    }
}


.btn_con {
    width: 200px;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .btn_con {
        width: 250px;
    }
}

.btn_con .t_btn::after {
    background: url(Arrow.png) no-repeat center;
    width: 28px;
    height: 20px;
    background-size: contain;
}


/* 追従 */
.banner {
    position: fixed;
    bottom: 4px;
    right: 5%;
}

.banner_btn {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 4px 12px;
    background-color: #32865F;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 170px;
}

.banner_btn::after {
    display: block;
    content: "";
    background: url(./Polygon.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
}