@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

.main-wrap {
  overflow: hidden;
}
.btn_wrap {
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
}
@media screen and (max-width: 768px) {
  .btn_wrap {
    flex-direction: column;
    align-items: center;
  }
}
.worries_b .titlebox {
  position: relative;
  text-align: center;
  margin-bottom: clamp(22px, 3vw, 34px);
}
.worries_b .titlebox h2 {
  color: #333;
  line-height: 1.5;
  letter-spacing: .16em;
  font-weight: 400;
}
.worries_b .titlebox p {
  line-height: 1.2;
  letter-spacing: .18em;
  font-weight: 400;
  margin-top: 4px;
}
.worries_b .worry_box {
  position: relative;
  z-index: 2;
  background-color: #99c934;
  border-radius: 6px;
  gap: clamp(10px, 1.4vw, 16px) clamp(54px, 7vw, 90px);
  padding: clamp(42px, 5vw, 58px) clamp(60px, 10vw, 140px);
  box-shadow: none;
}
.worries_b .worry_box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 44px;
  height: 44px;
  background: #99c934;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.worries_b .worry_box .worry_item {
  width: calc(50% - clamp(27px, 3.5vw, 45px));
  position: relative;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 10px;
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, .75) 0, rgba(255, 255, 255, .75) 2px, transparent 2px, transparent 6px);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 8px 2px;
}
.worries_b .worry_box .worry_item img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  object-fit: contain;
  margin-right: 10px;
  padding-top: 0;
}
.worries_b .worry_box .worry_item p {
  color: #fff;
  flex: 1;
  min-width: 0;
  line-height: 1.5;
  letter-spacing: .08em;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .worries_b .worry_box {
    gap: 14px;
    padding: 44px clamp(30px, 6vw, 70px);
  }
  .worries_b .worry_box .worry_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .worries_b .worry_box {
    padding: 38px 28px;
  }
}
@media screen and (max-width: 576px) {
  .worries_b .titlebox h2 {
    font-size: 20px;
  }
  .worries_b .worry_box {
    padding: 30px 20px;
    border-radius: 5px;
  }
  .worries_b .worry_box .worry_item {
    align-items: flex-start;
    padding-bottom: 9px;
  }
  .worries_b .worry_box .worry_item img {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
    margin-right: 8px;
    margin-top: 3px;
  }
  .worries_b .worry_box .worry_item p {
    line-height: 1.6;
  }
}
.top_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(32px, 5vw, 80px);
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
.top_a .leftbox {
  width: 38%;
}
.top_a > .txtbox {
  width: 36%;
  min-width: 380px;
  padding-top: 0;
}
.top_a .rightbox {
  width: 18%;
  display: flex;
  align-items: center;
}
.top_a .imgbox {
  overflow: hidden;
  line-height: 0;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, .3);
}
.top_a .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.top_a .leftbox .imgbox {
  width: 100%;
  aspect-ratio: 1 / 1.22;
}
.top_a .rightbox .imgbox {
  width: 100%;
  aspect-ratio: 1 / 1.65;
  margin-top: 180px;
}
.top_a .titlebox1 .entitle1 {
  line-height: 1;
  font-weight: 400;
}
.top_a .txtbox .txtbox {
  width: auto;
  min-width: 0;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  gap: clamp(24px, 3vw, 42px);
}
.top_a .txtbox .txtbox h2 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1.9;
  font-weight: 400;
  margin: 0;
}
.top_a .txtbox .txtbox .txt1 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0;
}
.top_a .more_btn {
  margin-top: clamp(30px, 3vw, 42px);
}
@media screen and (max-width: 1080px) {
  .top_a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px 28px;
  }
  .top_a .leftbox {
    width: 100%;
  }
  .top_a > .txtbox {
    width: 100%;
    min-width: 0;
  }
  .top_a .rightbox {
    width: 100%;
    grid-column: 2 / 3;
    justify-content: flex-end;
  }
  .top_a .rightbox .imgbox {
    width: 70%;
    max-width: 280px;
    aspect-ratio: 1 / 1.45;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_a {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .top_a .leftbox, .top_a .rightbox, .top_a > .txtbox {
    width: 100%;
    min-width: 0;
  }
  .top_a > .txtbox {
    max-width: 520px;
    margin: auto;
    padding: 0 20px;
  }
  .top_a .txtbox .txtbox {
    display: block;
  }
  .top_a .txtbox .txtbox h2, .top_a .txtbox .txtbox .txt1 {
    writing-mode: horizontal-tb;
    max-height: none;
  }
  .top_a .txtbox .txtbox h2 {
    margin-bottom: 24px;
  }
  .top_a .leftbox .imgbox {
    aspect-ratio: 4 / 3;
    max-width: 500px;
  }
  .top_a .rightbox {
    justify-content: flex-end;
  }
  .top_a .rightbox .imgbox {
    width: 60%;
    max-width: 260px;
    aspect-ratio: 1 / 1.45;
    margin-top: 0;
    margin-left: auto;
    max-height: 400px;
  }
}
.course_detail_wrap .course_menu_item.option_imgbox {
  text-align: center;
  padding: clamp(24px, 3vw, 38px) clamp(20px, 4vw, 48px);
}
.course_detail_wrap .course_menu_item.option_imgbox h4 {
  letter-spacing: .12em;
  font-weight: 400;
  margin-bottom: clamp(16px, 2vw, 24px);
}
.course_detail_wrap .course_menu_item.option_imgbox .imgbox {
  width: min(100%, 720px);
  height: auto;
  aspect-ratio: auto;
  margin: 20px auto clamp(10px, 1.4vw, 16px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(6px, 1vw, 12px);
  flex-wrap: wrap;
  overflow: visible;
}
.course_detail_wrap .course_menu_item.option_imgbox .imgbox img {
  width: clamp(70px, 8vw, 86px);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}
.course_detail_wrap .course_menu_item.option_imgbox p {
  line-height: 1.8;
  letter-spacing: .08em;
  font-weight: 400;
}
.course_detail_wrap {
  background: #f3f8e9;
  border-radius: 6px;
  padding: 50px clamp(22px, 4vw, 42px) clamp(34px, 5vw, 56px);
}
.course_detail_wrap .course_detail_head {
  margin-bottom: clamp(18px, 2vw, 26px);
  margin-top: -80px;
}
.course_detail_wrap .course_detail_head .icon {
  width: 68px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 8px;
}
.course_detail_wrap .course_detail_head .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.course_detail_wrap .course_detail_head h3 {
  color: #333;
  line-height: 1.6;
  letter-spacing: .12em;
  font-weight: 400;
}
.course_detail_wrap .course_menu_box {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.6vw, 18px);
}
.course_detail_wrap .course_menu_item {
  background: #fff;
  padding: clamp(24px, 3vw, 38px) clamp(26px, 4vw, 48px);
}
.course_detail_wrap .course_menu_item.first {
  display: grid;
  grid-template-columns: 32% 1fr;
  align-items: center;
  gap: clamp(24px, 4vw, 42px);
}
.course_detail_wrap .course_menu_item .imgbox {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  overflow: hidden;
}
.course_detail_wrap .course_menu_item .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.course_detail_wrap .course_menu_item .txtbox {
  min-width: 0;
}
.course_detail_wrap .course_menu_item .menu_head {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: clamp(10px, 1.2vw, 14px);
  margin-bottom: clamp(12px, 1.4vw, 18px);
  border-bottom: 1px solid rgba(51, 51, 51, .25);
}
.course_detail_wrap .course_menu_item h4 {
  color: #333;
  line-height: 1.5;
  letter-spacing: .1em;
  font-weight: 400;
}
.course_detail_wrap .course_menu_item.first h4 {
  color: #8cc63f;
}
.course_detail_wrap .course_menu_item .pricebox {
  align-items: baseline;
  justify-content: flex-end;
  gap: .35em;
  white-space: nowrap;
}
.course_detail_wrap .course_menu_item .price {
  color: #333;
  line-height: 1;
  letter-spacing: .08em;
  font-weight: 400;
}
.course_detail_wrap .course_menu_item .tax {
  color: #333;
  font-size: clamp(10px, .9vw, 12px);
  line-height: 1;
  letter-spacing: .04em;
  font-weight: 400;
}
.course_detail_wrap .course_menu_item > p, .course_detail_wrap .course_menu_item .txtbox > p {
  color: #333;
  line-height: 2;
  letter-spacing: .08em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .course_detail_wrap .course_menu_item.first {
    grid-template-columns: 1fr;
  }
  .course_detail_wrap .course_menu_item .menu_head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 576px) {
  .course_detail_wrap .course_menu_item.option_imgbox {
    text-align: left;
  }
  .course_detail_wrap {
    padding: 28px 16px 34px;
  }
  .course_detail_wrap .course_menu_item {
    padding: 24px 18px;
  }
}
.pagetitle {
  position: relative;
  overflow: hidden;
}
.pagetitle .pagetitle_inner {
  position: relative;
  width: 100%;
  height: clamp(280px, 36vw, 420px);
  margin-top: clamp(40px, 5vw, 70px);
}
.pagetitle .pagetitle_inner .imgbox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pagetitle .pagetitle_inner .imgbox::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .42) 0%, rgba(0, 0, 0, .18) 38%, rgba(0, 0, 0, 0) 72%);
  z-index: 1;
}
.pagetitle .pagetitle_inner .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pagetitle .pagetitle_inner .txtbox {
  position: absolute;
  left: clamp(24px, 8vw, 82px);
  bottom: clamp(34px, 5vw, 62px);
  z-index: 2;
}
.pagetitle .pagetitle_inner .txtbox h1 {
  color: #fff;
  line-height: 1.1;
  letter-spacing: .08em;
  font-weight: 400;
  margin-bottom: 10px;
}
.pagetitle .pagetitle_inner .txtbox p {
  color: #fff;
  line-height: 1.6;
  letter-spacing: .12em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .pagetitle .pagetitle_inner {
    height: 240px;
  }
  .pagetitle .pagetitle_inner .txtbox {
    left: 24px;
    bottom: 28px;
  }
}
@media screen and (max-width: 576px) {
  .pagetitle .pagetitle_inner {
    height: 200px;
  }
  .pagetitle .pagetitle_inner .txtbox h1 {
    margin-bottom: 6px;
  }
}
.pagelinks_d {
  gap: 70px;
}
.pagelinks_d a {}
.pagelinks_d a > .flex {
  gap: 20px;
}
.pagelinks_d a > .flex .more-icon {
  width: 20px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 2px solid #8cc63f;
  background-color: #8cc63f;
  transition: transform .25s ease, background-color .3s ease, border-color .3s ease;
}
.pagelinks_d a > .flex .more-icon i {
  color: #fff;
  font-size: 10px;
  transition: ease .3s;
}
.pagelinks_d a:hover > .flex .more-icon {
  transform: translateY(3px);
  background-color: #7fc600;
  border-color: #7fc600;
}
.pagelinks_wrap {}
.pagelinks_wrap .pagelinks_box {
  align-items: flex-start;
  gap: clamp(28px, 4vw, 56px);
  border-bottom: 1px solid rgba(140, 198, 63, .55);
  padding-bottom: clamp(22px, 2.6vw, 34px);
}
.pagelinks_wrap .txt1 {
  color: #5d7f22;
  line-height: 1.4;
  letter-spacing: .14em;
  font-weight: 600;
  white-space: nowrap;
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, serif;
}
.pagelinks_wrap .pagelinks_d {
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(18px, 2.2vw, 34px) clamp(22px, 3vw, 42px);
  flex-wrap: wrap;
}
.pagelinks_wrap .pagelinks_d a {
  display: block;
  text-decoration: none;
  transition: .3s ease;
}
.pagelinks_wrap .pagelinks_d a > div {
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.pagelinks_wrap .pagelinks_d a p {
  color: #333;
  line-height: 1.5;
  letter-spacing: .08em;
  font-weight: 400;
  white-space: nowrap;
}
.pagelinks_wrap .pagelinks_d .more-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: #8cc63f;
  align-items: center;
  justify-content: center;
  transition: .3s ease;
}
.pagelinks_wrap .pagelinks_d .more-icon i {
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
.pagelinks_wrap .pagelinks_d a:hover .more-icon {
  transform: translateY(3px);
  background: #7fc600;
}
@media screen and (max-width: 768px) {
  .pagelinks_wrap .pagelinks_box {
    flex-direction: column;
    gap: 18px;
  }
  .pagelinks_wrap .pagelinks_d {
    width: 100%;
    gap: 14px 22px;
  }
}
@media screen and (max-width: 576px) {
  .pagelinks_wrap .pagelinks_d {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer_wrap {
  background: #fff;
  color: #333;
  border-top: 1px solid rgba(51, 51, 51, .18);
}
.footer_wrap a {
  text-decoration: none;
  transition: .3s ease;
}
.footer_wrap .footer_upper {
  align-items: stretch;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.footer_wrap .footer_reserve, .footer_wrap .footer_tel {
  width: 50%;
  padding: clamp(42px, 5vw, 70px) clamp(20px, 4vw, 60px);
}
.footer_wrap .footer_tel {
  border-left: 1px solid rgba(51, 51, 51, .18);
}
.footer_wrap .footer_reserve {
  height: 100%;
}
.footer_wrap .footer_reserve > p, .footer_wrap .footer_tel > p {
  color: #555;
  line-height: 1.8;
  letter-spacing: .08em;
  font-weight: 400;
  margin-bottom: 8px;
}
.footer_wrap .footer_linkrow {
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 420px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(51, 51, 51, .25);
}
.footer_wrap .footer_linkrow p {
  color: #333;
  line-height: 1.4;
  letter-spacing: .12em;
  font-weight: 400;
}
.footer_wrap .footer_upper .icon {
  width: 42px;
  aspect-ratio: 1 / 1;
  border: 1px solid #82B900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: .3s ease;
}
.footer_wrap .footer_upper .icon img {
  width: 8px;
  height: auto;
  display: block;
  transform: rotate(-90deg);
}
.footer_wrap .footer_tel .tel_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 420px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(51, 51, 51, .25);
}
.footer_wrap .footer_tel .tel_wrap img {
  width: 30px;
  height: 34px;
  object-fit: contain;
}
.footer_wrap .footer_tel .tel_wrap p {
  color: #333;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.4;
  letter-spacing: .08em;
  text-decoration: none;
}
.footer_wrap .footer_linkrow:hover .icon {
  background: #8cc63f;
  border-color: #8cc63f;
  transform: translateX(4px);
}
.footer_wrap .footer_linkrow:hover .icon img {
  filter: brightness(0) invert(1);
}
.footer_wrap .footer_tel .tel {
  position: relative;
  display: block;
  max-width: 420px;
  color: #333;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.4;
  letter-spacing: .08em;
  padding-left: 34px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(51, 51, 51, .25);
}
.footer_wrap .footer_tel .tel::before {
  content: "☎";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-58%);
  color: #333;
  font-size: .8em;
}
.footer_wrap .footer_lower {
  position: relative;
  border-top: 1px solid rgba(51, 51, 51, .18);
}
.footer_wrap .footer_inner {
  --footer-gap: clamp(40px, 8vw, 120px);
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--footer-gap);
}
.footer_wrap .footer_brand {
  width: calc((100% - var(--footer-gap)) * .42);
}
.footer_wrap .footer_nav {
  width: calc((100% - var(--footer-gap)) * .58);
}
.footer_wrap .footer_brand .logo img {
  display: block;
  width: clamp(190px, 20vw, 270px);
  height: auto;
  margin-bottom: clamp(24px, 3vw, 36px);
}
.footer_wrap .footer_brand > p {
  line-height: 2;
  letter-spacing: .08em;
  font-weight: 400;
  margin-bottom: clamp(22px, 3vw, 34px);
}
.footer_wrap .snsbox {
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}
.footer_wrap .snsbox a {
  display: block;
}
.footer_wrap .snsbox img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.footer_wrap .snsbox a:hover {
  opacity: .7;
  transform: translateY(-2px);
}
.footer_wrap .footer_nav .rightbox {
  display: flex;
  align-items: flex-start;
  gap: clamp(30px, 4vw, 60px);
  flex-wrap: nowrap;
}
.footer_wrap .footer_nav .ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer_wrap .footer_nav .li a p {
  color: #333;
  line-height: 1.7;
  letter-spacing: .08em;
  font-weight: 400;
  white-space: nowrap;
}
.footer_wrap .footer_nav .li a:hover p {
  color: #8cc63f;
  transform: translateX(4px);
  transition: .3s ease;
}
.footer_wrap .footer_btn {
  margin-top: clamp(32px, 4vw, 52px);
}
.footer_wrap .footer_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #8cc63f;
  padding: 13px 22px;
  transition: .3s ease;
}
.footer_wrap .footer_btn a img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}
.footer_wrap .footer_btn a p {
  color: #fff;
  line-height: 1;
  letter-spacing: .08em;
}
.footer_wrap .footer_btn a:hover {
  opacity: .85;
  transform: translateY(-2px);
}
.footer_wrap .footer_copy {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(34px, 5vw, 60px);
}
.footer_wrap .footer_copy p {
  color: #777;
  line-height: 1.6;
  letter-spacing: .08em;
}
@media screen and (max-width: 900px) {
  .footer_wrap .footer_upper {
    flex-direction: column;
  }
  .footer_wrap .footer_reserve, .footer_wrap .footer_tel {
    width: 100%;
    padding: 34px 24px;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_reserve {
    border-right: none;
    border-bottom: 1px solid rgba(51, 51, 51, .18);
  }
  .footer_wrap .footer_inner {
    flex-direction: column;
  }
  .footer_wrap .footer_brand, .footer_wrap .footer_nav {
    width: 100%;
  }
  .footer_wrap .footer_nav .rightbox {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .footer_wrap .footer_tel .tel {
    font-size: 26px;
  }
}
.contact-form_a {
  max-width: 1280px;
  margin: 0 auto;
  background: #f3f8e9;
  border-radius: 6px;
  padding: clamp(42px, 6vw, 70px) clamp(10px, 6vw, 70px) clamp(50px, 7vw, 80px);
}
.contact-form_a .form-box .box-wrap .box h3 {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.contact-form_a .send .send-bt {
  width: 200px;
  position: relative;
  padding: 10px 30px;
  border-radius: 0;
  border: 1px solid #010000;
}
.contact-form_a .send .send-bt::after {
  display: none;
}
.contact-form_a .form-box .box-wrap .box .inputbox .check-wrap .check-box:not(:last-of-type) {
  margin-bottom: 0;
}
.contact-form_a .send {
  justify-content: center;
  margin-top: 30px;
}
.contact-form_a .send-bt {
  position: relative;
  width: 220px;
  height: 52px;
  border-radius: 999px;
  background: #C5A66E;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.contact-form_a .send-bt p {
  color: #fff;
}
.contact-form_a .send .send-bt button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
.contact-form_a .send .send-bt {
  width: 200px;
  position: relative;
  padding: 10px 30px;
  border-radius: 200px;
  border: 1px solid #8cc63f;
  background: #8cc63f;
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease, border-color .3s ease;
}
.contact-form_a .send .send-bt::after {
  content: "";
  position: absolute;
  width: 20px;
  aspect-ratio: 4 / 1;
  background-position: center center;
  background-size: 100% auto;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: ease .3s;
}
.contact-form_a .send .send-bt:hover::after {
  transform: translate(3px, -50%);
}
.contact-form_a .send .send-bt:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(140, 198, 63, .22);
  background-color: rgba(64, 107, 8, 0.91);
  border-color: #7fc600;
}
.payment_f {
  position: relative;
  background: url("https://risora.jp/system_panel/uploads/images/bgtop2.jpg") center center / cover no-repeat;
  overflow: hidden;
}
.payment_f::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .45);
  backdrop-filter: blur(2px);
  pointer-events: none;
}
.payment_f .payment_inner {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  background: rgba(255, 255, 255, .92);
  border-radius: 14px;
  padding: clamp(48px, 6vw, 76px) clamp(34px, 7vw, 120px);
}
.payment_f .titlebox h2 {
  color: #333;
  line-height: 1.4;
  letter-spacing: .14em;
  font-weight: 400;
}
.payment_f .titlebox p {
  line-height: 1.2;
  letter-spacing: .16em;
  font-weight: 400;
}
.payment_f .payment_contents {
  margin: 0 auto;
}
.payment_f .lead_txt {
  color: #333;
  line-height: 2;
  letter-spacing: .08em;
  margin-bottom: clamp(18px, 2vw, 28px);
}
.payment_f .pay_box {
  margin-top: clamp(14px, 1.8vw, 22px);
}
.payment_f .pay_title {
  line-height: 1.6;
  letter-spacing: .08em;
  margin-bottom: 8px;
}
.payment_f .pay_img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: clamp(60px, 2.4vw, 80px);
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .payment_f .payment_inner {
    padding: 42px 24px;
    border-radius: 10px;
  }
  .payment_f .payment_contents {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .payment_f .payment_inner {
    padding: 36px 18px;
  }
  .payment_f .titlebox h2 {
    font-size: 22px;
  }
}
.info_g {
  background: #f7f7f7;
}
.info_g .info_access {
  display: grid;
  grid-template-columns: 48% 1fr;
  align-items: center;
  gap: clamp(40px, 7vw, 90px);
}
.info_g .calendar_box iframe {
  display: block;
  width: 100%;
  height: clamp(360px, 42vw, 520px);
  border: none !important;
  background: #fff;
}
.info_g .shop_info {
  color: #333;
}
.info_g .logo_box {
  justify-content: flex-start;
  margin-bottom: clamp(28px, 3vw, 42px);
}
.info_g .logo_box img {
  display: block;
  width: clamp(180px, 18vw, 250px);
  height: auto;
}
.info_g .info_block {
  margin-bottom: clamp(28px, 3vw, 40px);
}
.info_g .info_block .entitle4 {
  line-height: 1.3;
  letter-spacing: .12em;
  font-weight: 400;
  margin-bottom: 10px;
}
.info_g .info_block .zenkaku {
  line-height: 2;
  letter-spacing: .08em;
  font-weight: 400;
}
.info_g .tel_box {
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: clamp(24px, 3vw, 34px);
}
.info_g .tel_box .entitle4 {
  line-height: 1;
  letter-spacing: .12em;
  font-weight: 400;
}
.info_g .tel_box .tel {
  color: #8cc63f;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1;
  letter-spacing: .08em;
  text-decoration: none;
}
.info_g .tel_box .reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #8cc63f;
  color: #fff;
  border-radius: 999px;
  padding: 8px 20px;
  line-height: 1;
  letter-spacing: .08em;
  text-decoration: none;
  transition: .3s ease;
}
.info_g .tel_box .reserve:hover {
  opacity: .85;
  transform: translateY(-2px);
}
.info_g .clinic_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 38px;
  border: 1px solid #333;
  border-radius: 999px;
  text-decoration: none;
  transition: .3s ease;
}
.info_g .clinic_btn a p {
  color: #333;
  line-height: 1;
  letter-spacing: .08em;
}
.info_g .clinic_btn a:hover {
  background: #333;
}
.info_g .clinic_btn a:hover p {
  color: #fff;
}
.info_g .facebook_area {
  display: grid;
  grid-template-columns: 1fr 48%;
  align-items: center;
  gap: clamp(40px, 7vw, 90px);
  margin-top: clamp(80px, 10vw, 140px);
}
.info_g .facebook_txt h2 {
  color: #333;
  line-height: 1.6;
  letter-spacing: .12em;
  font-weight: 400;
  margin-bottom: clamp(20px, 2vw, 28px);
}
.info_g .facebook_txt p {
  color: #333;
  line-height: 2;
  letter-spacing: .08em;
  font-weight: 400;
}
.facebook_embed {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.facebook_embed .fbCnt {
  width: 500px;
  min-width: 500px;
}
.facebook_embed .fb-page, .facebook_embed .fb_iframe_widget, .facebook_embed .fb_iframe_widget span, .facebook_embed iframe {
  width: 500px !important;
  max-width: none !important;
}
.facebook_embed .fb_iframe_widget span, .facebook_embed iframe {
  height: 430px !important;
}
@media screen and (max-width: 768px) {
  .info_g .info_access, .info_g .facebook_area {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .info_g .facebook_area {
    margin-top: 80px;
  }
  .info_g .shop_info {
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .info_g .calendar_box iframe {
    height: 420px;
  }
  .info_g .facebook_embed iframe {
    height: 340px;
  }
}
.more_btn a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 1.5vw, 18px) clamp(42px, 5vw, 72px);
  background: #7fc600;
  color: #fff;
  text-decoration: none;
  transition: .35s ease;
}
.more_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .35) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: .6s ease;
}
.more_btn a::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255, 255, 255, .55);
  opacity: 0;
  transform: scale(.92);
  transition: .35s ease;
  pointer-events: none;
}
.more_btn a p {
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 1;
  letter-spacing: .12em;
  font-weight: 400;
  transition: .35s ease;
}
.more_btn a:hover {
  opacity: .95;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 22px rgba(127, 198, 0, .24);
}
.more_btn a:hover::before {
  left: 130%;
}
.more_btn a:hover::after {
  opacity: 1;
  transform: scale(1);
}
.more_btn a:hover p {
  letter-spacing: .18em;
}
.more_btn.small a::before, .more_btn.small a::after, .more_btn.small a:hover::before, .more_btn.small a:hover::after {
  display: none;
}
.sub_nav {
  width: 100%;
  background: #fff;
  padding: clamp(18px, 2.4vw, 28px) clamp(20px, 4vw, 60px);
  box-shadow: 0 1px 8px rgba(0, 0, 0, .06);
}
.sub_nav .sub_nav_inner {
  max-width: 1280px;
  margin: 0 auto;
  gap: clamp(10px, 3vw, 30px);
}
.sub_nav .sub_nav_item {
  display: block;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: .3s ease;
}
.sub_nav .sub_nav_item p {
  line-height: 1.2;
  letter-spacing: .18em;
  font-weight: 400;
}
.sub_nav .sub_nav_item .fonteb {
  margin-bottom: 6px;
}
.sub_nav .sub_nav_item span {
  display: block;
  color: #333;
  line-height: 1.4;
  letter-spacing: .12em;
  margin-top: 4px;
}
.sub_nav .sub_nav_item:hover {
  opacity: .65;
  transform: translateY(-2px);
}
@media screen and (max-width: 960px) {
  .sub_nav .sub_nav_inner {
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .sub_nav .sub_nav_inner::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .sub_nav {
    padding: 16px 18px;
  }
  .sub_nav .sub_nav_inner {
    gap: 24px;
  }
}
.fv {
  position: relative;
  width: 100%;
  height: clamp(520px, 52vw, 720px);
  overflow: hidden;
  align-items: center;
  justify-content: flex-end;
  padding: clamp(80px, 8vw, 110px) clamp(40px, 8vw, 120px) clamp(40px, 5vw, 70px);
}
body.gjs-dashed .fv {
  height: auto;
}
.fv .swiper {
  z-index: 1;
  position: relative;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
body:not(.gjs-dashed) .fv .swiper {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100%;
}
body:not(.gjs-dashed) .fv .swiper-wrapper {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
}
body:not(.gjs-dashed) .fv .swiper-slide, body:not(.gjs-dashed) .fv .swiper-wrapper {
  width: 100% !important;
  height: 100%;
}
body:not(.gjs-dashed) .fv .swiper-slide .swiper-img {
  width: 100% !important;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fv .swiper-slide-active .swiper-img, .fv .swiper-slide-duplicate-active .swiper-img, .fv .swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s normal both;
}
body:not(.gjs-dashed) .fv .swiper-slide img {
  display: block !important;
  opacity: 0;
  width: 100%;
  height: auto;
}
.fv .txtbox {
  position: relative;
  z-index: 2;
  width: min(44vw, 520px);
  align-items: flex-start;
  gap: clamp(10px, 1.2vw, 16px);
  margin-top: clamp(40px, 5vw, 80px);
}
body:not(.gjs-dashed) .fv .txtbox {
  opacity: 0;
  filter: blur(6px);
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: .6s;
}
.fv .txtbox h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(8px, 1vw, 12px);
  color: #333;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .14em;
}
.fv .txtbox h1 span {
  display: inline-block;
  background: rgba(255, 255, 255, .92);
  padding: clamp(4px, .7vw, 8px) clamp(12px, 1.4vw, 20px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}
.fv .fv_copy, .fv .fv_info {
  color: #fff;
  background: #8cc63f;
  line-height: 1.7;
  letter-spacing: .08em;
  padding: clamp(4px, .5vw, 7px) clamp(10px, 1.1vw, 16px);
}
.fv .fv_info {
  margin-top: -6px;
}
@media screen and (max-width: 960px) {
  .fv {
    height: clamp(500px, 70vw, 650px);
    padding: 90px 40px 50px;
    justify-content: flex-end;
  }
  .fv .txtbox {
    width: min(58vw, 460px);
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: auto;
    min-height: 560px;
    padding: 90px 20px 40px;
    align-items: flex-end;
  }
  body:not(.gjs-dashed) .fv .swiper {
    height: 100%;
  }
  .fv .txtbox {
    width: 100%;
    margin-top: 220px;
    gap: 10px;
  }
  .fv .txtbox h1 {
    font-size: clamp(24px, 7vw, 34px);
    letter-spacing: .1em;
  }
  .fv .txtbox h1 span {
    padding: 4px 12px;
  }
  .fv .fv_copy, .fv .fv_info {
    font-size: 11px;
  }
}
@media screen and (max-width: 576px) {
  .fv {
    min-height: 520px;
    padding: 80px 16px 36px;
  }
  .fv .txtbox {
    margin-top: 200px;
  }
  .fv .txtbox h1 {
    font-size: 24px;
    line-height: 1.55;
  }
  .fv .fv_copy, .fv .fv_info {
    width: fit-content;
    max-width: 100%;
  }
}
.header_n {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(64px, 6vw, 74px);
  padding: 0 clamp(10px, 1.4vw, 18px);
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .08);
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  z-index: 9999;
}
.header_n a {
  text-decoration: none;
  transition: .3s ease;
}
.header_n .leftbox {
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(18px, 2.5vw, 36px);
  min-width: 0;
}
.header_n .logo img {
  display: block;
  width: clamp(150px, 16vw, 200px);
  height: auto;
}
.header_n .head_nav .ul {
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(14px, 2vw, 28px);
}
.header_n .head_nav .li a {
  display: flex;
  align-items: center;
  height: clamp(48px, 5vw, 64px);
}
.header_n .head_nav .li a p {
  color: #222;
  font-size: clamp(14px, .95vw, 16px);
  letter-spacing: .12em;
  white-space: nowrap;
}
.header_n .head_nav .li a:hover p {
  opacity: .65;
}
.header_n .rightbox {
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: clamp(8px, 1vw, 12px);
  height: 100%;
}
.head_tel {
  text-align: center;
  white-space: nowrap;
  padding: 0 clamp(6px, 1vw, 12px);
}
.head_tel p {
  color: #333;
  font-size: clamp(10px, .8vw, 12px);
  line-height: 1.2;
  letter-spacing: .08em;
  margin-bottom: 4px;
}
.head_tel a {
  color: #78b728;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1;
  letter-spacing: .08em;
  font-family: "Times New Roman", "游明朝", YuMincho, serif;
}
.moreb a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: clamp(40px, 4.2vw, 48px);
  padding: 0 clamp(14px, 1.8vw, 24px);
  color: #fff;
}
.moreb .imgbox {
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
}
.moreb.shop_btn .imgbox {
  width: 30px;
  height: 30px;
}
.moreb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.moreb p {
  color: #fff;
  font-size: clamp(14px, .95vw, 16px);
  letter-spacing: .08em;
  white-space: nowrap;
}
.reserve_btn a {
  background: #A2C942;
}
.shop_btn a {
  background: #d5aa5c;
}
.moreb a:hover {
  opacity: .85;
  transform: translateY(-1px);
}
.head_time {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.head_time .time_top {
  align-items: center;
  gap: 5px;
}
.head_time img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  margin-top: 0;
}
.head_time p {
  color: #333;
  font-size: clamp(12px, .75vw, 14px);
  line-height: 1.5;
  letter-spacing: .06em;
  white-space: nowrap;
}
.header_n .menu-bt {
  width: clamp(42px, 4.8vw, 56px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header_n .menu-bt .line {
  position: relative;
  width: 24px;
  height: 18px;
}
.header_n .menu-bt .line div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #555;
  transition: .3s ease;
}
.header_n .menu-bt .line div:nth-of-type(1) {
  top: 0;
}
.header_n .menu-bt .line div:nth-of-type(2) {
  top: 50%;
}
.header_n .menu-bt .line div:nth-of-type(3) {
  bottom: 0;
}
.header_n .menu-bt.active .line div:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.header_n .menu-bt.active .line div:nth-of-type(2) {
  opacity: 0;
}
.header_n .menu-bt.active .line div:nth-of-type(3) {
  bottom: 44%;
  transform: rotate(-45deg);
}
.menu-wrap {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(255, 255, 255, .96);
}
.menu-wrap > div {
  width: 100%;
  height: 100%;
  padding: clamp(100px, 12vw, 140px) clamp(24px, 5vw, 60px) clamp(40px, 6vw, 70px);
  align-items: flex-start;
  justify-content: center;
  overflow: auto;
}
.menuwrap_menu {
  gap: clamp(28px, 5vw, 70px);
  align-items: flex-start;
  justify-content: center;
}
.menuwrap_menu_box {
  min-width: 180px;
}
.menuwrap_menu_box .entitle3 {
  color: #8cc63f;
  font-size: clamp(18px, 2vw, 26px);
  letter-spacing: .12em;
  margin-bottom: clamp(12px, 1.6vw, 20px);
}
.menuwrap_menu_box .li a {
  display: block;
  padding: 8px 0;
}
.menuwrap_menu_box .li a p {
  color: #333;
  font-size: clamp(14px, 1.1vw, 16px);
  letter-spacing: .08em;
  transition: .3s ease;
}
.menuwrap_menu_box .li a:hover p {
  color: #8cc63f;
  transform: translateX(4px);
}
.snsbox {
  align-items: center;
  gap: 18px;
  margin-top: 10px;
}
.snsbox a {
  transition: .3s ease;
}
.snsbox a:hover {
  opacity: .7;
  transform: translateY(-2px);
}
.snsbox img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
@media screen and (max-width: 1280px) {
  .head_time {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .header_n .head_nav, .head_tel {
    display: none;
  }
  .header_n .logo img {
    width: clamp(140px, 32vw, 190px);
  }
}
@media screen and (max-width: 640px) {
  .header_n {
    height: 60px;
    padding: 0 10px;
  }
  .header_n .rightbox {
    gap: 6px;
  }
  .shop_btn {
    display: none;
  }
  .moreb a {
    height: 38px;
    padding: 0 10px;
  }
  .moreb p {
    font-size: 11px;
    letter-spacing: .04em;
  }
  .moreb .imgbox {
    width: 14px;
    height: 14px;
  }
  .header_n .menu-bt {
    width: 40px;
  }
  .header_n .menu-bt .line {
    width: 22px;
    height: 16px;
  }
  .menu-wrap > div {
    padding: 90px 24px 40px;
    justify-content: flex-start;
  }
  .menuwrap_menu {
    width: 100%;
    flex-direction: column;
    gap: 28px;
  }
  .menuwrap_menu_box {
    width: 100%;
    min-width: 0;
  }
}
.nowhite {
  white-space: nowrap;
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.txtwhite {
  color: #fff;
}
.color1 {
  color: #8AC301;
}
.color2 {
  color: #B2935D;
}
.color3 {
  color: ;
}
.bg1 {
  background: #F4EEF2;
}
.bg2 {
  background: #DDF3F9;
}
.bg3 {
  background: url("https://risora.jp/system_panel/uploads/images/bg3.jpg") center center / cover no-repeat;
}
.bg4 {
  position: relative;
  background: none;
}
.bg4::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://risora.jp/system_panel/uploads/images/bg4.jpg") repeat;
  background-size: auto;
  opacity: .2;
  pointer-events: none;
  z-index: 0;
}
.bg4 > * {
  position: relative;
  z-index: 1;
}
.bgl {
  position: relative;
  overflow: hidden;
}
.bgl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(600px, 45vw, 720px);
  height: clamp(600px, 45vw, 720px);
  background: url("https://risora.jp/system_panel/uploads/images/decol.png") no-repeat left top / contain;
  z-index: 0;
  pointer-events: none;
}
.bgr {
  position: relative;
  overflow: hidden;
}
.bgr::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(300px, 45vw, 720px);
  height: clamp(300px, 45vw, 720px);
  background: url("https://risora.jp/system_panel/uploads/images/decor.png") no-repeat right top / contain;
  z-index: 0;
  pointer-events: none;
}
.bgl > *, .bgr > * {
  position: relative;
  z-index: 1;
}
.mincho {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.zenkaku {
  font-family: "Zen Kaku Gothic New", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
.fonteb {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.entitle0 {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(56px, 6vw, 72px);
  letter-spacing: 0.2em;
}
.entitle1 {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(40px, 4vw, 57px);
  letter-spacing: 0.15em;
  font-weight: 400;
}
.entitle2 {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(34px, 5vw, 46px);
  letter-spacing: 0.1rem;
  font-weight: 400;
}
.entitle3 {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: 0.1rem;
}
.entitle4 {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.1rem;
}
.default_title1 {
  font-size: clamp(28px, 3.2vw, 44px);
}
.default_title2 {
  font-size: clamp(24px, 3.0vw, 32px);
}
.default_title3 {
  font-size: clamp(18px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(18px, 1.8vw, 22px);
}
.default_txt1 {
  font-size: clamp(16px, 1.4vw, 18px);
}
.default_txt2 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.default_txt3 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
html {}
body {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  background-color: #FFFEFD;
  color: #222222;
}
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #222222;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.cate_wrap > .cate {
  padding-top: 150px;
}
/* ---------- common ---------- */
/* ---------- header ---------- */
.header {}
/* ---------- footer ---------- */
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #000000;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #FFE93C
}
.txt-color2 {
  color: #F1F1E9
}
.txt-color3 {
  color: #021745
}
.txt-color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #FFE93C
}
.bg-color2 {
  background-color: #F1F1E9
}
.bg-color3 {
  background-color: #021745
}
.bg-color4 {
  background-color: #EBF5E5
}
.border-color1 {
  border-color: #FFE93C
}
.border-color2 {
  border-color: #F1F1E9
}
.border-color3 {
  border-color: #021745
}
.border-color4 {
  border-color: #EBF5E5
}
.hvr-txt-color-normal:hover {
  color: #000000;
}
.hvr-txt-white:hover {
  color: #ffffff;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #FFE93C
}
.hvr-txt-color2:hover {
  color: #F1F1E9
}
.hvr-txt-color3:hover {
  color: #021745
}
.hvr-txt-color4:hover {
  color: #EBF5E5
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #FFE93C
}
.hvr-bg-color2:hover {
  background-color: #F1F1E9
}
.hvr-bg-color3:hover {
  background-color: #021745
}
.hvr-bg-color4:hover {
  background-color: #EBF5E5
}
.hvr-border-color1:hover {
  border-color: #FFE93C
}
.hvr-border-color2:hover {
  border-color: #F1F1E9
}
.hvr-border-color3:hover {
  border-color: #021745
}
.hvr-border-color4:hover {
  border-color: #EBF5E5
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}