/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header-fix {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 225px;
  padding: 0 20px 0 30px;
  background: center/cover no-repeat url(../../images/common/header-bg.png);
  z-index: 1000;
}
.header-fix::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background: center/cover no-repeat url(../../images/common/header-top.png);
}
.header-fix::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -19px;
  width: 100%;
  height: 23px;
  background: center/cover no-repeat url(../../images/common/header-wave.png);
}
.header-inner {
  padding: 25px 0 0 0;
}
.header-logo a {
  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;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 755px;
  width: 100%;
}
.header-info {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
}
.header-contact:hover {
  opacity: 0.7;
}
.header-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 14px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 19px;
  height: 19px;
  margin-right: 11px;
  background: center/cover no-repeat url(../../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.header-tel-txt img {
  display: block;
}
.header .global-nav {
  width: 100%;
}
.header .global-nav-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .global-nav-list-item {
  max-width: 151px;
  width: 100%;
  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;
  position: relative;
}
.header .global-nav-list-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 63px;
  background: center/cover no-repeat url(../../images/common/header-border.png);
}
.header .global-nav-list-item:nth-child(2) a::before {
  background: center/cover no-repeat url(../../images/common/header-icon02.png);
}
.header .global-nav-list-item:nth-child(3) a::before {
  background: center/cover no-repeat url(../../images/common/header-icon03.png);
}
.header .global-nav-list-item:nth-child(4) a::before {
  background: center/cover no-repeat url(../../images/common/header-icon04.png);
}
.header .global-nav-list-item:last-child::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 63px;
  background: center/cover no-repeat url(../../images/common/header-border.png);
}
.header .global-nav-list-item:last-child a::before {
  background: center/cover no-repeat url(../../images/common/header-icon05.png);
}
.header .global-nav-list-item a {
  width: 100%;
  min-height: 100px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  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;
}
.header .global-nav-list-item a::before {
  content: "";
  width: 70px;
  height: 70px;
  margin-bottom: 13px;
  background: center/cover no-repeat url(../../images/common/header-icon01.png);
}
.header .global-nav-list-item a:hover {
  color: #ff7cbf;
}
.header .main-visual {
  width: 100%;
  height: 655px;
  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;
  margin-top: 225px;
  position: relative;
  z-index: 5;
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .sub-visual {
  width: 100%;
  height: 403px;
  margin-top: 225px;
}
.header .sub-visual-textbox {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  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;
}
#mv {
  width: 100%;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 655px;
  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;
  position: relative;
  z-index: 1;
}

#mv li {
  width: 100%;
  height: 100%;
}
#mv li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-about {
  position: relative;
  z-index: 3;
}
.top-about::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 100%;
  height: 6px;
  background: center/cover no-repeat url(../../images/top/top-about-border.png);
}
.top-about-inner {
  padding: 140px 0 120px 0;
  position: relative;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -118px;
  width: 184px;
  height: 237px;
  background: center/cover no-repeat url(../../images/top/top-about-illust.png);
}
.top-about-text {
  font-size: 2rem;
  line-height: 2.5;
  text-align: center;
}

.top-service-inner {
  max-width: 1700px;
  padding: 80px 0 0 0;
  position: relative;
}
.top-service-inner .cmn-title {
  margin-bottom: 100px;
}
.top-service-inner .cmn-title::before {
  display: none;
}
.top-service-content {
  max-width: 1700px;
  width: 90%;
  padding: 120px 0 140px 0;
  background: top 9px center/100% 6px no-repeat url(../../images/top/top-service-border-top.png), bottom 9px center/100% 6px no-repeat url(../../images/top/top-service-border-bottom.png), center/cover no-repeat url(../../images/top/top-service-bg.png);
  border-radius: 50px;
  position: relative;
}
.top-service-content::before {
  position: absolute;
  content: "";
  top: -84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 236px;
  height: 212px;
  background: center/cover no-repeat url(../../images/top/top-service-en.png);
}
.top-service-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 90px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.top-service-list-item {
  max-width: 510px;
  width: 100%;
  padding: 91px 50px 50px 50px;
  background-color: #ffffff;
  border-radius: 30px;
  position: relative;
}
.top-service-list-item:not(:last-child) {
  margin-bottom: 0;
}
.top-service-list-item:nth-child(2) .top-service-text {
  margin-bottom: 60px;
}
.top-service-title {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 412px;
  width: 100%;
  height: 84px;
  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;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background: center/cover no-repeat url(../../images/top/top-service-title-bg.png);
}
.top-service-img {
  text-align: center;
  margin-bottom: 28px;
}
.top-service-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.1;
  margin-bottom: 22px;
}
.top-service .cmn-btn {
  margin: 0 auto;
}
.top-service-banner {
  max-width: 900px;
  width: 100%;
  min-height: 285px;
  margin: 0 auto;
  padding: 26px 20px 32px 20px;
  background: center/cover no-repeat url(../../images/top/top-service-banner-bg.png);
  border: 6px solid #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
  position: relative;
}
.top-service-banner::before {
  position: absolute;
  content: "";
  left: -103px;
  bottom: -13px;
  width: 176px;
  height: 231px;
  background: center/cover no-repeat url(../../images/top/top-service-illust.png);
}
.top-service-sub-title {
  text-align: center;
  margin-bottom: 30px;
}
.top-service-sub-text {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 27px;
}

.top-message {
  position: relative;
  z-index: 1;
}
.top-message::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 438px;
  background: center top/cover no-repeat url(../../images/top/top-message-bg-bottom.png);
  z-index: -1;
}
.top-message .cmn-title {
  margin-bottom: 80px;
}
.top-message-content {
  max-width: 700px;
  width: 100%;
  height: 393px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #84766f;
  border-radius: 30px;
}
.top-message-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.news {
  overflow: hidden;
}
.news-inner {
  padding: 140px 0;
  position: relative;
}
.news .cmn-title {
  max-width: 210px;
  width: 100%;
  text-align: left;
  margin: 0;
}
.news .cmn-title::before {
  right: auto;
  bottom: 38px;
  left: -90px;
  width: 92px;
  height: 100px;
  background: center/cover no-repeat url(../../images/top/news-title-deco.png);
}
.news-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-right {
  max-width: 670px;
  width: 100%;
}
.news-list {
  width: 100%;
  min-height: 340px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  padding: 20px 49px;
  background-color: #fff;
  border-radius: 45px;
  border: 2px dashed #8c6b5a;
  position: relative;
}
.news-list-item a:hover .news-title {
  color: #ff7cbf;
}
.news-title {
  width: 90%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -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: 9px;
}
.news-accent time {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  color: #ff7cbf;
  letter-spacing: 0.04em;
  margin-right: 19px;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  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: "#";
  color: #ff7cbf;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news .cmn-btn {
  position: absolute;
  left: 0;
  bottom: 225px;
}
.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: #ff7cbf;
  border: 2px solid #ff7cbf;
}
.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: #ff7cbf;
}
.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 #ff7cbf;
  border-bottom: 1px solid #ff7cbf;
}
.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 .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #ff7cbf;
  border-right: 1px solid #ff7cbf;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #ff7cbf !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

.reserve-inner {
  padding: 140px 0;
}
.reserve-banner {
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px 55px 20px;
  background: center/cover no-repeat url(../../images/top/reserve-box-bg.png);
  border: 6px solid #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: -3px 3px 9px 3px rgba(52, 40, 32, 0.1);
          box-shadow: -3px 3px 9px 3px rgba(52, 40, 32, 0.1);
  position: relative;
}
.reserve-banner::before {
  position: absolute;
  content: "";
  right: -78px;
  bottom: 0;
  width: 203px;
  height: 269px;
  background: center/cover no-repeat url(../../images/top/reserve-illust.png);
}
.reserve-info {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.reserve-title {
  text-align: center;
  margin-bottom: 30px;
}
.reserve-accent-title {
  text-align: center;
  margin-bottom: 32px;
}
.reserve-contact:hover {
  opacity: 0.7;
}
.reserve-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 14px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.reserve-tel::before {
  content: "";
  width: 27px;
  height: 27px;
  margin-right: 15px;
  background: center/cover no-repeat url(../../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-sub-title {
  font-size: 2rem;
  font-weight: 500;
  color: #ff7cbf;
  line-height: 1;
  margin-left: 50px;
  margin-bottom: 15px;
}
.reserve-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  margin-left: 50px;
}

/*========================================
about
==========================================*/
.about {
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: center/cover no-repeat url(../../images/about/about-bg-bottom.png);
}
.about .cmn-title::before {
  bottom: 12px;
  right: -120px;
  width: 98px;
  height: 83px;
  background: center/cover no-repeat url(../../images/about/cmn-title-deco.png);
}
.about-img {
  margin-left: -100px;
}
.about-textbox {
  max-width: 577px;
  width: 100%;
}
.about-text {
  font-size: 2rem;
  line-height: 2.5;
}
.about-text:not(:last-of-type) {
  margin-bottom: 45px;
}

.interview {
  position: relative;
  z-index: 1;
}
.interview::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 757px;
  background: center top/cover no-repeat url(../../images/about/interview-bg-bottom.png);
  z-index: -1;
}
.interview .cmn-title::before {
  bottom: 12px;
  right: -120px;
  width: 98px;
  height: 83px;
  background: center/cover no-repeat url(../../images/about/cmn-title-deco.png);
}
.interview-content {
  max-width: 700px;
  width: 100%;
  height: 393px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 100px;
  background-color: #84766f;
  border-radius: 30px;
}
.interview-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
service
==========================================*/
.service-inner {
  max-width: 1280px;
  padding-bottom: 140px;
}
.service .cmn-title::before {
  bottom: 12px;
  right: -120px;
  width: 98px;
  height: 83px;
  background: center/cover no-repeat url(../../images/about/cmn-title-deco.png);
}
.service-sub-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 70px;
}
.service-tag-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
}
.service-tag-list-item {
  margin-bottom: 30px;
}
.service-tag-list-item:not(:last-child) {
  margin-right: 40px;
}
.service-tag-list-item:first-child a {
  background: center/500px 300px repeat url(../../images/service/tag-btn-bg02.png);
}
.service-tag-list-item a {
  width: 100%;
  height: 100%;
  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;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  padding: 20px 40px 20px 30px;
  background: center/500px 300px repeat url(../../images/service/tag-btn-bg01.png);
  border-radius: 10px;
  position: relative;
}
.service-tag-list-item a::before {
  content: "";
  width: 25px;
  height: 16px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/cmn-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service-tag-list-item a:hover {
  opacity: 0.8;
  background: center/500px 300px repeat url(../../images/service/tag-btn-bg02.png);
}
.service-tag-list-item a:hover::before {
  right: 8px;
}
.service-wrap {
  width: 100%;
  padding: 100px;
  margin-bottom: 120px;
  background: center/1280px 1029px repeat url(../../images/service/service-wrap-bg.png);
  overflow: hidden;
  position: relative;
}
.service-wrap::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 6px;
  background: center/cover no-repeat url(../../images/service/service-border.png);
}
.service-wrap::after {
  position: absolute;
  content: "";
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 6px;
  background: center/cover no-repeat url(../../images/service/service-border.png);
}
.service-list {
  max-height: 930px;
  overflow-y: auto;
  -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;
}
.service-list-item {
  max-width: 320px;
  width: 100%;
  margin-bottom: 85px;
}
.service-list-item:not(:nth-child(3n)) {
  margin-right: 60px;
}
.service-img {
  width: 100%;
  height: 213px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
}
.service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.service-accent {
  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;
}
.service-accent-tag {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 6px 9px;
  background: center/cover no-repeat url(../../images/service/tag-btn-bg01.png);
}
.service-accent-tag:not(:last-of-type) {
  margin-right: 8px;
}
.service-btn {
  max-width: 560px;
  width: 100%;
  height: 140px;
  margin: 0 auto;
  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;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: center/cover no-repeat url(../../images/service/service-btn-bg.png);
  border-radius: 15px;
  position: relative;
}
.service-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 90px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 16px;
  background: center/cover no-repeat url(../images/top/cmn-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service-btn::after {
  position: absolute;
  content: "";
  right: -130px;
  bottom: -30px;
  width: 203px;
  height: 269px;
  background: center/cover no-repeat url(../../images/service/service-illust.png);
}
.service-btn:hover {
  opacity: 0.8;
}
.service-btn:hover::before {
  right: 80px;
}

.flow {
  background: center/cover no-repeat url(../../images/service/flow-bg.png);
  position: relative;
  z-index: 1;
}
.flow::before {
  position: absolute;
  content: "";
  top: 7px;
  right: 0;
  max-width: 1805px;
  width: 95%;
  height: 6px;
  background: center/cover no-repeat url(../../images/service/flow-bg-top.png);
}
.flow::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: center/cover no-repeat url(../../images/service/flow-bg-bottom.png);
}
.flow-inner {
  padding: 140px 0;
}
.flow .cmn-title::before {
  bottom: 12px;
  right: -120px;
  width: 98px;
  height: 83px;
  background: center/cover no-repeat url(../../images/about/cmn-title-deco.png);
}
.flow-sub-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 70px;
}
.flow-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  padding: 21px 0;
  background: center/cover no-repeat url(../../images/service/flow-title-bg.png);
  border-bottom: 8px solid #ff7cbf;
  border-radius: 10px 10px 0 0;
}
.flow-list-item {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 60px;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 27px;
  height: 18px;
  background: center/cover no-repeat url(../../images/service/flow-arrow.png);
}
.flow-list-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 29px;
  margin-bottom: 14px;
  position: relative;
}
.flow-list-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: center/cover no-repeat url(../../images/service/flow-sub-border.png);
}
.flow-no {
  margin-right: 48px;
}
.flow-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 50px;
}
.flow-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}

.link-banner {
  position: relative;
  z-index: 1;
}
.link-banner::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: center/cover no-repeat url(../../images/about/about-bg-bottom.png);
}
.link-banner-inner {
  padding: 140px 0;
}
.link-banner-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 90px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.link-banner-list-item {
  max-width: 510px;
  width: 100%;
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 0;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  padding: 70px 30px 42px 30px;
  background: center/cover no-repeat url(../../images/service/link-banner-box-bg.png);
  border: 6px solid #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: -3px 3px 9px 3px rgba(52, 40, 32, 0.1);
          box-shadow: -3px 3px 9px 3px rgba(52, 40, 32, 0.1);
  position: relative;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  right: 25px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  background: center/cover no-repeat url(../../images/service/link-banner-arrow.png);
}
.link-banner-title {
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 412px;
  width: 100%;
  height: 84px;
  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;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background: center/cover no-repeat url(../../images/top/top-service-title-bg.png);
}
.link-banner-icon {
  margin-right: 38px;
}
.link-banner-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.6rem;
  font-weight: 700;
}
.link-banner .top-service-banner {
  background: center/cover no-repeat url(../../images/service/link-banner-bg02.png);
}
.link-banner .top-service-sub-text {
  margin-bottom: 0;
}

/*========================================
question
==========================================*/
.question .cmn-title::before {
  bottom: 12px;
  right: -120px;
  width: 98px;
  height: 83px;
  background: center/cover no-repeat url(../../images/about/cmn-title-deco.png);
}
.question-inner {
  padding-bottom: 65px;
}
.question-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}
.question-btn {
  max-width: 334px;
  width: 100%;
  height: 60px;
  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;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: center/500px 300px repeat url(../../images/service/tag-btn-bg01.png);
  border-radius: 10px;
  position: relative;
}
.question-btn::before {
  content: "";
  width: 25px;
  height: 16px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/cmn-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.question-btn:not(:last-child) {
  margin-right: 40px;
}
.question-btn:hover {
  opacity: 0.8;
}
.question-btn:hover::before {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
.question-wrap {
  padding-top: 240px;
  margin-top: -240px;
}
.question-wrap:not(:last-of-type) {
  margin-bottom: 95px;
}
.question-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  padding: 21px 0;
  background: center/cover no-repeat url(../../images/service/flow-title-bg.png);
  border-bottom: 8px solid #ff7cbf;
  border-radius: 10px 10px 0 0;
}
.question-list-item {
  width: 100%;
  margin-left: 30px;
  position: relative;
}
.question-list-item::before {
  position: absolute;
  content: "";
  top: -23px;
  left: -29px;
  width: 60px;
  height: 60px;
  background: center/cover no-repeat url(../../images/question/Q.png);
}
.question-list-item:not(:last-child) {
  margin-bottom: 60px;
}
.question-list-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 19px 59px;
  margin-bottom: 25px;
  background: center/cover no-repeat url(../../images/question/question-title-bg.png);
  border-radius: 10px;
}
.question-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  -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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-left: 58px;
}
.question-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 28px;
  height: 22px;
  margin-top: 10px;
  margin-right: 11px;
  background: center/contain no-repeat url(../../images/question/A..png);
}

#question .reserve-inner {
  padding-top: 0;
}

/*========================================
info
==========================================*/
.info .cmn-title::before {
  bottom: 12px;
  right: -120px;
  width: 98px;
  height: 83px;
  background: center/cover no-repeat url(../../images/about/cmn-title-deco.png);
}
.info-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.info-img {
  margin-left: -100px;
}
.info-textbox {
  max-width: 580px;
  width: 100%;
}
.info-table {
  width: 100%;
}
.info-table tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.6);
}
.info-table tr th {
  width: 170px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  padding: 27px 35px;
  vertical-align: top;
}
.info-table tr td {
  width: 400px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  padding: 15px 0;
  letter-spacing: 0.07em;
  vertical-align: middle;
}
.info-tel-txt {
  display: inline-block;
}
.info-tel-txt img {
  display: block;
}

.access-inner {
  padding: 0;
}
.access-map {
  width: 100%;
  height: 400px;
  background: center/cover no-repeat url(../../images/info/map.png);
  border-radius: 30px;
  overflow: hidden;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #ff7cbf;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #ff7cbf;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #ff7cbf;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ff7cbf;
  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 #ff7cbf;
}
.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 #ff7cbf;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #ff7cbf;
  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 #ff7cbf;
  border-right: 1px solid #ff7cbf;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !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);
  position: relative;
}
.footer::before {
  position: absolute;
  content: "";
  top: -3px;
  left: 0;
  width: 100%;
  height: 23px;
  background: center/cover no-repeat url(../../images/top/footer-bg-top.png);
}
.footer-inner {
  padding-bottom: 120px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-logo {
  margin-bottom: 40px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.footer-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 14px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 19px;
  height: 19px;
  margin-right: 11px;
  background: center/cover no-repeat url(../../images/common/header-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-nav {
  max-width: 384px;
  width: 100%;
}
.footer-nav-list {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 163px;
  -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-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(4n)) {
  margin-bottom: 33px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  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;
}
.footer-nav-list-item a::before {
  content: "";
  width: 6px;
  height: 9px;
  margin-right: 12px;
  background: center/cover no-repeat url(../../images/top/footer-nav-arrow.png);
}
.footer-nav-list-item a:hover {
  color: #ff7cbf;
}
.footer-bottom {
  background-color: #ff7cbf;
}
.footer-bottom-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 9px 0;
}
.footer-bottom #copyright {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
.footer-sub-list {
  max-width: 280px;
  width: 100%;
}
.footer-sub-list-item {
  line-height: 1;
}
.footer-sub-list-item:not(:last-child) {
  margin-right: 12px;
}
.footer-sub-list-item:not(:last-child)::after {
  content: "|";
  color: #fff;
  margin-left: 12px;
}
.footer-sub-list-item a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
.footer-sub-list-item a:hover {
  opacity: 0.7;
}