@charset "UTF-8";
#pageHeader {
  position: relative;
  padding-top: 150px;
}
#pageHeader::before {
  opacity: 0.1;
  color: #848484;
  font-size: 148px;
  position: absolute;
  bottom: -80px;
  left: 0;
  font-weight: bold;
}
#pageHeader h2 {
  padding: 80px 0 140px 80px;
  width: 70%;
  background: #f6f6f8;
  border-radius: 20px;
}
#pageHeader h2 span.en {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #7a8389;
}
#pageHeader img {
  height: 300px;
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 60%;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #pageHeader {
    padding-top: 60px;
    margin-top: 70px;
    overflow: hidden;
  }
  #pageHeader::before {
    font-size: 70px;
    bottom: 20px;
    left: auto;
    right: -10px;
  }
  #pageHeader h2 {
    padding: 130px 0 30px 20px;
    width: 85%;
    border-radius: 0 20px 20px 0;
  }
  #pageHeader h2 span.en {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
  }
  #pageHeader img {
    height: 160px;
    bottom: auto;
    right: 0;
    top: 0;
    width: 80%;
    border-radius: 15px 0 0 15px;
  }
}
main {
  width: 1200px;
  margin: 0 auto;
}
main .breadcrumb {
  text-align: right;
  font-size: 14px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  main {
    width: 100%;
    margin: 0 auto;
  }
  main section {
    padding: 20px;
  }
  main .breadcrumb {
    text-align: left;
    margin: 0;
    font-size: 12px;
  }
}
.content h1 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #1f1f1f;
  font-size: 30px;
}
.content h2 {
  font-size: 30px;
  margin-bottom: 30px;
  position: relative;
  padding: 0 0 30px;
}
.content h2:not(:first-child) {
  padding-top: 60px;
}
.content h2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0;
  margin: 0;
}
.content h3 {
  font-size: 24px;
  background: #f6f6f8;
  padding: 15px 20px;
  border-left: 2px solid #1f1f1f;
  margin-top: 30px;
  margin-bottom: 20px;
}
.content h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.content h5 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 36px;
  font-size: 18px;
  margin-bottom: 10px;
}

.content h5:before {
  content: "";
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: black;
}

.content h5:before {
  left: 0;
}

.content h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
.content img {
  width: 100%;
}
.content img.w-half {
  width: 50%;
}
a.btn {
  min-width: 300px;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  background: #1f1f1f;
  color: #fff;
  position: relative;
}
a.btn::after {
  content: "→";
  position: absolute;
  top: 20px;
  right: 20px;
}
.content p {
  margin-bottom: 18px;
}
.content p a {
  text-decoration: underline;
}
.content p a.linkIcon {
  text-decoration: none;
}
.content a.btn01 {
  text-decoration: none;
  background: #1f1f1f;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  padding: 12px 50px 12px 30px;
  border-radius: 8px;
  min-width: 100px;
  position: relative;
}
.content a.btn01::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/arrow_left_wh.png) center/contain no-repeat;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.content ul,
.content ol {
  border: 1px solid #c6c6c6;
  padding: 20px 15px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.content ul li,
.content ol li {
  margin-left: 30px;
  margin-bottom: 5px;
}
.content ul li:last-of-type,
.content ol li:last-of-type {
  margin-bottom: 0;
}
.content table {
  border-top: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  margin: 30px auto;
  width: 100%;
  border-spacing: 0;
}
.content table th,
.content table td {
  padding: 10px 20px;
  border-left: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.content table th {
  background-color: #f6f6f8;
  text-align: left;
}
.content table td {
  text-align: center;
}
.content blockquote {
  background: #f6f6f8;
  padding: 20px;
  margin: 30px 0;
  border-radius: 15px;
}
.content blockquote p:last-of-type {
  margin-bottom: 0;
}
.content blockquote p.moto {
  text-align: right;
}
.content blockquote p.moto a {
  display: inline-block;
  text-decoration: none;
}
.content blockquote p.moto a::before {
  content: "─　";
  text-decoration: none;
}
.content .back {
  text-align: center;
  margin: 30px 0;
}
.content .btn-row {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  margin-bottom: 18px;
}
.content .columns.--2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 50px;
}
.content .repeat-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

/* 採用情報 */
.recruitment .columns {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
}

.recruitment .recruit-btn-wrap {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.recruitment .recruit-btn-wrap .text {
  font-size: 13px;
  display: inline-block;
  width: 280px;
  text-align: left;
  line-height: 1.3;
}

.recruit-voice-wrap {
  display: grid;
  gap: 80px;
}

.recruit-voice {
  display: grid;
  column-gap: 40px;
  row-gap: 20px;
}

.recruit-voice-wrap .recruit-voice:nth-child(odd) {
  grid-template-areas:
    "image copy"
    "image name"
    "image text";
  grid-template-columns: 320px auto;
}

.recruit-voice-wrap .recruit-voice:nth-child(even) {
  grid-template-areas:
    "copy image"
    "name image"
    "text image";
  grid-template-columns: auto 320px;
}

.recruit-voice-wrap .copy {
  font-size: 24px;
  font-weight: 700;
  grid-area: copy;
}

.recruit-voice-wrap .name-wrap {
  display: flex;
  align-items: baseline;
  grid-area: name;
}

.recruit-voice-wrap .name-wrap .name {
  margin-right: 0.75em;
  font-size: 20px;
}

.recruit-voice-wrap .name-wrap .classification {
  font-size: 14px;
}

.recruit-voice-wrap .recruit-voice:nth-child(even) .copy {
  text-align: right;
}

.recruit-voice:nth-child(even) .name-wrap {
  justify-content: end;
}

.recruit-voice .image {
  grid-area: image;
}
.recruit-voice .text-wrap {
  grid-area: text;
}

.recruit-voice .accordion {
  position: relative;
  padding: 20px 0;
}
.recruit-voice .accordion-btn {
  background: url("../img/arrow01_black.png") right 10px center no-repeat;
  -webkit-background-size: auto 10px;
  background-size: auto 10px;
  line-height: 28px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #333;
  background-color: #fff;
  width: 158px;
  height: 32px;
  border-radius: 32px;
  border: 2px solid #5e605f;
  z-index: 10;
  cursor: pointer;
}
.recruit-voice .accordion-btn::after {
  content: "詳しく見る";
}
.recruit-voice .accordion-text {
  overflow: hidden;
  position: relative;
}
.recruit-voice .accordion-text.is-hide {
  height: 160px;
}
.recruit-voice .accordion-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%);
}
.recruit-voice .accordion-btn.is-show {
  bottom: -3em;
}
.recruit-voice .accordion-btn.is-show::after {
  content: "閉じる";
}
.recruit-voice .accordion-btn.is-show + .accordion-text::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .content h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 1.4;
  }
  .content h2:not(:first-child) {
    padding-top: 40px;
  }
  .content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0px 0 15px;
  }
  .content h2::before {
    width: 40px;
  }
  .content h3 {
    font-size: 20px;
    padding: 10px 17px;
    margin-bottom: 15px;
  }
  .content h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .content h5,
  .content h6 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .content p {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: justify;
  }
  .content a.btn01 {
    display: block;
    font-size: 14px;
  }
  .content blockquote {
    margin: 20px 0;
  }
  .content ul,
  .content ol {
    margin-bottom: 20px;
  }
  .content ul li,
  .content ol li {
    font-size: 15px;
  }
  .content table {
    font-size: 15px;
    margin: 20px auto;
    width: 100%;
  }
  .content table th,
  .content table td {
    padding: 10px 5px;
  }
  .content iframe {
    max-width: 100%;
    height: 300px;
  }
  main .spScroll {
    width: 100%;
    overflow: auto;
  }
  .content .columns.--2 {
    grid-template-columns: auto;
    gap: 20px;
  }

  .recruitment .columns {
    grid-template-columns: auto;
    gap: 16px;
  }

  .recruitment .recruit-btn-wrap {
    flex-direction: column;
    align-items: normal;
    margin-top: 16px;
  }
  .recruit-voice-wrap .recruit-voice {
    column-gap: 20px;
    row-gap: 20px;
  }

  .recruit-voice-wrap {
    gap: 50px;
  }

  .recruit-voice-wrap .recruit-voice:nth-child(odd) {
    grid-template-areas:
      "copy copy"
      "image name"
      "text text";
    grid-template-columns: 50% auto;
  }

  .recruit-voice-wrap .recruit-voice:nth-child(even) {
    grid-template-areas:
      "copy copy"
      "name image"
      "text text";
    grid-template-columns: auto 50%;
  }

  .recruit-voice .copy {
    font-size: 4.4vw;
  }

  .recruit-voice .name-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .recruit-voice:nth-child(even) .name-wrap {
    align-items: end;
  }

  .recruit-voice .name-wrap .name {
    margin-right: 0;
  }
}
.content .mainCatch {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.content .mainCatch .image {
  width: 45%;
}
.content .mainCatch .image img {
  border-radius: 15px;
  object-fit: contain;
}
.content .mainCatch .text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .content .mainCatch {
    display: block;
    margin-bottom: 50px;
  }
  .content .mainCatch .image {
    width: 100%;
  }
  .content .mainCatch .image img {
    border-radius: 15px;
    object-fit: contain;
  }
  .content .mainCatch .text {
    width: 100%;
  }
}
.twocolumn {
  display: flex;
  justify-content: space-between;
}
.twocolumn .content,
.twocolumn .archive {
  width: 70%;
}
.twocolumn .side {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .twocolumn {
    display: block;
  }
  .twocolumn .content,
  .twocolumn .archive {
    width: calc(100% - 40px);
  }
  .twocolumn .side {
    width: calc(100% - 40px);
  }
}
.flexBox_col2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.flexBox_col2 .content {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
}
@media screen and (max-width: 768px) {
  .flexBox_col2 {
    margin: 0;
  }
  .flexBox_col2 .content {
    width: 100%;
    margin: 0 0 15px;
  }
}
.side h3 {
  font-size: 20px;
  border-bottom: 2px solid #1f1f1f;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.side h3 span.en {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #7a8389;
  font-family: Arial Black, Helvetica, sans-serif;
}
.side h3::before {
  border: 0;
}
.side .sideBlock {
  margin-bottom: 50px;
}
.side li {
  list-style: none;
}
.side ul li a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #c6c6c6;
}
.side ul li a:hover {
  background-color: #f6f6f8;
  opacity: 1;
}
.side li span.date {
  display: block;
  font-size: 12px;
  color: #848484;
  margin-bottom: 5px;
  font-family: "Prompt", sans-serif;
}
.side ul.tagList {
  padding: 15px 0;
}
.side ul.tagList li {
  display: inline-block;
}
.side ul.tagList li a {
  display: block;
  padding: 3px 12px;
  background-color: #f6f6f8;
  border: 0;
  margin-bottom: 12px;
  margin-right: 12px;
  font-size: 12px;
  border-radius: 20px;
}
.side ul.tagList li a:hover {
  background: #1f1f1f;
  color: #fff;
  opacity: 1;
}
.side ul.thumbnailList li {
  border-bottom: 1px solid #c6c6c6;
  padding: 15px 0;
}
.side ul.thumbnailList li a {
  border: 0;
  padding: 0;
  display: flex;
}
.side ul.thumbnailList li img {
  width: 100px;
  height: 63px;
  object-fit: cover;
  border-radius: 5px;
  display: inline-block;
}
.side ul.thumbnailList li .dateTitle {
  margin-left: 10px;
  display: inline-block;
  width: 160px;
}
.side ul.thumbnailList li .dateTitle span {
  display: block;
  font-size: 12px;
  color: #848484;
  margin-bottom: 5px;
  font-family: "Prompt", sans-serif;
}
.relatedEntry {
  margin: 80px 0;
}
.relatedEntry h3 {
  font-size: 20px;
  border-bottom: 2px solid #1f1f1f;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.relatedEntry h3 span.en {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #7a8389;
  font-family: Arial Black, Helvetica, sans-serif;
}
.relatedEntry h3::before {
  border: 0;
}
.relatedEntry li {
  list-style: none;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #c6c6c6;
  display: flex;
  margin-left: 0;
  align-items: flex-start;
}
.relatedEntry li .date {
  display: block;
  font-family: "Prompt", sans-serif;
  font-weight: 200;
  letter-spacing: 0.08em;
  width: 96px;
}
.relatedEntry li .category-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
}
.relatedEntry li .category {
  white-space: nowrap;
  padding: 3px 12px;
  background-color: #1f1f1f;
  border-radius: 60px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.relatedEntry li a {
  margin-left: 20px;
  display: block;
}
.relatedEntry_thumb {
  margin: 80px 0;
}
.relatedEntry_thumb h3 {
  font-size: 20px;
  border-bottom: 2px solid #1f1f1f;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.relatedEntry_thumb h3 span.en {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #7a8389;
  font-family: Arial Black, Helvetica, sans-serif;
}
.relatedEntry_thumb h3::before {
  border: 0;
}
.relatedEntry_thumb ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.relatedEntry_thumb li {
  list-style: none;
  width: 30%;
}
.relatedEntry_thumb li img {
  height: 250px;
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}
.relatedEntry_thumb li .flexBox {
  justify-content: space-between;
  margin: 10px 0;
}
.relatedEntry_thumb li .date {
  display: block;
  font-family: "Prompt", sans-serif;
  font-weight: 200;
}
.relatedEntry_thumb li .category-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 20px;
}

.relatedEntry_thumb li .category {
  padding: 3px 12px;
  background-color: #1f1f1f;
  border-radius: 60px;
  color: #fff;
  font-size: 12px;
}
.pageNation {
  text-align: center;
  list-style: none;
}
.pageNation li {
  display: inline-block;
  margin: 0 5px;
}
.pageNation li a {
  background: #f6f6f8;
  display: block;
  border-radius: 50%;
  padding: 8px 15px;
}
.pageNation li.now a,
.pageNation li a:hover {
  color: #fff;
  background: #1f1f1f;
}
.wp-pagenavi {
  text-align: center;
  margin: 40px auto;
}
.wp-pagenavi span.current,
.wp-pagenavi a {
  background: #f6f6f8;
  display: inline-block;
  border-radius: 50%;
  padding: 5px 15px;
  margin-right: 10px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #fff;
  background: #1f1f1f;
}
.flexBox {
  display: flex;
}
.content ul.pageLink {
  padding: 0;
  border: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.content ul.pageLink li {
  width: 23%;
  border-bottom: 1px solid #1f1f1f;
  margin: 0;
}
.content ul.pageLink li a {
  display: block;
  padding: 10px 0 10px 0;
  font-size: 18px;
  font-weight: 800;
  position: relative;
}
.content ul.pageLink li a::after {
  content: "∨";
  position: absolute;
  top: 10px;
  right: 0;
  transform: scaleY(70%);
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .relatedEntry {
    margin: 0 0 40px;
  }
  .relatedEntry li {
    display: block;
    padding: 15px 0;
  }
  .relatedEntry li .date {
    display: inline-block;
    font-size: 13px;
  }
  .relatedEntry li .category {
    margin-left: 5px;
  }
  .relatedEntry li a {
    margin: 10px 0 0;
  }
  .content ul.pageLink {
    flex-wrap: wrap;
  }
  .content ul.pageLink li {
    width: 48%;
    margin-bottom: 10px;
  }
  .side .sideBlock {
    margin-bottom: 30px;
  }
  .side ul li a {
    font-size: 14px;
    padding: 13px 15px;
  }
  .wp-pagenavi {
    margin: 20px auto;
  }
}
/*--------------------------------------------------
**************************************************
  Newsページ独自スタイル
**************************************************
--------------------------------------------------*/
#news .entryInfo {
  display: flex;
  margin-bottom: 20px;
}
#news .entryInfo .date {
  font-size: 16px;
  color: #848484;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
}
#news .entryInfo .category-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 20px;
}
#news .entryInfo .category {
  padding: 3px 12px;
  background-color: #1f1f1f;
  border-radius: 60px;
  color: #fff;
  font-size: 12px;
}
#news .entryInfo .tag {
  margin-left: 20px;
  background: url(../img/tag.png) no-repeat left center;
  padding-left: 45px;
}
#news .entryInfo .tag a {
  display: inline-block;
  margin-right: 12px;
  text-decoration: underline;
  font-size: 14px;
}
img.eyecatch {
  width: 100%;
  border-radius: 30px;
  height: 445px;
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #news .entryInfo {
    display: block;
    margin-bottom: 20px;
  }
  #news .entryInfo .date {
    margin-right: 4px;
    display: inline-block;
  }
  #news .entryInfo .category {
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 5px;
  }
  #news .entryInfo .tag {
    margin-left: 0px;
    background-size: 20px;
    padding-left: 27px;
  }
  #news .entryInfo .tag a {
    font-size: 13px;
    margin-right: 0;
  }
  img.eyecatch {
    border-radius: 15px;
    height: 75%;
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------
**************************************************
  スタッフページ独自スタイル
**************************************************
--------------------------------------------------*/

.staffBoxWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.staffBox {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 250px;
  width: 100%;
}
.staffBox.half {
  width: 45%;
}
.staffBox .image {
  width: 44%;
  position: relative;
}
.staffBox.half .image {
  width: 100%;
}
.staffBox .image img {
  border-radius: 15px;
  object-fit: cover;
  height: 528px;
}
.staffBox .image .profile {
  width: 84.5%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  position: absolute;
  top: 81%;
  left: 20%;
  border-radius: 5px;
  color: #fff;
}
.staffBox .image .profile p.post {
  margin-bottom: 0px;
  font-size: 14px;
}
.staffBox .image .profile p.staffName {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.staffBox .image .profile .biograph dl {
  display: flex;
  margin-bottom: 5px;
  width: 100%;
  font-size: 14px;
}
.staffBox .image .profile .biograph dl dt {
  white-space: nowrap;
}
/*.staffBox .image .profile .biograph dl dt {width:22%;}
.staffBox .image .profile .biograph dl dd {width: 76%;}*/

.staffBox .text {
  width: 46%;
}
.staffBox.half .image .profile {
  width: calc(90% - 40px);
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  position: absolute;
  top: 81%;
  left: 5%;
  border-radius: 10px;
  color: #fff;
}
ul.staffList {
  border: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
}
ul.staffList li {
  width: 48%;
  margin: 0;
  margin-bottom: 30px;
}
ul.staffList li img {
  object-fit: cover;
  border-radius: 20px;
}
ul.staffList li .profile {
  position: relative;
  width: 80%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  margin: -60px auto 0 auto;
  z-index: 99;
}
ul.staffList li .profile p.post {
  margin-bottom: 0px;
  font-size: 14px;
}
ul.staffList li .profile p.staffName {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
ul.staffList li .profile .biograph dl {
  display: flex;
  margin-bottom: 5px;
  width: 100%;
}
ul.staffList li .profile .biograph dl dt {
  white-space: nowrap;
}
/*
ul.staffList li .profile .biograph dl dt {width:20%;}
ul.staffList li .profile .biograph dl dd {width: 78%;}
*/

.staffBox:nth-child(3) {
  margin-top: 200px;
}

@media screen and (max-width: 768px) {
  .staffBox {
    display: block;
    margin-bottom: 40px;
  }
  .staffBox .image {
    width: 100%;
    position: relative;
  }
  .staffBox .image img {
    height: auto;
    width: 100%;
  }
  .staffBox .image .profile {
    width: calc(100% - 40px);
    background: rgba(0, 0, 0, 0.8);
    margin-top: 0;
    padding: 20px;
    position: relative;
    top: 0%;
    left: 0%;
    border-radius: 10px;
    color: #fff;
  }
  .staffBox .image .profile p.staffName {
    font-size: 22px;
  }
  .staffBox .image .profile .biograph dl dt {
    width: 30%;
  }
  .staffBox .image .profile .biograph dl dd {
    width: 68%;
  }
  .staffBox .text {
    width: 100%;
    margin-top: 30px;
  }

  .staffBox.half {
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
  .staffBox.half .image {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    border-radius: 8px;
  }
  .staffBox.half .image img {
    border-radius: 8px 8px 0 0;
  }
  .staffBox.half .image .profile {
    position: unset;
    width: calc(100% - 30px);
    padding: 5px 15px 10px;
    background: transparent;
  }
  .staffBox.half .image .profile p.post {
    font-size: 11px;
  }
  .staffBox.half .image .profile p.staffName {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .staffBox.half .image .profile .biograph dl {
    font-size: 11px;
  }

  ul.staffList {
    border: 0;
    list-style: none;
    display: block;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
  }
  ul.staffList li {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  ul.staffList li .profile .biograph dl dt {
    width: 30%;
  }
  ul.staffList li .profile .biograph dl dd {
    width: 68%;
  }
  .staffBox:nth-child(3) {
    margin-top: 0;
  }
}
/*--------------------------------------------------
**************************************************
  お問い合わせページ独自スタイル
**************************************************
--------------------------------------------------*/
.contactform dl {
  border: 0;
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.contactform dl dt,
.contactform dl dd {
  border: 0;
  background: none;
  text-align: left;
  vertical-align: top;
}
.contactform dl dt {
  white-space: nowrap;
  padding-top: 20px;
  margin-right: 15px;
  width: 30%;
  font-size: 18px;
  font-weight: 600;
}
.contactform dl dd {
  width: 67%;
}
.contactform dl dt span.hissu {
  padding-left: 0.5em;
  vertical-align: middle;
  color: #ff0000;
  font-size: 14px;
}
.contactform dl dd input[type="text"],
.contactform dl dd input[type="email"],
.contactform dl dd input[type="tel"],
.contactform dl dd textarea {
  width: 85%;
  padding: 15px;
  border: 0;
  background: #f6f6f8;
  font-weight: 400;
  border-radius: 5px;
  font-size: 16px;
}
.contactform dl dd input[type="text"]::placeholder,
.contactform dl dd textarea::placeholder {
  color: #ccc;
}
.contactform dl dd input.short[type="text"] {
  width: 40%;
}
.contactform dl dd textarea {
  height: 120px;
}
.contactform dl dd select {
  padding: 15px;
  border-radius: 5px;
  border: 0;
  background: #f6f6f8;
}
.contactform dl dd label {
  margin-top: 10px;
  margin-right: 15px;
  cursor: pointer;
}
.contactform dl dd input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.3rem;
  height: 1.3rem;
  border: 0;
  background-color: #f6f6f8;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  padding: 0;
  display: block;
}
.contactform dl dd input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.contactform dl dd input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.3rem;
  height: 1.3rem;
  border: 0;
  background-color: #f6f6f8;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  padding: 0;
  display: block;
}
.contactform dl dd input[type="checkbox"]:checked::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.5rem;
  position: absolute;
  top: 5%;
  left: 10%;
  border-left: 3px solid #333333;
  border-bottom: 3px solid #333333;
  transform: rotate(-45deg);
}
.contactform dl dd label {
  display: inline-flex;
  align-items: center;
}
.contactform dl dd a {
  text-decoration: underline;
}
.contactform .submit {
  width: 300px;
  margin: 40px auto;
  position: relative;
}
.contactform .submit input[type="submit"] {
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  background: #1f1f1f;
  color: #fff;
  border: 0;
  width: 100%;
  font-size: 18px;
  cursor: pointer;
}
.contactform .submit::before {
  content: "→";
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
}
span.wpcf7-not-valid-tip {
  display: block;
  color: red;
}
.screen-reader-response {
  color: red;
}
.screen-reader-response ul {
  display: none;
}
.hidden-fields-container {
  display: none;
}
@media screen and (max-width: 768px) {
  .contactform dl {
    display: block;
  }
  .contactform dl dt {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .contactform dl dd {
    display: block;
    width: 100%;
  }
  .contactform dl dt span.icon {
    font-size: 12px;
    padding: 2px 15px;
    line-height: 23px;
  }
  .contactform dl dd input[type="text"],
  .contactform dl dd input[type="email"],
  .contactform dl dd input[type="tel"],
  .contactform dl dd textarea {
    width: calc(100% - 30px);
  }
  .contactform select {
    color: #333;
  }
  .contactform .submit input[type="submit"] {
    font-size: 15px;
    font-weight: 500;
    padding: 15px;
  }
}

/*--------------------------------------------------
**************************************************
  獣医師勤務表
**************************************************
--------------------------------------------------*/
table.attmgr_monthly_schedule th {
  width: calc(100% / 7);
  text-align: center;
}
table.attmgr_monthly_schedule td {
  vertical-align: top;
  height: auto;
}
td.portrait {
  width: 150px;
}
.list_datenavi {
  text-align: center;
  font-size: 18px;
}
#attmgr_admin_scheduler input[type="submit"] {
  padding: 5px 15px;
}
#attmgr_admin_scheduler select {
  padding: 10px;
}
table.attmgr_weekly_all td img {
  object-fit: cover;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 5px;
}
table.attmgr_weekly_all td.portrait {
  width: 100px;
}
table.attmgr_weekly_all td.portrait a {
  display: block;
}
@media screen and (max-width: 768px) {
  table.attmgr_monthly_schedule td {
    white-space: nowrap;
  }
  table.attmgr_weekly_all td {
    white-space: nowrap;
  }
  table.attmgr_weekly_all td img {
    display: none;
  }
}
table.fc-scrollgrid-sync-table {
  margin: 0;
}
table.fc-scrollgrid td,
table.fc-scrollgrid th {
  padding: 0;
}
table.fc-col-header {
  margin: 0;
}

/*--------------------------------------------------
**************************************************
  ページタイトル
**************************************************
--------------------------------------------------*/
#pageHeader.Access::before {
  content: "Access";
}
#pageHeader.Guide::before {
  content: "Guide";
}
#pageHeader.Medical::before {
  content: "Medical";
}
#pageHeader.Service::before {
  content: "Service";
}
#pageHeader.Privacy::before {
  content: "Privacy Policy";
}
#pageHeader.Schedule::before {
  content: "Schedule";
}
#pageHeader.news::before {
  content: "News";
}
#pageHeader.blog::before {
  content: "Blog";
}
#pageHeader.case::before {
  content: "Case";
}
#pageHeader.staff::before {
  content: "Member";
}
#pageHeader.contact::before {
  content: "Contact";
}

/*--------------------------------------------------
**************************************************
  追加css
**************************************************
--------------------------------------------------*/
.img-row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  width: 85%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .img-row {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
