<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.br {
  display: block;
}

.profile #main_ph .bg_fx_profile::after {
  background-image: url(/images/staff/main_bk.jpg);
  background-position: top calc(clamp(0rem, -10.231rem + 21.32vw, 11.75rem) * -1) center;
}

.profile .top_menu {
  margin-bottom: clamp(2.5rem, 1.018rem + 4.55vw, 5rem);/*40~80px(521~1400px)*/
}


.banner {
margin: 4rem 0;
padding: 2rem;
border: solid 2px #00002c;
background-image: url("/tour/dl/images/banner_bg.jpg");
background-size: cover;
}
.banner dl {
display: flex;
flex-direction: column;
}
.banner dt {
margin-bottom: 1rem;
line-height: 1.8em;
font-weight: bold;
text-align: center;
font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem)/*32-18*/
}

.banner .BtnBase {
 margin: 0 auto;  
}


/*------------------------------------------------------------
PC
------------------------------------------------------------*/
@media all and (min-width: 769px) {
   
  .profile .tit_underbar {
    font-size: clamp(1.125rem, 0.608rem + 1.59vw, 2rem);/*18~32px(521~1400px)*/
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: clamp(2.5rem, 1.018rem + 4.55vw, 5rem);/*40~80px(521~1400px)*/
    position: relative;
  }
  .profile .tit_underbar::after {
    content: "";
    display: inline-block;
    width: 80%;
    height: 4px;
    background-color: #6fb92c;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .profile .top_text {
    margin-bottom: clamp(2.5rem, 1.018rem + 4.55vw, 5rem);/*40~80px(521~1400px)*/
  }
  .profile .top_text .br {
    font-size: clamp(0.875rem, 0.613rem + 0.81vw, 1rem);/*14~16px(521~768px)*/
  }
  .profile .top_text .br.mb {
    margin-bottom: 1em;
  }
  .profile .top_text .br .big_font {
    font-size: calc(clamp(0.875rem, 0.613rem + 0.81vw, 1rem) * 1.2);
    margin: 0 .25rem;
  }

  .profile .shop_link {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.5rem;
    margin-bottom: clamp(2.5rem, 1.018rem + 4.55vw, 5rem);/*40~80px(521~1400px)*/
  }
  .profile .shop_link .shop_link_box {
    width: calc(calc(100% / 3) - 1rem);
    overflow: hidden;
    border-radius: 8px;
  }
  .profile .shop_link .shop_link_box a .link_tit {
    text-align: center;
    padding: .25rem 1rem;
    background-color: #6fb92c;
    color: #fff;
    min-height: 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .profile .shop_link .shop_link_box a figure {
    aspect-ratio: 5/3;
    overflow: hidden;
  }
  .profile .shop_link .shop_link_none a figure{
    border-radius: 0 0 8px 8px;
  }
  .profile .shop_link .shop_link_box a .button {
    text-align: center;
    padding: .25rem 1rem;
    background-color: #565656;
    color: #fff;
  }

  .profile .body&gt;section {
    margin-bottom: clamp(2.5rem, 1.018rem + 4.55vw, 5rem);/*40~80px(521~1400px)*/
  }

  .profile h4 {
    padding: .75rem 1rem;
    text-align: center;
    color: #fff;
    margin-bottom: clamp(1.25rem, 0.511rem + 2.27vw, 2.5rem);/*16~24px(521~1400px)*/
    background-color: #6fb92c;
    font-size: clamp(1rem, 0.705rem + 0.91vw, 1.5rem);
  }

  .profile .shop_sec .img_area {
      display: flex;
      flex-wrap: wrap;
      grid-gap: 2rem;
      margin-bottom: 2rem;
  }
  .profile .shop_sec .img_area figure {
    position: relative;
  }
  .profile .shop_sec .img_area figure figcaption {
    padding: .25em 1em;
    font-size: clamp(0.875rem, 0.453rem + 0.63vw, 1rem);/*14~16px(1080~1400px)*/
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .profile .shop_sec .img_area .left {
    width: calc(50% - 1rem);
    overflow: hidden;
    aspect-ratio: 546/364;
    display: flex;
    justify-content: center;
  }
  .profile .shop_sec .img_area .left img {
    width: auto;
    max-width: unset;
    height: 100%;
  }
  .profile .shop_sec .img_area .right {
    width: calc(50% - 1rem);
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem 1.5rem;
  }
  .profile .shop_sec .img_area .right figure {
    width: calc(50% - .75rem);
    aspect-ratio: 255/170;
  }

  .profile .shop_sec#shop02 .img_area  {
    align-items: flex-start;
  }
  .profile .shop_sec#shop02 .img_area .left {
    aspect-ratio: 3 / 2;
    width: calc(45% - 1rem);
  }
  .profile .shop_sec#shop02 .img_area .right.slider_com {
    padding-bottom: 1rem;
    overflow: hidden;
    position: relative;
    width: calc(55% - 1rem);
  }
  .profile .shop_sec#shop02 .img_area .right.slider_com figure {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid #6fb92c;
  }
  .profile .shop_sec#shop02 .img_area .right.slider_com figure img {
    height: 100%;
    width: auto;
    max-width: unset;
    object-fit: contain;
  }

  .profile .shop_sec#shop03 .img_area figure {
    width: calc(calc(100% / 3) - calc(4rem / 3));
  }

  .profile .shop_sec dl {
    margin-bottom: clamp(1.25rem, 0.511rem + 2.27vw, 2.5rem);/*16~24px(521~1400px)*/
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(3,1fr);
    grid-auto-flow: column;
    grid-column-gap: 1rem;
  }
  .profile  dl .row {
    display: flex;
    border-bottom: 2px solid #bbb;
    border-left: 4px solid #6fb92c;
  }
  .profile  dl .shop_sec .row:nth-of-type(-n+2) {
    border-top: 2px solid #bbb;
  }
  .profile  dl .row.big {
    grid-area: 1 / 1 / 4 / 2;
  }
  .profile  dl .row dt {
    font-size: 18px;
    padding: 1rem;
    display: flex;
    align-items: center;
    width: 9rem;
    background-color: #eaeaea;
  }
  .profile  dl .row dd {
    font-size: clamp(0.875rem, 0.613rem + 0.81vw, 1rem);/*14~16px(521~768px)*/
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 9rem);
  }
  .profile  dl .row dd .add {
    margin-bottom: .25rem;
  }
  .profile  dl .row dd .map a , .profile  dl .row dd .access a {
    border-bottom: #6fb92c 2px solid;
    font-size: 14px;
    margin-left: 1rem;
    position: relative;
  }
  .profile  dl .row dd .map a::before , .profile  dl .row dd .access a::before {
    content: "";
    display: inline-block;
    width: .8rem;
    aspect-ratio: 1/1;
    background-color: #6fb92c;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
  }
  .profile .outline dl .row dt {
    width: 11rem;
  }
  .profile .outline dl .row dd {
    width: calc(100% - 11rem);
  }
  

  .profile .staff_area h5 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    text-align: center;

  }
  .profile .staff_list{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.5rem;

  }
  .profile .staff_list li{
    border: 2px solid #2e4f07;
    padding: 1rem clamp(1rem, 0.407rem + 1.82vw, 2rem);/*16~32px(521~1400px)*/
    width: calc(25% - 1.125rem);
  }
  .profile .staff_list li.staff_box{
    border: unset;
    padding: 0;
  }
  .profile .staff_list li:not(:has(a)){
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
  }

  .profile .staff_list li a{
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
  }
  .profile .staff_list li a.link_none{
    pointer-events: none
  }
  .profile .staff_list li .staff_name{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #2e4f07;
    order: 2;
  }
  .profile .staff_list li.staff_box .staff_name{
    font-size: 20px;
    font-weight: normal;
  }
  .profile .staff_list li .text_area{
    order: 3;
  }
  .profile .staff_list li .text_area p:not(.catchphrase){
    font-size-adjust: 14px;
    text-align: center;
    margin-bottom: .75rem;
  }
  .profile .staff_list li .text_area p span{
    font-size: 12px;
    padding: 0 1rem;
    display: block;
    color: #fff;
  }
  .profile .staff_list li .text_area p.department span{
    background-color: #6fb92c;
  }
  .profile .staff_list li .text_area p.post span{
    background-color: #0FB5E8;
  }

  .profile .staff_list li .photo{
    width: 80%;
    margin: 0 auto;
    order: 1;
  }
  .profile .staff_list li .catchphrase{
    font-size: 16px;
  }

  .profile .body&gt;section.outline{
    font-size: 16px;
    margin-bottom: 0;
  }

  .roll {
    cursor: pointer;
    height: 200px;
    margin-inline: auto;
    margin-top: 20px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform .7s;
  }
  /* ç”»åƒã®ã‚¹ã‚¿ã‚¤ãƒ« */
  .roll img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
  }
  /* 2æžšç›®ã®ç”»åƒã¯æœ€åˆè£è¿”ã— */
  .roll img:last-of-type {
    transform: rotateY( 180deg );
  }
  /* hoverã™ã‚‹ã¨2æžšã¨ã‚‚å›žè»¢ */
  .roll:hover {
    transform: rotateY( 180deg );
  }
}
@media all and (min-width: 769px) and (max-width: 1080px) {
  .profile .staff_list li:not(.staff_box){
    width: calc(calc(100% / 3) - 1rem);
  }
}
/*------------------------------------------------------------
pad
------------------------------------------------------------*/
@media all and (min-width: 521px) and (max-width: 768px) {
  .profile #main_ph .bg_fx_profile::after {
    background-position: top -5vw center;
  }

  .profile .tit_underbar {
    font-size: clamp(1.125rem, 0.608rem + 1.59vw, 2rem);/*18~32px(521~1400px)*/
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: clamp(2.5rem, 1.018rem + 4.55vw, 5rem);/*40~80px(521~1400px)*/
    position: relative;
  }
  .profile .tit_underbar::after {
    content: "";
    display: inline-block;
    width: 80%;
    height: 4px;
    background-color: #6fb92c;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .profile .top_text {
    margin-bottom: clamp(2.5rem, 1.018rem + 4.55vw, 5rem);/*40~80px(521~1400px)*/
  }
  .profile .top_text .br {
    font-size: clamp(0.875rem, 0.613rem + 0.81vw, 1rem);/*14~16px(521~768px)*/
  }
  .profile .top_text .br.mb {
    margin-bottom: 1em;
  }
  .profile .top_text .br .big_font {
    font-size: calc(clamp(0.875rem, 0.613rem + 0.81vw, 1rem) * 1.2);
    margin: 0 .25rem;
  }

  .profile .shop_link {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem;
    margin-bottom: clamp(2.5rem, 1.018rem + 4.55vw, 5rem);/*40~80px(521~1400px)*/
  }
  .profile .shop_link .shop_link_box {
    width: calc(50% - .5rem);
    overflow: hidden;
    border-radius: 8px;
  }
  .profile .shop_link .shop_link_box a .link_tit {
    text-align: center;
    padding: .25rem 1rem;
    background-color: #6fb92c;
    color: #fff;
  }
  .profile .shop_link .shop_link_box a figure {
    aspect-ratio: 5/3;
    overflow: hidden;
  }
  .profile .shop_link .shop_link_box a .button {
    text-align: center;
    padding: .25rem 1rem;
    background-color: #565656;
    color: #fff;
  }

  .profile .body&gt;section {
    margin-bottom: clamp(2.5rem, 1.018rem + 4.55vw, 5rem);/*40~80px(521~1400px)*/
  }

  .profile h4 {
    padding: .75rem 1rem;
    text-align: center;
    color: #fff;
    margin-bottom: clamp(1.25rem, 0.511rem + 2.27vw, 2.5rem);/*16~24px(521~1400px)*/
    background-color: #6fb92c;
    font-size: clamp(1rem, 0.705rem + 0.91vw, 1.5rem);
  }

  .profile .shop_sec .img_area {
      display: flex;
      flex-wrap: wrap;
      grid-gap: 2rem;
      margin-bottom: 2rem;
  }
  .profile .shop_sec .img_area figure {
    position: relative;
  }
  .profile .shop_sec .img_area figure figcaption {
    padding: .25em 1em;
    font-size: clamp(0.875rem, 0.453rem + 0.63vw, 1rem);/*14~16px(1080~1400px)*/
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .profile .shop_sec .img_area .left {
    width: 100%;
    display: flex;
    justify-content: center;
    aspect-ratio: 3 / 2;
  }
  .profile .shop_sec .img_area .left img {
    width: auto;
    max-width: unset;
    height: 100%;
  }
  .profile .shop_sec .img_area .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem 1.5rem;
  }
  .profile .shop_sec .img_area .right figure {
    width: calc(50% - .75rem);
    aspect-ratio: 255/170;
  }


  .profile .shop_sec#shop02 .img_area  {
    align-items: center;
  }
  .profile .shop_sec#shop02 .img_area .right.slider_com {
    padding-bottom: 1rem;
    overflow: hidden;
    position: relative;
  }
  .profile .shop_sec#shop02 .img_area .right.slider_com figure {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid #6fb92c;
  }
  .profile .shop_sec#shop02 .img_area .right.slider_com figure img {
    height: 100%;
    width: auto;
    max-width: unset;
    object-fit: contain;
  }

  .profile .shop_sec#shop03 .img_area figure:nth-child(2),
  .profile .shop_sec#shop03 .img_area figure:nth-child(3) {
    width: 47%;
  }
  .profile .shop_sec#shop03 .img_area figure:nth-child(2) figcaption,
  .profile .shop_sec#shop03 .img_area figure:nth-child(3) figcaption{
    display: none;
  }

  .profile .shop_sec dl {
    margin-bottom: clamp(1.25rem, 0.511rem + 2.27vw, 2.5rem);/*16~24px(521~1400px)*/
  }
  .profile  dl .row {
    display: flex;
    border-bottom: 2px solid #bbb;
    border-left: 4px solid #6fb92c;
  }
  .profile  dl .row.big {
    border-top: 2px solid #bbb;
  }
  .profile  dl .row dt {
    font-size: 18px;
    padding: 1rem;
    display: flex;
    align-items: center;
    width: 9rem;
    background-color: #eaeaea;
  }
  .profile  dl .row dd {
    font-size: clamp(0.875rem, 0.613rem + 0.81vw, 1rem);/*14~16px(521~768px)*/
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 9rem);
  }
  .profile  dl .row dd .add {
    margin-bottom: .25rem;
  }
  .profile  dl .row dd .map a , .profile  dl .row dd .access a {
    border-bottom: #6fb92c 2px solid;
    font-size: 14px;
    margin-left: 1rem;
    position: relative;
  }
  .profile  dl .row dd .map a::before , .profile  dl .row dd .access a::before {
    content: "";
    display: inline-block;
    width: .8rem;
    aspect-ratio: 1/1;
    background-color: #6fb92c;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
  }
  .profile .outline dl .row dt {
    width: 11rem;
  }
  .profile .outline dl .row dd {
    width: calc(100% - 11rem);
  }
  

  .profile .staff_area h5 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    text-align: center;

  }

  .profile .staff_list{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.5rem;

  }
  .profile .staff_list li{
    border: 2px solid #2e4f07;
    padding: 1rem clamp(1rem, 0.407rem + 1.82vw, 2rem);/*16~32px(521~1400px)*/
    width: calc(50% - .75rem);
  }
  .profile .staff_list li.staff_box{
    border: unset;
    padding: 0;
  }
  .profile .staff_list li:not(:has(a)){
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
  }
  .profile .staff_list li a{
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
  }
  .profile .staff_list li a.link_none{
    pointer-events: none
  }
  .profile .staff_list li .staff_name{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #2e4f07;
    order: 2;
  }
  .profile .staff_list li.staff_box .staff_name{
    font-size: 20px;
    font-weight: normal;
  }
  .profile .staff_list li .text_area{
    order: 3;
  }
  .profile .staff_list li .text_area p:not(.catchphrase){
    font-size-adjust: 14px;
    text-align: center;
    margin-bottom: .75rem;
  }
  .profile .staff_list li .text_area p span{
    font-size: 12px;
    padding: 0 1rem;
    display: block;
    color: #fff;
  }
  .profile .staff_list li .text_area p.department span{
    background-color: #6fb92c;
  }
  .profile .staff_list li .text_area p.post span{
    background-color: #0FB5E8;
  }

  .profile .staff_list li .photo{
    width: 80%;
    margin: 0 auto;
    order: 1;
  }
  .profile .staff_list li .catchphrase{
    font-size: 16px;
  }


  .profile .body&gt;section.outline{
    font-size: 16px;
  }

  .roll {
    cursor: pointer;
    height: 100%;
    margin-inline: auto;
    margin-top: 20px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform .7s;
  }
  /* ç”»åƒã®ã‚¹ã‚¿ã‚¤ãƒ« */
  .roll img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
  }
  /* 2æžšç›®ã®ç”»åƒã¯æœ€åˆè£è¿”ã— */
  .roll img:last-of-type {
    transform: rotateY( 180deg );
  }
  /* hoverã™ã‚‹ã¨2æžšã¨ã‚‚å›žè»¢ */
  .roll:hover {
    transform: rotateY( 180deg );
  }


}
/*------------------------------------------------------------
SP
------------------------------------------------------------*/
@media all and (max-width: 520px) {
.banner {
background-position: top center;
}
  .profile #main_ph .bg_fx_profile::after {
    background-position: top 29vw center;
  }
  #main_ph .contents_wrap .main_icon_left{
    bottom: -3%;
  }
  .profile section::before{
    content: unset;
  }

  .profile .tit_underbar {
    font-size: clamp(1.125rem, 0.608rem + 1.59vw, 2rem);/*18~32px(521~1400px)*/
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: clamp(2.5rem, 1.018rem + 4.55vw, 5rem);/*40~80px(521~1400px)*/
    position: relative;
  }
  .profile .tit_underbar::after {
    content: "";
    display: inline-block;
    width: 80%;
    height: 4px;
    background-color: #6fb92c;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .profile .top_text {
    margin-bottom: clamp(2.5rem, 1.018rem + 4.55vw, 5rem);/*40~80px(521~1400px)*/
  }
  .profile .top_text .br {
    font-size: clamp(0.875rem, 0.613rem + 0.81vw, 1rem);/*14~16px(521~768px)*/
  }
  .profile .top_text .br.mb {
    margin-bottom: 1em;
  }
  .profile .top_text .br .big_font {
    font-size: calc(clamp(0.875rem, 0.613rem + 0.81vw, 1rem) * 1.2);
    margin: 0 .25rem;
  }

  .profile .shop_link {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem;
    margin-bottom: clamp(2.5rem, 1.018rem + 4.55vw, 5rem);/*40~80px(521~1400px)*/
  }
  .profile .shop_link .shop_link_box {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
  }
  .profile .shop_link .shop_link_box a .link_tit {
    text-align: center;
    padding: .25rem 1rem;
    background-color: #6fb92c;
    color: #fff;
  }
  .profile .shop_link .shop_link_box a figure {
    aspect-ratio: 5/3;
    overflow: hidden;
  }
  .profile .shop_link .shop_link_box a .button {
    text-align: center;
    padding: .25rem 1rem;
    background-color: #565656;
    color: #fff;
  }

  .profile .body&gt;section {
    margin-bottom: clamp(2.5rem, 1.018rem + 4.55vw, 5rem);/*40~80px(521~1400px)*/
  }

  .profile h4 {
    padding: .75rem 1rem;
    text-align: center;
    color: #fff;
    margin-bottom: clamp(1.25rem, 0.511rem + 2.27vw, 2.5rem);/*16~24px(521~1400px)*/
    background-color: #6fb92c;
    font-size: clamp(1rem, 0.705rem + 0.91vw, 1.5rem);
  }

  .profile .shop_sec .img_area {
      display: flex;
      flex-wrap: wrap;
      grid-gap: 2rem;
      margin-bottom: 2rem;
  }
  .profile .shop_sec .img_area figure {
    position: relative;
  }
  .profile .shop_sec .img_area figure figcaption {
    padding: .25em 1em;
    font-size: clamp(0.875rem, 0.453rem + 0.63vw, 1rem);/*14~16px(1080~1400px)*/
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .profile .shop_sec .img_area .left {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .profile .shop_sec .img_area .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: .5rem;
  }
  .profile .shop_sec .img_area .right figure {
    width: calc(50% - .25rem);
    aspect-ratio: 255/170;
  }



  .profile .shop_sec#shop02 .img_area  {
    align-items: center;
  }
  .profile .shop_sec#shop02 .img_area .right.slider_com {
    padding-bottom: 2rem;
    overflow: hidden;
    position: relative;
  }
  .profile .shop_sec#shop02 .img_area .right.slider_com figure {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid #6fb92c;
  }
  .profile .shop_sec#shop02 .img_area .right.slider_com figure img {
    height: 100%;
    width: auto;
    max-width: unset;
    object-fit: contain;
  }

  .profile .shop_sec#shop03 .img_area figure:nth-child(2),
  .profile .shop_sec#shop03 .img_area figure:nth-child(3) {
    width: 45%;
  }
  .profile .shop_sec#shop03 .img_area figure:nth-child(2) figcaption,
  .profile .shop_sec#shop03 .img_area figure:nth-child(3) figcaption{
    display: none;
  }
  

  .profile .shop_sec dl {
    margin-bottom: clamp(1.25rem, 0.511rem + 2.27vw, 2.5rem);/*16~24px(521~1400px)*/
    border-right: 2px solid #bbb;
  }
  .profile  dl .row {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #bbb;
    border-left: 4px solid #6fb92c;
  }
  .profile  dl .row.big {
    border-top: 2px solid #bbb;
  }
  .profile  dl .row dt {
    font-size: 18px;
    padding: 1rem;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #eaeaea;
  }
  .profile  dl .row dd {
    font-size: clamp(0.875rem, 0.613rem + 0.81vw, 1rem);/*14~16px(521~768px)*/
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .profile  dl .row dd .add {
    margin-bottom: .25rem;
  }
  .profile  dl .row dd .map a , .profile  dl .row dd .access a {
    border-bottom: #6fb92c 2px solid;
    font-size: 14px;
    margin-left: 1rem;
    position: relative;
  }
  .profile  dl .row dd .map a::before , .profile  dl .row dd .access a::before {
    content: "";
    display: inline-block;
    width: .8rem;
    aspect-ratio: 1/1;
    background-color: #6fb92c;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
  }
  

  .profile .staff_area h5 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    text-align: center;

  }

  .profile .staff_list{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.5rem;

  }
  .profile .staff_list li{
    border: 2px solid #2e4f07;
    padding: 1rem clamp(1rem, 0.407rem + 1.82vw, 2rem);/*16~32px(521~1400px)*/
    width: 90%;
    /* margin:  0 auto; */
  }
  .profile .staff_list li.staff_box{
    border: unset;
    padding: 0;
    width: calc(50% - .75rem);
  }
  .profile .staff_list li:not(:has(a)){
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
  }
  .profile .staff_list li a{
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
  }
  .profile .staff_list li a.link_none{
    pointer-events: none
  }
  .profile .staff_list li .staff_name{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #2e4f07;
    order: 2;
  }
  .profile .staff_list li.staff_box .staff_name{
    font-size: 16px;
    font-weight: normal;
  }
  .profile .staff_list li .text_area{
    order: 3;
  }
  .profile .staff_list li .text_area p:not(.catchphrase){
    font-size-adjust: 14px;
    text-align: center;
    margin-bottom: .75rem;
  }
  .profile .staff_list li .text_area p span{
    font-size: 12px;
    padding: 0 1rem;
    display: block;
    color: #fff;
  }
  .profile .staff_list li .text_area p.department span{
    background-color: #6fb92c;
  }
  .profile .staff_list li .text_area p.post span{
    background-color: #0FB5E8;
  }

  .profile .staff_list li .photo{
    width: 80%;
    margin: 0 auto;
    order: 1;
  }
  .profile .staff_list li.staff_box .photo{
    width: 100%;
  }
  .profile .staff_list li .catchphrase{
    font-size: 16px;
  }

  .profile .body&gt;section.outline{
    font-size: 16px;
  }

  .roll {
    cursor: pointer;
    height: 100%;
    margin-inline: auto;
    margin-top: 20px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform .7s;
  }
  /* ç”»åƒã®ã‚¹ã‚¿ã‚¤ãƒ« */
  .roll img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
  }
  /* 2æžšç›®ã®ç”»åƒã¯æœ€åˆè£è¿”ã— */
  .roll img:last-of-type {
    transform: rotateY( 180deg );
  }
  /* hoverã™ã‚‹ã¨2æžšã¨ã‚‚å›žè»¢ */
  .roll:hover {
    transform: rotateY( 180deg );
  }
}</pre></body></html>