@media screen and (min-width:769px) {
  

#mv {
  height: 430px;
}
.mv-li {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv-li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv-li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainvisual-block {
  position: relative;
}
.mainvisual-block form.search-form {
  position: absolute;
  bottom: 20px;
  left: 10%;
  width: 80%;
  z-index: 10;
}
.mainvisual-block form.search-form .search-submit {
  cursor: pointer;

  align-items: center;
  border: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;

  border-radius: 50%;
  color: #fff;
  height: 35px;
  right: 5.5px;
  top: calc(50% - 17.5px);
  width: 35px;

  background: #ff000000 !important;
  color: #f46b69 !important;
  font-size: 1.5em;
  width: 20px;
  margin-right: 0.5em !important;
}
.mainvisual-block form.search-form button svg {
  width: 20px;
  height: 20px;
}
.mainvisual-block form.search-form .search-field {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid #e1e8ed;
  color: #333;
  display: inline-block;
  line-height: 42px;
  margin: 0;
  min-height: 44px;
  padding: 0 12px;
  width: 100%;
  box-shadow: 2px 2px 2px 0px #00000040;
  border-radius: 10px !important;
  padding: 8px 12px !important;
  font-size: 1.5em;
}
.mainvisual-block form.search-form .search-field:focus-visible {
  outline: unset;
}
.mainvisual-block form.search-form .search-field::placeholder {
  color: #D2D2D2;
  text-align: center;
}

.biyo-keyword {
  margin: 10px 0 30px 0;
  text-align: center;
}
.biyo-keyword li {
  display: inline-block;
  margin: 10px 0;
}
.biyo-keyword li a {
  display: inline-block;
  border: solid 1px #9dbda6;
  background: #fff;
  padding: 10px 25px;
  border-radius: 100px;
}
.biyo-keyword li.on a,
.biyo-keyword li a:hover {
  text-decoration: none;
  border: solid 1px #9dbda6;
  background: #9dbda6;
  color: #fff;
}




.biyo-kansyusya {
  padding: 14px 0;
}
.biyo-kansyusya ul {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.biyo-kansyusya ul::after {
  content: '';
  display: block;
  width: calc(33.33% - 5px);
  height: 0;
}
.biyo-kansyusya li {
  border: solid 1px #aaaaaa;
  width: calc(33.33% - 5px);
  margin: 5px 0;
  padding: 7px;
  box-sizing: border-box;
  overflow: hidden;
}
.biyo-kansyusya li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.biyo-kansyusya li a:hover {
  text-decoration: none;
}
.biyo-kansyusya .image {
  width: 80px;
  height: 57px;
  float: left;
  margin: 0 6px 0 0;
}
.biyo-kansyusya .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.biyo-kansyusya .name {
  float: left;
  font-weight: bold;
  width: 144px;
  box-sizing: border-box;
  font-size: 110%;
  margin: 3px 0;
  white-space: nowrap;
}
.biyo-kansyusya .sub {
  background: #2b2827;
  color: #fff;
  padding: 5px;
  display: block;
  width: fit-content;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 70%;
  clear: both;
}



.biyo-post {
  padding: 14px 0;
}
.biyo-post ul {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.biyo-post ul::after {
  content: '';
  display: block;
  width: calc(33.33% - 5px);
  height: 0;
}
.biyo-post li {
  border: solid 1px #aaaaaa;
  width: calc(33.33% - 5px);
  margin: 5px 0;
  padding: 7px;
  box-sizing: border-box;
  overflow: hidden;
}
.biyo-post li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.biyo-post li a:hover {
  text-decoration: none;
}
.biyo-post .image {
  width: 80px;
  height: 57px;
  float: left;
  margin: 0 6px 0 0;
}
.biyo-post .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.biyo-post .tag {
  display: block;
  width: fit-content;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #f7d4dd;
  font-size: 70%;
  margin-right: 2px;
  white-space: nowrap;
  margin-left: 86px;
  padding: 0 5px;
}
.biyo-post .content {
  width: 144px;
  margin-top: 5px;
  margin-left: 86px;
}
.biyo-post .date {
  display: block;
  clear: both;
  text-align: right;
  margin-top: 5px;
  font-size: 80%;
}


.biyo-news {
  padding: 0 0 14px 0;
}
.biyo-news ul {
  overflow: hidden;
}
.biyo-news li {
  border-bottom: solid 1px #aaaaaa;
  box-sizing: border-box;
  overflow: hidden;
}
.biyo-news li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
.biyo-news li a:hover {
  text-decoration: none;
}
.biyo-news li .date {
  display: block;
  width: 100px;
}
.biyo-news li .title {
  display: block;
  width: calc(100% - 100px);
}

.biyo-recommend {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.biyo-recommend .item {
  width: calc(33.3% - 10px);
  box-sizing: border-box;
  border: solid 1px #aaaaaa;
  margin-bottom: 10px;
  padding: 10px;
}
.biyo-recommend img {
  max-width: 100%;
  height: auto;
}
.biyo-recommend .button {
  border: solid 1px #aaaaaa;
  text-align: center;
  cursor: pointer;
  user-select: none;
  padding: 5px;
  font-size: 90%;
}
.biyo-recommend .button:after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f107";
  color: #000;
  margin: 0 5px;
}
.biyo-recommend .button.open:after {
  content: "\f106";
}

.biyo-recommend .detail {
  transition: 500ms max-height ease;
  max-height: 0;
  overflow: hidden;;
}
.biyo-recommend .detail.open {
  display: block;
  max-height: 500px;
}
.biyo-recommend .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: solid 1px #aaa;
  background: #eee;
  box-sizing: border-box;
}
.biyo-recommend .tab li {
  width: 25%;
  text-align: center;
  cursor: pointer;
  user-select: none;
  line-height: 1.2;
  white-space: nowr;
  border-right: solid 1px #aaa;
  padding: 5px;
}
.biyo-recommend .tab li.open {
  background: #9dbda6;
}
.biyo-recommend .tab li .jp {
  display: block;
  font-size: 90%;
}
.biyo-recommend .tab li .en {
  display: block;
  font-size: 70%;
}
.biyo-recommend .tab-wrap {
  border: solid 1px #aaa;
}
.biyo-recommend .tab-wrap .tab-content {
  display: none;
}
.biyo-recommend .tab-wrap .tab-content.open {
  display: block;
}
.biyo-recommend .tab-wrap .tab-content ul li {
  padding: 5px;
}
}