@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  padding: 0;
}
.header-logo {
  margin-top: 28px;
}
.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.6;
}
.header-content {
  max-width: 1010px;
  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-textbox {
  margin-right: 27px;
}
.header-tel {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-top: 16px;
  position: relative;
  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;
}
.header-tel::before {
  content: "";
  width: 20px;
  height: 24px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/common/header-icon.png);
}
.header-tel-txt {
  position: absolute;
  right: 0;
  top: 0;
}
.header-tel-txt img {
  display: block;
}
.header-link {
  max-width: 250px;
  width: 100%;
}
.header-link a:hover {
  opacity: 0.6;
}
.header .global-nav {
  width: 100%;
}
.header .global-nav-list-item a {
  position: relative;
}
.header .global-nav-list-item a::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: #67d0db;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover::before {
  width: calc(100% + 25px);
}
.header .main-visual {
  width: 100%;
  height: 380px;
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  background: center bottom/cover no-repeat url(../images/top/header-main-bg.png);
  z-index: -1;
}
.header .main-visual-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  max-width: 1846px;
  width: 96%;
  height: 90%;
  border-radius: 150px 0 0 150px;
  overflow: hidden;
  z-index: -1;
}
.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: 1410px;
  width: 95%;
  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;
}
.header .main-visual-textbox img {
  height: 205px;
}
.header .sub-visual {
  width: 100%;
  height: 280px;
  background: center/cover no-repeat url(../images/common/sub-visual-bg.png);
  position: relative;
  z-index: 1;
}
.header .sub-visual-textbox {
  max-width: 1410px;
  width: 95%;
  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;
}
.header .sub-visual-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  max-width: 1400px;
  width: 100%;
  height: 100%;
  border-radius: 150px 0 0 150px;
  overflow: hidden;
  z-index: -1;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-title img {
  height: 37px;
}
.header .drawer-sub-list {
  margin-top: 4%;
}
.header .drawer-sub-list .drawer-link {
  font-size: 3vw !important;
  padding: 2% 0 !important;
  border: none !important;
}
.header .drawer-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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 .drawer-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #2a2f24;
}
.header .drawer-sub-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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 .drawer-sub-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #2a2f24;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.news-inner {
  position: relative;
}
.news-section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 43px;
  -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;
}
.news-list {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-list-item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 15px;
}
.news-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.news-list-item a {
  width: 100%;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.news-visual {
  width: 100%;
  height: 176px;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 20px;
}
.news-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news time {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.12em;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 7px;
  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: 5px 11px;
  background-color: #7acc93;
  border-radius: 10px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 8px;
}
.news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.12em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 9px;
}
.news .more-btn {
  position: absolute;
  top: 45px;
  right: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  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-bottom: 5px;
  border-bottom: 1px solid rgba(83, 68, 57, 0.3);
  z-index: 10;
}
.news .more-btn::after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: 8px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.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: #7acc93;
  border: 2px solid #7acc93;
}
.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: #7acc93;
}
.news-tag-list-item a:hover {
  opacity: 0.7;
}
.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 #7acc93;
  border-bottom: 1px solid #7acc93;
}
.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 #7acc93;
  border-right: 1px solid #7acc93;
}
.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: #7acc93 !important;
}
.news-detail .paginated-link a:hover {
  color: #ed828b !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.top-greeting {
  overflow: hidden;
  display: none;
  position: relative;
  z-index: 1;
}
.top-greeting.visible {
  display: block !important;
}
.top-greeting-inner {
  position: relative;
  z-index: 1;
}
.top-greeting-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-greeting-img {
  margin-bottom: 20px;
}
.top-greeting-textbox {
  max-width: 500px;
  width: 100%;
}
.top-greeting-textbox .cmn-title {
  text-align: left;
}
.top-greeting-text {
  font-size: 1.6rem;
  line-height: 1.77777778;
  letter-spacing: 0.12em;
}
.top-greeting-text:not(:last-of-type) {
  margin-bottom: 20px;
}

#spring::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 220px;
  background: center/cover no-repeat url(../images/top/top-greeting-bg-bottom-sp.png);
  z-index: -1;
}
#spring .top-greeting-inner::before {
  position: absolute;
  content: "";
  top: 66px;
  left: -20px;
  width: 102px;
  height: 91px;
  background: center/cover no-repeat url(../images/top/top-greeting-bg-l-t-sp.png);
}
#spring .top-greeting-inner::after {
  position: absolute;
  content: "";
  right: -20px;
  bottom: 0px;
  width: 128px;
  height: 113px;
  background: center/contain no-repeat url(../images/top/top-greeting-bg-r-b-sp.png);
  z-index: -1;
}

#summer::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 220px;
  background: center/cover no-repeat url(../images/top/top-greeting-bg-bottom-summer.png);
  z-index: -1;
}
#summer .top-greeting-inner::before {
  position: absolute;
  content: "";
  top: 64px;
  left: -20px;
  width: 91px;
  height: 86px;
  background: center/cover no-repeat url(../images/top/top-greeting-bg-l-t-summer.png);
}
#summer .top-greeting-inner::after {
  position: absolute;
  content: "";
  right: -20px;
  bottom: 0px;
  width: 128px;
  height: 113px;
  background: center/contain no-repeat url(../images/top/top-greeting-bg-r-b-summer.png);
  z-index: -1;
}

#autumn::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 220px;
  background: center/cover no-repeat url(../images/top/top-greeting-bg-bottom-autumn.png);
  z-index: -1;
}
#autumn .top-greeting-inner::before {
  position: absolute;
  content: "";
  top: 59px;
  left: -20px;
  width: 133px;
  height: 86px;
  background: center/cover no-repeat url(../images/top/top-greeting-bg-l-t-autumn.png);
}
#autumn .top-greeting-inner::after {
  position: absolute;
  content: "";
  right: -20px;
  bottom: 0px;
  width: 130px;
  height: 119px;
  background: center/contain no-repeat url(../images/top/top-greeting-bg-r-b-autumn.png);
  z-index: -1;
}

#winter::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 220px;
  background: center/cover no-repeat url(../images/top/top-greeting-bg-bottom-winter.png);
  z-index: -1;
}
#winter .top-greeting-inner::before {
  position: absolute;
  content: "";
  top: 32px;
  left: -20px;
  width: 91px;
  height: 111px;
  background: center/cover no-repeat url(../images/top/top-greeting-bg-l-t-winter.png);
}
#winter .top-greeting-inner::after {
  position: absolute;
  content: "";
  right: -20px;
  bottom: 0px;
  width: 110px;
  height: 146px;
  background: center/contain no-repeat url(../images/top/top-greeting-bg-r-b-winter.png);
  z-index: -1;
}
#winter .top-greeting-inner .cmn-title-en {
  color: #67d0db;
}

.top-about {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.top-about-inner {
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  left: -13px;
  bottom: 15px;
  width: 88px;
  height: 137px;
  background: center/contain no-repeat url(../images/top/top-about-bg-l-b.png);
  z-index: -1;
}
.top-about-inner::after {
  position: absolute;
  content: "";
  right: -1px;
  top: 10px;
  width: 99px;
  height: 146px;
  background: center/contain no-repeat url(../images/top/top-about-bg-r-t.png);
  z-index: -1;
}
.top-about-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.top-about-list {
  max-width: 887px;
  width: 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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.top-about-list-item {
  max-width: 300px;
  width: 100%;
  height: 300px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.top-about-list-item:nth-child(1) {
  border: 2px solid #ed828b;
  -webkit-box-shadow: 6px 6px 0 0 #ed828b;
          box-shadow: 6px 6px 0 0 #ed828b;
}
.top-about-list-item:nth-child(1) .top-about-en {
  color: #ed828b;
}
.top-about-list-item:nth-child(2) {
  border: 2px solid #67d0db;
  -webkit-box-shadow: 6px 6px 0 0 #67d0db;
          box-shadow: 6px 6px 0 0 #67d0db;
}
.top-about-list-item:nth-child(2) .top-about-en {
  color: #67d0db;
}
.top-about-list-item:nth-child(3) {
  border: 2px solid #bf96d9;
  -webkit-box-shadow: 6px 6px 0 0 #bf96d9;
          box-shadow: 6px 6px 0 0 #bf96d9;
}
.top-about-list-item:nth-child(3) .top-about-en {
  color: #bf96d9;
}
.top-about-list-item:nth-child(4) {
  border: 2px solid #7acc93;
  -webkit-box-shadow: 6px 6px 0 0 #7acc93;
          box-shadow: 6px 6px 0 0 #7acc93;
}
.top-about-list-item:nth-child(4) .top-about-en {
  color: #7acc93;
}
.top-about-list-item:nth-child(5) {
  border: 2px solid #dbb867;
  -webkit-box-shadow: 6px 6px 0 0 #dbb867;
          box-shadow: 6px 6px 0 0 #dbb867;
}
.top-about-list-item:nth-child(5) .top-about-en {
  color: #dbb867;
}
.top-about-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.top-about-list-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.top-about-en {
  display: block;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 31px;
}

.top-service {
  background-color: #fbf9f7;
}
.top-service-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-service-list-item {
  max-width: 350px;
  width: 100%;
  height: 240px;
  position: relative;
  z-index: 1;
}
.top-service-list-item:nth-child(2) {
  margin-top: 70px;
  margin-bottom: 68px;
}
.top-service-list-item:nth-child(2) .top-service-en {
  color: #ed828b;
}
.top-service-list-item:nth-child(2) .top-service-textbox::before {
  background: center/cover no-repeat url(../images/top/top-service-arrow02.png);
}
.top-service-list-item:nth-child(2) a::before {
  background: center/cover no-repeat url(../images/top/top-service-no02.png);
}
.top-service-list-item:nth-child(3) .top-service-en {
  color: #67d0db;
}
.top-service-list-item:nth-child(3) .top-service-textbox::before {
  background: center/cover no-repeat url(../images/top/top-service-arrow03.png);
}
.top-service-list-item:nth-child(3) a::before {
  background: center/cover no-repeat url(../images/top/top-service-no03.png);
}
.top-service-list-item:nth-child(4) {
  margin-top: 70px;
}
.top-service-list-item:nth-child(4) .top-service-en {
  color: #7acc93;
}
.top-service-list-item:nth-child(4) .top-service-textbox::before {
  background: center/cover no-repeat url(../images/top/top-service-arrow04.png);
}
.top-service-list-item:nth-child(4) a::before {
  background: center/contain no-repeat url(../images/top/top-service-no04.png);
}
.top-service-list-item a {
  display: block;
  width: 97%;
  height: 100%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.top-service-list-item a::before {
  position: absolute;
  content: "";
  top: 0;
  left: -18px;
  width: 15px;
  height: 123px;
  background: center/cover no-repeat url(../images/top/top-service-no01.png);
}
.top-service-list-item a:hover .top-service-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.top-service-list-item a:hover .top-service-textbox::before {
  right: 30px;
}
.top-service-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 550px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  z-index: -1;
}
.top-service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-service-textbox {
  position: absolute;
  left: 0;
  max-width: 452px;
  width: 97%;
  bottom: -32px;
  padding: 17px 10px;
  background-color: #fff;
  border-radius: 0 20px 20px 20px;
}
.top-service-textbox::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/top-service-arrow01.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-service-en {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #bf96d9;
  margin-bottom: 10px;
}
.top-service-title {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.top-intro {
  overflow: hidden;
  background: center bottom/cover no-repeat url(../images/top/top-intro-bg.png);
  position: relative;
  z-index: 1;
}
.top-intro::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/top-intro-bg-top.png);
  z-index: -1;
}
.top-intro-inner {
  position: relative;
  z-index: 1;
}
.top-intro-inner::before {
  position: absolute;
  content: "";
  top: 10px;
  right: -15px;
  width: 104px;
  height: 168px;
  background: center/contain no-repeat url(../images/top/top-intro-bg-r-t.png);
  z-index: -1;
}
.top-intro-inner::after {
  position: absolute;
  content: "";
  bottom: 9px;
  left: -9px;
  width: 103px;
  height: 157px;
  background: center/contain no-repeat url(../images/top/top-intro-bg-l-b.png);
  z-index: -1;
}
.top-intro-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-intro-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.top-intro-img {
  margin-bottom: 20px;
}
.top-intro-textbox {
  max-width: 430px;
  width: 100%;
}
.top-intro-textbox .cmn-title {
  text-align: left;
}
.top-intro-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.77777778;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
}
.top-intro-btn {
  max-width: 320px;
  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: 1.6rem;
  font-weight: 500;
  color: #fff !important;
  letter-spacing: 0.12em;
  background-color: #7acc93;
  border-radius: 10px;
  position: relative;
}
.top-intro-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/top-intro-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-intro-btn:hover {
  opacity: 0.8;
}
.top-intro-btn:hover::before {
  right: 13px;
}

.reserve {
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
}
.reserve-content {
  padding: 30px 15px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.reserve-content::before {
  position: absolute;
  content: "";
  top: -12px;
  left: -13px;
  width: 120px;
  height: 67px;
  background: center/contain no-repeat url(../images/top/reserve-logo.png);
  z-index: -1;
}
.reserve-title {
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}
.reserve-text {
  font-size: 1.6rem;
  margin-bottom: 25px;
  text-align: center;
}
.reserve-flex {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.reserve-tel {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-top: 17px;
  position: relative;
  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: 30px;
}
.reserve-tel::before {
  content: "";
  width: 23px;
  height: 28px;
  margin-right: 8px;
  background: center/contain no-repeat url(../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  right: 0;
  top: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-btn:hover {
  opacity: 0.7;
}

/*========================================
about
==========================================*/
.about {
  background: center/cover no-repeat url(../images/about/about-bg.png);
}
.about-textbox {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
}
.about-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.66666;
}
.about-text .line {
  display: block;
  border-bottom: 1px dashed rgba(78, 77, 77, 0.3);
}

.chart {
  position: relative;
  z-index: 1;
  /*診断タイトル*/
  /*診断ボタン
  ----------------------------------------------- */
  /*回答リスト*/
  /*回答ボタン*/
  /*戻るボタン*/
  /*診断結果
  ----------------------------------------------- */
}
.chart::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: center/cover no-repeat url(../images/about/chart-bg-top.png);
  z-index: -1;
}
.chart-inner {
  width: calc(100% - 25px);
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.chart-inner::before {
  position: absolute;
  content: "";
  top: 12px;
  right: 5px;
  width: 98px;
  height: 124px;
  background: center/contain no-repeat url(../images/about/chart-bg-r-t.png);
  z-index: -1;
}
.chart-inner::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -7px;
  width: 122px;
  height: 189px;
  background: center/contain no-repeat url(../images/about/chart-bg-l-b.png);
  z-index: -1;
}
.chart-main-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 70px;
  position: relative;
}
.chart-main-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 65px;
  height: 35px;
  background: center/contain no-repeat url(../images/about/chart-title-deco.png);
}
.chart-main-title::after {
  position: absolute;
  content: "";
  left: -13px;
  bottom: -28px;
  width: 176px;
  height: 24px;
  background: center/contain no-repeat url(../images/about/chart-title-border.png);
}
.chart .chart_title {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 20px);
  font-size: 2.1rem;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 15px 10px 15px 35px;
  text-align: center;
  background-color: #7acc93;
  border-radius: 20px;
  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;
}
.chart .chart_title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/about/Q.png);
}
.chart .com_chart {
  padding-top: 50px;
  margin-top: -50px;
}
.chart .com_chart-inner {
  padding: 58px 15px 20px 15px;
  background-color: #fff;
  border: 1px solid #7acc93;
  position: relative;
  border-radius: 20px;
}
.chart .chart_btn_list {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}
.chart .chart_btn_list-item {
  max-width: 480px;
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
}
.chart .chart_btn_list-item:not(:last-child) {
  margin-bottom: 25px;
}
.chart .answer_btn {
  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;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  font-size: 1.5rem;
  border: 1px solid #7acc93;
  -webkit-box-shadow: 6px 8px 0 0 #7acc93;
          box-shadow: 6px 8px 0 0 #7acc93;
  position: relative;
}
.chart .answer_btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/about/chart-arrow01.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.chart .answer_btn:hover {
  -webkit-transform: translate(4px, 5px);
          transform: translate(4px, 5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.chart .btn_wrp {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.chart .more_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #4e4d4d !important;
  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-bottom: 5px;
  border-bottom: 1px solid rgba(83, 68, 57, 0.3);
}
.chart .more_btn::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: center/cover no-repeat url(../images/about/chart-arrow02.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.chart .more_btn:hover {
  opacity: 0.8;
}
.chart .more_btn:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.chart .result_title {
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 20px);
  font-size: 2rem;
  line-height: 1.4;
  color: #ed828b;
  letter-spacing: 0.15em;
  padding: 15px 8px 15px 38px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  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;
  border: 1px solid #ed828b;
}
.chart .result_title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 69px;
  background: center/contain no-repeat url(../images/about/chart-result-deco.png);
}
.chart .result_title::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 25px;
  background: center/cover no-repeat url(../images/about/chart-arrow03.png);
}
.chart .result_chart {
  padding-top: 50px;
  margin-top: -50px;
}
.chart .result_chart-inner {
  padding: 55px 15px 20px 15px;
  background-color: #fff;
  border: 1px solid #ed828b;
  position: relative;
  border-radius: 20px;
}
.chart .result_container {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.chart .result_img {
  max-width: 350px;
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
  border-radius: 30px;
  overflow: hidden;
}
.chart .result_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chart .result_txtxbx {
  max-width: 490px;
  width: 100%;
}
.chart .result_sub-title {
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 18px 0;
  text-align: center;
  margin-bottom: 15px;
  background-color: #ed828b;
  border-radius: 10px;
}
.chart .result_text {
  font-size: 1.6rem;
  line-height: 1.7777;
  margin-bottom: 18px;
}
.chart .result_btn-list {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.chart .result_btn-list li {
  max-width: 235px;
  width: 100%;
  height: 60px;
}
.chart .result_btn-list li:nth-child(2) {
  margin-top: 15px;
}
.chart .result_btn-list li:nth-child(2) a {
  background-color: #dbb867;
}
.chart .result_btn-list li:nth-child(2) a::before {
  background: center/cover no-repeat url(../images/about/chart-arrow05.png);
}
.chart .result_btn-list li 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: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff !important;
  background-color: #7acc93;
  border-radius: 10px;
  position: relative;
}
.chart .result_btn-list li a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/about/chart-arrow04.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.chart .result_btn-list li a:hover {
  opacity: 0.8;
}
.chart .result_btn-list li a:hover::before {
  right: 3px;
}

/*========================================
group
==========================================*/
.support {
  background-color: #fbf9f7;
}
.support-inner {
  padding: 30px 0;
}
.support-list {
  max-width: 911px;
  width: 100%;
  margin: 0 auto 30px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.support-list-item {
  max-width: 270px;
  width: 100%;
  text-align: center;
}
.support-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.support-list-title {
  font-size: 2rem;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.7;
  -webkit-text-decoration: 1px underline #7acc93;
          text-decoration: 1px underline #7acc93;
  text-underline-offset: 8px;
}
.support-icon {
  margin-bottom: 10px;
}
.support-sub-text {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.7777;
  padding: 18px 20px;
  background-color: #fff;
  border: 1px solid #7acc93;
  border-radius: 20px;
}

.feature {
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/group/feature-bg-top.png);
  z-index: -1;
}
.feature::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/group/feature-bg-bottom.png);
  z-index: -1;
}
.feature-content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.feature-img {
  margin-bottom: 20px;
}
.feature-textbox {
  max-width: 686px;
  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;
  margin-left: auto;
  padding: 22px 13px;
  background-color: #fbf9f7;
  border-radius: 30px;
}
.feature-no {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.feature-no::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 9px;
  background-color: #dbb867;
  border-radius: 50%;
}
.feature-title {
  font-size: 2.1rem;
  line-height: 1.26;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(78, 77, 77, 0.3);
}
.feature-text {
  font-size: 1.8rem;
  line-height: 1.777;
}

.price {
  background-color: #fbf9f7;
}
.price-inner {
  padding: 30px 0;
}
.price-table {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
.price-table tr {
  display: block;
}
.price-table tr:not(:last-of-type) {
  margin-bottom: 4px;
}
.price-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  padding: 21px 0;
  text-align: center;
  background: #7acc93;
  vertical-align: middle;
  border-radius: 10px;
}
.price-table tr td {
  display: block;
  padding: 20px;
  vertical-align: middle;
}
.price-sub-text {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 15px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #7acc93;
  border-radius: 20px;
}

.info {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/group/info-bg-top.png);
  z-index: -1;
}
.info::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  background: center/cover no-repeat url(../images/group/info-bg-bottom.png);
  z-index: -1;
}
.info-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.info-title {
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  padding: 15px 10px;
  background-color: #7acc93;
  border-radius: 20px;
}
.info-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.info-img {
  max-width: 432px;
  width: 100%;
  height: 320px;
  margin-bottom: 20px;
  border-radius: 30px;
  overflow: hidden;
}
.info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-textbox {
  max-width: 620px;
  width: 100%;
}
.info-table {
  width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 2px;
}
.info-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  padding: 22px 0;
  text-align: center;
  background: #dbb867;
  vertical-align: middle;
  border-radius: 10px;
}
.info-table tr td {
  display: block;
  padding: 15px;
  vertical-align: middle;
}
.info-tel-txt {
  display: block;
  margin-top: 5px;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 60vw;
  border-radius: 30px;
  overflow: hidden;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
job_a
==========================================*/
.dif {
  background-color: #fbf9f7;
}
.dif-inner {
  padding: 30px 0;
}
.dif-text {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.777;
  text-align: center;
  padding: 18px 30px;
  margin-bottom: 35px;
  background-color: #fff;
  border: 1px solid #7acc93;
  border-radius: 20px;
}
.dif-wrap {
  width: 100%;
  overflow-x: auto;
}
.dif-table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.dif-table tr:not(:last-of-type) {
  margin-bottom: 2px;
}
.dif-table tr:first-of-type th {
  width: 422px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 25px 0;
  text-align: center;
  background-color: #dbb867;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px 3px rgba(25, 25, 25, 0.05);
          box-shadow: 2px 2px 5px 3px rgba(25, 25, 25, 0.05);
  margin-left: 4px;
}
.dif-table tr:first-of-type th:first-of-type {
  width: 220px;
  opacity: 0;
  margin-left: 0;
}
.dif-table tr:first-of-type th:last-of-type {
  background-color: #7acc93;
}
.dif-table tr th {
  width: 220px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  background-color: #4e4d4d;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px 3px rgba(25, 25, 25, 0.05);
          box-shadow: 2px 2px 5px 3px rgba(25, 25, 25, 0.05);
}
.dif-table tr th .s-font {
  font-size: 1.2rem;
}
.dif-table tr td {
  width: 422px;
  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-left: 4px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px 3px rgba(25, 25, 25, 0.05);
          box-shadow: 2px 2px 5px 3px rgba(25, 25, 25, 0.05);
  vertical-align: middle;
}
.dif-table tr td .accent {
  font-weight: 600;
}
.dif-icon {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.dif-sub-text {
  max-width: 600px;
  width: 100%;
  margin: 35px auto 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  padding: 20px 15px;
  background-color: #ffffff;
  border-radius: 20px;
}
.dif-notice {
  line-height: 1;
  text-align: center;
  margin-top: 20px;
  color: #aaa;
}
.dif-sub-notice {
  font-size: 1.6rem;
  text-align: left;
  margin-top: 20px;
}

.good {
  position: relative;
  z-index: 1;
}
.good::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/group/feature-bg-top.png);
  z-index: -1;
}
.good-list {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #7acc93;
  border-radius: 20px;
}
.good-list-item {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.good-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  margin-top: 7px;
  background-color: #7acc93;
  border-radius: 50%;
}
.good-list-item:not(:last-child) {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px dashed #7acc93;
}

.works {
  position: relative;
  z-index: 1;
}
.works::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/group/feature-bg-bottom.png);
  z-index: -1;
}
.works-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.works-list-item {
  max-width: 329px;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.works-list-title {
  font-size: 2rem;
  font-weight: 400;
}
.works-img {
  margin-bottom: 16px;
}
.works-text {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
  padding: 20px 15px;
  background-color: #fff;
  border: 1px solid #7acc93;
  border-radius: 20px;
}

.score {
  background-color: #fff3d9;
}
.score-content {
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  background-color: #fff;
  border: 1px solid #7acc93;
  border-radius: 20px;
}
.score-list-item {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  -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;
}
.score-list-item::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background-color: #7acc93;
  border-radius: 50%;
}
.score-list-item a {
  -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;
}
.score-list-item a::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 17px;
  height: 16px;
  margin-left: 5px;
  background: center/cover no-repeat url(../images/job_a/score-deco.png);
}
.score-list-item a:hover {
  color: #7acc93 !important;
}
.score-list-item:not(:last-child) {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #7acc93;
}

#job_a .feature {
  background-color: #fbf9f7;
}
#job_a .feature-textbox {
  background-color: #fff;
}

/*========================================
job_b
==========================================*/
#job_b .feature {
  background-color: #fbf9f7;
}
#job_b .feature-textbox {
  background-color: #fff;
}

/*========================================
question
==========================================*/
.question-content:not(:last-of-type) {
  margin-bottom: 60px;
}
.question-title {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 18px;
  background-color: #7acc93;
  border-radius: 20px;
}
.question-sub-content {
  padding: 15px;
  border: 1px solid #7acc93;
}
.question-sub-content:not(:last-child) {
  margin-bottom: 20px;
}
.question-sub-title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(122, 204, 147, 0.3);
}
.question-sub-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 31px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/question/Q.png);
}
.question-textbox {
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.question-textbox::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 26px;
  height: 26px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/question/A.png);
}
.question-body img {
  max-width: 100%;
}

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

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #7acc93;
  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 #7acc93;
}
.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 #7acc93;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #7acc93;
  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 #7acc93;
  border-right: 1px solid #7acc93;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #ed828b !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  position: relative;
  z-index: 1;
}
.footer::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1500px;
  width: 95%;
  height: 95%;
  background-color: #fbf9f7;
  border-radius: 50px;
  z-index: -1;
}
.footer-inner {
  padding: 55px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.footer-logo {
  width: 50%;
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-address {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
}
.footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-top: 16px;
  margin-bottom: 23px;
  position: relative;
  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-tel::before {
  content: "";
  width: 20px;
  height: 24px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/common/header-icon.png);
}
.footer-tel-txt {
  position: absolute;
  right: 0;
  top: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-content {
  max-width: 400px;
  width: 100%;
  text-align: center;
}
.footer-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 28px;
}
.footer-link a:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-link a:hover {
  opacity: 0.6;
}
.footer-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-sub-btn {
  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: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(83, 68, 57, 0.3);
}
.footer-sub-btn::after {
  content: "";
  width: 17px;
  height: 13px;
  margin-left: 10px;
  background: center/cover no-repeat url(../images/top/footer-btn-deco.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-sub-btn:hover {
  opacity: 0.9;
}
.footer-sub-btn:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.footer-right {
  max-width: 553px;
  width: 100%;
}
.footer-nav {
  width: 97%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.footer-nav-list {
  width: 100%;
  height: 292px;
  -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-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(7n)) {
  margin-bottom: 30px;
}
.footer-nav-list-item:last-child {
  margin-bottom: 0;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  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-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  line-height: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav-list-item a::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background-color: #ed828b;
  border-radius: 50%;
}
.footer-nav-list-item a:hover {
  color: #7acc93 !important;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1;
}