/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  background: center/1588px 1135px repeat url(../../images/common/cmn-bg.png);
}
.header-inner {
  width: 100%;
  height: 130px;
  padding: 0 60px;
  position: relative;
  z-index: 10;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 764px;
  width: 100%;
}
.header-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
  margin-bottom: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-bottom: 3px;
  background: center/cover no-repeat url(../../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.header-tel-txt img {
  display: block;
}
.header .global-nav {
  max-width: 680px;
  width: 100%;
  margin-left: auto;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
}
.header .global-nav-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #f3b907;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item a.current::before {
  opacity: 1;
}
.header .global-nav-list-item a:hover::before {
  opacity: 1;
}
.header .main-visual {
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 541px;
  height: 624px;
  background: center/cover no-repeat url(../../images/common/main-visual-bg-l.png);
  z-index: -10;
}
.header .main-visual-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 90%;
  height: 100%;
  border-radius: 0 150px 0 150px;
  overflow: hidden;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1500px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 198px;
  z-index: 1;
}
.header .sub-visual {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 1;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 10px;
  width: 524px;
  height: 520px;
  background: center/cover no-repeat url(../../images/about/sub-visual-deco.png);
  z-index: -10;
}
.header .sub-visual-img {
  position: absolute;
  right: 60px;
  bottom: 0;
  z-index: 1;
  max-width: 1300px;
  width: 80%;
  height: 100%;
  border-radius: 0 100px 0 100px;
  overflow: hidden;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 80px;
  padding-bottom: 158px;
  z-index: 1;
}
.header .sub-visual-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 19px 39px;
  background-color: #fff;
  border-radius: 10px;
}
.header .fix-link {
  position: fixed;
  right: 20px;
  bottom: 140px;
  width: 100px;
  height: 200px;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: center/cover no-repeat url(../../images/common/fix-banner-bg.png);
  z-index: 1000;
}
.header .fix-link-title {
  margin-bottom: 10px;
}
.header .fix-line {
  margin-bottom: 10px;
}
.header .fix-line:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.header .fix-contact:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.header .page-top {
  position: fixed;
  right: 40px;
  bottom: 50px;
  z-index: 1000;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-greeting {
  background: center/cover no-repeat url(../../images/top/top-greeting-bg.png);
}
.top-greeting-inner {
  padding: 130px 0 50px 0;
}
.top-greeting-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-bottom: 80px;
}
.top-greeting .cmn-title {
  margin-bottom: 80px;
}
.top-greeting .cmn-title .bg {
  display: inline-block;
  font-size: 4.5rem;
  padding: 3px 4px 5px 4px;
  border-radius: 0;
  margin: 0;
}
.top-greeting-textbox {
  max-width: 554px;
  width: 100%;
}
.top-greeting-text {
  font-size: 1.8rem;
  line-height: 2.2;
}
.top-greeting-text:not(:last-of-type) {
  margin-bottom: 35px;
}
.top-greeting-video {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: center/cover no-repeat url(../../images/top/top-greeting-video-bg.png);
  border-radius: 40px;
}
.top-greeting-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.top-service-inner {
  max-width: none;
  padding-top: 80px;
  padding-bottom: 130px;
}
.top-service-inner .cmn-title {
  color: #543310;
}
.top-service-flex {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-service-flex .cmn-title {
  margin-bottom: 0;
  text-align: left;
  margin-right: 74px;
}
.top-service-text {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
  color: #442800;
}
.top-service-text .accent {
  display: inline-block;
  color: #fff;
  padding: 3px;
  line-height: 1;
  background-color: #442800;
}
.top-service-text .dot {
  color: #f4bb07;
}
.top-service-content {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  background: center/cover no-repeat url(../../images/top/top-service-bg01.png);
  border-radius: 60px;
  overflow: hidden;
}
.top-service-content:not(:last-of-type) {
  margin-bottom: 100px;
}
.top-service-content:last-of-type {
  background: center/cover no-repeat url(../../images/top/top-service-bg02.png);
}
.top-service-wrap {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 209px 0 101px 0;
}
.top-service-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 39px;
}
.top-service-list {
  margin-bottom: 38px;
}
.top-service-list-item {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.top-service-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 13px;
  height: 15px;
  margin-right: 8px;
  background: center/cover no-repeat url(../../images/top/top-service-check.png);
}
.top-service-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-service-sub-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 40px;
}

.top-works {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-works::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1280px;
  height: 805px;
  background: center/cover no-repeat url(../../images/top/top-works-bg.png);
  z-index: -10;
}
.top-works-inner {
  padding-bottom: 210px;
}
.top-works-inner .cmn-title {
  color: #543310;
}
.top-works-list {
  margin-bottom: 60px;
}
.top-works-list-item {
  max-width: 520px;
  width: 100%;
}
.top-works-list-item a {
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.top-works-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.top-works-tag-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.top-works-tag-list-item {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 5px 9px;
  margin-bottom: 10px;
  background-color: #f4bb07;
  border-radius: 11px;
}
.top-works-tag-list-item:not(:last-child) {
  margin-right: 10px;
}
.top-works-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  border-bottom: 1px solid #442800;
}
.top-works-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
}
.top-works-flex::before {
  position: absolute;
  content: "";
  left: 89px;
  bottom: 3px;
  width: 70px;
  height: 59px;
  background: center/cover no-repeat url(../../images/top/top-works-arrow.png);
}
.top-works-before {
  max-width: 150px;
  width: 100%;
  height: 110px;
  border-radius: 10px;
  overflow: hidden;
}
.top-works-before img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works-after {
  max-width: 280px;
  width: 100%;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
}
.top-works-after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works .cmn-btn {
  margin: 0 auto;
  color: #fff;
  background-color: #442800;
}

.reserve {
  background: center/cover no-repeat url(../../images/top/reserve-bg.png);
}
.reserve-inner {
  max-width: none;
}
.reserve-text {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
  color: #442800;
  margin-bottom: 30px;
  text-align: center;
}
.reserve-text .accent {
  display: inline-block;
  color: #fff;
  padding: 3px;
  line-height: 1;
  background-color: #442800;
}
.reserve-text .dot {
  color: #f4bb07;
}
.reserve-content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 54px 100px 58px 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ffffff;
  border-radius: 60px;
}
.reserve-sub-content {
  max-width: 280px;
  width: 100%;
  position: relative;
}
.reserve-sub-content:nth-of-type(2) {
  max-width: 725px;
}
.reserve-sub-content:first-of-type::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 160px;
  background-color: #442800;
}
.reserve-sub-content:first-of-type .reserve-title {
  margin-bottom: 39px;
}
.reserve-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
.reserve-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  letter-spacing: 0.06em;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.reserve-tel::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 6px;
  background: center/cover no-repeat url(../../images/top/footer-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-btn:hover {
  opacity: 0.7;
}

.news {
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 392px;
  background: center/cover no-repeat url(../../images/top/news-bg-bottom.png);
  z-index: -1;
}
.news-inner {
  max-width: 1280px;
  padding: 130px 0;
}
.news .cmn-title {
  max-width: 230px;
  width: 100%;
  text-align: center;
  margin-top: 23px;
}
.news-content {
  min-height: 452px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 80px 100px;
  background-color: #faf8f3;
  border-radius: 60px;
  -webkit-box-shadow: 3px 4px 20px 10px rgba(17, 17, 17, 0.06);
          box-shadow: 3px 4px 20px 10px rgba(17, 17, 17, 0.06);
  position: relative;
}
.news-right {
  max-width: 760px;
  width: 100%;
}
.news-list {
  max-width: 760px;
  width: 100%;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 29px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #b4b4b4;
}
.news-list-item a:hover .news-title {
  color: #f4bb07;
}
.news-textbox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.news-textbox time {
  font-family: "Fredoka", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  color: #f1959f;
  padding-right: 20px;
  margin-right: 25px;
  border-right: 2px solid #f1959f;
}
.news-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
}
.news-accent time {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 7px;
  background-color: #f4bb07;
  border-radius: 50%;
}
.news-accent-tag:not(:last-child) {
  margin-right: 7px;
}
.news .cmn-btn {
  position: absolute;
  left: 100px;
  bottom: 104px;
  color: #fff;
  background-color: #543310;
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #f1959f;
  border: 2px solid #f1959f;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #f1959f;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-title {
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #f1959f;
  border-bottom: 1px solid #f1959f;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-detail .paginated-link li:not(:last-child) {
  margin-right: 30px;
}
.news-detail .paginated-link a {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff !important;
  background-color: #543310;
  padding: 21px 39px;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-detail .paginated-link a:hover {
  opacity: 0.7;
}
.news-detail .paginated-link .prev-link a::before {
  content: "";
  width: 9px;
  height: 14px;
  margin-right: 19px;
  background: center/cover no-repeat url(../../images/about/prev-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-detail .paginated-link .prev-link a:hover::before {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.news-detail .paginated-link .next-link a::after {
  content: "";
  width: 9px;
  height: 14px;
  margin-left: 19px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: center/cover no-repeat url(../../images/about/prev-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-detail .paginated-link .next-link a:hover::after {
  -webkit-transform: rotate(180deg) translateX(-8px);
          transform: rotate(180deg) translateX(-8px);
}

#news .cmn-title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}
#news .news-list {
  max-width: none;
}

/*========================================
about
==========================================*/
.worry {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.worry::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1446px;
  height: 1065px;
  background: center/cover no-repeat url(../../images/about/worry-bg-l-b.png);
  z-index: -1;
}
.worry::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 773px;
  height: 866px;
  background: center/cover no-repeat url(../../images/about/worry-bg-r-b.png);
  z-index: -1;
}
.worry-inner {
  padding: 130px 0;
}
.worry-content {
  padding: 10px;
  margin-bottom: 170px;
  background: center/cover no-repeat url(../../images/about/worry-box-bg.png);
  border-radius: 40px;
  position: relative;
}
.worry-content::before {
  position: absolute;
  content: "";
  bottom: -105px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 298px;
  height: 80px;
  background: center/cover no-repeat url(../../images/about/worry-arrow.png);
}
.worry-text-list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 280px;
  padding: 60px;
  background-color: #ffffff;
  border-radius: 30px;
}
.worry-text-list-item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #442800;
}
.worry-text-list-item::before {
  content: "";
  width: 13px;
  height: 15px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/about/worry-check.png);
}
.worry-text-list-item:not(:nth-child(3n)) {
  margin-bottom: 42px;
}
.worry-text-list-item .accent {
  color: #805518;
}
.worry-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.8;
  color: #442800;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 45px;
}
.worry-title .accent {
  color: #805518;
}
.worry-title .bg {
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 9px 8px;
  background-color: #f3b907;
}
.worry-list-item {
  max-width: 255px;
  width: 100%;
  height: 255px;
  padding: 30px 5px 0 5px;
  background-color: #442800;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.worry-list-item::before {
  content: "";
  width: 63px;
  height: 59px;
  margin-bottom: 17px;
  background: center/cover no-repeat url(../../images/about/worry-no01.png);
}
.worry-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../../images/about/worry-no02.png);
}
.worry-list-item:nth-child(3)::before {
  background: center/cover no-repeat url(../../images/about/worry-no03.png);
}
.worry-list-item:nth-child(4)::before {
  background: center/cover no-repeat url(../../images/about/worry-no04.png);
}
.worry-text {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.worry-sub-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
}

.reason-inner {
  max-width: none;
  padding-top: 0;
  padding-bottom: 130px;
}
.reason-title-wrap {
  padding: 130px 0;
  margin-bottom: 80px;
  background: center/cover no-repeat url(../../images/about/reason-title-wrap.png);
}
.reason-title-wrap .cmn-title {
  color: #fff;
  margin-bottom: 0;
}
.reason-title-wrap .cmn-title .en {
  color: #fff;
}
.reason-title-wrap .cmn-title .bg {
  margin-bottom: 34px;
}
.reason-title-wrap .cmn-title .yellow {
  display: inline-block;
  font-size: 6rem;
  color: #f3b907;
  line-height: 1;
}
.reason-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.reason-content:not(:last-of-type) {
  margin-bottom: 60px;
}
.reason-content:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.reason-content:nth-of-type(odd) .reason-img {
  margin-left: 0;
  margin-right: -100px;
}
.reason-content:nth-of-type(3) .reason-title::before {
  background: center/cover no-repeat url(../../images/about/reason-no02.png);
}
.reason-content:nth-of-type(4) .reason-title::before {
  background: center/cover no-repeat url(../../images/about/reason-no03.png);
}
.reason-img {
  margin-left: -100px;
}
.reason-textbox {
  max-width: 540px;
  width: 100%;
}
.reason-title {
  font-size: 3rem;
  color: #442800;
  font-weight: 700;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 45px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.reason-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  background: center/cover no-repeat url(../../images/about/reason-no01.png);
}
.reason-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  padding-left: 19px;
}
.reason-text:not(:last-of-type) {
  margin-bottom: 35px;
}
.reason-text .accent {
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  color: #805518;
  position: relative;
  z-index: 1;
}
.reason-text .accent::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3px;
  width: 101%;
  height: 10px;
  background-color: #ede4cd;
  z-index: -1;
}

.case {
  background: center/cover no-repeat url(../../images/about/case-bg.png);
  border-bottom: 1px solid #805518;
}
.case-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.case-list-item {
  max-width: 340px;
  width: 100%;
  margin-bottom: 60px;
}
.case-list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}
.case-list-item a {
  width: 100%;
  height: 100%;
}
.case-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.case-img {
  max-width: 340px;
  width: 100%;
  height: 340px;
  margin-bottom: 10px;
}
.case-img img {
  width: 100%;
  height: 100%;
  overflow: cover;
}
.case-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  color: #442800;
  padding-bottom: 5px;
  border-bottom: 1px solid #442800;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case-detail-box {
  padding: 10px;
  margin-bottom: 60px;
  background: center/cover no-repeat url(../../images/about/case-box-bg.png);
  border-radius: 40px;
}
.case-detail-content {
  padding: 70px 80px;
  background-color: #fff;
  border-radius: 30px;
}
.case-detail-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 60px;
  padding-bottom: 12px;
  border-bottom: 1px solid #442800;
}
.case-detail-img {
  max-width: 700px;
  width: 100%;
  height: 450px;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.case-detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-detail-flex {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 40px;
}
.case-detail-info {
  width: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.case-detail-info .accent {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 120px;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  margin-right: 20px;
  background-color: #f3b907;
  border-radius: 5px;
}
.case-detail-body {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
  padding: 20px 40px;
  margin-bottom: 40px;
  background-color: #faf8f3;
  border-radius: 20px;
}
.case-detail-body img {
  max-width: 100%;
}
.case-detail-img-list-item {
  max-width: 440px;
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.case-detail-img-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case-detail .paginated-link li:not(:last-child) {
  margin-right: 30px;
}
.case-detail .paginated-link a {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff !important;
  background-color: #543310;
  padding: 21px 39px;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case-detail .paginated-link a:hover {
  opacity: 0.7;
}
.case-detail .paginated-link .prev-link a::before {
  content: "";
  width: 9px;
  height: 14px;
  margin-right: 19px;
  background: center/cover no-repeat url(../../images/about/prev-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.case-detail .paginated-link .prev-link a:hover::before {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.case-detail .paginated-link .next-link a::after {
  content: "";
  width: 9px;
  height: 14px;
  margin-left: 19px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: center/cover no-repeat url(../../images/about/prev-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.case-detail .paginated-link .next-link a:hover::after {
  -webkit-transform: rotate(180deg) translateX(-8px);
          transform: rotate(180deg) translateX(-8px);
}

/*========================================
reform
==========================================*/
#reform .worry::before {
  width: 1261px;
  height: 998px;
  background: center/contain no-repeat url(../../images/reform/reform-bg-l-b.png);
}
#reform .top-service {
  background: center/cover no-repeat url(../../images/reform/top-service-bg.png);
  position: relative;
}
#reform .top-service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 340px;
  background-color: #fff;
  z-index: -1;
}
#reform .top-service-inner {
  padding: 130px 0;
}
#reform .top-service-content {
  max-width: 1280px;
  background: center/cover no-repeat url(../../images/reform/top-service-img.png);
}
#reform .top-service-wrap {
  padding: 100px 0;
}

.service-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.service-content:not(:last-of-type) {
  margin-bottom: 60px;
}
.service-content:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.service-content:nth-of-type(odd) .service-img {
  margin-left: 0;
  margin-right: -100px;
}
.service-img {
  margin-left: -100px;
}
.service-textbox {
  max-width: 520px;
  width: 100%;
}
.service-title {
  font-size: 3rem;
  color: #442800;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 27px;
  border-bottom: 1px solid #442800;
}
.service-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
.service-text:not(:last-of-type) {
  margin-bottom: 35px;
}
.service-text-list {
  padding: 25px 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 17px;
  border-radius: 10px;
}
.service-text-list-item {
  width: 50%;
  font-size: 2rem;
  font-weight: 500;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.service-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 13px;
  height: 15px;
  margin-right: 10px;
  margin-top: 11px;
  background: center/cover no-repeat url(../../images/reform/service-check.png);
}
.service-text-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 17px;
}

.menu {
  background: center/1920px 720px repeat url(../../images/reform/menu-bg.png);
}
.menu-content {
  padding: 78px 130px;
  background-color: #fff;
  border-radius: 40px;
}
.menu-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 18px 10px;
  border-bottom: 1px solid #442800;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.menu-text .name {
  width: 70%;
  margin-right: 15px;
}
.menu-text .price {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

/*========================================
works
==========================================*/
.works-inner {
  padding: 130px 0;
}
.works .cmn-title {
  margin-bottom: 80px;
}
.works-link {
  margin-bottom: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.works-link-text {
  width: 245px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.8rem;
  font-weight: 700;
  color: #805518;
  line-height: 1;
  border-right: 1px solid #442800;
}
.works-btn-list {
  max-width: 790px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.works-btn-list-item {
  max-width: 250px;
  width: 100%;
  min-height: 60px;
  margin-bottom: 10px;
}
.works-btn-list-item:not(:nth-child(3n)) {
  margin-right: 20px;
}
.works-btn-list-item a {
  width: 100%;
  min-height: 60px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  background-color: #442800;
  border-radius: 30px;
}
.works-content {
  padding: 40px 80px;
  background-color: #fff;
  border-radius: 10px;
}
.works-content:not(:last-of-type) {
  margin-bottom: 60px;
}
.works-tag-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.works-tag-list-item {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 5px 9px;
  margin-bottom: 10px;
  background-color: #f4bb07;
  border-radius: 5px;
}
.works-tag-list-item:not(:last-child) {
  margin-right: 10px;
}
.works-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  border-bottom: 1px solid #442800;
}
.works-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 0 20px;
  margin-bottom: 40px;
  position: relative;
}
.works-flex::before {
  position: absolute;
  content: "";
  left: 290px;
  bottom: 20px;
  width: 70px;
  height: 59px;
  background: center/cover no-repeat url(../../images/works/works-arrow.png);
}
.works-before {
  max-width: 300px;
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
}
.works-before img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-after {
  max-width: 500px;
  width: 100%;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
}
.works-after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-body {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
  padding: 20px 40px;
  margin-bottom: 40px;
  background-color: #faf8f3;
  border-radius: 20px;
}
.works-body img {
  max-width: 100%;
}
.works .cmn-btn {
  margin: 0 auto;
  color: #fff;
  background-color: #442800;
}

/*========================================
info
==========================================*/
.message {
  position: relative;
  z-index: 1;
}
.message::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 773px;
  height: 866px;
  background: center/cover no-repeat url(../../images/info/message-bg-r-b.png);
  z-index: -1;
}
.message-inner {
  padding: 128px 0;
}
.message-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.message-textbox {
  max-width: 650px;
  width: 100%;
}
.message-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #442800;
}
.message-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
}

.info-inner {
  padding: 130px 0;
}
.info-content {
  padding: 130px 80px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 40px;
}
.info-table {
  width: 100%;
}
.info-table tr {
  display: block;
  background-color: #faf8f3;
  border-radius: 10px;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 5px;
}
.info-table tr th {
  width: 230px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #805518;
  line-height: 1;
  text-align: left;
  padding: 19px 0 19px 60px;
  vertical-align: middle;
}
.info-table tr td {
  width: 690px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 16px 0;
  vertical-align: middle;
}
.info-tel-txt {
  display: block;
  margin-top: 8px;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 300px;
  background-color: #c1c6d0;
  border-radius: 40px;
  overflow: hidden;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.how-inner {
  padding: 130px 0;
}

.contact-inner {
  padding: 130px 0;
}
.contact-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  color: #442800;
  margin-bottom: 58px;
  text-align: center;
}
.contact-info {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.contact-info .accent {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 113px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-right: 20px;
  padding: 9px 0;
  background-color: #f3b907;
  border-radius: 18px;
}
.contact-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 130px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ffffff;
  border-radius: 60px;
}
.contact-sub-content {
  max-width: 390px;
  width: 100%;
  height: 162px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.contact-sub-content:nth-of-type(2) {
  max-width: 350px;
}
.contact-sub-content:first-of-type {
  border-right: 1px solid #442800;
}
.contact-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
.contact-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  letter-spacing: 0.06em;
  padding-bottom: 22px;
  margin-bottom: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.contact-tel::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 6px;
  background: center/cover no-repeat url(../../images/top/footer-tel-icon.png);
}
.contact-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact-tel-txt img {
  display: block;
}
.contact-btn:hover {
  opacity: 0.7;
}
.contact_wrap {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 40px;
}
.contact-form-table {
  border-radius: 30px;
  overflow: hidden;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #442800;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #442800;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #442800;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #442800;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #442800;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #442800;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #442800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #442800;
  border-right: 1px solid #442800;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #f1959f !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  background: center/cover no-repeat url(../../images/top/footer-bg.png);
}
.footer-inner {
  padding: 80px 0;
}
.footer-left {
  max-width: 373px;
  width: 100%;
}
.footer-logo {
  margin-bottom: 60px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-link {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.footer-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 6px;
  margin-bottom: 3px;
  background: center/cover no-repeat url(../../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-right {
  max-width: 375px;
  width: 100%;
}
.footer-nav {
  width: 100%;
  margin-bottom: 65px;
}
.footer-nav-list {
  width: 100%;
  height: 177px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(5n)) {
  margin-bottom: 24px;
}
.footer-nav-list-item a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
}
.footer-nav-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #f3b907;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-nav-list-item a:hover::before {
  opacity: 1;
}
.footer-bottom {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
}