@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');
.custom_cate1 {
  position: relative;
  overflow: hidden;
}
.custom_cate1 .custom_cate1__inner {
  width: min(100%, 980px);
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
.custom_cate1 .top_a__label {
  margin-bottom: clamp(28px, 4vw, 44px);
}
.custom_cate1 .custom_cate1__titleWrap {
  margin-bottom: clamp(28px, 4vw, 42px);
}
.custom_cate1 .custom_cate1__title {
  color: #222;
  line-height: 1.8;
}
.custom_cate1 .custom_cate1__title span {
  color: #ff7019;
}
.custom_cate1 .custom_cate1__text {
  color: #333;
}
.custom_cate2 {
  position: relative;
  overflow: hidden;
}
.custom_cate2 .custom_cate2__inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  box-sizing: border-box;
}
.custom_cate2 .custom_cate2__titlebox {
  text-align: center;
  margin-bottom: clamp(42px, 6vw, 70px);
}
.custom_cate2 .top_a__label {
  margin-bottom: clamp(24px, 4vw, 38px);
}
.custom_cate2 .custom_cate2__title {
  color: #222;
  line-height: 1.5;
  margin-bottom: clamp(24px, 4vw, 34px);
}
.custom_cate2 .custom_cate2__title span {
  color: #31a929;
  font-size: 1.25em;
}
.custom_cate2 .custom_cate2__lead {
  color: #333;
}
.custom_cate2 .custom_cate2__box {
  --custom-cate2-gap: clamp(34px, 5vw, 58px);
  width: min(100%, 1180px);
  margin: 0 auto clamp(36px, 5vw, 54px);
  padding: clamp(34px, 5vw, 48px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(31, 96, 28, .08);
  display: flex;
  align-items: stretch;
  gap: var(--custom-cate2-gap);
  box-sizing: border-box;
}
.custom_cate2 .custom_cate2__box:last-child {
  margin-bottom: 0;
}
.custom_cate2 .custom_cate2__side {
  width: calc((100% - var(--custom-cate2-gap)) * .27);
  min-width: 230px;
  padding: clamp(30px, 4vw, 42px) clamp(18px, 3vw, 28px);
  background: #fff6ee;
  border-radius: 8px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.custom_cate2 .custom_cate2__box--demerit .custom_cate2__side {
  background: #f3f3f3;
}
.custom_cate2 .custom_cate2__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  padding: 9px 18px;
  border-radius: 999px;
  background: #ff7019;
  color: #fff;
  line-height: 1.3;
  margin-bottom: clamp(22px, 4vw, 34px);
}
.custom_cate2 .custom_cate2__box--demerit .custom_cate2__badge {
  background: #222;
}
.custom_cate2 .custom_cate2__side_img {
  width: clamp(90px, 10vw, 132px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(22px, 4vw, 34px);
}
.custom_cate2 .custom_cate2__side_img img {
  display: block;
  width: 58%;
  height: auto;
  object-fit: contain;
}
.custom_cate2 .custom_cate2__side_text {
  color: #ff7019;
  line-height: 1.55;
}
.custom_cate2 .custom_cate2__box--demerit .custom_cate2__side_text {
  color: #222;
}
.custom_cate2 .custom_cate2__list {
  width: calc((100% - var(--custom-cate2-gap)) * .73);
  box-sizing: border-box;
}
.custom_cate2 .custom_cate2__item {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 38px);
  padding-bottom: clamp(24px, 4vw, 34px);
  margin-bottom: clamp(24px, 4vw, 34px);
  border-bottom: 1px solid #d8e5d5;
}
.custom_cate2 .custom_cate2__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.custom_cate2 .custom_cate2__icon {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #fff6ee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 clamp(100px, 8vw, 110px);
}
.custom_cate2 .custom_cate2__box--demerit .custom_cate2__icon {
  background: #f3f3f3;
}
.custom_cate2 .custom_cate2__icon img {
  display: block;
  width: auto;
  height: clamp(50px, 5vw, 54px);
  object-fit: contain;
}
.custom_cate2 .custom_cate2__txt h3 {
  color: #ff7019;
  line-height: 1.5;
  margin-bottom: 10px;
}
.custom_cate2 .custom_cate2__box--demerit .custom_cate2__txt h3 {
  color: #222;
}
.custom_cate2 .custom_cate2__txt p {
  color: #333;
}
/* ---------- 900px ---------- */
@media screen and (max-width: 900px) {
  .custom_cate2 .custom_cate2__box {
    flex-direction: column;
  }
  .custom_cate2 .custom_cate2__side, .custom_cate2 .custom_cate2__list {
    width: 100%;
  }
  .custom_cate2 .custom_cate2__side {
    min-width: 0;
  }
}
/* ---------- 576px ---------- */
@media screen and (max-width: 576px) {
  .custom_cate2 .custom_cate2__title span {
    color: #31a929;
    font-size: 1em;
  }
  .custom_cate2 .custom_cate2__box {
    padding: 24px 20px;
  }
  .custom_cate2 .custom_cate2__item {
    flex-direction: column;
    text-align: center;
  }
  .custom_cate2 .custom_cate2__txt p {
    text-align: left;
  }
}
.custom_cate3 {
  position: relative;
}
.custom_cate3 .custom_cate3__inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  box-sizing: border-box;
}
.custom_cate3 .custom_cate3__titlebox {
  text-align: center;
  margin-bottom: clamp(80px, 7vw, 100px);
}
.custom_cate3 .top_a__label {
  margin-bottom: clamp(24px, 4vw, 38px);
}
.custom_cate3 .custom_cate3__title {
  color: #222;
  line-height: 1.5;
  margin-bottom: clamp(24px, 4vw, 34px);
}
.custom_cate3 .custom_cate3__title span {
  color: #31a929;
  font-size: 1.25em;
}
.custom_cate3 .custom_cate3__lead {
  color: #333;
}
.custom_cate3 .custom_cate3__list {
  display: flex;
  align-items: stretch;
  gap: clamp(20px, 3vw, 34px);
  margin-bottom: clamp(54px, 8vw, 82px);
}
.custom_cate3 .custom_cate3__item {
  position: relative;
  width: calc((100% - clamp(20px, 3vw, 34px) * 2) / 3);
  padding: clamp(42px, 5vw, 58px) clamp(24px, 3vw, 34px) clamp(28px, 4vw, 42px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(31, 96, 28, .08);
  box-sizing: border-box;
  text-align: center;
}
.custom_cate3 .custom_cate3__num {
  position: absolute;
  top: -34px;
  left: 50%;
  width: clamp(56px, 6vw, 74px);
  aspect-ratio: 1 / 1;
  transform: translateX(-50%);
}
.custom_cate3 .custom_cate3__num img {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 40px;
  height: auto;
  object-fit: contain;
  transform: translateX(-50%);
}
.custom_cate3 .custom_cate3__num p {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #7acb5d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.custom_cate3 .custom_cate3__img {
  width: 100%;
  margin: 0 auto clamp(24px, 4vw, 34px);
}
.custom_cate3 .custom_cate3__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.custom_cate3 .custom_cate3__head {
  color: #31a929;
  line-height: 1.5;
  padding-bottom: 14px;
  margin-bottom: 18px;
  background: linear-gradient(to right, #31a929 50%, transparent 50%) left bottom / 8px 2px repeat-x;
}
.custom_cate3 .custom_cate3__text {
  color: #333;
  text-align: left;
}
.custom_cate3 .custom_cate3__point {
  position: relative;
  width: min(100%, 1020px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 52px) clamp(34px, 6vw, 76px);
  background: #fff6bc;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: clamp(22px, 4vw, 38px);
  box-sizing: border-box;
}
.custom_cate3 .custom_cate3__point_icon {
  width: clamp(50px, 6vw, 70px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 clamp(50px, 6vw, 70px);
}
.custom_cate3 .custom_cate3__point_icon img {
  display: block;
  width: auto;
  height: 40px;
  object-fit: contain;
}
.custom_cate3 .custom_cate3__point_txt {
  width: calc(100% - clamp(50px, 6vw, 70px) - clamp(22px, 4vw, 38px));
  padding-right: clamp(120px, 18vw, 210px);
  box-sizing: border-box;
}
.custom_cate3 .custom_cate3__point_title {
  color: #31a929;
  line-height: 1.5;
  margin-bottom: 12px;
}
.custom_cate3 .custom_cate3__point_text {
  color: #333;
}
.custom_cate3 .custom_cate3__person {
  position: absolute;
  right: clamp(20px, 4vw, 58px);
  bottom: 0;
  width: clamp(170px, 22vw, 280px);
}
.custom_cate3 .custom_cate3__person img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* ---------- 1080px ---------- */
@media screen and (max-width: 1080px) {
  .custom_cate3 .custom_cate3__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px clamp(20px, 3vw, 34px);
  }
  .custom_cate3 .custom_cate3__item {
    width: calc((100% - clamp(20px, 3vw, 34px)) / 2);
  }
  .custom_cate3 .custom_cate3__item:nth-child(3) {
    margin-right: auto;
    margin-left: auto;
  }
}
/* ---------- 900px ---------- */
@media screen and (max-width: 768px) {
  .custom_cate3 .custom_cate3__list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .custom_cate3 .custom_cate3__item, .custom_cate3 .custom_cate3__item:nth-child(3) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .custom_cate3 .custom_cate3__point {
    align-items: flex-start;
  }
  .custom_cate3 .custom_cate3__point_txt {
    padding-right: clamp(100px, 20vw, 160px);
  }
  .custom_cate3 .custom_cate3__point {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 130px;
  }
  .custom_cate3 .custom_cate3__point_txt {
    width: 100%;
    padding-right: 0;
  }
  .custom_cate3 .custom_cate3__person {
    right: 20px;
    bottom: -20px;
    width: 120px;
  }
}
@media screen and (max-width: 576px) {
  .custom_cate3 .custom_cate3__point {
    padding: 30px 22px clamp(130px, 34vw, 170px);
    border-radius: 18px;
  }
  .custom_cate3 .custom_cate3__point_icon {
    width: 58px;
    flex-basis: 58px;
  }
  .custom_cate3 .custom_cate3__point_icon img {
    height: 34px;
  }
  .custom_cate3 .custom_cate3__person {
    right: 10px;
  }
}

.pagetitle {
  position: relative;
  padding: clamp(90px, 9vw, 120px) clamp(20px, 4vw, 40px) 0;
}

.pagetitle .pagetitle_inner {
  position: relative;
  background: linear-gradient(90deg, #83ca62 0%, #31a929 100%);
  border-radius: 20px;
  overflow: hidden;
}
.pagetitle .pagetitle_inner .imgbox {
  position: relative;
  width: 100%;
 height: clamp(300px, 28vw, 390px);
  border-radius: 12px;
  overflow: hidden;
      opacity: .3;
}

.pagetitle .pagetitle_inner .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .3;
}

body:not(.gjs-dashed) .pagetitle .pagetitle_inner .imgbox::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #31a929;
  opacity: .7;
  mix-blend-mode: multiply;
}
.pagetitle .pagetitle_inner .txtbox {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}

.pagetitle .pagetitle_inner .txtbox .en_title1 {
  color: rgba(255, 255, 255, .38);
  line-height: 1;
  letter-spacing: .12em;
      font-size: clamp(30px, 8vw, 100px);
}

.pagetitle .pagetitle_inner .txtbox .title {
  position: relative;
  color: #fff;
  margin-top: -28px;
  line-height: 1.4;
}

@media screen and (max-width: 576px) {
  .pagetitle {
    padding-top: 82px;
  }

  .pagetitle .pagetitle_inner .imgbox {
    height: 170px;
    border-radius: 10px;
  }
      .pagetitle .pagetitle_inner .txtbox .title {
  
    margin-top: 0px;
    font-size: clamp(18px, 5vw, 24px);
  }
}
.pagetitle2 .pagetitle_inner {
  min-height: clamp(220px, 18vw, 270px);
  background: linear-gradient(90deg, #83ca62 0%, #31a929 100%);
    border-radius: 20px;
}

@media screen and (max-width: 576px) {
  .pagetitle2 .pagetitle_inner {
    min-height: 150px;
  }
}
/* ---------- contact_banner ---------- */
.contact_banner {
  position: relative;
  overflow: visible;
  background: transparent;
  padding-top: clamp(10px, 3vw, 30px);
  margin-top: clamp(-90px, -7vw, -50px);
}

.contact_banner .contact_banner__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: clamp(36px, 5vw, 64px);
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.contact_banner .contact_banner__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 30, 36, .42);
  backdrop-filter: blur(4px);
}

.contact_banner .contact_banner__bg img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(360px, 38vw, 520px);
  object-fit: cover;
}

.contact_banner .contact_banner__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: clamp(430px, 42vw, 560px);
  margin: 0 auto;
  padding: clamp(105px, 10vw, 145px) 0 clamp(60px, 8vw, 96px);
  box-sizing: border-box;
}

.contact_banner .contact_banner__txt {
  width: min(100%, 700px);
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.contact_banner .contact_banner__title {
  color: #fff;
  line-height: 1.45;
  margin-bottom: clamp(16px, 2vw, 24px);
  padding-bottom: 12px;
  background: linear-gradient(to right, #fff 50%, transparent 50%) left bottom / 8px 2px repeat-x;
}

.contact_banner .contact_banner__lead {
  color: #fff;
  margin-bottom: clamp(30px, 4vw, 44px);
}

.contact_banner .contact_banner__btns {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 4vw, 44px);
  align-items: stretch;
}

.contact_banner .contact_banner__btns .more.more2,
.contact_banner .contact_banner__tel {
  min-height: 70px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.contact_banner .contact_banner__btns .more.more2 {
  margin-top: 0;
  width: min(100%, 350px);
}

.contact_banner .contact_banner__tel {
  position: relative;
  width: min(100%, 350px);
  min-height: 66px;
  padding: 16px 22px;
  background: #ffc400;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 5px 0 rgba(212, 158, 0, .4);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .3s ease, box-shadow .3s ease, opacity .3s ease;
}

.contact_banner .contact_banner__tel:hover {
  opacity: .94;
  transform: translateY(4px);
  box-shadow: 0 1px 0 rgba(212, 158, 0, .4);
}

.contact_banner .contact_banner__tel_badge {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 188px;
  padding: 5px 14px;
  background: #fff;
  border: 2px solid #ffc400;
  border-radius: 999px;
  text-align: center;
  box-sizing: border-box;
}

.contact_banner .contact_banner__tel_badge p {
  color: #333;
  line-height: 1.2;
  white-space: nowrap;
}

.contact_banner .contact_banner__tel_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact_banner .contact_banner__tel_inner i,
.contact_banner .contact_banner__tel_inner p {
  color: #fff;
}

.contact_banner .contact_banner__photo {
  position: absolute;
  z-index: 3;
  border: clamp(4px, .7vw, 6px) solid #fff;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  background: transparent;
}

.contact_banner .contact_banner__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact_banner .contact_banner__photo--left {
  left: clamp(0px, 7vw, 50px);
  top: clamp(-28px, -2vw, -10px);
  width: clamp(260px, 24vw, 390px);
  aspect-ratio: 1 / 1;
}

.contact_banner .contact_banner__photo--right {
  right: clamp(0px, 7vw, 50px);
  top: clamp(40px, 10vw, 80px);
  width: clamp(150px, 15vw, 230px);
  aspect-ratio: 1 / 1;
}

.contact_banner .contact_banner__person {
  position: absolute;
  right: clamp(-20px, 12vw, 50px);
  bottom: clamp(18px, 3vw, 42px);
  z-index: 4;
  width: clamp(130px, 14vw, 210px);
}

.contact_banner .contact_banner__person img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ---------- 900px ---------- */
@media screen and (max-width: 900px) {
  .contact_banner {
    margin-top: clamp(-50px, -6vw, -24px);
  }

  .contact_banner .contact_banner__bg {

  }

  .contact_banner .contact_banner__bg img {
    object-position: center bottom;
  }

  .contact_banner .contact_banner__inner {
 
    padding: 180px 28px 70px;
  }

  .contact_banner .contact_banner__txt {
    width: min(100%, 720px);
  }

  .contact_banner .contact_banner__photo--left {
    left: 28px;
    top: 0;
    transform: none;
    width: clamp(170px, 28vw, 230px);
  }

  .contact_banner .contact_banner__photo--right {
    right: 24px;
    top: 150px;
    width: clamp(110px, 18vw, 150px);
  }

  .contact_banner .contact_banner__btns {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .contact_banner .contact_banner__btns .more.more2,
  .contact_banner .contact_banner__tel {
    width: min(100%, 360px);
  }

  .contact_banner .contact_banner__person {
    right: 24px;
    bottom: 34px;
    width: clamp(90px, 18vw, 140px);
  }
}

/* ---------- 768px ---------- */
@media screen and (max-width: 768px) {
  .contact_banner .contact_banner__inner {

    padding: 170px 24px 70px;
  }

  .contact_banner .contact_banner__photo--left {
    left: 20px;
    width: clamp(150px, 32vw, 200px);
  }


  .contact_banner .contact_banner__person {
    right: 18px;
    bottom: 26px;
    width: 110px;
  }
}

/* ---------- 576px ---------- */
@media screen and (max-width: 576px) {
  .contact_banner {
    margin-top: -30px;
  }

  .contact_banner .contact_banner__bg {
    top: 0px;
  }

  .contact_banner .contact_banner__inner {
    min-height: 0px;
    padding: 190px 20px 86px;
  }

  .contact_banner .contact_banner__photo--left {
    left: 50%;
    top: 0;
    width: 180px;
    transform: translateX(-50%);
  }

  .contact_banner .contact_banner__photo--right {
    display: none;
  }

  .contact_banner .contact_banner__txt {
    width: 100%;
  }

  .contact_banner .contact_banner__title {
    margin-bottom: 16px;
  }

  .contact_banner .contact_banner__lead {
    margin-bottom: 32px;
  }

  .contact_banner .contact_banner__btns {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .contact_banner .contact_banner__btns .more.more2,
  .contact_banner .contact_banner__tel {
    width: 100%;
    max-width: 340px;
  }

  .contact_banner .contact_banner__person {
    right: 12px;
    bottom: 18px;
    width: 86px;
  }
}

/* ---------- footer_area ---------- */
.footer_area {
  background: #2faa20;
  padding: clamp(54px, 7vw, 86px) clamp(20px, 5vw, 90px);
}

.footer_area .footer_area__inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr minmax(220px, 360px);
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
}

.footer_area .footer_area__nav {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: clamp(48px, 8vw, 120px);
}

.footer_area .footer_area__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer_area .footer_area__col a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: opacity .3s ease, transform .3s ease;
}

.footer_area .footer_area__col a:hover {
  opacity: .75;
  transform: translateX(3px);
}

.footer_area .footer_area__col p {
  color: #fff;
  line-height: 1.4;
}

.footer_area .footer_area__logo {
  justify-self: end;
  width: min(100%, 320px);
}

.footer_area .footer_area__logo a,
.footer_area .footer_area__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer_area .footer_area__bottom {
  grid-column: 1 / 2;
}

.footer_area .footer_area__sns {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.footer_area .footer_area__sns a {
  width: 24px;
  aspect-ratio: 1 / 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_area .footer_area__sns i {
  color: #fff;
  font-size: 24px;
}

.footer_area .footer_area__sns img {
  display: block;
  width: 22px;
  height: auto;
  object-fit: contain;
}

.footer_area .footer_area__copy {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer_area .footer_area__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer_area .footer_area__logo {
    justify-self: center;
    order: 1;
    width: min(100%, 260px);
  }

  .footer_area .footer_area__nav {
    order: 2;
    grid-template-columns: repeat(3, max-content);
    justify-content: center;
    gap: 28px 60px;
  }

  .footer_area .footer_area__bottom {
    order: 3;
    grid-column: auto;
  }

  .footer_area .footer_area__sns {
    justify-content: center;
  }
}


.top_a__label {
  display: inline-block;
  margin-bottom: clamp(26px, 4vw, 46px);
  padding: 10px 36px;
  border: 2px solid #ff7019;
  border-radius: 999px;
  color: #ff7019;
  background: #fff;
  position: relative;
}

.top_a__label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 14px;
  height: 14px;
  background: #ff7019;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}

.top_a__label p,
.top_a__label h2 {
  color: #ff7019;
  font-weight: 700;
  line-height: 1.3;
}

.more {
  width: min(100%, 472px);
  min-height: 70px;
  padding: 16px clamp(18px, 4vw, 28px);
  background: #2faa20;
  color: #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 24px);
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 0 5px 0 rgba(33, 126, 24, .4);
  transition: background-color .3s ease, transform .3s ease, box-shadow .3s ease, opacity .3s ease;
}

.more p {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}

.more .icon {
  width: 24px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #fff;
  color: #2faa20;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  transition: transform .3s ease;
}

.more .icon i {
  color: #2faa20;
  font-size: 12px;
}

.more:hover .icon {
  transform: translateX(4px);
}
.more:hover {
  opacity: .94;
  background: #27911c;
  transform: translateY(4px);
  box-shadow: 0 1px 0 rgba(33, 126, 24, .4);
}

/* ---------- orange button ---------- */
.more.more2 {
  position: relative;
}

.more.more2 .more_badge {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 188px;
  padding: 5px 14px;
  background: #fff;
  border: 2px solid #ff7019;
  border-radius: 999px;
  text-align: center;
  box-sizing: border-box;
}

.more.more2 .more_badge p {
  color: #333;
  line-height: 1.2;
  white-space: nowrap;
}
.more.more2 .more_img {
  width: 32px;
  flex: 0 0 32px;
}

.more.more2 .more_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.more.more2 {
  width: fit-content;
  min-width: 250px;
  min-height: auto;
  margin-top: clamp(16px, 2vw, 22px);
  padding: 14px 18px;
  background: #ff7019;
  border-radius: 8px;
  gap: 10px;
  box-shadow: 0 5px 0 rgba(220, 88, 12, .4);
}

.more.more2 p {
  line-height: 1.3;
}

.more.more2 .icon {
  width: 18px;
  flex-basis: 18px;
  color: #ff7019;
}

.more.more2 .icon i {
  color: #ff7019;
  font-size: 10px;
}

.more.more2:hover {
  background: #f06413;
  transform: translateY(4px);
  box-shadow: 0 1px 0 rgba(220, 88, 12, .4);
}

@media screen and (max-width: 576px) {
  .more {
    width: 100%;
    min-height: 62px;
    justify-content: space-between;
    text-align: left;
  }

  .more.more2 {
    width: 100%;
    min-width: 0;
    justify-content: center;
    text-align: center;
  }
}
/* ---------- fix_bt ---------- */
.fix_bt {
  position: fixed;
  z-index: 9997;
  width: clamp(82px, 11vw, 106px);
    
  right: 0;
  top: clamp(150px, 10vw, 250px);
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.fix_bt .bt {
  width: 100%;
    
  min-height: clamp(90px, 10vw, 110px);
  padding: clamp(4px, 2vw, 12px) 10px;
  border-radius: 14px 0 0 14px;
  margin: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .10);
  transition: transform .3s ease, opacity .3s ease;
}

.fix_bt .bt a {
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: clamp(8px, 1vw, 12px);
  justify-content: center;
  text-align: center;
}

.fix_bt .bt img {
  width: clamp(26px, 3vw, 34px);
  height: clamp(26px, 3vw, 34px);
  object-fit: contain;
}

.fix_bt .bt1 {
  background-color: #ff721a;
}

.fix_bt .bt2 {
  background-color: #ffc400;
}

.fix_bt .bt3 {
  background-color: #28a900;
}

.fix_bt p {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  white-space: nowrap;
      font-size: clamp(13px, 1vw, 16px);
}

/* ---------- 768px ---------- */
@media screen and (max-width: 768px) {
  .fix_bt {
    width: 60px;
gap: clamp(10px, 1.6vw, 20px);
  }

  .fix_bt .bt {
    min-height: 60px;
    padding: 12px 8px;
    border-radius: 10px 0 0 10px;
  }

  .fix_bt .bt img {
    width: 26px;
    height: 26px;
  }

  .fix_bt p {
    display: none;
  }
}

/* ---------- 576px ---------- */
@media screen and (max-width: 576px) {
  .fix_bt {
    top: 90px;
      width: 40px;
  }

  .fix_bt .bt {
    min-height: 40px;
    border-radius: 8px 0 0 8px;
  }

  .fix_bt .bt img {
    width: 24px;
    height: 24px;
  }
}

/* ---------- burgermenu_e ---------- */
.menu-wrap.burgermenu_e {
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.menu-wrap.burgermenu_e::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #2C2C2C;
  opacity: 0.6;
}

.menu-wrap.burgermenu_e .mene_box {
  position: absolute;
  top: clamp(68px, 7vw, 82px);
  right: 0;
  width: 100%;
  height: calc(100% - clamp(68px, 7vw, 82px));
  max-width: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2;
  box-sizing: border-box;
}

.menu-wrap.burgermenu_e .mene_box .nav_box {
  width: 100%;
  min-height: 100%;
  padding: clamp(100px, 10vw, 110px) clamp(24px, 8vw, 80px) clamp(70px, 10vw, 100px);
  margin-top: 0;
  background-color: #31a929;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-overflow-scrolling: touch;
}

.menu-wrap.burgermenu_e .mene_box .nav_box .ul {
  margin-bottom: clamp(30px, 5vw, 50px);
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.menu-wrap.burgermenu_e .mene_box .nav_box .ul .li {
  width: 100%;
  padding: clamp(10px, 2vw, 15px) 0;
}

.menu-wrap.burgermenu_e .mene_box .nav_box .ul .li a {
  justify-content: flex-start;
  gap: 15px;
  color: #fff;
  transition: opacity .3s ease, transform .3s ease;
}

.menu-wrap.burgermenu_e .mene_box p {
  color: #fff;
}

.menu-wrap.burgermenu_e .mene_box .nav_box .ul .li p {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

.menu-wrap.burgermenu_e .mene_box a .icon {
  width: 28px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid #fff;
  flex: 0 0 28px;
  transition: background-color .3s ease;
}

.menu-wrap.burgermenu_e .mene_box a .icon i {
  font-size: 12px;
  color: #fff;
}

.menu-wrap.burgermenu_e .mene_box .nav_box .ul .li a:hover {
  opacity: .85;
  transform: translateX(4px);
}

.menu-wrap.burgermenu_e .mene_box .nav_box .ul .li a:hover .icon {
  background-color: rgba(255, 255, 255, .16);
}

.menu-wrap.burgermenu_e .cta-row {
  width: min(100%, 680px);
  border-top: 1px solid rgba(255, 255, 255, .45);
  padding-top: clamp(32px, 5vw, 50px);
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.menu-wrap.burgermenu_e .cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: min(100%, 176px);
  padding: 15px 40px;
  background: #fff;
  color: #222;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  transition: opacity .3s ease, transform .3s ease, box-shadow .3s ease;
  box-sizing: border-box;
}

.menu-wrap.burgermenu_e .cta-btn p {
  color: #222;
  font-weight: 700;
}

.menu-wrap.burgermenu_e .cta-btn i {
  font-size: 16px;
  color: #222;
}

.menu-wrap.burgermenu_e .cta-btn:hover {
  opacity: .9;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
}

/* ---------- 576px ---------- */
@media screen and (max-width: 576px) {
  .menu-wrap.burgermenu_e .mene_box {
    top: 68px;
    height: calc(100% - 68px);
    background: #31a929;
  }

  .menu-wrap.burgermenu_e .mene_box .nav_box {
    padding: 90px 20px 0px;
  }

  .menu-wrap.burgermenu_e .mene_box .nav_box .ul {
    width: 100%;
    max-width: 250px;
  }

  .menu-wrap.burgermenu_e .mene_box .nav_box .ul .li a {
    gap: 10px;
  }

  .menu-wrap.burgermenu_e .mene_box a .icon {
    width: 25px;
    flex-basis: 25px;
  }

  .menu-wrap.burgermenu_e .mene_box a .icon i {
    font-size: 10px;
  }

  .menu-wrap.burgermenu_e .cta-row {
    padding-top: 30px;
    gap: 24px;
  }

  .menu-wrap.burgermenu_e .cta-btn {
    width: 100%;
    max-width: 240px;
    padding: 14px 24px;
  }
}

.header {
  width: 100%;
  min-height: clamp(68px, 7vw, 82px);
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  flex-wrap: nowrap;
}

.header .header_left {
  width: 26%;
  max-width: 230px;
  min-width: 190px;
}

.header .header_left a {
  width: 100%;
  justify-content: flex-start;
}

.header .header_left img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
}

.header .header_center {
  flex: 1;
  min-width: 0;
  padding-right: clamp(20px, 3vw, 42px);
}

.header .topbox {
  width: 100%;
  justify-content: flex-end;
  margin-left: auto;
  gap: clamp(12px, 2vw, 28px);
  flex-wrap: nowrap;
}

.header .header_links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.3vw, 32px);
  width: 100%;
}

.header .header_links .header_link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity .3s ease, transform .3s ease;
}

.header .header_links .header_link p {
  margin: 0;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0;
}

.header .header_links .header_link .icon {
  width: 14px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #31a929;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 14px;
  transition: background-color .3s ease;
}

.header .header_links .header_link .icon i {
  color: #fff;
  line-height: 1;
  font-size: 8px;
}

.header .header_links .header_link:hover {
  opacity: .78;
  transform: translateX(4px);
}

.header .header_links .header_link:hover .icon {
  background: #258d20;
}

.header .header_menu_btn {
  display: none;
  padding: clamp(10px, 2vw, 16px);
  background: #31a929;
}

.header .menu-bt {
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  user-select: none;
}

.header .menu-bt .line {
  width: 28px;
}

.header .menu-bt .line div {
  height: 2px;
  background: #fff;
  margin: 5px 0;
  transition: transform .3s ease, opacity .3s ease;
  transform-origin: center;
}

.header .menu-bt.active .line div:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header .menu-bt.active .line div:nth-child(2) {
  opacity: 0;
}

.header .menu-bt.active .line div:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ---------- burger menu ---------- */
.menu-wrap.burgermenu_e {
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu-wrap.burgermenu_e::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(44, 44, 44, .6);
}

.menu-wrap.burgermenu_e .mene_box {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 760px);
  height: 100%;
  overflow-y: auto;
  z-index: 2;
}

.menu-wrap.burgermenu_e .nav_box {
  min-height: 100%;
  padding: clamp(100px, 12vw, 150px) clamp(28px, 7vw, 90px) clamp(70px, 10vw, 100px);
  background-color: #31a929;
}

.menu-wrap.burgermenu_e .ul {
  flex-direction: column;
  align-items: flex-start;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
}

.menu-wrap.burgermenu_e .li {
  padding: clamp(10px, 2vw, 16px) 0;
}

.menu-wrap.burgermenu_e .li a {
  justify-content: flex-start;
  gap: 14px;
  color: #fff;
  transition: opacity .3s ease, transform .3s ease;
}

.menu-wrap.burgermenu_e .li p {
  color: #fff;
}

.menu-wrap.burgermenu_e .li .icon {
  width: 24px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: background-color .3s ease;
}

.menu-wrap.burgermenu_e .li .icon i {
  color: #fff;
  font-size: 10px;
}

.menu-wrap.burgermenu_e .li a:hover {
  opacity: .85;
  transform: translateX(4px);
}

.menu-wrap.burgermenu_e .li a:hover .icon {
  background-color: rgba(255, 255, 255, .16);
}

.menu-wrap.burgermenu_e .cta-row {
  border-top: 1px solid rgba(255, 255, 255, .45);
  padding-top: clamp(28px, 5vw, 48px);
  margin-top: clamp(24px, 4vw, 40px);
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 36px);
  flex-wrap: wrap;
}

.menu-wrap.burgermenu_e .cta-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: clamp(12px, 2vw, 15px) clamp(28px, 5vw, 50px);
  background: #fff;
  color: #222;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
  transition: transform .3s ease, box-shadow .3s ease, opacity .3s ease;
}

.menu-wrap.burgermenu_e .cta-btn p,
.menu-wrap.burgermenu_e .cta-btn i {
  color: #222;
}

.menu-wrap.burgermenu_e .cta-btn:hover {
  opacity: .9;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
}

/* ---------- responsive ---------- */
@media screen and (max-width: 1080px) {
  .header .header_left {
    min-width: 170px;
  }

  .header .header_links {
    gap: clamp(12px, 1.8vw, 22px);
  }
      .header .header_links {
    display: none;
  }
    
  .header .header_menu_btn {
    display: flex;
  }

  .header .header_center {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .header {
    min-height: 68px;
  }

  .header .header_left {
    width: 58%;
    min-width: 0;
    max-width: 210px;
  }

  .header .header_left img {
    max-width: 190px;
  }

  .menu-wrap.burgermenu_e .mene_box {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .header .header_left {
    margin-left: 14px;
  }

  .header .header_left img {
    max-width: 170px;
  }

  .header .header_menu_btn {
    align-self: stretch;
  }

  .menu-wrap.burgermenu_e .nav_box {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* ---------- burger menu ---------- */
.menu-wrap.burgermenu_e {
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu-wrap.burgermenu_e::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(44, 44, 44, .6);
}

.menu-wrap.burgermenu_e .mene_box {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 760px);
  height: 100%;
  overflow-y: auto;
  z-index: 2;
}

.menu-wrap.burgermenu_e .nav_box {
  min-height: 100%;
  padding: clamp(100px, 12vw, 150px) clamp(28px, 7vw, 90px) clamp(70px, 10vw, 100px);
  background-color: #31a929;
}

.menu-wrap.burgermenu_e .ul {
  flex-direction: column;
  align-items: flex-start;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
}

.menu-wrap.burgermenu_e .li {
  padding: clamp(10px, 2vw, 16px) 0;
}

.menu-wrap.burgermenu_e .li a {
  justify-content: flex-start;
  gap: 14px;
  color: #fff;
}

.menu-wrap.burgermenu_e .li p {
  color: #fff;
}

.menu-wrap.burgermenu_e .li .icon {
  width: 24px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: transform .3s ease;
}

.menu-wrap.burgermenu_e .li .icon i {
  color: #fff;
  font-size: 10px;
}

.menu-wrap.burgermenu_e .li a:hover .icon {
  transform: translateX(3px);
}

.menu-wrap.burgermenu_e .cta-row {
  border-top: 1px solid rgba(255, 255, 255, .45);
  padding-top: clamp(28px, 5vw, 48px);
  margin-top: clamp(24px, 4vw, 40px);
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 36px);
  flex-wrap: wrap;
}

.menu-wrap.burgermenu_e .cta-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: clamp(12px, 2vw, 15px) clamp(28px, 5vw, 50px);
  background: #fff;
  color: #222;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
  transition: transform .3s ease, box-shadow .3s ease;
}

.menu-wrap.burgermenu_e .cta-btn p,
.menu-wrap.burgermenu_e .cta-btn i {
  color: #222;
}

.menu-wrap.burgermenu_e .cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
}

/* ---------- image button ---------- */
.house_more_area {
  background: #edf8f1;
  padding: clamp(22px, 4vw, 40px) clamp(16px, 5vw, 60px);
}

.house_more_area .house_more_inner {
  width: min(100%, 472px);
  margin: 0 auto;
}

.house_more_area .more_btn.house_more_btn,
.house_more_area .more_e3.house_more_btn {
  width: 100%;
  min-height: clamp(64px, 8vw, 70px);
  padding: clamp(14px, 3vw, 22px) clamp(18px, 4vw, 28px);
  background: #2faa20;
  color: #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 24px);
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
  transition: background-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.house_more_area .house_more_btn .more_icon {
  width: 24px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  transition: transform .3s ease;
}

.house_more_area .house_more_btn .more_icon img {
  width: 8px;
  height: auto;
  object-fit: contain;
}

.house_more_area .house_more_btn:hover {
  background: #27911c;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(47, 170, 32, .22);
}

.house_more_area .house_more_btn:hover .more_icon {
  transform: translateX(3px);
}

/* ---------- responsive ---------- */
@media screen and (max-width: 1080px) {
  .header .header_left {
    min-width: 170px;
  }

  .header .header_links {
    gap: clamp(12px, 1.8vw, 22px);
  }
}

@media screen and (max-width: 900px) {
  .header .header_links {
    display: none;
  }

  .header .header_menu_btn {
    display: flex;
  }

  .header .header_center {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .header {
    min-height: 68px;
  }

  .header .header_left {
    width: 58%;
    min-width: 0;
    max-width: 210px;
  }

  .header .header_left img {
    max-width: 190px;
  }

  .menu-wrap.burgermenu_e .mene_box {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .header .header_left {
    margin-left: 14px;
  }

  .header .header_left img {
    max-width: 170px;
  }

  .header .header_menu_btn {
    align-self: stretch;
  }

  .menu-wrap.burgermenu_e .nav_box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .house_more_area .more_btn.house_more_btn,
  .house_more_area .more_e3.house_more_btn {
    justify-content: space-between;
    text-align: left;
  }
}

.main-wrap {
  overflow: hidden;
}
.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: #404040;
}
.color2 {
  color: rgba(51, 51, 51, 0.70);
}
.color3 {
  color: ;
}
.bg1 {
  background:#C8E3BC;
}
.bg2 {
  background:#F5F0C4;
}
.bg3 {
  background: #80C95F;
}
.mincho {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.fontnoto {
  font-family: "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-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;
}
.outfit {
  font-family: "Outfit", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.entitle0 {
  font-family: "Outfit", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(56px, 6vw, 72px);
  letter-spacing: 0.2em;
}
.entitle1 {
  font-family: "Outfit", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(40px, 4vw, 57px);
  letter-spacing: 0.2rem;
}
.entitle2 {
  font-family: "Outfit", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(34px, 5vw, 46px);
  letter-spacing: 0.1rem;
}
.entitle3 {
  font-family: "Outfit", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: 0.1rem;
}
.entitle4 {
  font-family: "Outfit", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-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(22px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(20px, 1.8vw, 22px);
}
.default_txt1 {
  font-size: clamp(15px, 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: "Noto Sans JP", "Noto Sans", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #E9F4ED;
  color: #212222;
}
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: #000000;
}
.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 ---------- */
  .footer_area .footer_area__nav{display:none}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}