@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  background-color: #fff;
  z-index: 10;
}
.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;
  max-width: 240px;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 575px;
  width: 100%;
}
.header-flex {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-bottom: 18px;
}
.header-textbox {
  padding: 8px 26px;
  margin-right: 17px;
  background-color: #fff7c7;
  border-radius: 27px;
}
.header-contact:hover {
  opacity: 0.8;
}
.header-tel {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  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: 17px;
  height: 21px;
  margin-right: 5px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  display: block;
  margin-top: 5px;
}
.header-tel-txt img {
  display: block;
}
.header .global-nav {
  width: 100%;
}
.header .global-nav-list {
  width: 100%;
  height: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
}
.header .global-nav-list-item a:hover {
  color: #59be01 !important;
}
.header .global-nav-list-item a:hover::after {
  width: 100%;
}
.header .global-nav-list-item a.current {
  color: #59be01 !important;
}
.header .global-nav-list-item a.current::after {
  width: 100%;
}
.header .main-visual {
  width: 100%;
  height: 270px;
  margin-top: 80px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.header .main-visual-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1700px;
  width: 95%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  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: 1830px;
  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: 20px;
  z-index: 5;
}
.header .main-visual-textbox img {
  height: 163px;
}
.header .sub-visual {
  width: 100%;
  height: 250px;
  margin-top: 80px;
  margin-bottom: 30px;
  position: relative;
}
.header .sub-visual-img {
  max-width: 1114px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  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%);
  max-width: 1700px;
  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;
  z-index: 5;
}
.header .sub-visual-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 18px 10px;
  background-color: #fcf5c6;
  border-radius: 20px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-worry {
  position: relative;
  z-index: 1;
}
.top-worry::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center top/cover no-repeat url(../images/top/top-worry-bg.png);
  z-index: -1;
}
.top-worry::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 258px;
  background: center top/cover no-repeat url(../images/top/top-worry-bg-bottom.png);
}
.top-worry-list {
  padding: 40px 15px 100px 15px;
  background-color: #f8e989;
  border-radius: 34px 34px 0 0;
  position: relative;
  z-index: 1;
}
.top-worry-list::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -102px;
  width: 100%;
  height: 102px;
  background: center/cover no-repeat url(../images/top/top-worry-arrow.png);
  z-index: -1;
}
.top-worry-list::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -75px;
  width: 196px;
  height: 166px;
  background: center/contain no-repeat url(../images/top/top-worry-illust.png);
}
.top-worry-list-item {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 10px 13px;
  background-color: #fff;
  border-radius: 10px;
  -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-worry-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 25px;
  height: 21px;
  margin-right: 10px;
  background: center/contain no-repeat url(../images/top/top-worry-check.png);
}
.top-worry-list-item:not(:last-child) {
  margin-bottom: 18px;
}
.top-worry-sub-title-wrap {
  text-align: center;
  padding: 68px 0 45px 0;
  background-color: #fffbe2;
}
.top-worry-sub-title-wrap img {
  height: 75px;
}

.top-about {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/top-about-bg.png);
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: center/cover no-repeat url(../images/top/top-about-bg-top.png);
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-about-img {
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}
.top-about-img::before {
  position: absolute;
  content: "";
  top: -229px;
  right: -172px;
  width: 326px;
  height: 387px;
  background: center/contain no-repeat url(../images/top/top-about-deco.png);
  z-index: -1;
}
.top-about-textbox {
  max-width: 594px;
  width: 100%;
}
.top-about-textbox .cmn-title {
  text-align: left;
}
.top-about-textbox .cmn-title::before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.top-about-text:last-of-type {
  margin-bottom: 25px;
}

.top-reason {
  background: center/1920px 1345px repeat url(../images/top/top-reason-bg.png);
}
.top-reason-list {
  padding: 20px 15px;
  margin-bottom: 30px;
  background-color: #fcf5c6;
  border-radius: 34px;
}
.top-reason-list-item {
  max-width: 430px;
  width: 100%;
  padding: 25px 15px;
  background-color: #f8e989;
  border-radius: 18px;
}
.top-reason-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.top-reason-list-item:nth-child(3) .top-reason-list-title {
  margin-bottom: 30px;
}
.top-reason-list-title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  padding: 10px 5px;
  text-align: center;
  margin-bottom: 18px;
  background-color: #fff;
  border-radius: 7px;
}
.top-reason-icon {
  text-align: center;
}

.top-service {
  background: center/cover no-repeat url(../images/top/top-service-bg.png);
}
.top-service-list {
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-service-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-service-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 20px;
}

.link-banner {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/link-banner-bg.png);
}
.link-banner-inner {
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.link-banner-inner::before {
  position: absolute;
  content: "";
  right: -18px;
  bottom: 0;
  width: 63px;
  height: 136px;
  background: center/contain no-repeat url(../images/top/link-banner-illust.png);
  z-index: 2;
}
.link-banner-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link-banner-list-item {
  max-width: 350px;
  width: 100%;
  height: 173px;
}
.link-banner-list-item:nth-child(1) {
  margin-bottom: 25px;
}
.link-banner-list-item:nth-child(1) .link-banner-title img {
  height: 83px;
}
.link-banner-list-item:nth-child(2) .link-banner-title img {
  height: 37px;
}
.link-banner-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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 15px;
  border-radius: 21px;
  border: 2px solid #693806;
  position: relative;
  z-index: 1;
}
.link-banner-list-item a:hover {
  opacity: 0.8;
}
.link-banner-list-item a:hover .link-banner-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.link-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  border-radius: 21px;
}
.link-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news {
  overflow: hidden;
}
.news-inner {
  position: relative;
  z-index: 1;
}
.news-wrap {
  width: 100%;
}
.news-left {
  max-width: 294px;
  width: 100%;
}
.news-textbox {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-right {
  max-width: 724px;
  width: 100%;
  min-height: 250px;
}
.news-list {
  width: 100%;
  margin-bottom: 30px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 14px;
}
.news-list-item:not(:last-child) a {
  padding-bottom: 20px;
  position: relative;
}
.news-list-item:not(:last-child) a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: center/cover no-repeat url(../images/top/news-border.png);
}
.news-list-item a {
  width: 100%;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 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;
  padding: 4px 16px;
  background-color: #59be01;
  border-radius: 10px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-accent time {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #eccc03;
  letter-spacing: 0.12em;
  margin-right: 13px;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-tag-list {
  max-width: 250px;
  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: #000;
  border: 2px solid #000;
}
.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: #000;
}
.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: 10px;
}
.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-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  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 #000;
  border-bottom: 1px solid #000;
}
.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;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #000 !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.reserve {
  background-color: #fcf5c6;
}
.reserve-inner {
  padding-top: 70px;
}
.reserve-content {
  padding: 35px 15px 25px 15px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.reserve-content::before {
  position: absolute;
  content: "";
  left: -14px;
  top: -83px;
  width: 99px;
  height: 116px;
  background: center/contain no-repeat url(../images/top/reserve-illust.png);
}
.reserve-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.reserve-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 31px;
  height: 40px;
  margin-right: 10px;
  background: center/contain no-repeat url(../images/top/reserve-title-l.png);
}
.reserve-title::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 31px;
  height: 40px;
  margin-left: 10px;
  background: center/contain no-repeat url(../images/top/reserve-title-r.png);
}
.reserve-flex {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 25px;
}
.reserve-textbox {
  padding: 8px 20px;
  margin-bottom: 17px;
  background-color: #fff7c7;
  border-radius: 27px;
}
.reserve-btn:hover {
  opacity: 0.7;
}
.reserve-tel {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  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;
}
.reserve-tel::before {
  content: "";
  width: 17px;
  height: 21px;
  margin-right: 5px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.reserve-tel-txt {
  display: block;
  margin-top: 5px;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

/*========================================
about 
==========================================*/
.reason {
  position: relative;
  z-index: 1;
}
.reason::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center top/cover no-repeat url(../images/about/reason.png);
  z-index: -1;
}
.reason::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: center top/cover no-repeat url(../images/about/reason-bg-bottom.png);
  z-index: -1;
}
.reason-list-item {
  max-width: 510px;
  width: 100%;
  padding-top: 30px;
  background-color: #f8e989;
  border-radius: 18px;
  overflow: hidden;
}
.reason-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 36px;
}
.reason-list-item:nth-child(3) .reason-list-title {
  margin-bottom: 30px;
}
.reason-list-title {
  max-width: 390px;
  width: 90%;
  margin: 0 auto;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  padding: 10px;
  text-align: center;
  margin-bottom: 18px;
  background-color: #fff;
  border-radius: 7px;
}
.reason-icon {
  text-align: center;
  margin-bottom: 13px;
}
.reason-textbox {
  padding: 20px;
  background-color: #fff29f;
}
.reason-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

.greeting {
  background: center/1920px 1358px repeat url(../images/about/greeting-bg.png);
}
.greeting-flex {
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.greeting-img {
  margin-bottom: 20px;
}
.greeting-right {
  max-width: 600px;
  width: 100%;
}
.greeting-name {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.greeting-name .accent {
  display: inline-block;
  margin-right: 20px;
  color: #eccc03;
}
.greeting-textbox {
  padding: 20px;
  background-color: #fff;
  border-radius: 18px;
  position: relative;
}
.greeting-sub-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 7px 0;
  margin-bottom: 10px;
  text-align: center;
  background-color: #f8e989;
  border-radius: 10px;
}
.greeting-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.greeting-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.greeting-sub-textbox {
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 18px;
  position: relative;
}
.greeting-sub-textbox::before {
  position: absolute;
  content: "";
  top: -72px;
  right: -10px;
  width: 98px;
  height: 116px;
  background: center/contain no-repeat url(../images/about/greeting-deco.png);
}

.info {
  background: center/1920px 1345px repeat url(../images/top/top-reason-bg.png);
}
.info-textbox {
  padding: 20px 15px;
  background-color: #fcf5c6;
  border-radius: 20px;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  border-bottom: 1px solid #eccc03;
}
.info-table tr th {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 25px 0 10px 0;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px 10px;
  vertical-align: middle;
}
.info-tel-txt {
  display: inline-block;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.service {
  position: relative;
  z-index: 1;
}
.service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center top/cover no-repeat url(../images/service/service-bg.png);
  z-index: -1;
}
.service::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: center top/cover no-repeat url(../images/about/reason-bg-bottom.png);
  z-index: -1;
}
.service-content {
  padding: 25px 20px;
  background-color: #fff;
  border-radius: 18px;
}
.service-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.service-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 12px 5px;
  margin-bottom: 23px;
  text-align: center;
  background-color: #f8e989;
  border-radius: 7px;
}
.service-sub-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding: 9px 5px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #f8e989;
  border-radius: 7px;
}
.service-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.service-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.service-sub-content {
  margin-top: 20px;
  padding: 20px 15px;
  background-color: #fcf5c6;
  border-radius: 18px;
}
.service-list {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.service-list-item {
  font-size: 1.6rem;
  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;
}
.service-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 5px;
  height: 5px;
  margin-right: 14px;
  background-color: #eccc03;
  border-radius: 50%;
}
.service-list-item:not(:last-child) {
  margin-bottom: 23px;
}

.menu {
  background: center/1920px 1358px repeat url(../images/about/greeting-bg.png);
}
.menu-notice {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.menu-notice:not(:last-of-type) {
  margin-bottom: 20px;
}
.menu-notice:last-of-type {
  margin-bottom: 26px;
}
.menu-wrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 43px;
}
.menu-scrool {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 20px;
}
.menu-table {
  width: 840px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #fff;
}
.menu-table tr:not(:last-of-type) {
  border-bottom: 1px solid #d1c4b8;
}
.menu-table tr:first-of-type {
  border-bottom: none;
}
.menu-table th {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 20px 0;
  text-align: center;
  background-color: #f8e989;
}
.menu-table th:nth-of-type(1) {
  width: 327px;
}
.menu-table th:nth-of-type(2) {
  width: 170px;
}
.menu-table th:last-of-type {
  width: 49%;
}
.menu-table td {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  vertical-align: middle;
  padding: 14px 10px;
  background-color: #fff;
}
.menu-table td:last-of-type {
  font-size: 1.55rem;
  line-height: 1.9;
  text-align: left;
}
.menu-sub-content {
  padding: 30px 25px;
  background-color: #fff;
  border-radius: 18px;
}
.menu-sub-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  padding: 12px 0;
  margin-bottom: 15px;
  text-align: center;
  background-color: #f8e989;
  border-radius: 7px;
}
.menu-list {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.menu-list-item {
  font-size: 1.6rem;
  font-weight: 700;
  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;
}
.menu-list-item::before {
  content: "●";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.menu-list-item:not(:last-child) {
  margin-bottom: 5px;
}

/*========================================
guide
==========================================*/
.flow {
  position: relative;
  z-index: 1;
}
.flow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center top/cover no-repeat url(../images/service/service-bg.png);
  z-index: -1;
}
.flow::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: center top/cover no-repeat url(../images/about/reason-bg-bottom.png);
  z-index: -1;
}
.flow-list-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px;
  background-color: #f8e989;
  border-radius: 18px;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.flow-icon {
  margin-bottom: 20px;
}
.flow-textbox {
  width: 100%;
}
.flow-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
  padding: 12px 10px;
  background-color: #fff;
  border-radius: 7px;
}
.flow-title .accent {
  display: block;
  margin-bottom: 10px;
  color: #eccc03;
}
.flow-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  padding: 0 15px;
}

.question {
  background: center/1920px 1358px repeat url(../images/about/greeting-bg.png);
}
.question-list-item {
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
}
.question-list-item:not(:last-child) {
  margin-bottom: 23px;
}
.question-textbox {
  padding: 20px 15px;
}
.question-title {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 14px 14px;
  background-color: #f8e989;
}
.question-body {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.question-body img {
  max-width: 100%;
}

/*========================================
case
==========================================*/
.case {
  position: relative;
  z-index: 1;
}
.case::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center top/cover no-repeat url(../images/service/service-bg.png);
  z-index: -1;
}
.case::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: center top/cover no-repeat url(../images/about/reason-bg-bottom.png);
  z-index: -1;
}
.case-content {
  padding: 25px 20px;
  background-color: #f8e989;
  border-radius: 18px;
}
.case-content:not(:last-of-type) {
  margin-bottom: 20px;
}
.case-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 15px;
  margin-bottom: 20px;
}
.case-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 10px;
  height: 10px;
  margin-right: 20px;
  background-color: #59be01;
  border-radius: 50%;
}
.case-sub-content {
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 7px;
}
.case-sub-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.case-sub-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 10px 7px;
  margin-bottom: 13px;
  text-align: center;
  background-color: #f8e989;
  border-radius: 7px;
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #000;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  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;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #000;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #000;
}

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

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #000;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #000;
  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 #000;
  border-right: 1px solid #000;
  -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-sp
==========================================*/
.footer {
  background-color: #59be01;
}
.footer-inner {
  padding: 35px 0;
}
.footer-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-address {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.12em;
  margin-bottom: 35px;
}
.footer-flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px;
}
.footer-left {
  max-width: 553px;
  width: 100%;
  margin-bottom: 25px;
}
.footer-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.footer-text:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer-notice {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  margin-top: 20px;
}
.footer-right {
  max-width: 294px;
  width: 100%;
}
.footer-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-link .cmn-btn {
  background-color: #eccc03;
}
.footer-link .cmn-btn::before {
  right: 30px;
}
.footer-link .cmn-btn:hover::before {
  right: 20px;
}
.footer-link .cmn-btn:not(:last-of-type) {
  margin-bottom: 24px;
}
.footer-nav {
  width: 100%;
  margin-bottom: 30px;
}
.footer-nav-list {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav-list-item {
  line-height: 1;
  margin-bottom: 20px;
}
.footer-nav-list-item:not(:last-child) {
  margin-right: 13px;
}
.footer-nav-list-item a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.05em;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
}
.footer-bottom #copyright a {
  color: #fff !important;
}