@charset "UTF-8";



/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
	position: relative;
    overflow: hidden;
}
/* ---- wrap ---- */
.top-kv .wrap {
    position: absolute;
    left: 50%;
    bottom: -1.2rem;
    z-index: 99;
    transform: translate(-50%,0);
    color: #fff;
    font-family: var(--font-Syne);
    font-weight: 900;
    font-size: 6.2rem;
    line-height: 1;
    white-space: nowrap;
    opacity: 0.9;
}
@media screen and (max-width: 768px) {
    .top-kv .wrap {
        bottom: -0.45rem;
        font-size: 2.2rem;
    }
}



/* -------------------------------------------

concept

------------------------------------------- */
.top-concept {
    background: url(../img/bg-triangel-1.png) no-repeat center bottom;
    background-size: 100% auto;
    background-color: var(--bg-beige);
    padding: 16rem 12rem 10rem 10rem;
}
@media screen and (max-width: 768px) {
    .top-concept {
        padding: 10rem 3rem;
    }
}
/* ---- h2 ---- */
.top-concept h2 {
    font-family: var(--font-Syne);
    font-weight: 900;
    font-size: 5.6rem;
    color: #8C7356;
	line-height: 1;
}
@media screen and (max-width: 768px) {
    .top-concept h2 {
        font-size: 4rem;
        margin-bottom: 3rem;
    }
}
/* ---- wrap ---- */
.top-concept .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-left: 8rem;
}
.top-concept .wrap > figure {
    width: 40%;
}
.top-concept .wrap > div {
    width: 52%;
    padding-top: 4.5rem;
}
.top-concept .wrap > div p {
    margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
	.top-concept .wrap {
        display: block;
        padding-left: 0;
    }
    .top-concept .wrap > figure {
        width: 100%;
    }
    .top-concept .wrap > div {
        width: 100%;
        padding-top: 3rem;
    }
    .top-concept .wrap > div p {
        margin-bottom: 4rem;
    }
    .top-concept .more-wrap {
        display: flex;
        justify-content: center;
    }
}



/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
	padding: 4rem 0 4rem 0;
}
@media screen and (max-width: 768px) {
    .top-menu {
        padding: 8rem 3rem;
    }
}
/* ---- ul ---- */
.top-menu ul {
    width: 90%;
    margin: 0 auto 6rem auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.top-menu ul li {
    width: 47%;
    border: solid 0.1rem #C5B090;
    display: flex;
    align-items: center;
}
.top-menu ul li:nth-child(1) {
    margin-right: 6%;
    margin-top: 3rem;
}
.top-menu ul li:nth-child(3) {
    margin-top: 6%;
}
.top-menu ul li > figure {
    width: 60%;
}
.top-menu ul li > dl {
    width: 40%;
    padding-left: 2.5rem;
}
.top-menu ul li > dl dt {
    margin-bottom: 6rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
}
.top-menu ul li > dl dt .en {
    font-family: var(--font-Syne);
    font-weight: 900;
    font-size: 2.2rem;
    border-bottom: solid 0.1rem #C5B090;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
    .top-menu ul {
        width: 100%;
        margin: 0 auto 4rem auto;
        display: block;
    }
    .top-menu ul li {
        width: 100%;
        display: block;
    }
    .top-menu ul li:not(:last-child) {
        margin-bottom: 3rem;
    }
    .top-menu ul li:nth-child(1) {
        margin-right: 0;
        margin-top: 0;
    }
    .top-menu ul li:nth-child(3) {
        margin-top: 0;
    }
    .top-menu ul li > figure {
        width: 100%;
    }
    .top-menu ul li > dl {
        width: 100%;
        padding: 2.5rem;
    }
    .top-menu ul li > dl dt {
        margin-bottom: 2.5rem;
    }
    .top-menu ul li > dl dt .en {
        font-size: 2.8rem;
        margin-bottom: 1.3rem;
    }
}
/* ---- more ---- */
.top-menu .more-wrap {
    display: flex;
    justify-content: center;
}



/* -------------------------------------------

gallery

------------------------------------------- */
.top-gallery {
	padding: 14rem 0 0 0;
    background:
        url(../img/bg-triangel-1.png) no-repeat right bottom;
    background-size:
        100% auto;
    background-color: var(--bg-beige);
    position: relative;
}
@media screen and (max-width: 768px) {
	.top-gallery {
        padding: 14rem 0 0 0;
    }
}
.top-gallery::before {
    content: "";
    width: 100%;
    height: 20rem;
    background: url(../img/bg-triangel-2.png) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.top-gallery::after {
    content: "";
    width: 60%;
    height: 68rem;
    background: var(--bg-grey);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
@media screen and (max-width: 768px) {
    .top-gallery::after {
        width: 68%;
        height: 41.5rem;
    }
}
.top-gallery > * {
    position: relative;
    z-index: 100;
}
/* ---- wrap ---- */
.top-gallery .wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 12rem;
}
@media screen and (max-width: 768px) {
    .top-gallery .wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: 0;
        padding: 0 3rem;
    }
}
/* ---- h2 ---- */
.top-gallery h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.top-gallery h2 i {
    font-size: 1.8rem;
    margin-bottom: 0.7rem;
}
@media screen and (max-width: 768px) {
    .top-gallery h2 {
        margin-bottom: 2rem;
    }
}
/* ---- more ---- */
.top-gallery .more-wrap {
    margin-right: 1.5rem;
}
/* ---- p ---- */
.top-gallery > p {
    font-family: var(--font-Syne);
    font-weight: 900;
    font-size: 2.4rem;
    color: #fff;
    padding-left: 3.5rem;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}
.top-gallery > p i {
    margin-left: 12rem;
}
@media screen and (max-width: 768px) {
    .top-gallery > p {
        font-size: 2rem;
        padding-left: 3rem;
        margin: 3rem 0;
    }
}




/* -------------------------------------------

staff

------------------------------------------- */
.top-staff {
	padding: 14rem 0 10rem 0;
}
/* ---- wrap ---- */
.top-staff .wrap {
	width: 79%;
    margin: 0 auto 8rem auto;
    position: relative;
}
@media screen and (max-width: 768px) {
    .top-staff {
        padding: 14rem 0 8rem 0;
    }
    .top-staff .wrap {
        width: 80%;
        margin: 0 auto 5rem auto;
    }
}
.top-staff dl dt {
    margin: 1.2rem 0 0.5rem 0;
    font-family: var(--font-Syne);
    font-weight: 900;
    font-size: 1.6rem;
}
/* ---- more ---- */
.top-staff .more-wrap {
    display: flex;
    justify-content: center;
}
/* ---- prev / next ---- */
.swiper-button-prev,
.swiper-button-next {
    width: 6rem;
    height: 6rem;
    top: calc(50% - 3rem);
    position: absolute;
    z-index: 999;
    transition: all .3s;
}	
.swiper-button-prev {
    background: url(../img/prev.png) no-repeat center;
	background-size: 100% auto;
    left: -8.4rem;
}	
.swiper-button-next  {
    background: url(../img/next.png) no-repeat;
	background-size: 100% auto;
    right: -8.4rem;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    cursor: pointer;
    opacity: 0.5;
}
@media screen and (max-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        width: 4rem;
        height: 4rem;
        top: calc(50% - 2rem);
    }
	.swiper-button-prev {
        left: -4rem;
    }	
    .swiper-button-next  {
        right: -4rem;
    }
}



/* -------------------------------------------

blog

------------------------------------------- */
.top-blog {
    background: linear-gradient(to right, var(--bg-beige) 85%, var(--bg-grey) 85%);
    position: relative;
    padding: 18rem 0 14rem 0;
}
@media screen and (max-width: 768px) {
    .top-blog {
        background: linear-gradient(to right, var(--bg-beige) 70%, var(--bg-grey) 70%);
        position: relative;
        padding: 12rem 0 10rem 0;
    }
}
.top-blog::before {
    content: "";
    width: 100%;
    height: 20rem;
    background: url(../img/bg-triangel-2.png) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
}
.top-blog > * {
    position: relative;
    z-index: 100;
}
.top-blog h2 {
    width: 79%;
    margin: 0 auto 5rem auto;
    text-align: right;
}
/* ---- wrap ---- */
.top-blog .wrap {
	width: 79%;
    margin: 0 auto;
}
/* ---- more ---- */
.top-blog .more-wrap {
    width: 79%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 768px) {
	.top-blog .wrap {
        width: 80%;
    }
    /* ---- more ---- */
    .top-blog .more-wrap {
        width: 80%;
        justify-content: center;
    }
}



/* -------------------------------------------

blog CMS

------------------------------------------- */
.top-blog .topNews_list {
    align-items: flex-start;
}
.top-blog .topNews_list > *:nth-of-type(1) {
    margin-top: 8rem;
}   
.top-blog .topNews_list > *:nth-of-type(2) {
    margin-top: 4rem;
}
.top-blog .topNews_list > * {
    background: #fff;
}
.top-blog .topNews_content {
    padding: 0 2rem 2rem 2rem;
}
@media screen and (max-width: 768px) {
    .top-blog .topNews_list > *:nth-of-type(1) {
        margin-top: 0;
    }   
    .top-blog .topNews_list > *:nth-of-type(2) {
        margin-top: 0;
    }
}
.topNews_list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    list-style: none;
}
.topNews_item {
    display: inline-block;
    width: calc(33.33333333333% - 3rem * 2/3);
}
.topNews_image {
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    padding: 35%;
    aspect-ratio: 1/1;
}
.topNews_image img,
.topNews_image video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: .2s;
}
.topNews_content {
    margin-top: 1.5rem; 
}
.topNews_date {
    font-size: 1.2rem;
    width: fit-content;
    color: var(--prime);
}
.topNews_btn {
    display: flex;
    justify-content: center;
    margin: auto;
}
.news_link {
    font-weight: 500;
}
@media screen and (max-width: 767px) {
.topNews_list {
    flex-direction: column;
        margin-bottom: 32px;
    }
    .topNews_item {
        width: 100%;
    }
}
/* ---- news index ---- */
.news_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
.news_item {
    display: flex;
    gap: 1.2rem;
    cursor: pointer;
}
.news_item:hover {
    opacity: 0.5;
}
.news_image {
    position: relative;
    width: 50%;
    overflow: hidden;
    aspect-ratio: 1/1;
}
.news_image img,
.news_image video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: .2s;
    object-fit: cover;
}
.news_item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}
.news_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.2rem;
}
.news_caption {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.news_date {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 0;
    align-self: flex-end;
}
.news_day {
    font-size: 2rem;
    text-align: right;
}
.news_month {
    font-size: 1.2rem;
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 3rem;
}
.pagination-number,
.pagination-arrow {
    font-size: 1.6rem;
    padding: 8px 12px;
}
.pagination-number.active {
    background-color: orange;
    color: white;
    cursor: default;
}
.pagination-no-number {
    align-self: center;
}
@media screen and (max-width: 767px) {
    .news_container {
        grid-template-columns: 1fr;
    }
    .news_item {
        flex-direction: column;
    }
    .news_image {
        width: 100%;
    }
    .news_content {
        width: calc(100% - 24px);
    }
}
/* ---- blog detail ---- */
.blogdetail_image img,
.blogdetail_image video {
    width: 100%;
    height: auto;
}
.blogdetail_content {
    margin-top: 3rem;
    font-size: 1.8rem;
}
.blogdetail_back-link {
    margin-top: 4rem;
    text-align: center;
}
.blogdetail_back-link a {
    color: var(--prime);
    position: relative;
    padding: 1rem 4rem;
}
.blogdetail_caption{
    white-space: pre-wrap; 
}



/* -------------------------------------------

contact

------------------------------------------- */
.top-contact {
    background: linear-gradient(to right, var(--bg-beige) 85%, var(--bg-grey) 85%);
}
@media screen and (max-width: 768px) {
    .top-contact {
        background: linear-gradient(to right, var(--bg-beige) 70%, var(--bg-grey) 70%);
    }
}
/* ---- wrap ---- */
.top-contact .wrap {
    display: flex;
    position: relative;
    z-index: 100;
}
.top-contact .wrap > * {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #fff;
    height: 28rem;
    padding: 5rem;
}
@media screen and (max-width: 768px) {
    .top-contact .wrap {
        display: block;
    }
    .top-contact .wrap > * {
        width: 100%;
        height: 24rem;
        padding: 3rem;
    }
}
.top-contact .wrap > *:nth-of-type(1) {
    background: url(../img/top-bg-1.jpg) no-repeat center / cover;
}
.top-contact .wrap > *:nth-of-type(2) {
    background: url(../img/top-bg-2.jpg) no-repeat center / cover;
}
.top-contact .wrap > a > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1;
}
.top-contact .wrap > a > div .jp {
    margin-bottom: 1rem;
}
.top-contact .wrap > a > div .en {
    font-family: var(--font-Syne);
    font-weight: 900;
    font-size: 2.8rem;
    display: flex;
    align-items: center;
}
.top-contact .wrap > a > div .en::before {
    content: "";
    width: 14rem;
    height: 0.1rem;
    background: #fff;
    margin-right: 2rem;
}
@media screen and (max-width: 768px) {
	
}



/* -------------------------------------------

access

------------------------------------------- */
.top-access {
    padding-top: 14rem;
    background: var(--bg-beige);
    display: flex;
    justify-content: space-between;
}
.top-access > * {
    position: relative;
    z-index: 100;
}
.top-access > div:nth-of-type(1) {
    width: 42%;
}
.top-access > div:nth-of-type(2) {
    width: 52%;
    padding-right: 14rem;
}
.top-access h2 {
    text-align: left;
}
.top-access .gmap iframe {
    height: 64rem;
}
.top-access .more-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 5rem;
}
@media screen and (max-width: 768px) {
	.top-access {
        padding: 10rem 0 0 0;
        flex-direction: column-reverse;
    }
    .top-access > div:nth-of-type(1) {
        width: 100%;
    }
    .top-access > div:nth-of-type(2) {
        width: 100%;
        padding: 0 3rem;
        margin-bottom: 5rem;
    }
    .top-access h2 {
        text-align: center;
    }
    .top-access .gmap iframe {
        height: 30rem;
    }
    .top-access .more-wrap {
        justify-content: center;
    }
}



/* -------------------------------------------

concept

------------------------------------------- */
.concept h3 {
	text-align: center;
	font-size: 2.2rem;
    margin-bottom: 3rem;
    line-height: 1.8;
    letter-spacing: 0.15em;
}
.concept figure {
	width: 36rem;
	margin: 0 auto 3rem auto;
}
.concept p {
	text-align: center;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.concept h3 {
		font-size: 2rem;
	}
	.concept figure {
		width: 100%;
	}
	.concept p {
		text-align: left;
	}
}



/* -------------------------------------------

menu

------------------------------------------- */
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab-label {
    background: #fff;
    order: -1;
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.6rem;
    transition: all .3s;
    font-family: var(--font-Syne);
	font-weight: bold;
    font-size: 1.8rem;
    padding-top: 0.12rem;
}
.tab-label:hover {
    cursor: pointer;
    background: var(--brown);
    color: #fff;
}
.tab-content {
    width: 100%;
    display: none;
    margin-top: 3rem;
}
/* ---- active ---- */
.tab-switch:checked+.tab-label {
    background: var(--prime);
    color: #fff;
}
.tab-switch:checked + .tab-label + .tab-content {
    display: block;
}
/* radio */
.tab-switch {
    display: none;
}



/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 2rem;
    width: 70%;
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 70%;
    height: 16rem;
    padding: 2rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-INPUT,
    .CMS-FORM-EMAIL,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 70%;
}
.CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-right: 2.5rem;
    margin-bottom: 1.2rem;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
    width: calc(100% - 18px);
}
.CMS-FORM-RADIO > div label {
    margin-left: 0.5rem;
    margin-top: 0.3rem;
}
_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-RADIO {
        display: block;
        width: 100%;
        white-space:unset;
    }
    .CMS-FORM-RADIO > div:not(:last-of-type) {
        margin-bottom: 1.2rem;
    }
    .CMS-FORM-RADIO > div label {
        width: calc(100% - 24px);
    }
}
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    background: rgba(245,245,245,1);
    border: solid 1px #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="radio"]:checked:before {
    content: "";
    background: var(--prime);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
}
@media screen and (max-width: 768px) {
    input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    input[type="radio"]:checked:before {
        width: 12px;
        height: 12px;
    }
}
/* ---- submit ---- */
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--prime);
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.75rem 0.5rem;
    transition: all .3s;
    width: 24rem;
    letter-spacing: 0.3em;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        font-size: 1.7rem;
    }   
}
/* ---- calendar ---- */
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: #ddd solid 1px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 2rem;
    width: 70%;
}
@media screen and (max-width: 768px) {
    input[type="date"] {
        width: 100%;
    }
}
/* ---- select ---- */
.select-wrap {
    position: relative;
    width: 70%;
}
.select-wrap::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-right: solid 0.15rem #333;
    border-bottom: solid 0.15rem #333;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2rem;
    top: calc(50% - 0.6rem);
    z-index: 10;
}
select {
    appearance: none;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    color: #000;
    font-size: 1.4rem;
    padding: 1.6rem 4rem 1.5rem 1.5rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .select-wrap {
        width: 100%;
    }
}
/* ---- required ---- */
.required {
    background: var(--prime);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 1.0rem;
    padding: 0.2rem 0.7rem 0.35rem 0.7rem;
    vertical-align: 0.1rem;
}
/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input:focus,
    .CMS-FORM-GROUP textarea:focus {
        font-size: 16px;
    }
}



/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
    background: #fff;
    border: none;
    font-size: 1.2rem;
    height: 20rem;
    overflow: auto;
    padding: 1.7rem 2rem;
}
.privacy-note {
    font-size: 1.2rem;
    margin: 5rem 0 2rem 0;
}



/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}
.back {
    display: block;
    text-align: center;
}
.back a {
    color: var(--prime);
}



/* -------------------------------------------

staff

------------------------------------------- */
.staff-list {
    display: flex;
    flex-wrap: wrap;
}
.staff-list li {
    width: 31%;
    margin-right: 3.5%;
}
.staff-list li:nth-child(3n) {
    margin-right: 0;
}
.staff-list li:nth-child(n + 4) {
    margin-top: 4rem;
}
.staff-list dl dt {
    margin: 1.5rem 0 0.7rem 0;
    font-family: var(--font-Syne);
    font-size: 1.6rem;
    font-weight: 900;
}
@media screen and (max-width: 768px) {
    .staff-list {
        display: block;
    }
    .staff-list li {
        width: 100%;
        margin-right: 0;
    }
    .staff-list li:not(:last-child) {
        margin-bottom: 4rem;
    }
    .staff-list li:nth-child(n + 4) {
        margin-top: 0;
    }
}
.img-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.img-wrap > * {
    width: 32%;
}
@media screen and (max-width: 768px) {
    .img-wrap {
        display: block;
    }
    .img-wrap > * {
        width: 100%;
    }
    .img-wrap > *:not(:last-of-type) {
        margin-bottom: 1rem;
    }
}