@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  width: 100%;
  height: 140px;
  padding: 0 110px;
  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;
}
.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: 790px;
  margin-bottom: 105px;
  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: 790px;
  z-index: -1;
  border-radius: 30px;
  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: 90%;
  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: 60px;
  z-index: 5;
}
.header .sub-visual {
  width: 100%;
  height: 520px;
  margin-bottom: 105px;
  position: relative;
}
.header .sub-visual-img {
  max-width: 1114px;
  width: 80%;
  margin-left: auto;
  height: 100%;
  margin-right: 110px;
  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: 90%;
  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;
  z-index: 5;
}
.header .sub-visual-title {
  min-width: 730px;
  font-size: 4.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 44px;
  background-color: #fcf5c6;
  border-radius: 34px;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.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-inner {
  padding: 125px 0 135px 0;
}
.top-worry-list {
  padding: 60px 80px 28px 80px;
  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: "";
  right: -39px;
  bottom: -49px;
  width: 428px;
  height: 366px;
  background: center/cover no-repeat url(../images/top/top-worry-illust.png);
}
.top-worry-list-item {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 14px 82px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-worry-list-item::before {
  content: "";
  width: 25px;
  height: 21px;
  margin-right: 15px;
  background: center/cover 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: 36px 0 91px 0;
  background-color: #fffbe2;
}

.top-about {
  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: 158px;
  background: center/cover no-repeat url(../images/top/top-about-bg-top.png);
}
.top-about-inner {
  padding-top: 200px;
  padding-bottom: 140px;
}
.top-about-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-about-img {
  margin-top: 124px;
  margin-left: -420px;
  position: relative;
  z-index: 0;
}
.top-about-img::before {
  position: absolute;
  content: "";
  top: -229px;
  right: -172px;
  width: 326px;
  height: 387px;
  background: center/cover 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.8rem;
  font-weight: 700;
  line-height: 2.222;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 38px;
}
.top-about-text:last-of-type {
  margin-bottom: 59px;
}

.top-reason {
  background: center/1920px 1345px repeat url(../images/top/top-reason-bg.png);
}
.top-reason-inner {
  padding: 130px 0 110px 0;
}
.top-reason-list {
  padding: 60px 80px;
  margin-bottom: 70px;
  background-color: #fcf5c6;
  border-radius: 34px;
}
.top-reason-list-item {
  max-width: 430px;
  width: 100%;
  padding: 30px 20px;
  background-color: #f8e989;
  border-radius: 18px;
}
.top-reason-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 36px;
}
.top-reason-list-item:nth-child(3) .top-reason-list-title {
  margin-bottom: 30px;
}
.top-reason-list-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 10px;
  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: 43px;
}
.top-service-list-item:not(:last-child) {
  margin-bottom: 0;
}
.top-service-text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.22;
  margin-bottom: 50px;
}

.link-banner {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/link-banner-bg.png);
}
.link-banner-inner {
  position: relative;
  z-index: 1;
}
.link-banner-inner::before {
  position: absolute;
  content: "";
  right: -214px;
  bottom: 0;
  width: 165px;
  height: 356px;
  background: center/cover no-repeat url(../images/top/link-banner-illust.png);
  z-index: -1;
}
@media (max-width: 1460px) {
  .link-banner-inner::before {
    right: -130px;
  }
}
.link-banner-list-item {
  max-width: 510px;
  width: 100%;
  height: 232px;
}
.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: 32px;
  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 .cmn-btn {
  position: absolute;
  left: 0;
  bottom: 100px;
  max-width: 294px;
  width: 100%;
  height: 56px;
}
.news-textbox {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-right {
  max-width: 724px;
  width: 100%;
  min-height: 250px;
}
.news-list {
  width: 100%;
  min-height: 315px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 17px;
}
.news-list-item:not(:last-child) a {
  padding-bottom: 29px;
  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: 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: #00a05a;
  border: 2px solid #00a05a;
}
.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: #00a05a;
}
.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 #00a05a;
  border-bottom: 1px solid #00a05a;
}
.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 #00a05a;
  border-right: 1px solid #00a05a;
}
.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: #00a05a !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

.reserve {
  background-color: #fcf5c6;
}
.reserve-content {
  padding: 60px 0 70px 0;
  background-color: #fff;
  border-radius: 34px;
  position: relative;
}
.reserve-content::before {
  position: absolute;
  content: "";
  left: -111px;
  bottom: -35px;
  width: 272px;
  height: 318px;
  background: center/cover no-repeat url(../images/top/reserve-illust.png);
}
.reserve-title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserve-title::before {
  content: "";
  width: 55px;
  height: 70px;
  margin-right: 35px;
  background: center/cover no-repeat url(../images/top/reserve-title-l.png);
}
.reserve-title::after {
  content: "";
  width: 55px;
  height: 70px;
  margin-left: 35px;
  background: center/cover no-repeat url(../images/top/reserve-title-r.png);
}
.reserve-flex {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 42px;
}
.reserve-textbox {
  padding: 8px 75px;
  margin-right: 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.8rem;
  font-weight: 700;
  line-height: 1;
  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: 538px;
  background: center top/cover no-repeat url(../images/about/reason-bg-bottom.png);
  z-index: -1;
}
.reason-inner {
  padding: 130px 0 110px 0;
}
.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: 100%;
  margin: 0 auto;
  font-size: 2.2rem;
  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: 23px 35px;
  background-color: #fff29f;
}
.reason-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.222;
}

.greeting {
  background: center/1920px 1358px repeat url(../images/about/greeting-bg.png);
}
.greeting-inner {
  padding: 125px 0;
}
.greeting-flex {
  margin-bottom: 47px;
}
.greeting-right {
  max-width: 600px;
  width: 100%;
}
.greeting-name {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
}
.greeting-name .accent {
  display: inline-block;
  margin-right: 35px;
  color: #eccc03;
}
.greeting-textbox {
  padding: 30px 37px 25px 37px;
  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.8rem;
  font-weight: 700;
  line-height: 2.222;
}
.greeting-text:not(:last-of-type) {
  margin-bottom: 42px;
}
.greeting-sub-textbox {
  padding: 37px 78px;
  background-color: #fff;
  border-radius: 18px;
  position: relative;
}
.greeting-sub-textbox::before {
  position: absolute;
  content: "";
  top: -58px;
  right: -43px;
  width: 198px;
  height: 235px;
  background: center/cover no-repeat url(../images/about/greeting-deco.png);
}

.info {
  background: center/1920px 1345px repeat url(../images/top/top-reason-bg.png);
}
.info-textbox {
  padding: 60px 50px;
  background-color: #fcf5c6;
  border-radius: 34px;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  border-bottom: 1px solid #eccc03;
}
.info-table tr th {
  width: 150px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  padding: 26px 0;
  vertical-align: middle;
}
.info-table tr td {
  width: 785px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px 20px 20px 55px;
  vertical-align: middle;
}
.info-tel-txt {
  display: inline-block;
}
.info-tel-txt img {
  display: block;
}
.info-img-list {
  margin-bottom: 54px;
}
.info-img-list-item:not(:last-child) {
  margin-bottom: 0;
}
.info-map {
  width: 100%;
  height: 450px;
}
.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: 538px;
  background: center top/cover no-repeat url(../images/about/reason-bg-bottom.png);
  z-index: -1;
}
.service-inner {
  padding: 130px 0;
}
.service-content {
  padding: 50px;
  background-color: #fff;
  border-radius: 18px;
}
.service-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.service-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  padding: 12px 0;
  margin-bottom: 23px;
  text-align: center;
  background-color: #f8e989;
  border-radius: 7px;
}
.service-sub-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 9px 0;
  margin-bottom: 25px;
  text-align: center;
  background-color: #f8e989;
  border-radius: 7px;
}
.service-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.222;
}
.service-text:not(:last-of-type) {
  margin-bottom: 42px;
}
.service-sub-content {
  margin-top: 40px;
  padding: 30px 50px;
  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.8rem;
  font-weight: 700;
  line-height: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.service-list-item::before {
  content: "";
  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.8rem;
  font-weight: 700;
  line-height: 2.22;
  text-align: center;
}
.menu-notice:not(:last-of-type) {
  margin-bottom: 40px;
}
.menu-notice:last-of-type {
  margin-bottom: 26px;
}
.menu-wrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 43px;
}
.menu-table {
  width: 100%;
  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: 50px;
  background-color: #fff;
  border-radius: 18px;
}
.menu-sub-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  padding: 12px 0;
  margin-bottom: 33px;
  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.8rem;
  font-weight: 700;
  line-height: 2.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: 538px;
  background: center top/cover no-repeat url(../images/about/reason-bg-bottom.png);
  z-index: -1;
}
.flow-inner {
  padding: 130px 0;
}
.flow-list-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 50px 40px 60px;
  background-color: #f8e989;
  border-radius: 18px;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.flow-icon {
  margin-right: 42px;
}
.flow-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flow-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  padding: 14px 30px 14px 35px;
  background-color: #fff;
  border-radius: 7px;
}
.flow-title .accent {
  display: inline-block;
  margin-right: 32px;
  color: #eccc03;
}
.flow-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.22;
  padding-left: 30px;
}

.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: 17px 45px 30px 45px;
}
.question-title {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 17px 65px;
  background-color: #f8e989;
}
.question-body {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.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: 538px;
  background: center top/cover no-repeat url(../images/about/reason-bg-bottom.png);
  z-index: -1;
}
.case-content {
  padding: 55px 50px;
  background-color: #f8e989;
  border-radius: 18px;
}
.case-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.case-title {
  font-size: 2.6rem;
  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 45px;
  margin-bottom: 40px;
}
.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: 30px 50px;
  background-color: #fff;
  border-radius: 7px;
}
.case-sub-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.case-sub-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 10px 0;
  margin-bottom: 13px;
  text-align: center;
  background-color: #f8e989;
  border-radius: 7px;
}

/*========================================
contact
==========================================*/
/*========================================
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 input {
  color: #fff;
  background-color: #000;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #000;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  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.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #000;
}
.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 #000;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 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
==========================================*/
.footer {
  background-color: #59be01;
}
.footer-inner {
  padding: 100px 0;
}
.footer-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 80px;
  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%;
}
.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;
  color: #fff;
  margin-top: 30px;
}
.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: 60px;
}
.footer-nav-list {
  width: 100%;
}
.footer-nav-list-item {
  line-height: 1;
}
.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;
}