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

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

/*--------------------cmn--------------------*/
.cmn_tel p {
  font-size: 26px;
  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: 60px;
}
.cmn_ttl span {
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #645231;
  position: relative;
  z-index: 1;
  padding-left: 2.125em;
  padding-right: 2.125em;
}
.cmn_ttl span::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1.625em;
  height: 1.625em;
  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: 1.625em;
  height: 1.625em;
  transform: translate(0%, -50%);
  background: url(/img/voice/ttldecor.png) no-repeat center center/contain;
}

/*--------------------cmn--------------------*/
/*--------------------header--------------------*/
.header {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 15px 100px 15px 65px;
}
.header_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.header_sub {
  position: absolute;
  z-index: -1;
  bottom: 0%;
  right: 0%;
  transform: translate(0%, 70%);
  display: flex;
  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: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: -30px;
}
.header_line {
  width: 250px;
  padding: 18px 10px;
  text-align: center;
  background: #ffb026;
  border-radius: 999px;
}
.header_line p {
  font-size: 17px;
  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: 250px;
  padding: 18px 10px;
  background: #61b15a;
  text-align: center;
  border-radius: 999px;
}
.header_mail p {
  font-size: 17px;
  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;
}
.header_logo {
  width: 170px;
}
.header_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.global_nav {
  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: 30px;
  padding-top: 50px;
  background: #ffd79e;
}
.footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  width: 100%;
  height: 47px;
  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: space-between;
  margin-bottom: 60px;
}
.footer_logo {
  width: 170px;
  margin-bottom: 30px;
}
.footer_tel {
  margin-bottom: 25px;
}
.footer_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.footer_sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.footer_sns a {
  width: 60px;
  height: 60px;
}
.footer_sns a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer_right_txt {
  text-align: center;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #645231;
  margin-bottom: 30px;
}
.footer_bnr01 {
  margin-bottom: 15px;
}
.footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.footer_nav_item {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #645231;
}

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

/*--------------------footer--------------------*/
/*--------------------mv--------------------*/
.mv {
  width: 100%;
  height: clamp(566.66px, 44.2708333333vw, 850px);
  position: relative;
  z-index: -3;
  background: url(/img/top/mvbg.png) no-repeat center center/cover;
}
.mv_img {
  width: 63.4375%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0%;
  right: 3.125%;
  transform: translate(0%, 0%);
}
.mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mv_catch {
  width: 28.125%;
  position: absolute;
  z-index: -1;
  top: 28.2352941176%;
  left: 7.2916666667%;
  transform: translate(0%, 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: 500px;
  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_catch {
  font-size: 52px;
  line-height: 1.3;
  letter-spacing: 0.14em;
  font-weight: 500;
  color: #645231;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 10.6666666667%;
  transform: translate(0%, -50%);
}
.sv_img {
  width: 43.75%;
  height: 340px;
  position: absolute;
  z-index: -1;
  top: 130px;
  right: 10.6666666667%;
  transform: translate(0%, 0%);
  border-radius: 20px;
  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: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
}
.voice_dl_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.voice_dl_box {
  width: 100%;
  background: #fff;
  padding: 40px 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
.voice_dl_box:not(:last-child) {
  margin-bottom: 20px;
}
.voice_dl_item {
  width: calc(100% - 190px);
}
.voice_dl_item dt {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #645231;
  padding-bottom: 0.8em;
  margin-bottom: 20px;
  border-bottom: 2px dashed #ffa200;
}
.voice_dl_item dd {
  font-size: 18px;
  line-height: 1.6666666667em;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #645231;
}

/*--------------------cmn--------------------*/
/*--------------------use--------------------*/
.use_link {
  width: 100%;
  background: #fff5e5;
  padding: 130px 0 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.use_link::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 100%;
  height: 47px;
  background: url(/img/use/namit.png) no-repeat center center/100% 100%;
  transform: translate(-50%, 100%);
}
.use_link_btn {
  width: 340px;
  padding: 21px;
  background: #61b15a;
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 18px;
  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: 20px;
  width: 14px;
  height: 9px;
  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: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
}
.work_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.work_flex {
  width: 100%;
  background: #fff5e5;
  padding: 40px 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
.work_flex:not(:last-child) {
  margin-bottom: 20px;
}
.work_box {
  width: calc(100% - 190px);
}
.work_box_ttl {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #645231;
  padding-bottom: 0.8em;
  margin-bottom: 20px;
  border-bottom: 2px dashed #ffa200;
}
.work_box_ttl span {
  font-size: 35px;
  color: #ffa200;
  margin-right: 10px;
}
.work_box_txt {
  font-size: 18px;
  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: 30px;
  background: #fff;
  padding: 18px;
}
.menu_flex:not(:last-child) {
  margin-bottom: 10px;
}
.menu_flex_ttl {
  width: 400px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-left: 2.7777777778em;
  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: calc(100% - 430px);
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.qa {
  width: 100%;
}
.qa_dl_item {
  width: 100%;
  font-size: 17px;
  line-height: 1.6470588235em;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #645231;
}
.qa_dl_item:not(:last-child) {
  margin-bottom: 35px;
}
.qa_dl_item dt {
  width: 100%;
  background: #ffd79e;
  margin-bottom: 20px;
  padding: 15px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}
.qa_dl_item dt span {
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #ffa200;
  background: #fff;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  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: 10px;
  padding-left: 30px;
}
.qa_dl_item dd span {
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #fff;
  background: #ffb026;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  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: 60px;
}
.business_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px;
}
.business_flex:nth-child(1) {
  flex-direction: row-reverse;
}
.business_flex:nth-child(1) .business_img {
  width: 370px;
  width: 346px;
}
.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: calc(100% - 430px);
}
.business_flex:nth-child(2) .business_img {
  width: 396px;
  width: 396px;
}
.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: calc(100% - 456px);
}
.business_flex:not(:last-child) {
  margin-bottom: 60px;
}
.business_box_ttl {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
  background: #ffd79e;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
.business_list {
  margin-top: 10px;
  margin-bottom: 15px;
}
.business_list li {
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #645231;
  background: #fff5e5;
  padding: 16px 20px 16px 54px;
  position: relative;
  z-index: 1;
}
.business_list li:not(:last-child) {
  margin-bottom: 10px;
}
.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: 770px;
  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: 400px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #645231;
  background: #ffd79e;
  border-radius: 10px;
  padding: 15px;
}
.business_sub_list {
  position: relative;
  z-index: -2;
  width: 100%;
  background: #fff5e5;
  padding: 70px 15px 70px 75px;
}
.business_sub_list li {
  font-size: 18px;
  line-height: 1;
  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: 35px;
}
.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: 18px;
  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: 40px;
}
.koda_flex:nth-child(odd) {
  flex-direction: row-reverse;
}
.koda_flex:not(:last-child) {
  margin-bottom: 60px;
}
.koda_img {
  width: 450px;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
}
.koda_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.koda_box {
  width: calc(100% - 490px);
  margin-top: 20px;
}
.koda_box_ttl {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-bottom: 0.6666666667em;
  border-bottom: 2px dashed #ffb026;
  text-align: center;
  margin-bottom: 30px;
}

/*--------------------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: 50px;
  flex-direction: row-reverse;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.owner_flex::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 144px;
  height: 178px;
  background: url(/img/intro/hanaaa.png) no-repeat center center/contain;
  transform: translate(60%, -20%);
}
.owner_img {
  width: 370px;
  width: 346px;
}
.owner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.owner_box {
  width: calc(100% - 420px);
}
.owner_box_ttl {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-bottom: 0.6666666667em;
  border-bottom: 2px dashed #ffb026;
  margin-bottom: 30px;
}
.owner_box_ttl span {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  background: #ffb026;
  border-radius: 10px;
  padding: 1px 15px;
  margin-right: 15px;
}
.owner_video {
  width: 820px;
  height: 400px;
  border-radius: 20px;
  margin: 0 auto;
  overflow: hidden;
}
.owner_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.since {
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .since {
    background: url(/img/intro/bgowner.png) no-repeat right bottom/auto,
      url(/img/use/leaflb.png) no-repeat left bottom/30%,
      url(/img/use/leafrt.png) no-repeat right top/30%;
  }
}
@media screen and (max-width: 1920px) {
  .since {
    background: url(/img/intro/bgowner.png) no-repeat right -300px bottom/auto,
      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: 0 40px;
}
.since_box {
  width: 410px;
  height: 290px;
  padding: 50px 30px;
  background: #fff5e5;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.since_box:nth-child(2) {
  margin-top: 90px;
}
.since_box:nth-child(3) {
  margin-top: -50px;
}
.since_box:nth-child(5) {
  margin-top: -50px;
}
.since_box:nth-child(4) {
  margin-top: 40px;
}
.since_box:nth-child(6) {
  margin-top: 40px;
}
.since_box_num {
  font-size: 42px;
  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: 22px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.since_box_txt {
  font-size: 16px;
  line-height: 1.75em;
}

.reki {
  width: 100%;
  background: url(/img/intro/bgreki.png) no-repeat center center/cover;
}
.reki_list {
  width: 100%;
  margin-bottom: 70px;
}
.reki_list li {
  width: 100%;
  background: #fff;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 2.5294117647em;
  padding: 17px 80px;
}
.reki_list li:not(:last-child) {
  margin-bottom: 10px;
}
.reki_list li::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 40px;
  width: 1.5882352941em;
  height: 1em;
  transform: translate(0%, -50%);
  background: url(/img/intro/hutaba.png) no-repeat center center/contain;
}
.reki_sub {
  width: 620px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.reki_sub_list {
  width: 620px;
  height: 210px;
  background: #fff;
  padding: 80px 15px 60px 60px;
  position: relative;
  z-index: -2;
}
.reki_sub_list li {
  font-size: 17px;
  line-height: 1;
  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: 30px;
}
.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: 440px;
  padding: 17px 40px;
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 30px;
  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: 60px;
}
.sou_txt {
  text-align: center;
  position: relative;
  z-index: -1;
}
.sou_txt::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 516px;
  height: 428px;
  background: url(/img/top/heart.png) no-repeat center center/contain;
  transform: translate(-50%, -50%);
}
.sou_txt p:not(:last-child) {
  margin-bottom: 30px;
}

.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: 47px;
  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: 47px;
  transform: translate(-50%, 100%);
  background: url(/img/use/namit.png) no-repeat center center/100% 100%;
}
.topintro_ttl {
  margin-bottom: 100px;
}
.topintro_subttl {
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 3.6666666667em;
  padding-right: 3.6666666667em;
}
.topintro_subttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 2.7em;
  height: 2.7em;
  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: 2.7em;
  height: 2.7em;
  transform: translate(0%, -50%);
  background: url(/img/top/decol.png) no-repeat center center/contain;
}
.topintro_subttl span {
  color: #ffa200;
}
.topintro_video {
  width: 820px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto 40px;
}
.topintro_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.topintro_txt {
  margin-bottom: 40px;
}
.topintro_txt p:not(:last-child) {
  margin-bottom: 30px;
}
.topintro_btn {
  margin: 0 auto;
}

.cmn_btn {
  width: 290px;
  padding: 21px 20px;
  background: #61b15a;
  border-radius: 10px;
  text-align: center;
}
.cmn_btn p {
  font-size: 18px;
  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: 55px;
}
.topabout_ttl {
  margin-bottom: 30px;
  margin-top: -40px;
}
.topabout_img {
  width: 524px;
  height: 478px;
}
.topabout_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.topabout_box {
  width: calc(100% - 579px);
}
.topabout_txt {
  margin-bottom: 20px;
}
.topabout_txt p:not(:last-child) {
  margin-bottom: 20px;
}

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

.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: 30px;
  margin-bottom: 60px;
}
.topvoice_dl_box {
  width: 340px;
  padding: 75px 20px 20px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.topvoice_dl_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  transform: translate(-50%, -50%);
  border: 1px solid #ffda99;
}
.topvoice_dl_box dt {
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 0px;
  transform: translate(0%, 0%);
  padding: 10px 20px 10px 10px;
  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: 17px;
  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: 60px;
}

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