@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header-inner {
  width: 100%;
  height: 110px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 18px 0 25px;
}
.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.current::before {
  width: calc(100% + 25px);
}
.header .main-visual {
  width: 100%;
  height: 840px;
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1011px;
  background: center bottom/cover no-repeat url(../images/top/header-main-bg.png);
  z-index: -1;
}
.header .main-visual-img {
  max-width: 1846px;
  width: 95%;
  height: 808px;
  margin-left: auto;
  border-radius: 200px 0 0 200px;
  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: 1410px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 127px;
}
.header .sub-visual {
  width: 100%;
  height: 500px;
  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: 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;
  padding-top: 198px;
}
.header .sub-visual-img {
  position: absolute;
  top: 13px;
  right: 0;
  max-width: 1400px;
  width: 100%;
  height: 450px;
  border-radius: 200px 0 0 200px;
  z-index: -1;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.news-inner {
  padding: 100px 0 74px 0;
  position: relative;
}
.news-section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.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-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;
}
.news-list-item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 15px;
}
.news-list-item:not(:nth-child(4n)) {
  margin-right: 26px;
}
.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: 105px;
  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: 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: #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 {
  background-color: #e6f4f1;
}
.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 #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%;
  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 #7acc93;
  border-right: 1px solid #7acc93;
}
.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: #7acc93 !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

.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-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-greeting-img {
  margin-left: -100px;
}
.top-greeting-textbox {
  max-width: 500px;
  width: 100%;
}
.top-greeting-textbox .cmn-title {
  font-size: 5.4rem;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 47px;
}
.top-greeting-textbox .cmn-title-en {
  letter-spacing: 0.1em;
}
.top-greeting-text {
  font-size: 1.8rem;
  line-height: 1.77777778;
  letter-spacing: 0.12em;
}
.top-greeting-text:not(:last-of-type) {
  margin-bottom: 33px;
}

#spring::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 413px;
  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: -89px;
  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: -125px;
  bottom: 134px;
  width: 122px;
  height: 113px;
  background: center/cover no-repeat url(../images/top/top-greeting-bg-r-b-sp.png);
}

#summer::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 413px;
  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: -83px;
  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: -135px;
  bottom: 144px;
  width: 166px;
  height: 126px;
  background: center/cover no-repeat url(../images/top/top-greeting-bg-r-b-summer.png);
}

#autumn::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 413px;
  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: -100px;
  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: -139px;
  bottom: 149px;
  width: 158px;
  height: 119px;
  background: center/cover no-repeat url(../images/top/top-greeting-bg-r-b-autumn.png);
}

#winter::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 413px;
  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: -86px;
  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: -150px;
  bottom: 136px;
  width: 129px;
  height: 146px;
  background: center/cover no-repeat url(../images/top/top-greeting-bg-r-b-winter.png);
}
#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: 235px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.top-about-inner {
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  left: -290px;
  bottom: 115px;
  width: 296px;
  height: 462px;
  background: center/cover no-repeat url(../images/top/top-about-bg-l-b.png);
}
.top-about-inner::after {
  position: absolute;
  content: "";
  right: -268px;
  top: 117px;
  width: 294px;
  height: 435px;
  background: center/cover no-repeat url(../images/top/top-about-bg-r-t.png);
}
.top-about-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  margin-bottom: 39px;
}
.top-about-list {
  max-width: 887px;
  width: 100%;
  margin: 0 auto;
  min-height: 841px;
  position: relative;
  z-index: 1;
}
.top-about-list::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 465px;
  height: 467px;
  background: center/cover no-repeat url(../images/top/top-about-img.png);
  z-index: -1;
}
.top-about-list-item {
  position: absolute;
  max-width: 312px;
  width: 100%;
  height: 312px;
  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) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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) {
  top: 201px;
  left: 0;
  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) {
  top: 201px;
  right: 0;
  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) {
  bottom: 0;
  left: 113px;
  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) {
  bottom: 0;
  right: 113px;
  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-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.top-about-en {
  display: block;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 31px;
}

.top-service {
  background-color: #fbf9f7;
}
.top-service-inner {
  max-width: 1228px;
  width: 100%;
}
.top-service-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-service-list-item {
  max-width: 592px;
  width: 100%;
  height: 360px;
  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 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top-service-list-item a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  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: 100%;
  bottom: -32px;
  padding: 17px;
  background-color: #fff;
  border-radius: 0 20px 20px 20px;
}
.top-service-textbox::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  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: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #bf96d9;
  margin-bottom: 14px;
}
.top-service-title {
  font-size: 3.8rem;
  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: 235px;
  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: 92px;
  right: -260px;
  width: 163px;
  height: 256px;
  background: center/cover no-repeat url(../images/top/top-intro-bg-r-t.png);
}
.top-intro-inner::after {
  position: absolute;
  content: "";
  bottom: 81px;
  left: -256px;
  width: 162px;
  height: 247px;
  background: center/cover no-repeat url(../images/top/top-intro-bg-l-b.png);
}
.top-intro-content:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-top: 115px;
}
.top-intro-textbox {
  max-width: 430px;
  width: 100%;
}
.top-intro-textbox .cmn-title {
  text-align: left;
  margin-bottom: 42px;
}
.top-intro-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.77777778;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}
.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: 88px 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.reserve-content::before {
  position: absolute;
  content: "";
  top: 23px;
  left: 57px;
  width: 177px;
  height: 98px;
  background: center/cover no-repeat url(../images/top/reserve-logo.png);
  z-index: -1;
}
.reserve-title {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 45px;
}
.reserve-text {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 47px;
  text-align: center;
}
.reserve-flex {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.reserve-flex::before {
  position: absolute;
  content: "";
  left: 382px;
  top: 0;
  width: 1px;
  height: 62px;
  background-color: #4e4d4d;
}
.reserve-tel {
  font-size: 4.2rem;
  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-right: 79px;
}
.reserve-tel::before {
  content: "";
  width: 32px;
  height: 39px;
  margin-right: 8px;
  background: center/cover 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: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 42px 45px 55px 45px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
}
.about-text {
  font-size: 1.8rem;
  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: 375px;
  background: center/cover no-repeat url(../images/about/chart-bg-top.png);
  z-index: -1;
}
.chart-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.chart-inner::before {
  position: absolute;
  content: "";
  top: 112px;
  right: -100px;
  width: 221px;
  height: 280px;
  background: center/cover no-repeat url(../images/about/chart-bg-r-t.png);
  z-index: -1;
}
.chart-inner::after {
  position: absolute;
  content: "";
  left: -100px;
  bottom: 12px;
  width: 222px;
  height: 289px;
  background: center/cover 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: 4.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 105px;
  position: relative;
}
.chart-main-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 106px;
  height: 56px;
  background: center/cover no-repeat url(../images/about/chart-title-deco.png);
}
.chart-main-title::after {
  position: absolute;
  content: "";
  left: -25px;
  bottom: -35px;
  width: 345px;
  height: 44px;
  background: center/cover no-repeat url(../images/about/chart-title-border.png);
}
.chart-wrap {
  padding-top: 100px;
}
.chart .chart_title {
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 40px);
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 20px 16px;
  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: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: center/cover no-repeat url(../images/about/Q.png);
}
.chart .com_chart {
  padding-top: 80px;
  margin-top: -80px;
}
.chart .com_chart-inner {
  padding: 63px 45px 15px 45px;
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chart .chart_btn_list-item {
  max-width: 480px;
  width: 100%;
  height: 90px;
  margin-bottom: 30px;
}
.chart .chart_btn_list-item:not(:nth-child(even)) {
  margin-right: 28px;
}
.chart .chart_btn_list-item:last-child {
  margin-right: 0;
}
.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;
  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: 20px;
  -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: 15px;
  margin-bottom: 30px;
}
.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% - 40px);
  font-size: 3rem;
  line-height: 1;
  color: #ed828b;
  letter-spacing: 0.15em;
  padding: 20px 16px;
  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: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 119px;
  height: 118px;
  background: center/cover 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: 80px;
  margin-top: -80px;
}
.chart .result_chart-inner {
  padding: 76px 45px 15px 45px;
  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-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.chart .result_img {
  max-width: 460px;
  width: 100%;
  height: 350px;
  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: 3rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 15px;
  background-color: #ed828b;
  border-radius: 10px;
}
.chart .result_text {
  min-height: 155px;
  font-size: 1.8rem;
  line-height: 1.7777;
  margin-bottom: 18px;
}
.chart .result_btn-list {
  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: 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) 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-inner .cmn-title {
  line-height: 1.3;
}
.support-list {
  max-width: 911px;
  width: 100%;
  margin: 0 auto 49px auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.support-list-item {
  max-width: 270px;
  width: 100%;
  text-align: center;
}
.support-list-item:not(:nth-child(even)) {
  margin-right: 65px;
}
.support-list-item:nth-child(1) {
  margin-bottom: 30px;
}
.support-list-item:nth-child(2) {
  margin-bottom: 30px;
}
.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.8rem;
  line-height: 1.7777;
  padding: 18px 25px;
  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: 235px;
  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: 235px;
  background: center/cover no-repeat url(../images/group/feature-bg-bottom.png);
  z-index: -1;
}
.feature-inner {
  padding: 148px 0 180px 0;
}
.feature-content {
  position: relative;
}
.feature-content:nth-of-type(even) .feature-img {
  left: auto;
  right: 0;
}
.feature-content:nth-of-type(even) .feature-textbox {
  margin-left: 0;
  padding: 67px 159px 60px 37px;
}
.feature-content:not(:last-of-type) {
  margin-bottom: 108px;
}
.feature-img {
  position: absolute;
  top: -9px;
  left: 0;
}
.feature-textbox {
  max-width: 686px;
  width: 100%;
  min-height: 326px;
  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: 20px 37px 20px 159px;
  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: 3rem;
  line-height: 1.26;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  margin-bottom: 25px;
  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: 40px;
  overflow: hidden;
}
.price-table tr {
  display: block;
}
.price-table tr:not(:last-of-type) {
  margin-bottom: 4px;
}
.price-table tr th {
  width: 280px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  padding: 28px 0;
  text-align: center;
  background: #7acc93;
  vertical-align: middle;
  border-radius: 10px;
}
.price-table tr td {
  width: 800px;
  padding: 23px 29px;
  vertical-align: middle;
}
.price-sub-text {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1;
  padding: 25px 40px;
  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: 235px;
  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: 375px;
  background: center/cover no-repeat url(../images/group/info-bg-bottom.png);
  z-index: -1;
}
.info-inner {
  padding: 170px 0 100px 0;
}
.info-content:not(:last-of-type) {
  margin-bottom: 78px;
}
.info-title {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  padding: 15px;
  background-color: #7acc93;
  border-radius: 20px;
}
.info-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}
.info-img {
  max-width: 432px;
  width: 100%;
  height: 320px;
  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: 40px;
  overflow: hidden;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 2px;
}
.info-table tr th {
  width: 170px;
  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 {
  width: 450px;
  padding: 20px 19px;
  vertical-align: middle;
}
.info-tel-txt {
  display: block;
  margin-top: 5px;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 450px;
  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.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding: 25px 20px;
  background-color: #ffffff;
  border-radius: 20px;
}
.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: 235px;
  background: center/cover no-repeat url(../images/group/feature-bg-top.png);
  z-index: -1;
}
.good-inner {
  padding-top: 148px;
}
.good-list {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #7acc93;
  border-radius: 20px;
}
.good-list-item {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.good-list-item::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 10px;
  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: 235px;
  background: center/cover no-repeat url(../images/group/feature-bg-bottom.png);
  z-index: -1;
}
.works-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.works-list-item {
  max-width: 329px;
  width: 100%;
  text-align: center;
  margin-bottom: 47px;
}
.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.8rem;
  line-height: 1;
  text-align: center;
  padding: 25px 20px;
  background-color: #fff;
  border: 1px solid #7acc93;
  border-radius: 20px;
}

.score {
  background-color: #fff3d9;
}
.score-content {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #7acc93;
  border-radius: 20px;
}
.score-list-item {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.score-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  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: 10px;
  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 .works-list {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
}
#job_b .works-list-item {
  max-width: 409px;
  margin-bottom: 55px;
}

#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: 3rem;
  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: 32px 35px;
  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: 30px;
  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: 25px;
  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: 25px;
  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 input {
  color: #fff;
  background-color: #7acc93;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #7acc93;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  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.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #7acc93;
}
.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 #7acc93;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 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
==========================================*/
.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: 438px;
  background-color: #fbf9f7;
  border-radius: 100px;
  z-index: -1;
}
.footer-inner {
  padding: 130px 0 98px 0;
  position: relative;
  z-index: 1;
}
.footer-logo {
  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;
  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%;
}
.footer-link {
  margin-bottom: 28px;
}
.footer-link a:hover {
  opacity: 0.6;
}
.footer-flex {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.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-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: 100%;
  margin-bottom: 154px;
}
.footer-nav-list {
  width: 100%;
  height: 169px;
  -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(4n)) {
  margin-bottom: 35px;
}
.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;
  letter-spacing: 0.12em;
  line-height: 1;
}