/* 
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Zen Maru Gothic", serif;
*/
.ent_page {
  background: #faf4ea;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #483b35;
  min-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.ent_page header {
  height: 0;
  margin: 0;
  padding: 0;
}
.ent_page header::before {
  display: none;
}

/*--------------------cmn--------------------*/
.cmn_btn {
  width: 340px;
  background: #fff;
  border-radius: 999px;
  padding: 22px 20px;
}
.cmn_btn p {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}
.cmn_btn p::before {
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 1.625em;
  height: 1.625em;
  background: url(/img/top/arw01.png) no-repeat center center/contain;
}

.cmn_tel {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
.cmn_tel p {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  padding-left: 0.875em;
  display: inline-block;
}
.cmn_tel p::before {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 0.6875em;
  height: 0.6875em;
  background: url(/img/top/telicon.png) no-repeat center center/contain;
}
.cmn_tel span {
  display: block;
}
.cmn_tel span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmn_txt {
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.cmn_ttl {
  margin-bottom: 80px;
  text-align: center;
  font-size: 42px;
  line-height: 1.4285714286em;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  z-index: 1;
}
.cmn_ttl::before {
  content: "";
  display: block;
  width: 1.5238095238em;
  height: 0.0714285714em;
  background: url(/img/common/borderttl.png) repeat-x center center/auto;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, 0%);
}
.cmn_ttl span {
  color: #d58194;
}

/*--------------------cmn--------------------*/
/*--------------------ent--------------------*/
.ent {
  width: 100%;
  background: #faf4ea;
  padding-bottom: 35px;
  background: url(/img/ent/bgen.png) no-repeat center/cover, #faf4ea;
}
.ent_logo {
  text-align: center;
  margin-bottom: 40px;
}
.ent_txt {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 40px;
}
.ent_flex {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1380px) {
  .ent_flex {
    gap: 20px;
    justify-content: center;
  }
}
.ent_item {
  width: 620px;
  height: 500px;
  background: url(/img/ent/imgen01.png) no-repeat top center/contain;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
.ent_ttl {
  position: relative;
  z-index: 1;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 1%);
  width: 620px;
  height: 130px;
  background: url(/img/ent/bgen01.png) no-repeat center center/contain;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ent_ttl span {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  padding-right: 1.3333333333em;
  position: relative;
  z-index: 1;
}
.ent_ttl span::before {
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 50%;
  transform: translate(0%, -40%);
  content: "";
  display: block;
  width: 0.8571428571em;
  height: 0.8571428571em;
  background: url(/img/ent/arw01.png) no-repeat center center/contain;
}
.ent_right {
  width: 620px;
}
.ent_off {
  width: 100%;
  height: 320px;
  background: url(/img/ent/imgen02.png) no-repeat top center/contain;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.ent_off_ttl span {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  padding-right: 1.8666666667em;
  position: relative;
  z-index: 1;
}
.ent_off_ttl span::before {
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 50%;
  transform: translate(0%, -40%);
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(/img/ent/arw01.png) no-repeat center center/contain;
}
.ent_off_box {
  padding-top: 35px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  gap: 13px;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 1%);
  width: 100%;
  height: 110px;
  background: url(/img/ent/bgen02.png) no-repeat center center/contain;
}
.ent_off_txt {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.ent_manga {
  width: 100%;
  padding: 32.465px;
  background: #f5ebdf;
  border: 4px solid #ece2d7;
  border-radius: 20px;
}
.ent_manga_ttl {
  margin-bottom: 13px;
  text-align: center;
}
.ent_manga_ttl span {
  display: inline-block;
  padding-right: 1.8666666667em;
  position: relative;
  z-index: 1;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
}
.ent_manga_ttl span::before {
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(/img/ent/arw02.png) no-repeat center center/contain;
}
.ent_manga_txt {
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.copy_right_en {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: rgba(72, 59, 53, 0.6);
  text-align: center;
  display: block;
}
.copy_right_en a {
  color: rgba(72, 59, 53, 0.6);
}

/*--------------------ent--------------------*/
/*--------------------header--------------------*/
.header {
  width: 100%;
  height: 183px;
  position: relative;
  z-index: 3;
  margin-bottom: -23px;
  padding: 30px;
}
.header::after {
  position: absolute;
  z-index: 2;
  left: 39%;
  bottom: 0%;
  transform: translate(0%, -52%);
  content: "";
  display: block;
  width: 56px;
  height: 43px;
  background: url(/img/top/mvdecom.png) no-repeat center center/contain;
}
.header::before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background: #f5ebdf;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
}
.header_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.header_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  width: 717px;
  padding: 0px 0 0px 40px;
  border-radius: 999px;
}
.header_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 30px;
}
.header_nav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 35px;
}
.header_nav_item {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  z-index: 1;
}
.header_nav_item:not(:last-child)::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #f7cfd8;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  right: -12px;
  top: 50%;
  transform: translate(100%, -50%);
}
.header_logo {
  position: absolute;
  left: 0%;
  top: 0%;
  transform: translate(0%, 0%);
  width: 230px;
  height: 183px;
}
.header_logo a {
  width: 100%;
  height: 100%;
}
.header_logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header_mail {
  width: 170px;
  padding: 23px 10px;
  background: #d58194;
  text-align: center;
  border-radius: 999px;
}
.header_mail p {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 1.875em;
}
.header_mail p::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 1.3125em;
  height: 1.125em;
  background: url(/img/top/mailicon.png) no-repeat center center/contain;
}

/*--------------------header--------------------*/
/*--------------------footer--------------------*/
.footer {
  width: 100%;
  background: #f5ebdf;
  padding: 60px;
}
.footer_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.footer_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.footer_address {
  margin-bottom: 30px;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 35px;
}
.footer_nav_item {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  z-index: 1;
  padding-left: 0.9375em;
}
.footer_nav_item:not(:last-child) {
  margin-bottom: 20px;
}
.footer_nav_item::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #f7cfd8;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}
.footer_copy {
  height: 40px;
  background: #483b35;
  padding-top: 6px;
}
.footer_copy .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.copy_right {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.copy_right a {
  color: rgba(255, 255, 255, 0.6);
}

/*--------------------footer--------------------*/
/*--------------------mv--------------------*/
.mv {
  width: 100%;
  height: 470px;
  background: #f5ebdf;
  text-align: center;
  position: relative;
  z-index: 1;
  background: url(/img/top/mvdecor.png) no-repeat right 6.5104166667% top/14.0104166667%, url(/img/top/mvdecol.png) no-repeat left 4.6875% top/19.0104166667%, #f5ebdf;
}
.mv::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
  content: "";
  display: block;
  width: 100%;
  height: 230px;
  background: url(/img/top/mvmaru.png) no-repeat center center/100% 100%;
}
.mv_wrap {
  width: 100%;
  height: 470px;
  position: relative;
  z-index: 1;
}
.mv_img02 {
  width: 457px;
  height: 457px;
  position: absolute;
  z-index: -2;
  left: 0%;
  bottom: 0%;
  transform: translate(0%, 0%);
}
.mv_img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv_img01 {
  width: 400px;
  height: 400px;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
}
.mv_img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv_img03 {
  position: absolute;
  z-index: -3;
  right: 0%;
  bottom: 0%;
  transform: translate(0%, 0%);
  width: 457px;
  height: 457px;
}
.mv_img03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------mv--------------------*/
/*--------------------sv--------------------*/
.sv {
  width: 100%;
  height: 320px;
  background: #f5ebdf;
  position: relative;
  z-index: 1;
  background: url(/img/sv/svdeco02.png) no-repeat right 8.8541666667% bottom/11.1979166667%, url(/img/sv/svdeco01.png) no-repeat left 6.25% bottom 5%/12.3958333333%, #f5ebdf;
}
@media screen and (max-width: 1380px) {
  .sv {
    background: url(/img/sv/svdeco02.png) no-repeat right 0% bottom/11.1979166667%, url(/img/sv/svdeco01.png) no-repeat left 6.25% bottom 5%/12.3958333333%, #f5ebdf;
  }
}
.sv::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url(/img/sv/svwave.png) no-repeat center center/100% 100%;
}
.sv .inner {
  position: relative;
  z-index: 1;
}
.sv_catch {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 0%;
  transform: translate(0%, 100%);
}
.sv_catch span {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  display: inline-block;
  background-image: linear-gradient(to right, #483b35 3px, transparent 3px);
  background-size: 13px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 0.4047619048em;
  position: relative;
  z-index: 1;
}
.sv_catch span::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 0%;
  transform: translate(-70%, -120%);
  content: "";
  display: block;
  width: 1.3333333333em;
  height: 1.0238095238em;
  background: url(/img/sv/svttldeco.png) no-repeat center center/contain;
}
.sv_img {
  width: 400px;
  height: 280px;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 0%;
  transform: translate(0%, 0%);
}
.sv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------sv--------------------*/
/*--------------------about--------------------*/
.watch {
  background: #faf4ea;
  width: 100%;
  padding-bottom: 60px;
}
.watch_ttl {
  margin-bottom: 165px;
}
.watch_box {
  width: 100%;
  height: 600px;
  background: #f5ebdf;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.watch_img {
  width: 1020px;
  height: 553px;
  position: absolute;
  z-index: -1;
  left: 15px;
  top: -85px;
  transform: translate(0%, 0%);
}
.watch_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.watch_txt {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 60px;
  transform: translate(-50%, 0%);
  text-align: center;
}

.need {
  width: 100%;
  padding-top: 0;
  background: #faf4ea;
}
.need_ttl {
  padding: 14px;
  width: 100%;
  background: #d58194;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 70px;
}
.need_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 60px 30px;
}
.need_item {
  width: 525px;
  padding: 50px 30px 30px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.need_item_num {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}
.need_item_ttl {
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  padding-bottom: 0.4545454545em;
  border-bottom: 1px solid #d58194;
  margin-bottom: 14px;
}

.business {
  width: 100%;
  background: #f5ebdf;
}
.business_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
.business_img {
  width: 340px;
  height: 240px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 25px;
}
.business_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business_txt {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
}

.staff {
  width: 100%;
  background: #faf4ea;
}
.staff_txt {
  text-align: center;
  margin-bottom: 34px;
}
.staff_time {
  width: 100%;
  height: 1160px;
  padding: 40px 60px;
  border-radius: 20px;
  background: #f5ebdf;
  text-align: center;
  position: relative;
  z-index: 1;
}
.staff_time_time {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
}
.staff_time_time span {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  background: #d58194;
  border-radius: 999px;
  width: 96px;
  display: block;
  padding: 2px;
  text-align: center;
  margin: 0 auto 10px;
}
.staff_time_time_sub {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 40px;
  transform: translate(-50%, 0%);
}
.staff_time_time_sub span {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  background: #d58194;
  border-radius: 999px;
  width: 96px;
  display: block;
  padding: 2px;
  text-align: center;
  margin: 0 auto 10px;
}
.staff_list {
  width: 100%;
  height: 880px;
  position: relative;
  z-index: 1;
}
.staff_list::before {
  content: "";
  display: block;
  width: 2px;
  height: 880px;
  background: #d58194;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.staff_list_item {
  width: 400px;
  position: relative;
  z-index: 2;
}
.staff_list_item:nth-child(odd) {
  z-index: 2;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  position: absolute;
}
.staff_list_item:nth-child(odd)::before {
  z-index: 3;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(100%, -50%);
  content: "";
  display: block;
  width: 90px;
  height: 20px;
  background: url(/img/about/borderl.png) no-repeat center center/contain;
}
.staff_list_item:nth-child(even) {
  z-index: 2;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}
.staff_list_item:nth-child(even)::before {
  z-index: 3;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(-100%, -50%);
  content: "";
  display: block;
  width: 90px;
  height: 20px;
  background: url(/img/about/borderr.png) no-repeat center center/contain;
}
.staff_list_item:nth-child(1) {
  position: absolute;
  left: 0%;
  top: 0%;
  transform: translate(0%, 0%);
}
.staff_list_item:nth-child(2) {
  position: absolute;
  right: 0%;
  top: 110px;
  transform: translate(0%, 0%);
}
.staff_list_item:nth-child(3) {
  position: absolute;
  left: 0%;
  top: 220px;
  transform: translate(0%, 0%);
}
.staff_list_item:nth-child(4) {
  position: absolute;
  right: 0%;
  top: 330px;
  transform: translate(0%, 0%);
}
.staff_list_item:nth-child(5) {
  position: absolute;
  left: 0%;
  top: 440px;
  transform: translate(0%, 0%);
}
.staff_list_item:nth-child(6) {
  position: absolute;
  right: 0%;
  top: 550px;
  transform: translate(0%, 0%);
}
.staff_list_item:nth-child(7) {
  position: absolute;
  left: 0%;
  top: 660px;
  transform: translate(0%, 0%);
}
.staff_list_item:nth-child(8) {
  position: absolute;
  right: 0%;
  top: 770px;
  transform: translate(0%, 0%);
}
.staff_list_ttl {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  background: #d58194;
  padding: 12px;
  text-align: center;
  position: relative;
  z-index: 1;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.staff_list_ttl::before {
  position: absolute;
  z-index: -1;
  left: 15%;
  bottom: 0%;
  transform: translate(0%, 0%);
  content: "";
  display: block;
  width: 2.2307692308em;
  height: 1.6538461538em;
  background: url(/img/about/decokusa.png) no-repeat center center/contain;
}
.staff_list_txt {
  padding: 20px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.staff_list_item {
  position: relative;
  z-index: 1;
}
.staff_list_item::before {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(100%, -50%);
  content: "";
  display: block;
  width: 90px;
  height: 20px;
  background: url(/img/about/borderr.png) no-repeat center center/contain;
}

/*--------------------about--------------------*/
/*--------------------conf--------------------*/
.con {
  background: #faf4ea;
  position: relative;
  z-index: 1;
}
.con::after {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 130px;
  transform: translate(-50%, 0%);
  content: "";
  display: block;
  width: 100%;
  height: 230px;
  background: url(/img/top/fotterf.png) no-repeat center center/100% 100%;
}
.con::before {
  content: "";
  display: block;
  width: 100%;
  height: 130px;
  background: #f5ebdf;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
}

.conf {
  width: max(1280px, 78.125%);
  height: 460px;
  margin: 0 auto;
  background: url(/img/top/conimg.png) no-repeat center center/cover;
  position: relative;
  z-index: 1;
  border-radius: 30px;
}
.conf_box {
  width: 600px;
  height: 380px;
  background: url(/img/top/bgcon.png) no-repeat center center/contain;
  text-align: center;
  padding-top: 100px;
  position: absolute;
  z-index: -1;
  right: 1.3333333333%;
  bottom: 0%;
  transform: translate(0%, 0%);
}
.conf_box::before {
  position: absolute;
  z-index: -1;
  right: 35px;
  bottom: 0%;
  transform: translate(0%, 0%);
  content: "";
  display: block;
  width: 116px;
  height: 136px;
  background: url(/img/top/decocon.png) no-repeat center center/contain;
}
.conf_ttl {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.conf_ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.2352941176em;
  background: #f7cfd8;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 60%);
}
.conf_txt {
  color: #fff;
  margin-bottom: 30px;
}
.conf_btn {
  text-align: center;
  width: 340px;
  padding: 23px;
  background: #fff;
  border-radius: 999px;
  margin: 0 auto;
}
.conf_btn p {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  color: #d58194;
  position: relative;
  z-index: 1;
  padding-left: 1.85em;
  display: inline-block;
}
.conf_btn p::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 1.4em;
  height: 1.15em;
  background: url(/img/top/mailcon.png) no-repeat center center/contain;
}

/*--------------------conf--------------------*/
/*--------------------work--------------------*/
.work {
  width: 100%;
  background: #faf4ea;
}
.work_wrap {
  width: 1240px;
  margin: 0 auto;
}
.work_item {
  width: 100%;
  padding: 60px 80px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  background: url(/img/work/deco01.png) no-repeat right top/auto, #f5ebdf;
}
.work_item:nth-child(even) {
  flex-direction: row-reverse;
  background: url(/img/work/deco02.png) no-repeat left top/auto, #f5ebdf;
}
.work_item:not(:last-child) {
  margin-bottom: 100px;
}
.work_img {
  width: 540px;
  height: 380px;
  overflow: hidden;
  border-radius: 20px;
}
.work_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work_box {
  width: calc(100% - 580px);
}
.work_ttl {
  margin-bottom: 65px;
  font-size: 42px;
  line-height: 1.4285714286em;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  z-index: 1;
}
.work_ttl::before {
  content: "";
  display: block;
  width: 1.5238095238em;
  height: 0.0714285714em;
  background: url(/img/common/borderttl.png) repeat-x center center/auto;
  position: absolute;
  z-index: -1;
  left: 0%;
  bottom: -25px;
  transform: translate(0%, 0%);
}
.work_ttl span {
  color: #d58194;
}
.work_txt p:not(:last-child) {
  margin-bottom: 30px;
}

.date {
  width: 100%;
  background: #f5ebdf;
}
.date_attention {
  text-align: center;
  margin-bottom: 50px;
}
.date_flext {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
.date_item {
  width: 520px;
  height: 320px;
  position: relative;
  padding-left: 40px;
  padding-bottom: 60px;
  z-index: 1;
  background: #ece2d7;
  border-radius: 20px;
  overflow: hidden;
}
.date_item:nth-child(1)::before {
  position: absolute;
  z-index: -1;
  right: -20px;
  top: 45%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 166px;
  height: 167px;
  background: url(/img/work/decotokei.png) no-repeat center center/contain;
}
.date_item:nth-child(2) .date_item_ttl {
  width: 390px;
}
.date_item:nth-child(2)::before {
  position: absolute;
  z-index: -1;
  right: -43px;
  top: 55%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 152px;
  height: 164px;
  background: url(/img/work/hito.png) no-repeat center center/contain;
}
.date_item_ttl {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
}
.date_item_ttl span {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  background: #d58194;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 15px 25px;
}
.date_item_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  flex-direction: column;
}
.date_main {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
}
.date_main_big {
  font-size: 160px;
}
.date_main_mid {
  font-size: 100px;
}
.date_txt {
  margin-top: 20px;
}
.date_flexf {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}
.date_right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  width: 520px;
}
.date_right .date_item:nth-child(1)::before {
  position: absolute;
  z-index: -1;
  right: -7px;
  top: 55%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 159px;
  height: 228px;
  background: url(/img/work/mama.png) no-repeat center center/contain;
}
.date_right .date_item:nth-child(2) .date_item_ttl {
  text-align: center;
}
.date_right .date_item:nth-child(2)::before {
  position: absolute;
  z-index: -1;
  right: 50px;
  top: 55%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 94px;
  height: 198px;
  background: url(/img/work/iconwomen.png) no-repeat center center/contain;
}
.date_right .date_item:nth-child(3) .date_item_ttl {
  width: 285px;
}
.date_right .date_item:nth-child(3)::before {
  position: absolute;
  z-index: -1;
  right: -15px;
  top: 55%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 183px;
  height: 145px;
  background: url(/img/work/hon.png) no-repeat center center/contain;
}

.date_item_list li {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  z-index: 1;
  padding-left: 0.7727272727em;
}
.date_item_list li:not(:last-child) {
  margin-bottom: 5px;
}
.date_item_list li::before {
  content: "";
  display: block;
  width: 0.2272727273em;
  height: 0.2272727273em;
  background: #483b35;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}

.date_left {
  width: 520px;
  height: 1040px;
  background: #ece2d7;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding-top: 110px;
}
.date_left::before {
  position: absolute;
  z-index: -1;
  right: 0%;
  bottom: 140px;
  transform: translate(0%, 0%);
  content: "";
  display: block;
  width: 240px;
  height: 380px;
  background: url(/img/work/bighito.png) no-repeat center center/contain;
}
.date_left_txt {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%, 0%);
  text-align: center;
}
.date_left_ttl {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
}
.date_left_ttl span {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  background: #d58194;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 15px 25px;
}
.date_left .date_txt {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.date_list {
  padding-right: 50px;
}
.date_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.date_list li:nth-child(1) .date_border {
  width: 200px;
  background: rgba(213, 129, 148, 0.3);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.date_list li:nth-child(2) .date_border {
  width: 100px;
  background: rgba(213, 129, 148, 0.3);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.date_list li:nth-child(3) .date_border {
  width: 50px;
  background: rgba(213, 129, 148, 0.3);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.date_list li:nth-child(4) .date_border {
  width: 50px;
  background: rgba(213, 129, 148, 0.3);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.date_list_txt {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  background: #483b35;
  width: 100px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.date_list_txt span {
  font-size: 30px;
}
.date_list_left {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.date_border {
  display: block;
}

/*--------------------work--------------------*/
/*--------------------recruit--------------------*/
.want {
  width: 100%;
  background: #faf4ea;
}
.want_flex {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 60px;
  background: #f5ebdf;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  border-radius: 20px;
}
.want_item {
  width: 340px;
}
.want_item_ttl {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  background: #d58194;
  padding: 19px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 14px;
}
.want_item_txt {
  text-align: center;
}

.recruit {
  width: 100%;
  background: #f5ebdf;
}
.recruit_dl {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.recruit_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.recruit_dl_box dt {
  font-weight: 700;
  color: #fff;
  background: #d58194;
  width: 170px;
  padding: 16px;
  border-bottom: 1px solid #fff;
}
.recruit_dl_box dd {
  width: calc(100% - 170px);
  background: #fff;
  padding: 16px;
  border-bottom: 1px solid rgba(213, 129, 148, 0.3);
}

.flow {
  width: 100%;
  background: #faf4ea;
}
.flow_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px;
}
.flow_item {
  width: 340px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 35px 30px 30px 40px;
}
.flow_item_ttl {
  padding-bottom: 0.6818181818em;
  border-bottom: 1px solid #d58194;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 14px;
}
.flow_item:nth-child(3) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 35px 10px;
  border: 4px solid #d58194;
}
.flow_item:nth-child(3) .flow_item_ttl {
  border: none;
  padding-bottom: 0;
  margin: 0;
}
.flow_item:not(:last-child)::before {
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 50%;
  transform: translate(170%, -50%);
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  background: url(/img/recruit/sankaku.png) no-repeat center center/contain;
}
.flow_num {
  width: 116px;
  padding: 8px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  background: #d58194;
  border-radius: 999px;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}

/*--------------------recruit--------------------*/
/*--------------------intro--------------------*/
.intro {
  width: 100%;
  background: #faf4ea;
}
.intro_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}
.intro_item {
  width: 520px;
  height: 525px;
  position: relative;
  z-index: 1;
}
.intro_item figure {
  width: 100%;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid #f7cfd8;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
}
.intro_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro_box {
  width: 450px;
  padding: 25px 40px 25px;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid #fff;
  background: #f5ebdf;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
}
.intro_box_ttl {
  color: #fff;
  background: #d58194;
  border-radius: 999px;
  display: inline-block;
  padding: 3px 18px;
  text-align: center;
  margin-bottom: 15px;
}
.intro_box_txt {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 15px;
}
.intro_box_link {
  text-align: right;
}
.intro_box_link span {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  z-index: 1;
  padding-right: 2em;
}
.intro_box_link span::before {
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 1.625em;
  height: 1.625em;
  background: url(/img/top/arw01.png) no-repeat center center/contain;
}

.introin {
  width: 100%;
  background: #faf4ea;
}
.introin_wrap {
  width: 100%;
  background: #f5ebdf;
  padding: 60px 60px 60px 60px;
  border-radius: 20px;
  margin-bottom: 50px;
}
.introin_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}
.introin_img {
  width: 380px;
  height: 260px;
  border-radius: 20px;
  border: 4px solid #f7cfd8;
  overflow: hidden;
}
.introin_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.introin_box {
  width: calc(100% - 420px);
}
.introin_box_ttl {
  font-size: 30px;
  line-height: 1.4666666667em;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  border-bottom: 1px solid rgba(72, 59, 53, 0.3);
  padding-bottom: 0.4333333333em;
  margin-bottom: 20px;
}
.introin_box_txt {
  font-weight: 700;
}
.introin_dl {
  width: 100%;
  padding-left: 80px;
}
.introin_dl_box:not(:last-child) {
  margin-bottom: 50px;
}
.introin_dl_box dt {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  color: #d58194;
  border-bottom: 1px solid rgba(213, 129, 148, 0.3);
  padding-bottom: 0.4166666667em;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.introin_dl_box dt::before {
  position: absolute;
  z-index: -1;
  left: -20px;
  top: 50%;
  transform: translate(-100%, -50%);
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  background: url(/img/intro/q.png) no-repeat center center/contain;
}
.introin_dl_box dd {
  font-weight: 500;
}

/*--------------------intro--------------------*/
/*--------------------top--------------------*/
.top_catch {
  text-align: center;
  padding-top: 15px;
  background: #faf4ea;
}
.top_catch_box {
  display: inline-block;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  padding-bottom: 0.3333333333em;
  position: relative;
  z-index: 1;
}
.top_catch_box span {
  color: #d58194;
}
.top_catch_box::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-52%, 0%);
  content: "";
  display: block;
  width: 95%;
  height: 0.0714285714em;
  background: url(/img/top/mvb.png) no-repeat center center/100% 100%;
}
.top_catch_box::after {
  position: absolute;
  z-index: -1;
  right: -29%;
  top: 0%;
  transform: translate(0%, 0%);
  content: "";
  display: block;
  width: 6.0476190476em;
  height: 2.6666666667em;
  background: url(/img/top/decomvttlbg.png) no-repeat center center/contain;
}

.top_news {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #faf4ea;
}
.top_news_inner {
  background: #f5ebdf;
  padding: 60px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 50px;
}
.top_news_post {
  width: 760px;
}
.top_news_box {
  width: calc(100% - 810px);
}
.top_news_ttl_img {
  display: block;
  width: 89px;
  height: 21px;
  margin: 0 auto 14px;
}
.top_news_ttl_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_news_ttl p {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 30px;
  text-align: center;
}
.top_news_btn {
  text-align: center;
}
.top_news_btn p {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 2em;
}
.top_news_btn p::before {
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 1.625em;
  height: 1.625em;
  background: url(/img/top/arw01.png) no-repeat center center/contain;
}

.top_about {
  width: 100%;
  padding-bottom: 150px;
  padding-top: 0;
  background: url(/img/top/wavet.png) no-repeat bottom center/100%, #faf4ea;
}
.top_about_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 75px;
}
.top_about_img {
  width: 530px;
  height: 427px;
}
.top_about_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_about_box {
  width: calc(100% - 605px);
}
.top_about_ttl {
  font-size: 34px;
  line-height: 1.7647058824em;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  padding-bottom: 0.4411764706em;
  position: relative;
  z-index: 1;
  margin-bottom: 44px;
}
.top_about_ttl::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  bottom: 0%;
  transform: translate(0%, 0%);
  content: "";
  display: block;
  width: 1.8823529412em;
  height: 0.0882352941em;
  background: url(/img/common/borderttl.png) no-repeat center center/100%;
}
.top_about_ttl span {
  font-size: 42px;
  color: #d58194;
}
.top_about_txt p:not(:last-child) {
  margin-bottom: 28px;
}

.top_work {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  background: url(/img/top/decolw.png) no-repeat left top 50px/16%, #f5ebdf;
}
.top_work_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.top_work_flex::before {
  position: absolute;
  z-index: -1;
  right: -90px;
  top: -50px;
  content: "";
  display: block;
  width: 370px;
  height: 280px;
  background: url(/img/top/mizu01.png) no-repeat center center/contain;
}
@media screen and (max-width: 1500px) {
  .top_work_flex::before {
    transform: translate(0%, 0%);
    right: 0%;
    width: 185px;
    height: 140px;
  }
}
.top_work_img {
  width: 660px;
  height: 430px;
}
.top_work_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_work_box {
  width: 490px;
}
.top_work_ttl {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  padding-bottom: 0.4411764706em;
  position: relative;
  z-index: 1;
  margin-bottom: 44px;
}
.top_work_ttl::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  bottom: 0%;
  transform: translate(0%, 0%);
  content: "";
  display: block;
  width: 1.8823529412em;
  height: 0.0882352941em;
  background: url(/img/common/borderttl.png) no-repeat center center/100%;
}
.top_work_ttl span {
  color: #d58194;
}
.top_work_txt {
  margin-bottom: 24px;
}
.top_work_txt p:not(:last-child) {
  margin-bottom: 28px;
}

.top_intro {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(/img/top/waveb.png) no-repeat top center/100%, #faf4ea;
}
.top_intro_ttl {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.top_intro_ttl::after {
  position: absolute;
  z-index: -1;
  left: 29%;
  bottom: 0%;
  transform: translate(-50%, 70%);
  content: "";
  display: block;
  width: 1.5952380952em;
  height: 1.1904761905em;
  background: url(/img/top/ttlkusa.png) no-repeat center center/contain;
}
.top_intro_txt {
  text-align: center;
  margin-bottom: 44px;
}
.top_intro .intro_flex {
  position: relative;
}
.top_intro .intro_flex::before {
  content: "";
  display: block;
  width: 1280px;
  height: 625px;
  background: #ece2d7;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translate(-50%, 0%);
}
.top_intro_btn {
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}

.top_img {
  width: 100%;
  background: #faf4ea;
  padding-top: 100px;
  padding-bottom: 120px;
}
.top_img_flex {
  width: 1520px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1520px) {
  .top_img_flex {
    width: 1280px;
    gap: 10px;
  }
}
.top_img_i01 {
  width: 320px;
  height: 240px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1520px) {
  .top_img_i01 {
    width: 280px;
    height: 240px;
  }
}
.top_img_i01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_img_i02 {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 70px;
}
.top_img_i02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_img_i03 {
  width: 320px;
  height: 240px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1520px) {
  .top_img_i03 {
    width: 280px;
    height: 240px;
  }
}
.top_img_i03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_img_i04 {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 70px;
}
.top_img_i04 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_img_i05 {
  width: 320px;
  height: 240px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1520px) {
  .top_img_i05 {
    width: 280px;
    height: 240px;
  }
}
.top_img_i05 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_mood {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 80px;
  background: url(/img/top/mizu02.png) no-repeat left bottom 40px/25.1041666667%, url(/img/top/decokusar.png) no-repeat right top/16%, #faf4ea;
}
.top_mood_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.top_mood_img {
  width: 634px;
  height: 380px;
}
.top_mood_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_mood_box {
  width: 490px;
  position: relative;
  z-index: 1;
}
.top_mood_box::before {
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 0%;
  transform: translate(-70%, -30%);
  content: "";
  display: block;
  width: 125px;
  height: 115px;
  background: url(/img/top/mizu03.png) no-repeat center center/contain;
}
.top_mood_ttl {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  padding-bottom: 0.7352941176em;
  position: relative;
  z-index: 1;
  margin-bottom: 44px;
}
.top_mood_ttl::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  bottom: 0%;
  transform: translate(0%, 0%);
  content: "";
  display: block;
  width: 1.8823529412em;
  height: 0.0882352941em;
  background: url(/img/common/borderttl.png) no-repeat center center/100%;
}
.top_mood_ttl span {
  color: #d58194;
}
.top_mood_txt {
  margin-bottom: 24px;
}
.top_mood_txt p:not(:last-child) {
  margin-bottom: 28px;
}

.top_info {
  width: 100%;
  background: #faf4ea;
  padding-bottom: 120px;
}
.top_info_flex {
  width: 1160px;
  margin: 0 auto;
  background: #f5ebdf;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.top_info_btn {
  padding: 18px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  width: 340px;
  background: #fff;
  border: 2px solid #f7cfd8;
  border-radius: 10px;
}
.top_info_img {
  width: 60px;
  height: 60px;
}
.top_info_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_info_txt {
  width: calc(100% - 75px);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 0.6875em;
  border-bottom: 1px solid rgba(72, 59, 53, 0.2);
}
.top_info_txt::before {
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 50%;
  transform: translate(0%, -75%);
  content: "";
  display: block;
  width: 1.625em;
  height: 1.625em;
  background: url(/img/top/arw01.png) no-repeat center center/contain;
}

/*--------------------top--------------------*/
.cmn_not_post {
  text-align: center;
}

.privacy_page {
  background: #faf4ea;
}

.site_page {
  background: #faf4ea;
}

.contact_page {
  background: #faf4ea;
}

.complete_page {
  background: #faf4ea;
}

.news_page {
  background: #faf4ea;
}
.news_page .tag_list li {
  background: #f5ebdf;
}

.not_found_page {
  background: #faf4ea;
}/*# sourceMappingURL=style.css.map */