/* 
font-family: "Kiwi Maru", serif;
*/
body {
  font-size: 4vw;
  font-family: "Kiwi Maru", serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  color: #645231;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.fixed {
  width: 40%;
  position: fixed;
  z-index: 10;
  bottom: 0%;
  right: 0%;
  transform: translate(0%, -50%);
}

/*--------------------cmn--------------------*/
.cmn_tel img {
  width: 60%;
}
.cmn_tel p {
  display: inline-block;
  text-align: center;
  font-size: 6.9333333333vw;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #645231;
  position: relative;
  z-index: 1;
  padding-left: 1.3076923077em;
}
.cmn_tel p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 0.9230769231em;
  height: 0.9230769231em;
  transform: translate(0%, -50%);
  background: url(/img/common/telicon.png) no-repeat center center/contain;
}

.cmn_ttl {
  text-align: center;
  margin-bottom: 8vw;
}
.cmn_ttl span {
  display: inline-block;
  font-size: 7.4666666667vw;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #645231;
  position: relative;
  z-index: 1;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.cmn_ttl span::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1em;
  height: 1em;
  transform: translate(0%, -50%);
  background: url(/img/voice/ttldecol.png) no-repeat center center/contain;
}
.cmn_ttl span::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 1em;
  height: 1em;
  transform: translate(0%, -50%);
  background: url(/img/voice/ttldecor.png) no-repeat center center/contain;
}

/*--------------------cmn--------------------*/
/*--------------------header--------------------*/
.header {
  width: 100%;
  padding: 4vw;
  background: #fff9f0;
}
.header_logo {
  width: 30%;
}
.header_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.header_sub {
  display: none;
  position: absolute;
  z-index: -1;
  bottom: 0%;
  right: 0%;
  transform: translate(0%, 70%);
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.header_sub a {
  width: 60px;
  height: 60px;
}
.header_sub a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header_info {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: -30px;
}
.header_line {
  width: 100%;
  padding: 4vw 2.6666666667vw;
  text-align: center;
  background: #ffb026;
  border-radius: 999px;
}
.header_line p {
  font-size: 4.5333333333vw;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 2.0588235294em;
}
.header_line p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1.6470588235em;
  height: 1.6470588235em;
  transform: translate(0%, -50%);
  background: url(/img/common/line.png) no-repeat center center/contain;
}
.header_mail {
  width: 100%;
  padding: 4vw 2.6666666667vw;
  background: #61b15a;
  text-align: center;
  border-radius: 999px;
}
.header_mail p {
  font-size: 4.5333333333vw;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 1.7647058824em;
}
.header_mail p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1.2352941176em;
  height: 0.8823529412em;
  transform: translate(0%, -50%);
  background: url(/img/common/mail.png) no-repeat center center/contain;
}

.global_nav {
  display: none;
  width: 100%;
  padding: 26px;
  background: #ffd79e;
}
.global_nav_list {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 130px;
}
.global_nav_item {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 0.04;
  color: #645231;
  position: relative;
  z-index: 1;
}
.global_nav_item:not(:last-child)::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -70px;
  width: 0.5555555556em;
  height: 0.5555555556em;
  transform: translate(0%, -50%);
  background: #ffa200;
  border-radius: 50%;
}

/*--------------------header--------------------*/
/*--------------------footer--------------------*/
.footer {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 8vw;
  padding-top: 13.3333333333vw;
  background: #ffd79e;
}
.footer_logo {
  display: block;
  width: 40%;
  margin: 0 auto 8vw;
}
.footer_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  width: 100%;
  height: 8vw;
  transform: translate(-50%, -100%);
  background: url(/img/voice/fnami.png) no-repeat center center/100% 100%;
}
.footer_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 8vw;
}
.footer_tel {
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
.footer_btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4vw;
  margin-bottom: 8vw;
}
.footer_sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5.3333333333vw;
  margin-bottom: 8vw;
}
.footer_sns a {
  width: 16vw;
  height: 16vw;
}
.footer_sns a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_right_txt {
  text-align: center;
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #645231;
  margin-bottom: 4vw;
}
.footer_bnr01 {
  margin-bottom: 4vw;
}
.footer_bnr01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_bnr02 {
  margin-bottom: 4vw;
}
.footer_bnr02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4vw;
}
.footer_nav_item {
  width: 42.6666666667vw;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #645231;
}
.footer_nav_item a {
  color: #645231;
}

.copy_right {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #ffa200;
  text-align: center;
  display: block;
  padding: 4vw;
}
.copy_right a {
  color: #ffa200;
}

/*--------------------footer--------------------*/
/*--------------------mv--------------------*/
.mv {
  width: 100%;
  height: 133.3333333333vw;
  position: relative;
  z-index: -3;
  background: url(/img/top/mvbg.png) no-repeat center center/cover;
}
.mv_img {
  width: 100%;
  height: 80vw;
  position: absolute;
  z-index: -1;
  bottom: 0%;
  right: 50%;
  transform: translate(50%, 0%);
}
.mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv_catch {
  width: 90%;
  position: absolute;
  z-index: -1;
  top: -3%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.mv_catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------mv--------------------*/
/*--------------------sv--------------------*/
.sv_news .sv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0%;
     object-position: 0 0%;
}

.sv {
  width: 100%;
  height: 93.3333333333vw;
  background: url(/img/sv/svbg.png) no-repeat center center/cover;
  position: relative;
  z-index: -2;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.sv .biginner {
  position: relative;
  z-index: 1;
  height: 100%;
}
.sv_catch {
  width: 100%;
  display: block;
  font-size: 7.4666666667vw;
  line-height: 1;
  letter-spacing: 0.14em;
  font-weight: 500;
  color: #645231;
  position: absolute;
  z-index: -1;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
}
.sv_img {
  width: 90%;
  height: 53.3333333333vw;
  position: absolute;
  z-index: -1;
  top: 5.3333333333vw;
  right: 50%;
  transform: translate(50%, 0%);
  border-radius: 5.3333333333vw;
  overflow: hidden;
}
.sv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------sv--------------------*/
/*--------------------cmn--------------------*/
.voice {
  background: #fff5e5;
}
.voice_dl {
  width: 100%;
}
.voice_dl_img {
  width: 32vw;
  height: 32vw;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.voice_dl_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice_dl_box {
  width: 100%;
  background: #fff;
  padding: 8vw 4vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5.3333333333vw;
}
.voice_dl_box:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.voice_dl_item {
  width: 100%;
}
.voice_dl_item dt {
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #645231;
  padding-bottom: 0.8em;
  margin-bottom: 4vw;
  border-bottom: 0.5333333333vw dashed #ffa200;
}
.voice_dl_item dd {
  font-size: 4vw;
  line-height: 1.6666666667em;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #645231;
}

/*--------------------cmn--------------------*/
/*--------------------use--------------------*/
.use_link {
  width: 100%;
  background: #fff5e5;
  padding: 20vw 4vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4vw;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.use_link::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 100%;
  height: 8vw;
  background: url(/img/use/namit.png) no-repeat center center/100% 100%;
  transform: translate(-50%, 100%);
}
.use_link_btn {
  width: 100%;
  padding: 5.3333333333vw;
  background: #61b15a;
  border-radius: 2.6666666667vw;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
.use_link_btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 5.3333333333vw;
  width: 3.7333333333vw;
  height: 2.4vw;
  transform: translate(0%, -50%);
  background: url(/img/use/arrow01.png) no-repeat center center/contain;
}

.work {
  width: 100%;
  background: url(/img/use/leafrt.png) no-repeat right top/30%, url(/img/use/leaflb.png) no-repeat left bottom/30%;
}
.work_img {
  width: 37.3333333333vw;
  height: 37.3333333333vw;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.work_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work_flex {
  width: 100%;
  background: #fff5e5;
  padding: 8vw 4vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8vw;
}
.work_flex:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.work_box {
  width: 100%;
}
.work_box_ttl {
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #645231;
  padding-bottom: 0.8em;
  margin-bottom: 4vw;
  border-bottom: 0.5333333333vw dashed #ffa200;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.6666666667vw;
}
.work_box_ttl span {
  width: 100%;
  font-size: 6.6666666667vw;
  color: #ffa200;
}
.work_box_txt {
  font-size: 4vw;
  line-height: 1.6666666667em;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #645231;
}

.menu {
  width: 100%;
  background: url(/img/use/bgmenu.png) no-repeat center center/cover;
}
.menu_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8vw;
  background: #fff;
  padding: 18px;
}
.menu_flex:not(:last-child) {
  margin-bottom: 2.6666666667vw;
}
.menu_flex_ttl {
  width: 100%;
  font-size: 4.8vw;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-left: 1.9444444444em;
  position: relative;
  z-index: 1;
}
.menu_flex_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1.5em;
  height: 0.9444444444em;
  transform: translate(0%, -50%);
  background: url(/img/intro/hutaba.png) no-repeat center center/contain;
}
.menu_flex_txt {
  text-align: right;
  width: 100%;
  font-size: 4vw;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.qa {
  width: 100%;
}
.qa_dl_item {
  width: 100%;
  font-size: 4vw;
  line-height: 1.6470588235em;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #645231;
}
.qa_dl_item:not(:last-child) {
  margin-bottom: 8vw;
}
.qa_dl_item dt {
  width: 100%;
  background: #ffd79e;
  margin-bottom: 4vw;
  padding: 4vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.6666666667vw;
  border-radius: 2.6666666667vw;
}
.qa_dl_item dt span {
  flex-shrink: 0;
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #ffa200;
  background: #fff;
  border-radius: 2.6666666667vw;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.qa_dl_item dd {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2.6666666667vw;
  padding-left: 4vw;
}
.qa_dl_item dd span {
  flex-shrink: 0;
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #fff;
  background: #ffb026;
  border-radius: 2.6666666667vw;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/*--------------------use--------------------*/
/*--------------------about--------------------*/
.business {
  width: 100%;
  background: url(/img/use/leaflb.png) no-repeat left bottom/30%, url(/img/use/leaflb.png) no-repeat right top/30%;
}
.business_wrap {
  margin-bottom: 20vw;
}
.business_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8vw;
}
.business_flex:nth-child(1) {
  flex-direction: row-reverse;
}
.business_flex:nth-child(1) .business_img {
  width: 100%;
  width: 93.3333333333vw;
}
.business_flex:nth-child(1) .business_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business_flex:nth-child(1) .business_box {
  width: 100%;
}
.business_flex:nth-child(2) .business_img {
  width: 100%;
  width: 93.3333333333vw;
}
.business_flex:nth-child(2) .business_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business_flex:nth-child(2) .business_box {
  width: 100%;
}
.business_flex:not(:last-child) {
  margin-bottom: 13.3333333333vw;
}
.business_box_ttl {
  font-size: 6.4vw;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
  background: #ffd79e;
  border-radius: 2.6666666667vw;
  padding: 2.6666666667vw;
  margin-bottom: 4vw;
}
.business_list {
  margin-top: 2.6666666667vw;
  margin-bottom: 4vw;
}
.business_list li {
  font-size: 4vw;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #645231;
  background: #fff5e5;
  padding: 4vw 4vw 4vw 14.6666666667vw;
  position: relative;
  z-index: 1;
}
.business_list li:not(:last-child) {
  margin-bottom: 2.6666666667vw;
}
.business_list li::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 20px;
  width: 1.5882352941em;
  height: 1em;
  transform: translate(0%, -50%);
  background: url(/img/intro/hutaba.png) no-repeat center center/contain;
}
.business_sub {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.business_sub_ttl {
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  font-size: 6.9333333333vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #645231;
  background: #ffd79e;
  border-radius: 2.6666666667vw;
  padding: 3.2vw;
  text-align: center;
}
.business_sub_list {
  position: relative;
  z-index: -2;
  width: 100%;
  background: #fff5e5;
  padding: 16vw 4vw 6.6666666667vw 4vw;
}
.business_sub_list li {
  font-size: 4vw;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: inline-block;
  padding-left: 1.9444444444em;
  position: relative;
  z-index: 1;
}
.business_sub_list li:not(:last-child) {
  margin-bottom: 6.6666666667vw;
}
.business_sub_list li::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1.5em;
  height: 0.9444444444em;
  transform: translate(0%, -50%);
  background: url(/img/intro/hutaba.png) no-repeat center center/contain;
}

.cmn_txt {
  font-size: 4vw;
  line-height: 2em;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.koda {
  width: 100%;
  background: url(/img/about/bgkoda.png) no-repeat center center/cover;
}
.koda_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5.3333333333vw;
}
.koda_flex:nth-child(odd) {
  flex-direction: row-reverse;
}
.koda_flex:not(:last-child) {
  margin-bottom: 12vw;
}
.koda_img {
  width: 100%;
  height: 66.6666666667vw;
  border-radius: 5.3333333333vw;
  overflow: hidden;
}
.koda_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.koda_box {
  width: 100%;
}
.koda_box_ttl {
  font-size: 6.4vw;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-bottom: 0.6666666667em;
  border-bottom: 0.5333333333vw dashed #ffb026;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}

/*--------------------about--------------------*/
/*--------------------owner--------------------*/
.owner {
  width: 100%;
  background: url(/img/intro/bggre.png) no-repeat center center/cover;
}
.owner_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8vw;
  flex-direction: row-reverse;
  margin-bottom: 13.3333333333vw;
  position: relative;
  z-index: 1;
}
.owner_flex::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 26.6666666667vw;
  height: 32vw;
  background: url(/img/intro/hanaaa.png) no-repeat center center/contain;
  transform: translate(0%, -20%);
}
.owner_img {
  width: 100%;
  width: 93.3333333333vw;
}
.owner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.owner_box {
  width: 100%;
}
.owner_box_ttl {
  font-size: 6.4vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-bottom: 0.6666666667em;
  border-bottom: 0.5333333333vw dashed #ffb026;
  margin-bottom: 5.3333333333vw;
}
.owner_box_ttl span {
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  background: #ffb026;
  border-radius: 2.6666666667vw;
  padding: 0.2666666667vw 4vw;
  margin-right: 4vw;
}
.owner_video {
  width: 100%;
  height: 64vw;
  border-radius: 5.3333333333vw;
  margin: 0 auto;
  overflow: hidden;
}
.owner_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.since {
  width: 100%;
  padding-bottom: 120vw;
  background: url(/img/intro/bgowner.png) no-repeat center bottom/100%, url(/img/use/leaflb.png) no-repeat left bottom/30%, url(/img/use/leafrt.png) no-repeat right top/30%;
}
.since_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 13.3333333333vw;
}
.since_box {
  width: 100%;
  padding: 13.3333333333vw 4vw 8vw;
  background: #fff5e5;
  border-radius: 2.6666666667vw;
  position: relative;
  z-index: 1;
}
.since_box_num {
  font-size: 9.3333333333vw;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #ffa200;
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.since_box_ttl {
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 4vw;
  text-align: center;
}
.since_box_txt {
  font-size: 4vw;
  line-height: 1.75em;
}

.reki {
  width: 100%;
  background: url(/img/intro/bgreki.png) no-repeat center center/cover;
}
.reki_list {
  width: 100%;
  margin-bottom: 18.6666666667vw;
}
.reki_list li {
  width: 100%;
  background: #fff;
  font-size: 4vw;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 2.5294117647em;
  padding: 4vw 4vw 4vw 14.6666666667vw;
}
.reki_list li:not(:last-child) {
  margin-bottom: 2.6666666667vw;
}
.reki_list li::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 4vw;
  width: 1.5882352941em;
  height: 1em;
  transform: translate(0%, -50%);
  background: url(/img/intro/hutaba.png) no-repeat center center/contain;
}
.reki_sub {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.reki_sub_list {
  width: 100%;
  background: #fff;
  padding: 16vw 4vw 8vw 4vw;
  position: relative;
  z-index: -2;
}
.reki_sub_list li {
  font-size: 4vw;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: inline-block;
  padding-left: 2.5294117647em;
  position: relative;
  z-index: 1;
}
.reki_sub_list li:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.reki_sub_list li::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1.5882352941em;
  height: 1em;
  transform: translate(0%, -50%);
  background: url(/img/intro/hutaba.png) no-repeat center center/contain;
}
.reki_sub_list li span {
  color: #ffa200;
}
.reki_sub_ttl {
  width: 90%;
  padding: 4vw 10.6666666667vw;
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 5.8666666667vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  background: url(/img/intro/bgribbon.png) no-repeat center center/contain;
}

/*--------------------owner--------------------*/
/*--------------------top--------------------*/
.sou {
  width: 100%;
  background: url(/img/use/leafrt.png) no-repeat right top/30%, url(/img/use/leaflb.png) no-repeat left bottom/30%;
}
.sou_ttl {
  margin-bottom: 8vw;
}
.sou_txt {
  position: relative;
  z-index: -1;
}
.sou_txt::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 93.3333333333vw;
  background: url(/img/top/heart.png) no-repeat center center/contain;
  transform: translate(-50%, -50%);
}
.sou_txt p:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}

.topintro {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  background: url(/img/top/introbg.png) no-repeat center center/cover;
}
.topintro::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  width: 100%;
  height: 8vw;
  transform: translate(-50%, -100%);
  background: url(/img/top/namib.png) no-repeat center center/100% 100%;
}
.topintro::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 100%;
  height: 8vw;
  transform: translate(-50%, 100%);
  background: url(/img/use/namit.png) no-repeat center center/100% 100%;
}
.topintro_ttl {
  margin-bottom: 13.3333333333vw;
}
.topintro_subttl {
  margin-bottom: 8vw;
  font-size: 5.3333333333vw;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 1.6666666667em;
  padding-right: 1.6666666667em;
}
.topintro_subttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 1.3333333333em;
  height: 1.3333333333em;
  transform: translate(0%, -50%);
  background: url(/img/top/decor.png) no-repeat center center/contain;
}
.topintro_subttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1.3333333333em;
  height: 1.3333333333em;
  transform: translate(0%, -50%);
  background: url(/img/top/decol.png) no-repeat center center/contain;
}
.topintro_subttl span {
  color: #ffa200;
}
.topintro_video {
  width: 100%;
  height: 58.6666666667vw;
  border-radius: 5.3333333333vw;
  overflow: hidden;
  margin: 0 auto 8vw;
}
.topintro_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topintro_txt {
  text-align: left;
  margin-bottom: 8vw;
}
.topintro_txt p:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.topintro_btn {
  margin: 0 auto;
}

.cmn_btn {
  width: 100%;
  padding: 5.3333333333vw;
  background: #61b15a;
  border-radius: 2.6666666667vw;
  text-align: center;
}
.cmn_btn p {
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
}
.cmn_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 0.5em;
  height: 0.7777777778em;
  transform: translate(0%, -50%);
  background: url(/img/common/arwbtn.png) no-repeat center center/contain;
}

.topabout {
  width: 100%;
  background: url(/img/top/leaflt.png) no-repeat left top/30%;
}
.topabout_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 8vw;
}
.topabout_ttl {
  margin-bottom: 8vw;
}
.topabout_img {
  width: 100%;
  height: 82.4vw;
}
.topabout_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topabout_box {
  width: 100%;
}
.topabout_txt p:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}

.info {
  width: 100%;
  background: url(/img/top/line.png) repeat-x top center/auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5.3333333333vw;
  justify-content: center;
  padding: 20vw 4vw;
}

.topvoice {
  width: 100%;
  background: url(/img/intro/bgreki.png) no-repeat center center/cover;
}
.topvoice_dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8vw;
  margin-bottom: 13.3333333333vw;
}
.topvoice_dl_box {
  width: 100%;
  padding: 20vw 5.3333333333vw 5.3333333333vw;
  position: relative;
  z-index: 1;
  background: #fff;
}
.topvoice_dl_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: calc(100% - 2.6666666667vw);
  height: calc(100% - 2.6666666667vw);
  transform: translate(-50%, -50%);
  border: 0.2666666667vw solid #ffda99;
}
.topvoice_dl_box dt {
  position: absolute;
  z-index: -1;
  top: 4.8vw;
  left: 0px;
  transform: translate(0%, 0%);
  padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 2.6666666667vw;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background: url(/img/top/ribontop.png) no-repeat center right/cover;
}
.topvoice_dl_box dd {
  font-size: 4.5333333333vw;
  line-height: 1.4117647059em;
  letter-spacing: 0.04em;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.topvoice_btn {
  margin: 0 auto;
}

.top_news {
  width: 100%;
  background: url(/img/top/leaf02lt.png) no-repeat left top/25%, url(/img/top/leaf02rb.png) no-repeat right bottom/25%;
}
.top_news_btn {
  margin: 0 auto;
}
.top_news_post {
  margin-bottom: 12vw;
}

/*--------------------top--------------------*/
.sub_ttl {
  font-size: 6.4vw;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
}/*# sourceMappingURL=style_sp.css.map */