/*
Theme Name : original
*/
@charset "UTF-8";
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #684B2A;
  letter-spacing: 0.04rem;
}

.josefin-sans {
  font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 920px) {
  .l-section--inner {
    padding-right: 4.5%;
    padding-left: 4.5%;
  }
}

.visually-hidden {
  display: none;
}

.u-pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}

.btn {
  display: block;
}

.swiper {
  height: 100%;
}
.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.fade {
  transition: 1s;
  opacity: 0;
}

.fade.active {
  opacity: 1;
}

.section-heading {
  font-weight: 700;
  font-size: 23px;
}

.section-subheading {
  font-weight: 700;
  font-size: 16px;
  color: #CAD44D;
  text-transform: uppercase;
  margin-top: 11px;
  letter-spacing: 0.1rem;
}

.header {
  position: fixed;
  z-index: 5;
  top: 0;
  width: 100%;
  height: 223px;
  background-color: #FFFFFF;
  transition: 0.7s;
}
.header.active {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .header {
    height: 64px;
  }
}
.header__inner {
  max-width: 1920px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 1300px) {
  .header__inner {
    width: 100%;
    max-width: 880px;
  }
}
@media screen and (max-width: 768px) {
  .header__title img {
    width: 196px;
    margin: 0 auto;
    display: block;
  }
}
.header__primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.677rem;
}
@media screen and (max-width: 768px) {
  .header__primary {
    display: block;
    padding-top: 1.2rem;
  }
}
.header__info {
  display: flex;
  align-items: center;
  margin-top: 31px;
}
.header__link {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-align: right;
}
.header__link:before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.header__access {
  width: 91px;
}
.header__access:before {
  background-image: url(./img/location_on.png);
  width: 24px;
  height: 26px;
  top: -4px;
  left: 0;
}
.header__contact {
  margin-left: 32px;
  width: 122px;
}
.header__contact:before {
  background-image: url(./img/mail.png);
  width: 24px;
  height: 100px;
  top: -4px;
  left: 0;
}
.header small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: 0.002rem;
}
.header nav {
  margin-top: 40px;
}
.header__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__item {
  width: 25%;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04rem;
}
.header__item:nth-of-type(1) a {
  border-left: 1px dashed #684B2A;
}
.header__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
  height: 80px;
  position: relative;
  border-right: 1px dashed #684B2A;
}
.header__item a:hover {
  background-color: #F2FF5C;
}
.header__tel-icon {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 20px;
  left: 26px;
}
.header__tel-icon.invisible {
  display: none;
}
.header__tel-icon {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .header__tel-icon {
    opacity: 1;
    visibility: visible;
  }
}
.header__hamburger {
  width: 44px;
  height: 44px;
  position: fixed;
  top: 9px;
  right: 19px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    opacity: 1;
    visibility: visible;
  }
}
.header__hamburger-bar {
  background-color: #684B2A;
  left: 10px;
  width: 30px;
  height: 2px;
  transition: 0.7s;
  position: absolute;
}
.header__hamburger-bar:nth-of-type(1) {
  top: 15px;
}
.header__hamburger-bar:nth-of-type(2) {
  top: 22px;
}
.header__hamburger-bar:nth-of-type(3) {
  top: 29px;
}
.header__hamburger.open .header__hamburger-bar:nth-of-type(1) {
  top: 22px;
  transform: rotate(45deg);
}
.header__hamburger.open .header__hamburger-bar:nth-of-type(2) {
  opacity: 0;
}
.header__hamburger.open .header__hamburger-bar:nth-of-type(3) {
  top: 22px;
  transform: rotate(-45deg);
}

.hero {
  max-width: 1920px;
  margin: 223px 0 0;
}
@media screen and (max-width: 768px) {
  .hero {
    margin-top: 4rem;
  }
}
.hero__wrapper {
  position: relative;
}
.hero__content {
  position: absolute;
  z-index: 2;
  top: 160px;
  left: 0;
}
@media screen and (max-width: 1920px) {
  .hero__content {
    top: 10vw;
    left: 0;
  }
}
@media screen and (max-width: 1690px) {
  .hero__content {
    top: 6vw;
  }
}
@media screen and (max-width: 1420px) {
  .hero__content {
    top: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .hero__content {
    top: 2vw;
  }
}
@media screen and (max-width: 820px) {
  .hero__content {
    top: -1vw;
  }
}
@media screen and (max-width: 768px) {
  .hero__content {
    position: relative;
    top: 0.84rem;
  }
}
.hero__img {
  width: 72%;
  height: 40vw;
  margin-left: auto;
}
@media screen and (max-width: 1680px) {
  .hero__img {
    width: 65%;
  }
}
@media screen and (max-width: 1380px) {
  .hero__img {
    width: 779px;
    height: 449px;
  }
}
@media screen and (max-width: 1279px) {
  .hero__img {
    aspect-ratio: 779/449;
    width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .hero__img {
    width: 100%;
    height: 63.9vw;
  }
}
.hero__catch {
  position: relative;
  top: 19px;
  left: 78px;
}
@media screen and (max-width: 1080px) {
  .hero__catch {
    left: 48px;
  }
}
@media screen and (max-width: 768px) {
  .hero__catch {
    left: 0;
  }
}
.hero__catch {
  width: 398.9925537109px;
  height: 157.1082458496px;
}
@media screen and (max-width: 1200px) {
  .hero__catch {
    width: 58%;
    height: auto;
  }
}
@media screen and (max-width: 1080px) {
  .hero__catch {
    width: 35%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .hero__catch {
    width: 263px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .hero__catch img {
    width: 78%;
  }
}
@media screen and (max-width: 820px) {
  .hero__catch img {
    width: 72%;
  }
}
@media screen and (max-width: 768px) {
  .hero__catch img {
    width: 100%;
  }
}
.hero__text {
  background-color: #F2FF5C;
  line-height: 1.81;
  width: 601px;
  padding: 32px 32px 32px 80px;
  font-size: 14px;
  letter-spacing: 0.054rem;
}
@media screen and (max-width: 1080px) {
  .hero__text {
    width: 48%;
    padding: 32px 29px 31px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .hero__text {
    width: 51%;
  }
}
@media screen and (max-width: 768px) {
  .hero__text {
    width: 92%;
    margin: 0 auto;
    margin-top: 0.33rem;
    padding: 32px 16px;
    line-height: 1.79;
  }
}

.news {
  position: relative;
  overflow: hidden;
}
.news::before {
  content: "";
  display: block;
  position: absolute;
  top: -190px;
  background-image: url(./img/bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 452px;
  height: 452px;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  .news::before {
    right: 180px;
  }
}
@media screen and (max-width: 1780px) {
  .news::before {
    right: 13vw;
  }
}
@media screen and (max-width: 1280px) {
  .news::before {
    right: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .news::before {
    right: -20vw;
  }
}
@media screen and (max-width: 768px) {
  .news::before {
    right: 0;
    width: 313px;
    height: 313px;
    left: -10vw;
    top: -2vw;
  }
}
@media screen and (max-width: 540px) {
  .news::before {
    left: -32vw;
    top: 4vw;
  }
}
.news__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 72px;
}
@media screen and (max-width: 1300px) {
  .news__inner {
    max-width: 880px;
  }
}
@media screen and (max-width: 768px) {
  .news__inner {
    padding-top: 5.2rem;
  }
}
.news__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .news__heading {
    margin: 0 auto;
  }
}
.news__title {
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .news__subtitle {
    text-align: center;
    margin-top: 13px;
  }
}
.news__list {
  width: 702px;
  margin-top: 1px;
}
@media screen and (max-width: 920px) {
  .news__list {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .news__list {
    width: 97%;
    margin: 2.53rem auto 0;
  }
}
.news__list a {
  display: flex;
  align-items: center;
  gap: 7px;
  transition: 0.7s;
}
.news__list a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .news__list a {
    align-items: flex-start;
    gap: 0.2rem;
  }
}
.news__item-primary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news__item {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .news__item:not(:last-of-type) {
    margin-bottom: 1.107rem;
  }
}
@media screen and (max-width: 768px) {
  .news__item:nth-of-type(4) {
    margin-bottom: 1.12rem;
  }
}
@media screen and (max-width: 768px) {
  .news__item:nth-of-type(4) .news__date {
    font-size: 14px;
  }
}
.news__date {
  letter-spacing: 0.05rem;
}
.news__headline {
  margin-left: 32px;
  letter-spacing: 0.045rem;
}
@media screen and (max-width: 768px) {
  .news__headline {
    margin-top: -0.12rem;
    letter-spacing: 0.051rem;
    line-height: 1.4;
    margin-left: 1.95rem;
  }
}
.news__tag {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  width: 47px;
  height: 20px;
  background-color: #F2FF5C;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.08rem;
  margin-right: 0;
  padding-top: 0.1rem;
}
@media screen and (max-width: 768px) {
  .news__tag {
    width: 62px;
    margin-top: -3px;
  }
}
.news__btn {
  margin-left: auto;
  width: 198px;
  background-color: #F2FF5C;
  text-align: center;
  margin-top: 24px;
  padding: 9px 0;
  position: relative;
  transition: 0.7s;
}
.news__btn:hover {
  color: #FFFFFF;
  background-color: #CAD44D;
}
@media screen and (max-width: 768px) {
  .news__btn {
    margin: 1.52rem auto 0;
  }
}
.news__btn::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #684B2A;
  position: absolute;
  top: 13px;
  right: 16px;
}

.greeting {
  background-color: #FFF5E2;
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .greeting {
    margin-top: 4.5rem;
  }
}
.greeting__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1380px) {
  .greeting__inner {
    align-items: inherit;
  }
}
@media screen and (max-width: 1300px) {
  .greeting__inner {
    max-width: 1192px;
  }
}
@media screen and (max-width: 999px) {
  .greeting__inner {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .greeting__inner {
    flex-direction: column;
  }
}
.greeting__content {
  width: 32.1%;
  padding-left: 18px;
  /* ★追加：他セクション(1140px)と右余白を合わせる */
  margin-right: calc((100% - 1140px) / 2);
}
@media screen and (max-width: 1300px) {
  .greeting__content {
    width: 34.3%;
    padding-left: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .greeting__content {
    width: 38%;
    margin: 0 auto; /* SP・タブレットでは中央寄せ */
  }
}
@media screen and (max-width: 768px) {
  .greeting__content {
    width: 100%;
    padding-left: 0;
    padding: 0 4.5%;
  }
}
.greeting__img {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 4%;
  width: 48%;
}
@media screen and (max-width: 999px) {
  .greeting__img {
    width: 58%;
    flex: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .greeting__img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .greeting__img p {
    width: 100%;
  }
}
.greeting__img img {
  aspect-ratio: 65/38;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1279px) {
  .greeting__img img {
    height: 456px;
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .greeting__img img {
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .greeting__img img {
    height: auto;
  }
}
.greeting__heading {
  margin-top: 0;
}
@media screen and (max-width: 1380px) {
  .greeting__heading {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1320px) {
  .greeting__heading {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .greeting__heading {
    margin-top: 40px;
  }
}
@media screen and (max-width: 999px) {
  .greeting__heading {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .greeting__heading {
    text-align: center;
    margin-top: 2rem;
  }
}
.greeting__title {
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .greeting__subtitle {
    text-align: center;
  }
}
.greeting__text {
  margin-top: 16px;
  letter-spacing: 0.066rem;
  line-height: 1.8;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .greeting__text {
    width: 70%;
  }
}
@media screen and (max-width: 1080px) {
  .greeting__text {
    width: 82%;
  }
}
@media screen and (max-width: 999px) {
  .greeting__text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .greeting__text {
    margin: 0.96rem auto 0;
    letter-spacing: 0.07rem;
    padding: 0;
    padding-bottom: 2rem;
  }
}

.affection {
  padding: 72px 0 121px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .affection {
    padding: 5rem 0 4.34rem;
  }
}
.affection::before {
  content: "";
  display: block;
  position: absolute;
  top: -190px;
  left: 12vw;
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 452px;
  height: 452px;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .affection::before {
    left: -6vw;
  }
}
@media screen and (max-width: 1280px) {
  .affection::before {
    left: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .affection::before {
    left: -16vw;
  }
}
@media screen and (max-width: 768px) {
  .affection::before {
    left: inherit;
    right: -20vw;
  }
}
@media screen and (max-width: 500px) {
  .affection::before {
    right: -50vw;
  }
}
.affection::after {
  content: "";
  display: block;
  position: absolute;
  right: 8vw;
  bottom: -160px;
  background-image: url(./img/bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 452px;
  height: 452px;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .affection::after {
    right: -2vw;
  }
}
@media screen and (max-width: 1280px) {
  .affection::after {
    right: -193px;
  }
}
@media screen and (max-width: 768px) {
  .affection::after {
    right: 0;
    left: -15rem;
    bottom: -18rem;
  }
}
.affection__inner {
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .affection__inner {
    max-width: 880px;
  }
}
@media screen and (max-width: 768px) {
  .affection__heading {
    text-align: center;
  }
}
.affection__title {
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .affection__subtitle {
    margin-top: 14px;
  }
}
.affection__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .affection__list {
    flex-direction: column;
    margin-top: 3rem;
  }
}
.affection__item {
  width: 48.4%;
  position: relative;
}
.affection__item:nth-of-type(1) {
  aspect-ratio: 424/240;
}
@media screen and (max-width: 768px) {
  .affection__item:nth-of-type(1) {
    margin-bottom: 3.35rem;
  }
}
.affection__item:nth-of-type(2) {
  aspect-ratio: 428/240;
}
@media screen and (max-width: 768px) {
  .affection__item:nth-of-type(2) {
    aspect-ratio: 339/219;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .affection__item:nth-of-type(2) .affection__btn {
    bottom: -54px;
  }
}
@media screen and (max-width: 768px) {
  .affection__item {
    width: 100%;
    aspect-ratio: 342/222;
    height: auto;
  }
}
@media screen and (max-width: 540px) {
  .affection__item {
    height: 13.77rem;
  }
}
.affection__item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.affection__btn {
  width: 288px;
  text-align: center;
  background-color: #F2FF5C;
  position: absolute;
  bottom: -54px;
  left: 50%;
  padding: 19px 0;
  transform: translate(-50%, -50%);
  transition: 0.7s;
  font-weight: 700;
}
.affection__btn:hover {
  color: #FFFFFF;
  background-color: #CAD44D;
}
@media screen and (max-width: 768px) {
  .affection__btn {
    width: 288px;
    bottom: -57px;
  }
}
.affection__btn::before {
  content: "";
  display: block;
  top: 21px;
  right: 12px;
  width: 40px;
  height: 8px;
  background-image: url(./img/Vector1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.faq {
  background-color: #FFF5E2;
  padding: 74px 0 116px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 1.9rem 0 3.65rem;
  }
}
.faq__inner {
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .faq__inner {
    max-width: 880px;
  }
}
@media screen and (max-width: 768px) {
  .faq__inner {
    padding: 0 4.8%;
  }
}
@media screen and (max-width: 1024px) {
  .faq__heading {
    padding-left: 4.5%;
  }
}
@media screen and (max-width: 768px) {
  .faq__heading {
    text-align: center;
    padding-left: 0;
  }
}
.faq__title {
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .faq__subtitle {
    margin-top: 11px;
  }
}
.faq__container {
  max-width: 800px;
  margin: 66px auto 0;
}
@media screen and (max-width: 1300px) {
  .faq__container {
    max-width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .faq__container {
    margin: 1.57rem auto 0;
    width: 100%;
  }
}
.faq__headline {
  font-weight: 700;
  font-size: 16px;
  line-height: 3.75;
  padding-left: 70px;
  letter-spacing: 0.048rem;
}
@media screen and (max-width: 768px) {
  .faq__headline {
    font-size: 14px;
    line-height: 0.97;
    padding: 0.96rem 10% 1rem 17.4%;
    letter-spacing: 0.045rem;
  }
}
.faq__text {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.048rem;
  line-height: 1.37;
}
@media screen and (max-width: 768px) {
  .faq__text {
    line-height: 1.33;
  }
}
.faq__wrap {
  position: relative;
  cursor: pointer;
}
.faq__wrap.open::after {
  opacity: 0;
}
.faq__wrap:before {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #684B2A;
  top: 30px;
  right: 25px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .faq__wrap:before {
    top: 1.4rem;
    right: 17px;
    height: 2px;
  }
}
@media screen and (max-width: 536px) {
  .faq__wrap:before {
    top: 1.73rem;
  }
}
.faq__wrap:after {
  content: "";
  width: 2px;
  height: 18px;
  background-color: #684B2A;
  top: 22px;
  right: 33px;
  position: absolute;
  transition: 0.7s;
}
@media screen and (max-width: 768px) {
  .faq__wrap:after {
    right: 25px;
    top: 0.95rem;
  }
}
@media screen and (max-width: 536px) {
  .faq__wrap:after {
    top: 1.3rem;
  }
}
.faq__prefix {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 17px;
  left: 34px;
}
@media screen and (max-width: 768px) {
  .faq__prefix {
    top: 0.4rem;
    left: 1.44rem;
  }
}
@media screen and (max-width: 536px) {
  .faq__prefix {
    top: 0.85rem;
    left: 1.44rem;
  }
}
.faq__prefix--answer {
  top: 14px;
}
@media screen and (max-width: 768px) {
  .faq__prefix--answer {
    top: 0.5rem;
  }
}
.faq__answer {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: 0.7s;
}
.faq__answer p {
  padding: 16px 152px 20px 70px;
}
@media screen and (max-width: 768px) {
  .faq__answer p {
    padding: 0.8rem 11% 1rem 16.7%;
    font-size: 12px;
    letter-spacing: 0.04rem;
  }
}
.faq__answer.open {
  height: 101.74px;
}
@media screen and (max-width: 768px) {
  .faq__answer.open {
    height: 5.64rem;
  }
}
.faq__panel {
  background-color: #F2FF5C;
  border-bottom: 1px solid #684B2A;
}
@media screen and (max-width: 768px) {
  .faq__panel:nth-of-type(2) .faq__wrap::before {
    top: 1.4rem;
  }
}
@media screen and (max-width: 536px) {
  .faq__panel:nth-of-type(2) .faq__wrap::before {
    top: 1.73rem;
  }
}
@media screen and (max-width: 768px) {
  .faq__panel:nth-of-type(3) .faq__wrap::before {
    top: 1.4rem;
  }
}
@media screen and (max-width: 536px) {
  .faq__panel:nth-of-type(3) .faq__wrap::before {
    top: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .faq__panel:nth-of-type(3) .faq__headline {
    padding: 0.9rem 10% 1.04rem 17.4%;
  }
}
.faq {
  /**/
}

.link__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0px 34px;
  width: 519px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .link__list {
    flex-direction: column;
    width: 100%;
    padding: 2.15rem 0px 2.18rem;
  }
}
.link__item:first-of-type {
  margin-right: -7px;
}
@media screen and (max-width: 768px) {
  .link__item:first-of-type {
    margin-right: 0;
  }
}
.link__item:nth-of-type(2) {
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .link__item:nth-of-type(2) {
    margin-top: 1.2rem;
  }
}
.link__item:nth-of-type(3) {
  margin-right: 1px;
}
@media screen and (max-width: 768px) {
  .link__item:nth-of-type(3) {
    margin-top: 1.25rem;
  }
}
.link__btn {
  position: relative;
  font-size: 14px;
  transition: 0.7s;
  display: flex;
  align-items: center;
  gap: 9px;
}
.link__btn img {
  width: 17.5px;
  height: 17.5px;
}
.link__btn:hover {
  opacity: 0.5;
}
.link__img {
  display: block;
  aspect-ratio: 1280/325;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .link__img {
    height: 290px;
  }
}
@media screen and (max-width: 768px) {
  .link__img {
    aspect-ratio: 462/176;
  }
}
@media screen and (max-width: 540px) {
  .link__img {
    height: 47vw;
    aspect-ratio: initial;
  }
}
.link__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  background-color: #F2FF5C;
}
.footer__inner {
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .footer__inner {
    max-width: 880px;
    padding: 0 4.25%;
  }
}
.footer__name {
  width: 240px;
  display: block;
  margin: 4px auto 0;
}
@media screen and (max-width: 768px) {
  .footer__name {
    width: 10.4rem;
  }
}
.footer__tel {
  width: 286px;
  margin: 9px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__tel {
    width: 311px;
  }
}
.footer__tel img {
  width: 21px;
}
.footer__tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__fax {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 7px;
  letter-spacing: 0.05rem;
}
.footer__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  border-bottom: 1px dashed #684B2A;
}
@media screen and (max-width: 768px) {
  .footer__list {
    flex-direction: column;
    padding-top: 1.02rem;
    padding-bottom: 9.3vw;
    width: 100%;
    margin: 0 auto;
  }
}
.footer__item {
  width: 50%;
  padding-top: 14px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__item {
    width: 100%;
    padding-bottom: 0;
    padding-top: 3.9vw;
  }
}
.footer__item:nth-of-type(1) {
  border-right: 1px dashed #684B2A;
}
@media screen and (max-width: 768px) {
  .footer__item:nth-of-type(1) {
    border-right: none;
    padding-bottom: 8.6vw;
    border-bottom: 1px dashed #684B2A;
  }
}
@media screen and (max-width: 768px) {
  .footer__item:nth-of-type(2) {
    padding-top: 8.7vw;
  }
}
.footer__title {
  text-align: center;
}
.footer__title small {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.003rem;
}
.footer__address {
  text-align: center;
  font-size: 14px;
  margin-top: 12px;
  letter-spacing: 0.045rem;
}
@media screen and (max-width: 768px) {
  .footer__address {
    margin-top: 0.95rem;
  }
}
.footer__text {
  text-align: center;
  line-height: 1.8;
}
.footer__number {
  font-size: 35px;
  font-weight: 700;
  margin-left: 13.5px;
  letter-spacing: 0.24rem;
}
.footer__btn {
  text-align: center;
  width: 117px;
  margin: 12px auto 0;
  font-size: 14px;
  letter-spacing: 0.039rem;
  border-bottom: 1px solid #684B2A;
  padding-bottom: 3px;
}
.footer__menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__menu-list {
    flex-direction: column;
    margin-top: 1.56rem;
    padding-bottom: 1.9rem;
  }
}
.footer__menu-item {
  font-size: 14px;
  padding-top: 1.65rem;
  padding-bottom: 1.9rem;
}
@media screen and (max-width: 768px) {
  .footer__menu-item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu-item:not(:last-of-type) {
    margin-bottom: 1.56rem;
  }
}
.footer__menu-item a {
  letter-spacing: 0.047rem;
  transition: 0.7s;
}
.footer__menu-item a:hover {
  border-bottom: 1px solid #684B2A;
}
@media screen and (max-width: 768px) {
  .footer__menu-item a {
    height: 41px;
    line-height: 1;
  }
}
.footer__copyright {
  background-color: #FFFFFF;
  font-size: 11px;
  text-align: center;
  line-height: 5.3;
  height: 64px;
}

.drawer {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #F2FF5C;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
}
.drawer.open {
  opacity: 1;
  visibility: visible;
}
.drawer__list {
  width: 65%;
  margin: 6rem auto 0;
  text-align: center;
}
.drawer__item {
  margin-bottom: 1.79rem;
}
.drawer__item a {
  font-size: 16px;
  letter-spacing: 0.095rem;
  line-height: 1.34;
  transition: 0.7s;
}
.drawer__item a:hover {
  opacity: 0.5;
}
.drawer__item--recruit {
  border: 1px solid #684B2A;
  border-radius: 100px;
  padding: 7px 0;
  background-color: #FFFFFF;
  width: 141px;
  margin: 0 auto;
  display: block;
}
.drawer__item--recruit a {
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */