@charset "utf-8";

.w-header {
  position: relative;
  z-index: 255;
  width: 100%;
  padding-top: 5rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .w-header {
    padding-top: 11rem;
  }
}

.w-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: url(../images/deco-top.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .w-header::before {
    height: 10rem;
  }
}

.w-header__inner {
  position: relative;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 4vw 0;
  padding-top: 0;
  padding-bottom: .5rem;
}
@media screen and (min-width: 768px) {
  .w-header__inner {
    padding-top: 2rem;
  }
}

.w-header__sns {
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 30px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .w-header__sns {
    top: -5rem;
    right: 6rem;
    width: 40px;
  }
}

.w-header__deco {
  width: 10rem;
  height: auto;
  position: absolute;
  top: -3rem;
  left: 2rem;
  z-index: 2;
  -webkit-animation: floatBubble3 5s ease-in-out infinite alternate;
  animation: floatBubble3 5s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) {
  .w-header__deco {
    top: -6rem;
    width: 15rem;
  }
}

.w-header__lists {
  background: #fff;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  font-size: 1.4rem;
  transition: transform .1s;
  -webkit-overflow-scrolling: touch;
  z-index: 253;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .w-header__lists {
    position: relative;
    width: auto;
    padding: 0;
    overflow: visible;
    background-color: transparent;
    transform: translateX(0);
    height: 100%;
  }
}

.w-header__list {
  width: 33.3333333333%;
  border-right: 2px dotted gray;
  margin-bottom: 1rem;
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}
.w-header__list:nth-of-type(1) {
  border-left: 2px dotted gray;
}
.w-header__list:nth-of-type(5) {
  border-left: 2px dotted gray;
}
@media screen and (min-width: 768px) {
  .w-header__list {
    background: #fff;
    width: 12.5%;
    border-right: 2px dotted gray;
    padding: .4rem .8rem;
    font-size: 1.6rem;
    color: #333;
  }
  .w-header__list:first-of-type {
    border-left: 2px dotted gray;
  }
  .w-header__list:nth-of-type(4) {
    border-right: none;
  }
}
.w-header__list:hover {
    background: #fbfbdd;
}

.w-header__list-big-sp {
  display: block;
  margin: 0 auto 2rem;
  z-index: 254;
  position: relative;
  width: 20rem;
}
@media screen and (min-width: 768px) {
  .w-header__list-big-sp {
    display: none;
  }
}

.w-header__list-big {
	display: none;
}
@media screen and (min-width: 768px) {
  .w-header__list-big {
    display: block;
    margin-bottom: 1rem;
    z-index: 254;
    position: relative;
    width: 25%;
  }
}
.w-header__list-big img {
  width: 70% !important;
}
@media screen and (min-width: 768px) {
  .w-header__list-big img {
    width: 70% !important;
  }
}

.w-header__list img {
  width: 80%;
  margin: auto;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .w-header__list img {
    width: 100%;
  }
}
.w-header__list p {
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: small;
}
@media screen and (min-width: 768px) {
  .w-header__list p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 900px) {
  .w-header__list p {
    font-size: small;
  }
}

.w-fv {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 4vw;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) { 
  .w-fv {
    margin-bottom: 0;
  }
}
.w-fv__deco01 {
    position: absolute;
    right: 1rem;
    top: 2rem;
    width: 10rem;
    height: 10rem;
    max-width: 20%;
    -webkit-animation: floatBubble1 2s ease-in-out infinite alternate;
    animation: floatBubble1 2s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) { 
    .w-fv__deco01 {
        top: 0;
    }
}
.w-fv__deco-bubbles01 {
  position: absolute;
  top: -2rem;
  left: 0;
  width: 4rem;
  -webkit-animation: floatBubble1 2s ease-in-out infinite alternate;
  animation: floatBubble1 2s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) { 
  .w-fv__deco-bubbles01 {
    top: 0;
  }
}
.w-fv__deco-bubbles02 {
  position: absolute;
  bottom: 0rem;
  right: 2rem;
  width: 3rem;
  -webkit-animation: floatBubble2 5s ease-in-out infinite alternate;
  animation: floatBubble2 5s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) { 
  .w-fv__deco-bubbles02 {
    right: 5rem;
  }
}
.w-fv__deco-bubbles03 {
  position: absolute;
  right: 1rem;
  top: 2rem;
  width: 3rem;
  -webkit-animation: floatBubble3 5s ease-in-out infinite alternate;
  animation: floatBubble3 5s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) { 
  .w-fv__deco-bubbles03 {
    width: 5rem;
  }
}

.w-fv__deco02 {
  position: absolute;
    left: 1rem;
    bottom: -5rem;
    width: 30rem;
    max-width: 50%;
    -webkit-animation: floatAnimal 2s ease-in-out infinite alternate;
    animation: floatAnimal 2s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) { 
  .w-fv__deco02 {
    bottom: -1rem;
  }
}

.w-heart__container {
  padding-top: 7.2rem;
}
@media screen and (min-width: 768px) { 
  .w-heart__container {
    padding-top: 15.6rem;
  }
}

.w-heart__text {
  margin-top: 1rem;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 2rem;
  font-weight: 700;
} 
@media screen and (min-width: 768px) { 
  .w-heart__text {
    font-size: 2rem;
    text-align: center;
  }
}

.w-heart__boxes {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.w-heart__box {
  width: 100%;
}
.w-heart__box + .w-heart__box {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) { 
  .w-heart__box {
    width: 31.333%;
    margin-bottom: 3.5%;
    margin-left: 3%;
  }
  .w-heart__box + .w-heart__box {
    margin-top: 0;
  }
  .w-heart__box:nth-child(3n+1) {
    margin-left: 0;
  }
}
.w-heart__box img {
  border-radius: 1rem;
}

.w-heart__box-body {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) { 
  .w-heart__box-body {
    padding-top: 1.8rem;
    padding-right: .8rem;
    padding-left: .8rem;
  }
}
.w-heart__box-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #696969;
}
.w-heart__box-text {
  margin-top: .8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #696969;
}
@media screen and (min-width: 768px) { 
  .w-heart__box-text {
    margin-top: .9rem;
  }
}
@media screen and (min-width: 768px) { 
  .w-heart__img-bottom {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
}

.w-facility {
  position: relative;
  padding: 3.6rem 0 0 !important;
}
@media screen and (min-width: 768px) { 
  .w-facility {
    padding: 0 !important;
  }
}

.w-facility__wrap {
  background-color: #beddec;
  position: relative;
  width: 100%;
  padding: 0 4vw;
  padding-bottom: 2rem;
  padding-top: 15rem;
}
@media screen and (min-width: 768px) { 
  .w-facility__wrap{
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1200px) { 
  .w-facility__wrap{
    padding: 0 8.958333335vw;
  }
}
 
.w-facility__boxes {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.w-facility__item {
    width: 100%;
}
.w-facility__item + .w-facility__item {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) { 
  .w-facility__item {
    width: 48%;
    margin-bottom: 3.5%;
    margin-left: 4%;
  }
  @media print, screen and (min-width: 768px) {
    .w-facility__item:nth-child(2n+1) {
      margin-left: 0;
    }
    .w-facility__item + .w-facility__item {
      margin-top: 0;
    }
  }
}

.w-facility__img {
  aspect-ratio: 537 / 371;
  border-radius: 1rem;
  object-fit: cover;
}
.w-facility__body {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) { 
  .w-facility__body {
    padding-top: 1.8rem;
    padding-right: .8rem;
    padding-left: .8rem;
  }
}
.w-facility__body-title {
 font-size: 1.6rem;
    font-weight: 700;
  color: #696969;
}
.w-facility__body-text {
  margin-top: .8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #696969;
}
@media screen and (min-width: 768px) { 
  .w-facility__body-text {
    margin-top: .9rem;
  }
}

.w-voice {
  position: relative;
  width: 100%;
  padding: 2rem 4vw;
  background-color: #f1f1f1;
}
@media screen and (min-width: 768px) { 
  .w-voice {
    padding: 0 6vw;   
  }
}
@media screen and (min-width: 1200px) { 
  .w-voice {
    padding: 0 8.958333335vw;
  }
}

.w-voice__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.w-voice__item {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 1rem;
  width: 100%;
}
.w-voice__item + .w-voice__item {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) { 
  .w-voice__item {
    width: 18.4%;
    margin-bottom: 2%;
    margin-left: 2%;
  }
  .w-voice__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .w-voice__item:nth-child(5n+1):nth-last-child(-n+5), .w-voice__item:nth-child(5n+1):nth-last-child(-n+5) ~ .w-voice__item {
    margin-bottom: 0;
  }
  .w-voice__item + .w-voice__item {
    margin-top: 0;
  }
}
.w-voice__img {
  position: relative;
  display: block;
  height: auto;
  aspect-ratio: 1 / 1;
  width: 70%;
  margin: auto;
}
.w-voice__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.w-voice__body {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) { 
  .w-voice__body {
    padding-right: .8rem;
    padding-left: .8rem;
    padding-top: 1.8rem;
  }
}
.w-voice__body-text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #696969;
}

.w-news {
  position: relative;
  padding: 3.6rem 0 !important;
}
@media screen and (min-width: 768px) { 
  .w-news {
    padding: 7.8rem 0 !important;
  }
}
.w-news__box .webgene-blog {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.w-news__wrap {
  width: 100%;
}
.w-news__wrap a {
  width: 100%;
}
.w-news__wrap + .w-news__wrap {
  margin-top: 9%;
}
.w-news__wrap:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) { 
  .w-news__wrap {
    width: 23.5%;
    margin-bottom: 2%;
    margin-left: 2%;
  }
  .w-news__wrap + .w-news__wrap {
    margin-top: 0;
  }
}
.w-news__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}
.w-news__body {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) { 
  .w-news__body {
    padding-top: 1.8rem;
    padding-right: .8rem;
    padding-left: .8rem;
  }
}
.w-news__date {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #696969;
}
.w-news__title {
  margin-top: .5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #696969;
}
.w-news__title + .w-news__text {
  margin-top: .8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #696969;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) { 
  .w-news__title + .w-news__text {
    margin-top: .9rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.w-recruit__wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 1024px) {
  .w-recruit__wrap {
    flex-direction: row;
  }
}

.w-recruit__box {
  padding: 40px 25px 40px 25px;
  border: 1px solid rgba(40, 65, 105, 0.1);
  flex-grow: 1;
}
@media (min-width: 768px) {
  .w-recruit__box {
    padding: 40px 45px 40px 45px;
  }
}

.w-recruit__table-title {
  font-family: "Zen Kurenaido", serif;
}

.w-recruit__table-wrap {
  display: flex;
  flex-direction: column;
}
.w-recruit__table {
  border: none !important;
  border-bottom: 1px dotted #284169 !important;
}

@media screen and (min-width: 1024px) {
  .c7043 {
  width: min(calc(455 / 1366 * 100vw), 455px) !important;
}
}

.w-contact {
  position: relative;
  padding: 3.6rem 0;
}
@media screen and (min-width: 768px) { 
  .w-contact {
    padding: 7.8rem 0;
  }
}
.w-contact__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  max-width: 1024px;
  margin: 0 auto;
}
.w-contact__item {
  width: 100%;
  color: #696969;
  display: block;
  width: 100%;
  padding: 1.6rem .5rem;
  margin: 0 auto;
  border: .2rem solid #f4a245;
  border-bottom: .4rem solid #f4a245;
  border-radius: 2rem;
  background: #fff;
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;

  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 3fr;
  grid-template-columns: 1fr 3fr;
  gap: 10px;
}
.w-contact__item::before {
  content: "";
  position: absolute;
  bottom: -.2rem;
  left: 0;
  right: 0;
  height: .2rem;
  background-color: #f4a245;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .3s ease;
}
@media screen and (min-width: 768px) { 
  .w-contact__item {
    width: 47%;

    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
}

.w-contact__item + .w-contact__item {
  margin-top: 9%;
}
@media screen and (min-width: 768px) { 
  .w-contact__item + .w-contact__item {
    margin-top: 0;
  }
}

.w-contact__item-tel {
  border: .2rem solid #C7D86D;
  border-bottom: .4rem solid #C7D86D;
}
.w-contact__item::before {
  background-color: #C7D86D;
}

.w-contact__img {
  max-width: 111px;
  margin: auto;
}
.w-contact__img02 {
  max-width: 120px;
}

.w-contact__title{
  font-family: "Zen Kurenaido", serif;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  width: fit-content;
  margin: 0 auto 1rem;
  z-index: 5;
}
@media screen and (min-width: 768px) { 
  .w-contact__title {
    font-size: 2.3rem;
    margin: 0 auto 0.5rem;
  }
}
@media screen and (min-width: 1500px) { 
  .w-contact__title {
    font-size: 2.8rem;
  }
}
.w-contact__title strong {
  background: linear-gradient(transparent 60%, rgba(255, 182, 25, .3) 60%);
}
.w-contact__title-tel strong {
  background: linear-gradient(transparent 60%, rgba(234, 240, 200, 1) 60%);
}

.w-contact__text {
  max-width: 100%;
  color: #696969;
  line-height: 1.4em;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) { 
  .w-contact__text {
    font-size: 1.4rem;
  }
}

.w-footer__mail {
  margin: 24px auto 0;
  width: 240px;  
  background: #FBE9C6;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.w-footer__mail p {
  color: #323232;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: calc(17 / 13);
}
.w-footer__mail::before {
  content: "";
  background: url('../images/icon-mail-black.svg') center / contain no-repeat;
  width: 15px;
  height: 12px;
}
.w-footer__mail::after {
  content: "";
  background: url('../images/icon-arrow.svg') center / contain no-repeat;
  width: 15px;
  height: 12px;
  margin-left: 5px;
}
.w-footer__tel {
  margin: 1.5rem auto 0;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #009344;
}
@media screen and (min-width: 768px) { 
  .w-footer__tel {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1500px) { 
  .w-footer__tel {
    font-size: 3rem;
  }
}

.w-footer {
  position: relative;
  margin-top: 7rem;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) { 
  .w-footer {
    padding: 7.8rem 0 5rem;
    padding-bottom: 0;
  }
}
.w-footer__deco1 {
  position: absolute;
  z-index: 2;
  top: -60px;
  right: 2rem;
  width: 13rem;
  -webkit-animation: floatBubble1 5s ease-in-out infinite alternate;
  animation: floatBubble1 5s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) { 
  .w-footer__deco1 {
    top: 0;
    right: 2rem;
    width: 15rem;
  }
}

.w-footer__top {
    background-color: #f1f1f1;
  padding-top: 1rem;
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 768px) { 
  .w-footer__bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.w-footer__logo {
  display: block;
  margin: 4rem auto 3.2rem;
  width: 18rem;
}
@media screen and (min-width: 768px) { 
  .w-footer__logo {
    max-width: 16rem;
    margin: 4rem auto 0 0;
  }
}
.w-footer__bottom-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 768px) { 
  .w-footer__bottom-links {
    width: 48%;
  }
}

.w-footer__bottom-list {
  display: block;
  width: 48%;
  margin: 0 0 4%;
  font-size: 1.4rem;
  display: inline-block;
  padding: .3rem 0;
  line-height: 1.4;
  color: #333 !important;
}

.w-footer__sns {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.w-footer__sns img {
  width: 4rem;
  display: block;
  margin: 0 auto;
}

.w-footer__copyright {
  margin-top: 2rem;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) { 
  .w-footer__copyright {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}

.wd-facility__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.wd-facility__img {
  width: 100%;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) { 
  .wd-facility__img {
    width: 33.5%;
    height: 100%;
    margin-bottom: 3%;
    margin-left: 0;
  }
}
.wd-facility__item {
  width: 100%;
}
@media screen and (min-width: 768px) { 
  .wd-facility__item {
    width: 63.5%;
    margin-left: 3%;
    margin-bottom: 3%;
  }
}

.wd-facility__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin-top: 1.5rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) { 
  .wd-facility__table {
    margin-top: 0;
  }
}

.wd-facility__table-item {
  display: flex;
}
.wd-facility__table-head,
.wd-facility__table-body {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}
.wd-facility__table-head {
  background-color: #fbfbdd;
  font-weight: bold;
  min-width: 150px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 600px) { 
  .wd-facility__table-head {
    min-width: 200px;
  } 
}
@media screen and (min-width: 768px) { 
  .wd-facility__table-head {
    min-width: 160px;
  } 
}

.wd-facility__table-body {
  flex-grow: 1;
}

.wd-facility__item-img {
  margin-top: 1rem;
}

.w-map {
  margin-top: 2rem ;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
}
.w-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.wd-heart__top-title {
  margin: 1rem auto 2rem;
  width: fit-content;
  font-size: 1.8rem;
  color: #333;
  font-weight: 700;
}
@media screen and (min-width: 768px) { 
  .wd-heart__top-title {
    font-size: 2rem;
  }
}
.wd-heart__top-title strong {
  background: linear-gradient(transparent 60%, rgba(255, 182, 25, .3) 60%);
}
.wd-heart__top-text {
  color: #444;
  font-size: 1.5rem;
  letter-spacing: .02em;
}

.wd-heart__wrap {
  padding: 2rem;
  border-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.wd-heart__wrap + .wd-heart__wrap {
  margin-top: 3rem;
}
.wd-heart__wrap2 {
  padding: 0;
}
.wd-heart__wrap3 {
  margin-top: 2rem ;
  padding: 0;
}
@media screen and (min-width: 768px) { 
  .wd-heart__wrap-reverse {
    flex-direction: row-reverse;
  }
  .wd-heart__wrap-reverse .wd-heart__img {
    margin-left: 3% !important;
  }
  .wd-heart__wrap-reverse .wd-heart__item {
    margin-left: 0;
  }
}

.wd-heart__img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) { 
  .wd-heart__img {
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 3%;
  }
  .wd-heart__img-small {
    width: 33.5%;
    margin-left: 3%;
    margin-bottom: 3%;
  }
  .wd-heart__img-big {
    width: 63.5% ;
  }
  .wd-heart__img:nth-child(2n+1) {
    margin-left: 0;
  }
}
.wd-heart__img1 {
  position: relative;
  width: 80%;
  margin-bottom: 10%;
  margin-left: 20%;
  border-radius: 1rem;
}
.wd-heart__img2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  border-radius: 1rem;
}

.wd-heart__item {
  width: 100%;
  flex-grow: 1;
}
@media screen and (min-width: 768px) { 
  .wd-heart__item {
    width: 33.5%;
    margin-left: 3%;
    margin-bottom: 3%;
  }
}

.wd-heart__title {
  margin-top: 1rem;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 2rem;
  font-weight: 700;
  width: fit-content;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) { 
  .wd-heart__title {
    font-size: 2rem;
  }
}
.wd-heart__title strong {
  background: linear-gradient(transparent 60%, rgba(255, 182, 25, .3) 60%);
}
.wd-heart__text {
  color: #444;
  font-size: 1.5rem;
  letter-spacing: .02em;
}
.wd-heart__text-name {
  margin-top: 1rem;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 2rem;
  font-weight: 700;
  text-align: right;
}
@media screen and (min-width: 768px) { 
  .wd-heart__text-name {
    font-size: 2rem;
  }
}

.wb-events__top-wrap-pc .wb-events__top-images {
  display: none;
}
@media screen and (min-width: 768px) { 
  .wb-events__top-wrap-pc .wb-events__top-images {
    display: block;
  }
  .wb-events__top-wrap-pc {
    display: grid;
    grid-template-columns: 2fr 7fr 2fr;
    gap: 10px;
    padding: 20px;
  }
}
.wb-events__top-wrap-sp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 20px;
}
@media screen and (min-width: 768px) { 
  .wb-events__top-wrap-sp {
    display: none;
  }
}

.wb-events__top-img {
  margin-top: 1rem ;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) { 
  .wb-events__top-item {
    margin-left: 2rem ;
            margin-right: 2rem ;
  }
}
.wb-events__top-title {
  margin-top: 1rem;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 2rem;
  font-weight: 700;
  width: fit-content;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) { 
  .wb-events__top-title {
    font-size: 2rem;
  }
}
.wb-events__top-title strong {
  background: linear-gradient(transparent 60%, rgba(255, 182, 25, .3) 60%);
}
.wb-events__top-text {
  color: #444;
  font-size: 1.5rem;
  letter-spacing: .02em;
}

.w-swiper-slide-pc {
  display: none !important;
}
@media screen and (min-width: 768px) { 
  .w-swiper-slide-pc {
    display: block !important;
    height: auto;
    width: 100%;
  }
}
.w-swiper-slide-sp {
  display: block !important;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) { 
  .w-swiper-slide-sp {
    display: none !important;
  }
}
.w-swiper-button-prev,
.w-swiper-button-next {
  width: 2rem;
  height: 2rem;
  color: transparent;
  margin-top: -1rem;
}
@media screen and (min-width: 768px) { 
  .w-swiper-button-prev,
  .w-swiper-button-next {
    width: 4rem;
    height: 4rem;
    color: transparent;
    margin-top: -2rem;
  }
}
.w-swiper-button-prev::after,
.w-swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 4rem;
  margin: auto;
  width: 4rem;
}
.w-swiper-button-prev::after {
    background-image: url(../images/arrow-before.svg);
}
.w-swiper-button-next::after {
    background-image: url(../images/arrow-after.svg);
}

.wb-voice__text {
  margin-top: 1rem;
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) { 
  .wb-voice__text {
    font-size: 2rem;
    text-align: center;
  }
}

.wb-voice__wrap {
  margin-top: 2rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.wb-voice__item {
  width: 100%;
  background-color: #fff;
  padding: 2rem 1rem;
  border-radius: 1rem;
}
.wb-voice__item + .wb-voice__item {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) { 
  .wb-voice__item {
    width: 31.333%;
  }
  .wb-voice__item + .wb-voice__item {
    margin-top: 0;
    margin-left: 3%;
  }
}
.wb-voice__item-big {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) { 
  .wb-voice__item-big {
    width: 100%;
  }
}
.wb-voice__item-big2 {
  margin-top: 2rem ;
}

.wb-voice__item-big .wb-voice__item-box {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) { 
  .wb-voice__item-big .wb-voice__item-box {
    width: 23.5%;
  }
}
.wb-voice__item-big .wb-voice__item-img {
  width: 100%;
}
.wb-voice__item-big .wb-voice__item-text {
  color: #444;
  font-size: 1.5rem;
  letter-spacing: .02em;
  margin-top: 1.5rem;
  padding-top: 0;
}
@media screen and (min-width: 768px) { 
  .wb-voice__item-big .wb-voice__item-text {
    width: 73.5%; 
    margin-left: 3%;
    margin-top: 0;
  }
}

.wb-voice__item-img {
  aspect-ratio: 1 / 1;
  width: 70%;
  margin: auto;
  display: block;
}
.wb-voice__item-name {
  text-align: center;
  margin-top: 2rem;
  color: #444;
  font-size: 1.5rem;
  letter-spacing: .02em;
  font-weight: bolder;
}
.wb-voice__item-text {
  padding-top: 1rem;
  color: #444;
  font-size: 1.5rem;
  letter-spacing: .02em;
}
@media screen and (min-width: 768px) { 
  .wb-voice__item-text {
    padding-top: 1.8rem;
    padding-right: .8rem;
    padding-left: .8rem;
  }
}

.wd-news__text {
  margin-top: 1rem;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 3rem;
  font-weight: 700; 
}
@media screen and (min-width: 768px) { 
  .wd-news__text {
    font-size: 2rem;
    text-align: center;
  }
}

.w-card .webgene-blog {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.w-card .webgene-pagination {
  flex: 0 0 100%;
}
.w-card .webgene-pagination ul .number.selected a {
  background: #F7B617;
}
.w-card li.prev:after {
  background-image: url("../images/arrow-before.svg");
}
.w-card li.next:after {
  background-image: url("../images/arrow-after.svg");
}

@media screen and (min-width: 768px) { 
  .w-inner__detail {
    max-width: 840px;
    margin: auto;
  }
}  
.w-post-ttl {
  margin-top: 1rem;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) { 
  .w-post-ttl {
    font-size: 2rem;
  }
}
.w-post-detail__image img {
  margin-top: 3rem;
  margin-bottom: 2rem;
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
  object-fit: cover;
  aspect-ratio: unset;
  border-radius: 0;
}

@media screen and (min-width: 1200px) { 
  .w-inner__contact {
    padding: 0 233px !important;
  }
}  
.wd-contact__text {
  color: #444;
  font-size: 1.5rem;
  letter-spacing: .02em;
}
@media screen and (min-width: 768px) { 
  .wd-contact__text {
    text-align: center;
  }
}  
.wd-contact__tel {
  display: block;
  margin: 2rem auto 0;
  width: fit-content;
  font-size: 2rem;
  color: #333 !important;
  font-weight: 700;
}
@media screen and (min-width: 768px) { 
  .wd-contact__tel {
    font-size: 3.4rem;
  }
}
.wd-contact__tel strong {
  background: linear-gradient(transparent 60%, rgba(255, 182, 25, .3) 60%);
}
.wd-contact__time {
  color: #444;
  font-size: 1.5rem;
  letter-spacing: .02em;
  text-align: center;
  margin-bottom: 12.2rem;
}

@media screen and (min-width:768px) {
  .w-voice__body-text {
    font-size: 1.45rem !important;
  }
}
@media screen and (min-width:1200px) {
  .w-voice__body-text {
    font-size: 1.4rem !important;
  }
}

.w-heart__box-text {
  font-size: 1.3rem !important;
}
.wb-voice__item-text {
  font-size: 1.44rem !important;
}
@media screen and (min-width:768px) {
  .wb-voice__item-text {
    font-size: 1.45rem !important;
  }
}
@media screen and (min-width:1200px) {
  .wb-voice__item-text {
    font-size: 1.5rem !important;
  }
}

.bg-cream .wd-heart__text {
  font-size: 1.4rem !important;
}
@media screen and (min-width:768px) {
  .bg-cream .wd-heart__text {
    font-size: 1.5rem !important;
  }
}

.bg-gray .wd-heart__text {
  font-size: 1.4rem !important;
}
@media screen and (min-width:768px) {
  .bg-gray .wd-heart__text {
    font-size: 1.5rem !important;
  }
}


.bg-blue .wd-heart__text {
  font-size: 1.35rem !important;
}
@media screen and (min-width:1024px) {
  .bg-blue .wd-heart__text {
    font-size: 1.3rem !important;
  }
}

.wb-events__top-text {
  font-size: 1.4rem !important;
}
@media screen and (min-width:1200px) {
  .wb-events__top-text {
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width:1367px) {
  .wb-events__top-text {
    font-size: 1.6rem !important;
  }
}

.c7043 {
  font-size: 1.3rem !important;
}

.wonbat-title + .displaynone {
  display: none;
}

.w-kitchen .col-md-4 > .row {
    align-items: stretch;
}

.w-kitchen .col-md-4 > .row > .col-md-6 {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.kitchen-menu {
    flex: 1;
    border-radius: 1rem;
    border: 2px solid #f4a245;
    padding: 8px;
}

.kitchen-menu.kitchen-menu-01 {
    border-color: #c7d86e;
}

.kitchen-menu-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.w-kitchen > div > .row {
    align-items: stretch;
}
.w-kitchen > div > .row > .col-md-4 {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.w-kitchen > div > .row > .col-md-4:first-child > .row {
    flex: 1;
}

.w-kitchen > .row > .col-md-4:first-child > .row {
    flex: 1;
}
.kitchen-menu-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kitchen-menu-title {
    text-align: center;
    color: #333;
    margin-bottom: 16px;
    font-weight: 700;
}

