@charset "UTF-8";
#container #contents .pagenation_f li a:not(.arrow) {
  background-color: #fff;
}

/* ----------------------------------------------
  PC設定
  ------------------------------------------------*/
@media all and (min-width: 769px) {
  #container #contents .staff {
    background: url(/images/bg_brown.jpg) center/cover repeat;
    padding: calc(clamp(2rem, 0.061rem + 8.25vw, 6.25rem) / 2) 0;
  }
  #container #contents .staff .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 3vw;
  }
  #container #contents .staff .wrapper .staff_list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5rem 5%;
    max-width: 1100px;
  }
  #container #contents .staff .wrapper .staff_list li {
    width: 30%;
    position: relative;
    z-index: 1;
  }
  #container #contents .staff .wrapper .staff_list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 1rem 1rem 2rem;
    height: 100%;
  }
  #container #contents .staff .wrapper .staff_list li a .department {
    font-size: clamp(0.75rem, 0.676rem + 0.23vw, 0.875rem);
    padding: 0.5em 1em;
    background-color: #93D04D;
    margin-top: -1rem;
    transform: translateY(-50%);
    text-align: center;
  }
  #container #contents .staff .wrapper .staff_list li a .department span {
    display: inline-block;
  }
  #container #contents .staff .wrapper .staff_list li a figure {
    width: 80%;
  }
  #container #contents .staff .wrapper .staff_list li a .name_area .ja {
    font-size: clamp(1rem, 0.852rem + 0.45vw, 1.25rem);
    display: block;
    text-align: center;
  }
  #container #contents .staff .wrapper .staff_list li a .name_area .en {
    font-size: clamp(1.125rem, 0.977rem + 0.45vw, 1.375rem);
    display: block;
    text-align: center;
  }
  #container #contents .staff .wrapper .staff_list li::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #3E3A39;
    position: absolute;
    top: 0.5rem;
    right: -0.5rem;
    z-index: -1;
  }
  #container #contents .staff .bar {
    position: relative;
    border-bottom: 1px solid #000;
    margin-top: calc(clamp(2rem, 0.061rem + 8.25vw, 6.25rem) / 2);
  }
  #container #contents .staff .bar .penta_flex {
    justify-content: flex-start;
  }
  #container #contents .staff .bar::after {
    content: "";
    display: inline-block;
    width: clamp(6.25rem, 3.277rem + 12.68vw, 14.375rem);
    height: 10px;
    background-color: #3E3A39;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
  }
  #container #contents .staff_detail {
    padding: calc(clamp(2rem, 0.061rem + 8.25vw, 6.25rem) / 2) 0;
    background: url(/images/bg_brown.jpg) center/cover repeat;
  }
  #container #contents .staff_detail .staff_box {
    z-index: 10;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
    margin-bottom: calc(clamp(2rem, 0.061rem + 8.25vw, 6.25rem) / 2);
  }
  #container #contents .staff_detail .staff_box::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background-color: #3E3A39;
    z-index: -1;
  }
  #container #contents .staff_detail .staff_box .inner {
    background-color: #fff;
    padding: 1rem;
  }
  #container #contents .staff_detail .staff_box .inner .box_top, #container #contents .staff_detail .staff_box .inner .box_bottom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    grid-gap: 1rem;
    margin-bottom: 2rem;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right, #container #contents .staff_detail .staff_box .inner .box_bottom .right {
    width: calc(50% - 0.5rem);
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right .department, #container #contents .staff_detail .staff_box .inner .box_bottom .right .department {
    font-size: clamp(0.75rem, 0.676rem + 0.23vw, 0.875rem);
    padding: 0.5em 1em;
    background-color: #93D04D;
    margin: 0 auto 0.5rem;
    text-align: center;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right .name_area, #container #contents .staff_detail .staff_box .inner .box_bottom .right .name_area {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #000;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right .name_area .ja, #container #contents .staff_detail .staff_box .inner .box_bottom .right .name_area .ja {
    font-size: clamp(1.25rem, 1.117rem + 0.41vw, 1.5rem); /*20~24px(520~1500px)*/
    display: block;
    text-align: center;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right .name_area .en, #container #contents .staff_detail .staff_box .inner .box_bottom .right .name_area .en {
    font-size: clamp(1.125rem, 0.977rem + 0.45vw, 1.375rem);
    display: block;
    text-align: center;
    line-height: 1;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right .top_txt, #container #contents .staff_detail .staff_box .inner .box_bottom .right .top_txt {
    margin-bottom: 1rem;
    font-size: clamp(0.875rem, 0.809rem + 0.2vw, 1rem); /*14~16px(520~1500px)*/
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right dl .row, #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: baseline;
    justify-self: center;
    grid-gap: 1rem;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right dl .row dt, #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row dt {
    font-size: clamp(1rem, 0.934rem + 0.2vw, 1.125rem); /*16~18px(520~1500px)*/
    font-weight: normal;
    width: 9rem;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right dl .row dd, #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row dd {
    width: calc(100% - 10rem);
    font-size: clamp(0.875rem, 0.809rem + 0.2vw, 1rem); /*14~16px(520~1500px)*/
  }
  #container #contents .staff_detail .staff_box .inner .box_top .left, #container #contents .staff_detail .staff_box .inner .box_bottom .left {
    text-align: center;
    width: calc(50% - 0.5rem);
  }
  #container #contents .staff_detail .staff_box .inner .box_top .left img, #container #contents .staff_detail .staff_box .inner .box_bottom .left img {
    max-height: 450px;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #container #contents .staff_detail .staff_box .inner .box_bottom .right {
    width: 40%;
  }
  #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row.full {
    flex-wrap: wrap;
  }
  #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row.full dt, #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row.full dd {
    width: 100%;
  }
  #container #contents .staff_detail .staff_box .inner .box_bottom .left {
    width: calc(60% - 1rem);
  }
  #container #contents .staff_detail .staff_box .inner .customer_text {
    padding: 1rem;
    background-color: #D9EDBE;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    grid-gap: 1rem;
  }
  #container #contents .staff_detail .staff_box .inner .customer_text h4 {
    padding: 0.5rem 1rem;
    background-color: #93D04D;
    width: 25%;
    text-align: center;
    white-space: nowrap;
    min-width: 160px;
  }
  #container #contents .staff_detail .button {
    margin: 0 auto;
    max-width: 500px;
  }
  #container #contents .staff_detail .button a {
    background-color: #fff;
    display: block;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
  }
}
@media all and (min-width: 769px) and (max-width: 1080px) {
  #container #contents .staff_detail .staff_box .inner .box_top, #container #contents .staff_detail .staff_box .inner .box_bottom {
    align-items: center;
    flex-direction: column-reverse;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right, #container #contents .staff_detail .staff_box .inner .box_bottom .right {
    width: 100%;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .left, #container #contents .staff_detail .staff_box .inner .box_bottom .left {
    text-align: center;
    width: calc(50% - 0.5rem);
  }
  #container #contents .staff_detail .staff_box .inner .box_bottom .left {
    width: 80%;
  }
}
@media all and (min-width: 769px) and (max-width: 980px) {
  #container #contents .staff .wrapper .staff_list li {
    width: 47.5%;
  }
}
/* ----------------------------------------------
  PAD設定
  ------------------------------------------------*/
@media all and (min-width: 521px) and (max-width: 768px) {
  #container #contents .staff {
    background: url(/images/bg_brown.jpg) center/cover repeat;
    padding: calc(clamp(2rem, 0.061rem + 8.25vw, 6.25rem) / 2) 0;
  }
  #container #contents .staff .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 3vw;
  }
  #container #contents .staff .wrapper .staff_list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5rem 5%;
    max-width: 1100px;
  }
  #container #contents .staff .wrapper .staff_list li {
    width: 47.5%;
    position: relative;
    z-index: 1;
  }
  #container #contents .staff .wrapper .staff_list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 1rem 1rem 2rem;
    height: 100%;
  }
  #container #contents .staff .wrapper .staff_list li a .department {
    font-size: clamp(0.75rem, 0.676rem + 0.23vw, 0.875rem);
    padding: 0.5em 1em;
    background-color: #93D04D;
    margin-top: -1rem;
    transform: translateY(-50%);
    text-align: center;
  }
  #container #contents .staff .wrapper .staff_list li a .department span {
    display: inline-block;
  }
  #container #contents .staff .wrapper .staff_list li a figure {
    width: 80%;
  }
  #container #contents .staff .wrapper .staff_list li a .name_area .ja {
    font-size: clamp(1rem, 0.852rem + 0.45vw, 1.25rem);
    display: block;
    text-align: center;
  }
  #container #contents .staff .wrapper .staff_list li a .name_area .en {
    font-size: clamp(1.125rem, 0.977rem + 0.45vw, 1.375rem);
    display: block;
    text-align: center;
  }
  #container #contents .staff .wrapper .staff_list li::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #3E3A39;
    position: absolute;
    top: 0.5rem;
    right: -0.5rem;
    z-index: -1;
  }
  #container #contents .staff .bar {
    position: relative;
    border-bottom: 1px solid #000;
    margin-top: calc(clamp(2rem, 0.061rem + 8.25vw, 6.25rem) / 2);
  }
  #container #contents .staff .bar .penta_flex {
    justify-content: flex-start;
  }
  #container #contents .staff .bar::after {
    content: "";
    display: inline-block;
    width: clamp(6.25rem, 3.277rem + 12.68vw, 14.375rem);
    height: 10px;
    background-color: #3E3A39;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
  }
  #container #contents .staff_detail {
    padding: calc(clamp(2rem, 0.061rem + 8.25vw, 6.25rem) / 2) 0;
    background: url(/images/bg_brown.jpg) center/cover repeat;
  }
  #container #contents .staff_detail .staff_box {
    z-index: 10;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
    margin-bottom: calc(clamp(2rem, 0.061rem + 8.25vw, 6.25rem) / 2);
  }
  #container #contents .staff_detail .staff_box::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background-color: #3E3A39;
    z-index: -1;
  }
  #container #contents .staff_detail .staff_box .inner {
    background-color: #fff;
    padding: 1rem;
  }
  #container #contents .staff_detail .staff_box .inner .box_top, #container #contents .staff_detail .staff_box .inner .box_bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column-reverse;
    grid-gap: 1rem;
    margin-bottom: 2rem;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right, #container #contents .staff_detail .staff_box .inner .box_bottom .right {
    width: 100%;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right .department, #container #contents .staff_detail .staff_box .inner .box_bottom .right .department {
    font-size: clamp(0.75rem, 0.676rem + 0.23vw, 0.875rem);
    padding: 0.5em 1em;
    background-color: #93D04D;
    margin: 0 auto 0.5rem;
    text-align: center;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right .name_area, #container #contents .staff_detail .staff_box .inner .box_bottom .right .name_area {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #000;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right .name_area .ja, #container #contents .staff_detail .staff_box .inner .box_bottom .right .name_area .ja {
    font-size: clamp(1.25rem, 1.117rem + 0.41vw, 1.5rem); /*20~24px(520~1500px)*/
    display: block;
    text-align: center;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right .name_area .en, #container #contents .staff_detail .staff_box .inner .box_bottom .right .name_area .en {
    font-size: clamp(1.125rem, 0.977rem + 0.45vw, 1.375rem);
    display: block;
    text-align: center;
    line-height: 1;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right .top_txt, #container #contents .staff_detail .staff_box .inner .box_bottom .right .top_txt {
    margin-bottom: 1rem;
    font-size: clamp(0.875rem, 0.809rem + 0.2vw, 1rem); /*14~16px(520~1500px)*/
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right dl .row, #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: baseline;
    justify-self: center;
    grid-gap: 1rem;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right dl .row dt, #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row dt {
    font-size: clamp(1rem, 0.934rem + 0.2vw, 1.125rem); /*16~18px(520~1500px)*/
    font-weight: normal;
    width: 9rem;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right dl .row dd, #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row dd {
    width: calc(100% - 10rem);
    font-size: clamp(0.875rem, 0.809rem + 0.2vw, 1rem); /*14~16px(520~1500px)*/
  }
  #container #contents .staff_detail .staff_box .inner .box_top .left, #container #contents .staff_detail .staff_box .inner .box_bottom .left {
    text-align: center;
    width: calc(50% - 0.5rem);
  }
  #container #contents .staff_detail .staff_box .inner .box_top .left img, #container #contents .staff_detail .staff_box .inner .box_bottom .left img {
    max-height: 450px;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row.full {
    flex-wrap: wrap;
  }
  #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row.full dt, #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row.full dd {
    width: 100%;
  }
  #container #contents .staff_detail .staff_box .inner .box_bottom .left {
    width: 80%;
  }
  #container #contents .staff_detail .staff_box .inner .customer_text {
    padding: 1rem;
    background-color: #D9EDBE;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    grid-gap: 1rem;
  }
  #container #contents .staff_detail .staff_box .inner .customer_text h4 {
    padding: 0.5rem 1rem;
    background-color: #93D04D;
    width: 25%;
    text-align: center;
    white-space: nowrap;
    min-width: 160px;
  }
  #container #contents .staff_detail .button {
    margin: 0 auto;
    max-width: 500px;
  }
  #container #contents .staff_detail .button a {
    background-color: #fff;
    display: block;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
  }
}
/* ----------------------------------------------
  SP設定
  ------------------------------------------------*/
@media all and (max-width: 520px) {
  #container #contents .staff {
    background: url(/images/bg_brown.jpg) center/cover repeat;
    padding: calc(clamp(2rem, 0.061rem + 8.25vw, 6.25rem) / 2) 0;
  }
  #container #contents .staff .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 3vw;
  }
  #container #contents .staff .wrapper .staff_list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 3rem 5%;
    max-width: 1100px;
  }
  #container #contents .staff .wrapper .staff_list li {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #container #contents .staff .wrapper .staff_list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 1rem 1rem 2rem;
    height: 100%;
  }
  #container #contents .staff .wrapper .staff_list li a .department {
    font-size: 16px;
    padding: 0.5em 1em;
    background-color: #93D04D;
    margin-top: -1rem;
    transform: translateY(-40%);
    text-align: center;
  }
  #container #contents .staff .wrapper .staff_list li a .department span {
    display: inline-block;
  }
  #container #contents .staff .wrapper .staff_list li a figure {
    width: 80%;
  }
  #container #contents .staff .wrapper .staff_list li a .name_area .ja {
    font-size: 18px;
    display: block;
    text-align: center;
  }
  #container #contents .staff .wrapper .staff_list li a .name_area .en {
    font-size: clamp(1.125rem, 0.977rem + 0.45vw, 1.375rem);
    display: block;
    text-align: center;
  }
  #container #contents .staff .wrapper .staff_list li a .txt {
    font-size: 14px;
  }
  #container #contents .staff .wrapper .staff_list li::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #3E3A39;
    position: absolute;
    top: 0.5rem;
    right: -0.5rem;
    z-index: -1;
  }
  #container #contents .staff .bar {
    position: relative;
    border-bottom: 1px solid #000;
    margin-top: calc(clamp(2rem, 0.061rem + 8.25vw, 6.25rem) / 2);
  }
  #container #contents .staff .bar .penta_flex {
    justify-content: flex-start;
  }
  #container #contents .staff .bar::after {
    content: "";
    display: inline-block;
    width: clamp(6.25rem, 3.277rem + 12.68vw, 14.375rem);
    height: 10px;
    background-color: #3E3A39;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
  }
  #container #contents .staff_detail {
    padding: calc(clamp(2rem, 0.061rem + 8.25vw, 6.25rem) / 2) 0;
    background: url(/images/bg_brown.jpg) center/cover repeat;
  }
  #container #contents .staff_detail .staff_box {
    z-index: 10;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
    margin-bottom: calc(clamp(2rem, 0.061rem + 8.25vw, 6.25rem) / 2);
  }
  #container #contents .staff_detail .staff_box::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background-color: #3E3A39;
    z-index: -1;
  }
  #container #contents .staff_detail .staff_box .inner {
    background-color: #fff;
    padding: 1rem;
  }
  #container #contents .staff_detail .staff_box .inner .box_top, #container #contents .staff_detail .staff_box .inner .box_bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column-reverse;
    grid-gap: 1rem;
    margin-bottom: 2rem;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right, #container #contents .staff_detail .staff_box .inner .box_bottom .right {
    width: 100%;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right .department, #container #contents .staff_detail .staff_box .inner .box_bottom .right .department {
    font-size: clamp(0.75rem, 0.676rem + 0.23vw, 0.875rem);
    padding: 0.5em 1em;
    background-color: #93D04D;
    margin: 0 auto 0.5rem;
    text-align: center;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right .name_area, #container #contents .staff_detail .staff_box .inner .box_bottom .right .name_area {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #000;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right .name_area .ja, #container #contents .staff_detail .staff_box .inner .box_bottom .right .name_area .ja {
    font-size: clamp(1.25rem, 1.117rem + 0.41vw, 1.5rem); /*20~24px(520~1500px)*/
    display: block;
    text-align: center;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right .name_area .en, #container #contents .staff_detail .staff_box .inner .box_bottom .right .name_area .en {
    font-size: clamp(1.125rem, 0.977rem + 0.45vw, 1.375rem);
    display: block;
    text-align: center;
    line-height: 1;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right .top_txt, #container #contents .staff_detail .staff_box .inner .box_bottom .right .top_txt {
    margin-bottom: 1rem;
    font-size: clamp(0.875rem, 0.809rem + 0.2vw, 1rem); /*14~16px(520~1500px)*/
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right dl .row, #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: baseline;
    justify-self: center;
    grid-gap: 1rem;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right dl .row dt, #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row dt {
    font-size: clamp(1rem, 0.934rem + 0.2vw, 1.125rem); /*16~18px(520~1500px)*/
    font-weight: normal;
    width: 5rem;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .right dl .row dd, #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row dd {
    width: calc(100% - 6rem);
    font-size: clamp(0.875rem, 0.809rem + 0.2vw, 1rem); /*14~16px(520~1500px)*/
  }
  #container #contents .staff_detail .staff_box .inner .box_top .left, #container #contents .staff_detail .staff_box .inner .box_bottom .left {
    text-align: center;
    width: 100%;
  }
  #container #contents .staff_detail .staff_box .inner .box_top .left img, #container #contents .staff_detail .staff_box .inner .box_bottom .left img {
    max-height: 450px;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row.full {
    flex-wrap: wrap;
  }
  #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row.full dt, #container #contents .staff_detail .staff_box .inner .box_bottom .right dl .row.full dd {
    width: 100%;
  }
  #container #contents .staff_detail .staff_box .inner .customer_text {
    padding: 1rem;
    background-color: #D9EDBE;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    grid-gap: 1rem;
  }
  #container #contents .staff_detail .staff_box .inner .customer_text h4 {
    padding: 0.5rem 1rem;
    background-color: #93D04D;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  #container #contents .staff_detail .staff_box .inner .customer_text .text_area .br {
    font-size: 14px;
  }
  #container #contents .staff_detail .button {
    margin: 0 auto;
    max-width: 500px;
  }
  #container #contents .staff_detail .button a {
    background-color: #fff;
    display: block;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
  }
}