#footer .group {
  padding-bottom: 90px;
}

@media screen and (min-width: 768px) {
  .block {
    margin: 70px 0 0;
  }
	#footer .group {
  padding-bottom: 134px;
}
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.btn-more a, .btn-more > span {
  display: inline-flex;
  align-items: center;
  gap: 0 12.5px;
  text-decoration: none;
  border-bottom: 1px solid;
  color: var(--color);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2;
  cursor: pointer;
}
.btn-more a:after, .btn-more > span:after {
  content: "";
  background: url("../img/shared/arrow6_sp.png") no-repeat center/100% auto;
  width: 6px;
  height: 9px;
}
@media screen and (min-width: 768px) {
  .btn-more a, .btn-more > span {
    gap: 0 15px;
    align-items: baseline;
    padding-bottom: 5px;
  }
  .btn-more a:after, .btn-more > span:after {
    background-image: url("../img/shared/arrow6.png");
  }
  .btn-more a:hover, .btn-more > span:hover {
    border-color: transparent;
  }
}

.wrap {
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding: 0;
  }
}

#content {
  position: relative;
  z-index: 1;
  padding: 0 0 70px;
  margin: 0 0 75px;
}
#content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50vw;
  background: #fff;
  border-radius: 8px;
}
#content .wrap-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #content .wrap-content {
    padding: 0 var(--wrapPadding);
  }
}
@media screen and (min-width: 768px) {
  #content .wrap-content {
    width: 1000px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #content {
    padding: 0 0 100px;
  }
  #content::before {
    top: 266px;
  }
}

.article-slider .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 27px;
}
.article-slider .slick-arrow.slick-prev {
  left: 10px;
  background-image: url("../img/article/left.png");
}
.article-slider .slick-arrow.slick-next {
  right: 10px;
  background-image: url("../img/article/right.png");
}
.article-slider .slick-dots {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.article-slider .slick-dots li {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  background: rgba(249, 245, 242, 0.7);
  text-align: center;
  width: 50px;
  border-radius: 13.5px;
  line-height: 1.5;
  padding: 5px 0 7px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .article-slider .slick-dots li {
    font-size: 14px;
  }
}
.article-slider .slick-dots li:first-child {
  position: relative;
}
.article-slider .slick-dots li.slick-active {
  opacity: 1;
  visibility: visible;
}
.article-slider .img {
  overflow: hidden;
  border-radius: 10px;
  height: 50vw;
  position: relative;
}
.article-slider .img span {
  position: absolute;
  color: #fff;
  z-index: 2;
  left: 70px;
  display: block;
  line-height: 1.5;
  bottom: 13px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .article-slider .slick-arrow {
    top: 233px;
    transform: translateY(0);
    width: 44px;
    height: 46px;
  }
  .article-slider .slick-arrow.slick-prev {
    left: 20px;
  }
  .article-slider .slick-arrow.slick-next {
    right: 20px;
  }
  .article-slider .slick-dots {
    left: 15px;
    bottom: 13px;
  }
  .article-slider .slick-dots li {
    width: 65px;
    border-radius: 13.5px;
  }
  .article-slider .img {
    height: 512px;
  }
  .article-slider .img span {
    left: 94px;
    bottom: 15px;
  }
}

.article-slider-nav {
  margin: 20px 0 0;
}
.article-slider-nav .slick-slide {
  margin-right: 3vw;
}
.article-slider-nav .img {
  overflow: hidden;
  border-radius: 5px;
  height: 15vw;
  width: 26vw;
  cursor: pointer;
background: #000;
}
.article-slider-nav .slick-current.slick-active .img img {
	opacity: 1;
}
.article-slider-nav .img img {
	opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .article-slider-nav {
    margin: 24px 0 0;
  }
  .article-slider-nav .slick-slide {
    margin-right: 20px;
  }
  .article-slider-nav .img {
    height: 90px;
    width: 150px;
  }
  .article-slider-nav .img:hover {
    opacity: 0.8;
  }
}

.group-name {
  text-align: center;
  margin: 20px 0 0;
}
.group-name .sub-title {
  color: var(--color);
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.group-name .sub-name1 {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.group-name .name {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #193776;
  margin: 4px 0 8px;
  letter-spacing: 0.2em;
}
.group-name .sub-name2 {
  color: #193776;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .group-name {
    margin: 25px 0 0;
  }
  .group-name .sub-title {
    margin: 0 0 14px;
    font-size: 18px;
  }
  .group-name .sub-name1 {
    font-size: 14px;
  }
  .group-name .name {
    font-size: 32px;
  }
}

.group-feature {
  border-top: 1px solid #e1dad0;
  border-bottom: 1px solid #e1dad0;
  padding: 23px 25px;
  margin: 18px 0 0;
}
.group-feature h4 {
  font-size: 22.5px;
  line-height: 1.5;
  color: var(--color);
  font-weight: 700;
}
.group-feature .btn-more {
  display: block;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .group-feature .list-feature {
    margin: 20px 0 10px;
	height: 150px;
        flex-direction: column;
        gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .group-feature {
    display: flex;
    padding: 23px 26px 9px 40px;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 70px;
    margin: 18px 0 0;
  }
  .group-feature .btn-more {
    margin: -13px 0 0;
  }
  .group-feature .list-feature {
    width: 740px;
  }
}

.list-feature {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
}
.list-feature li {
  min-width: 148px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .list-feature li {
    min-width: 50%;
  }
}
.list-feature li::before {
  content: "";
  width: 19px;
  height: 29px;
	background-size: 100% auto;
  margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

.group-message {
  margin: 40px 0 0;
}
.group-message .left {
  width: 266px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .group-message .left {
    margin: 0 auto;
  }
}
.group-message .left .img {
  overflow: hidden;
  border-radius: 50%;
  height: 266px;
}
.group-message .left .name {
  margin: 8px 0 0;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
.group-message .left .name strong {
  font-weight: 700;
  display: inline-block;
  margin-right: 4px;
}
.group-message .group-txt {
  box-sizing: border-box;
  background: #f9f5f2;
  border: 2px solid var(--color);
  border-radius: 30px;
  position: relative;
  padding: 22px 20px;
}
@media screen and (max-width: 767px) {
  .group-message .group-txt {
    margin: 30px 0 0;
  }
}
.group-message .group-txt::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 30px;
  background: url("../img/article/arrow.png") no-repeat center/100% auto;
  width: 32px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .group-message .group-txt::before {
    transform: rotate(90deg);
  }
}
.group-message .group-txt .tit {
  color: var(--color);
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
}
.group-message .group-txt p:not(.tit) {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.group-message .group-txt p:not(.tit) + p:not(.btn-more) {
  margin-top: 20px;
}
.group-message .group-txt .btn-more {
  text-align: right;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .group-message {
    display: flex;
    justify-content: space-between;
    gap: 0 58px;
    margin: 52px 0 0;
    align-items: flex-start;
  }
  .group-message .group-txt {
    width: 675px;
    padding: 22px 20px 17px 35px;
  }
  .group-message .group-txt::before {
    top: 54px;
    left: -32px;
  }
  .group-message .group-txt .tit {
    font-size: 20px;
  }
  .group-message .group-txt p:not(.tit) + p:not(.btn-more) {
    margin-top: 25px;
  }
}

.remodal .wrap {
  width: 800px;
}
@media screen and (max-width: 767px) {
  .remodal .wrap {
    padding: 0 var(--wrapPadding);
  }
}
.remodal .box {
  background: #f9f5f2;
  border-radius: 10px;
  padding: 17px 30px 50px;
}
.remodal .box .remodal-close {
  display: block;
  margin: 0 0 0 auto;
  position: sticky;
  width: 20px;
  top: 20px;
}
.remodal .box .list-feature {
  margin: 40px 0 0;
}
.remodal .box .list-feature + .list-feature {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .remodal .box .list-feature li {
    min-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .remodal .box {
    padding: 17px 0 76px 59px;
  }
  .remodal .box .remodal-close {
    margin: 0 20px 0 auto;
  }
  .remodal .box .list-feature {
    margin: 90px 0 0;
  }
  .remodal .box .list-feature + .list-feature {
    margin-top: 40px;
  }
}

#popup-message .box {
  padding: 19px 0 15px 30px;
  box-sizing: border-box;
}
#popup-message .tit {
  text-align: left;
  color: var(--color);
  margin: 35px 0 25px 0;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#popup-message p:not(.tit) {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: left;
  font-weight: 500;
}
#popup-message p:not(.tit) + p:not(.btn-more) {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #popup-message .group-txt {
    padding: 0 30px 0 0;
    height: 488px;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px) {
  #popup-message .box {
    padding: 19px 0 15px 68px;
    height: 572px;
  }
  #popup-message p:not(.tit) {
    padding: 0 68px 0 0;
  }
  #popup-message .group-txt {
    height: 509px;
    overflow-y: scroll;
  }
}

.group-tabs {
  margin: 50px 0 0;
}
.group-tabs .tabs-switch .tab-link {
  display: flex;
  gap: 0 5px;
  padding: 0 0 0 5px;
}
.group-tabs .tabs-switch .tab-link li {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #fcfaf8;
  padding: 10px 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .group-tabs .tabs-switch .tab-link li {
    font-size: 12px;
  }
}
.group-tabs .tabs-switch .tab-link li.active {
  background: #f9f5f2;
  color: var(--color);
}
.group-tabs .tabs-switch .tab-content {
  background: #f9f5f2;
  border-radius: 10px;
  padding: 40px 0;
}
.group-tabs .tabs-switch .tab-content .inner {
  margin: 0 5vw;
}
.group-tabs .tabs-switch .tab-content .tit {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--color);
}
.group-tabs .tabs-switch .tab-content .group1 .group-slide {
  margin: 0 0 15px;
}
.group-tabs .tabs-switch .tab-content .group1 .group-slide .tab-slider .img {
  height: 50vw;
  overflow: hidden;
  border-radius: 5px;
}
.group-tabs .tabs-switch .tab-content .group1 .group-slide .tab-nav-slider {
  margin: 9px 0 0;
}
.group-tabs .tabs-switch .tab-content .group1 .group-slide .tab-nav-slider .slick-slide {
  margin-right: 5px;
}
.group-tabs .tabs-switch .tab-content .group1 .group-slide .tab-nav-slider .img {
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  width: calc((74vw - 15px) / 4);
  height: 12vw;
	background: #000;
}
.group-tabs .tabs-switch .tab-content .group1 .group-slide .tab-nav-slider .img img {
	opacity: 0.6;
}
.group-tabs .tabs-switch .tab-content .group1 .group-slide .tab-nav-slider .slick-current.slick-active .img img {
	opacity: 1;
}
.group-tabs .tabs-switch .tab-content .group1 .group-txt .txt {
  margin: 13px 0 0;
  line-height: 1.75;
  font-size: 14px;
  letter-spacing: 0;
}
.group-tabs .tabs-switch .tab-content .group2 {
  margin: 33px 0 0;
}
.group-tabs .tabs-switch .tab-content .group2 .flex {
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 29px 0;
}

@media screen and (max-width: 767px) {
  .group-tabs .tabs-switch .tab-content .group2 .flex {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
	.group-tabs .tabs-switch .tab-content .group1 .group-slide .tab-nav-slider .img:hover {
		opacity: 0.8;
	}
}
.group-tabs .tabs-switch .tab-content .group2 .flex .item {
  width: 48%;
}
.group-tabs .tabs-switch .tab-content .group2 .flex .item .img {
  height: 25vw;
  overflow: hidden;
  border-radius: 10px;
}
.group-tabs .tabs-switch .tab-content .group2 .flex .item .txt {
  line-height: 22px;
  font-size: 14px;
  margin: 7px 0 0;
  letter-spacing: -0.05em;
  font-weight: 400;
}
.group-tabs .tabs-switch .tab-content .group3 {
  margin: 50px 0 0;
}
.group-tabs .tabs-switch .tab-content .group3 .box-price {
  margin: 13px 0 0;
}
@media screen and (max-width: 767px) {
  .group-tabs .tabs-switch .tab-content .group3 .box-price {
    overflow-x: scroll;
  }
  .group-tabs .tabs-switch .tab-content .group3 .box-price .tb-price {
    width: 800px;
  }
}
.group-tabs .tabs-switch .tab-content .group3 .tb-price {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}
.group-tabs .tabs-switch .tab-content .group3 .tb-price th, .group-tabs .tabs-switch .tab-content .group3 .tb-price td {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}
.group-tabs .tabs-switch .tab-content .group3 .tb-price th {
  text-align: center;
  background: #eeeeee;
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
  padding: 10.5px 0;
}
.group-tabs .tabs-switch .tab-content .group3 .tb-price th:first-child {
  width: 131px;
}
.group-tabs .tabs-switch .tab-content .group3 .tb-price th:nth-child(2) {
  width: 173px;
}
.group-tabs .tabs-switch .tab-content .group3 .tb-price th:last-child {
  width: 191px;
}
.group-tabs .tabs-switch .tab-content .group3 .tb-price td {
  line-height: 2;
  text-align: center;
  font-weight: 400;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 7.5px 17px;
}
.group-tabs .tabs-switch .tab-content .group3 .tb-price td span {
  display: inline-block;
  text-align: left;
}
.group-tabs .tabs-switch .tab-content .group3 .tb-price td span.fs-14 {
  font-size: 14px;
  line-height: 22px;
}
.group-tabs .tabs-switch .tab-content .group3 .tb-price td:last-child {
	text-align: left;
}
@media screen and (min-width: 768px) {
  .group-tabs {
    margin: 70px 0 0;
  }
  .group-tabs .tabs-switch .tab-link {
    gap: 0 16px;
    padding: 0 0 0 31px;
  }
  .group-tabs .tabs-switch .tab-link li {
    padding: 15px 20px;
  }
  .group-tabs .tabs-switch .tab-link li:hover {
    opacity: 0.8;
  }
  .group-tabs .tabs-switch .tab-content {
    padding: 63px 0 70px;
  }
  .group-tabs .tabs-switch .tab-content .inner {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
  }
  .group-tabs .tabs-switch .tab-content .tit {
    font-size: 20px;
  }
  .group-tabs .tabs-switch .tab-content .group1 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .group-tabs .tabs-switch .tab-content .group1:not(:has(.group-slide)) .group-txt {
  width: 100%;
  }
  .group-tabs .tabs-switch .tab-content .group1 .group-slide {
    margin: 4px 0 0;
    width: 348px;
  }
  .group-tabs .tabs-switch .tab-content .group1 .group-slide .tab-slider .img {
    height: 234px;
  }
  .group-tabs .tabs-switch .tab-content .group1 .group-slide .tab-nav-slider .img {
    width: 83px;
    height: 55px;
  }
  .group-tabs .tabs-switch .tab-content .group1 .group-txt {
    width: 415px;
  }
  .group-tabs .tabs-switch .tab-content .group2 .flex {
    gap: 0 29px;
  }
  .group-tabs .tabs-switch .tab-content .group2 .flex .item {
    width: 178px;
  }
  .group-tabs .tabs-switch .tab-content .group2 .flex .item .img {
    height: 108px;
  }
  .group-tabs .tabs-switch .tab-content .group3 {
    margin: 96px 0 0;
  }
}

.group-reviews {
  margin: 42px 0 0;
}
.group-reviews h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  color: var(--color);
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
}
.group-reviews h3 img {
  width: auto;
}
.group-reviews .flex {
  display: flex;
  gap: 30px 0;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .group-reviews .flex {
    flex-direction: column;
  }
}
.group-reviews .flex .item {
  box-sizing: border-box;
  border: 2px solid var(--color);
  padding: 28px 23px;
  background: #f9f5f2;
  border-radius: 5px;
  position: relative;
}
.group-reviews .flex .item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  background: url("../img/article/arrow2.png") no-repeat bottom center/auto 100%;
  height: 19px;
}
.group-reviews .flex .item .tit {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.group-reviews .flex .item .txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  margin: 13px 0 0;
}
@media screen and (min-width: 768px) {
  .group-reviews .flex {
    display: flex;
    gap: 0 20px;
    margin: 16px 0 0;
  }
  .group-reviews .flex .item {
    width: calc((100% - 40px) / 3);
  }
  .group-reviews .flex .item .tit {
    height: 60px;
  }
}

.group-info {
  margin: 70px 0 0;
}
.group-info h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  color: var(--color);
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
}
.group-info h3 img {
  width: auto;
}
.group-info .box {
  border-radius: 10px;
  background: #f9f5f2;
  margin: 12px 0 0;
  padding: 30px 5vw;
}
.group-info .box .info dl {
  padding: 0 0 15px;
  line-height: 1.5;
  display: flex;
  border-bottom: 1px solid #edebea;
}
.group-info .box .info dl + dl {
  margin-top: 12px;
}
.group-info .box .info dl:last-child {
  padding-bottom: 0;
  border: 0;
}
.group-info .box .info dl dt {
  font-weight: 700;
  width: 70px;
}
.group-info .box .info dl dd {
  font-weight: 400;
  letter-spacing: 0;
  width: calc(100% - 70px);
}
.group-info .box .flex {
  margin: 30px 0 0;
}
.group-info .box .flex .group-txt .tit {
  color: #193776;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3px;
  margin-top: 22px;
}
.group-info .box .flex .group-txt .tit:first-child {
  margin-top: 0;
}
.group-info .box .flex .group-txt .txt {
  font-weight: 400;
}
.group-info .box .flex .ggmap {
  height: 350px;
  overflow: hidden;
  border-radius: 10px;
  margin: 20px 0 0;
}
.group-info .box .flex .ggmap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .group-info {
    margin: 97px 0 0;
  }
  .group-info .box {
    margin: 7px 0 0;
    padding: 36px 30px 41px;
  }
  .group-info .box .info dl {
    padding: 0 0 15px 8px;
    font-size: 17px;
  }
  .group-info .box .info dl dt {
    width: 90px;
  }
  .group-info .box .info dl dd {
    width: calc(100% - 90px);
  }
  .group-info .box .flex {
    margin: 39px 0 0 11px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .group-info .box .flex .group-txt {
    width: 351px;
  }
  .group-info .box .flex .group-txt .txt {
    font-size: 17px;
    line-height: 29.5px;
  }
  .group-info .box .flex .ggmap {
    width: 553px;
    height: 350px;
    margin: 5px 0 0;
  }
  .group-info .box .flex:not(:has(.group-txt)) .ggmap {
   	width: 100%;
  }
}

.group-btn-tel {
  margin: 60px 0 0;
}
.group-btn-tel .btn-tel {
  text-align: center;
}
.group-btn-tel .btn-tel span {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 40px;
  line-height: 1.2;
  color: #193776;
  letter-spacing: 0.05em;
  font-weight: 900;
  gap: 0 10px;
}
.group-btn-tel .btn-tel span::before {
  content: "";
  background: url("../img/article/icon_tel.png") no-repeat center/100% auto;
  width: 28px;
  height: 28px;
}
.group-btn-tel .btn-tel small {
  display: block;
  margin: 2px -20px 0;
  color: var(--color);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
}
.group-btn-tel .btn-mail {
  margin: 20px 0 0;
}
.group-btn-tel .btn-mail a {
  text-decoration: none;
  color: #fff;
  background: #193776;
  position: relative;
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
  gap: 0 18px;
}
.group-btn-tel .btn-mail a::before {
  content: "";
  background: url("../img/article/icon_mail.png") no-repeat center/100% auto;
  width: 31px;
  height: 22px;
}
@media screen and (min-width: 768px) {
  .group-btn-tel {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    width: 846px;
    margin: 40px 0 0;
  }
  .group-btn-tel .btn-tel span {
    font-size: 50px;
  }
  .group-btn-tel .btn-tel span::before {
    width: 35px;
    height: 35px;
  }
  .group-btn-tel .btn-tel small {
    font-size: 15px;
    margin: 2px 0 0;
  }
  .group-btn-tel .btn-mail {
    width: 419px;
    margin: 4px 0 0;
  }
  .group-btn-tel .btn-mail a {
    font-size: 22px;
  }
  .group-btn-tel .btn-mail a::before {
    width: 33px;
    height: 24px;
  }
  .group-btn-tel .btn-mail a:hover {
    opacity: 0.8;
  }
}

#ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  background: transparent;
  gap: 0 5px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}
#ft-fixed.fixed {
	opacity: 1;
	visibility: visible;
}
#ft-fixed p {
  width: calc((100% - 15px) / 4);
  overflow: hidden;
  border-radius: 5px;
}
#ft-fixed p a, #ft-fixed p > .inner {
  background: var(--color);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #ft-fixed p a, #ft-fixed p > .inner {
    flex-direction: column;
    gap: 6px;
    text-align: center;
    letter-spacing: 0;
    padding: 7px 0;
  }
}
#ft-fixed p a::before, #ft-fixed p > .inner::before {
  content: "";
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #ft-fixed p.tel a::before, #ft-fixed p.tel > .inner::before {
    background-image: url("../img/article/fixed_tel.png");
    width: 20px;
    height: 20px;
  }
}
#ft-fixed p.mail a::before {
  background-image: url("../img/article/fixed_mail.png");
  width: 33px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  #ft-fixed p.request a {
    gap: 7.8px;
  }
}
#ft-fixed p.request a::before {
  background-image: url("../img/article/fixed_request.png");
  width: 27px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #ft-fixed p.review a {
    gap: 5.8px;
  }
}
#ft-fixed p.review a::before {
  background-image: url("../img/article/fixed_review.png");
  width: 25px;
  height: 23px;
}
@media screen and (min-width: 768px) {
  #ft-fixed {
    gap: 0 13px;
    padding: 0 30px;
  }
  #ft-fixed p {
    width: calc((100% - 39px) / 4);
    max-width: 290px;
    border-radius: 10px;
  }
  #ft-fixed p a, #ft-fixed p > .inner {
    background: var(--color);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    height: 89px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
  #ft-fixed p a::before, #ft-fixed p > .inner::before {
    content: "";
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #ft-fixed p a:hover {
    opacity: 0.8;
  }
  #ft-fixed p.tel .inner::before {
    background-image: url("../img/article/fixed_tel.png");
    width: 35px;
    height: 35px;
  }
  #ft-fixed p.mail a::before {
    width: 33px;
    height: 24px;
  }
  #ft-fixed p.request a::before {
    width: 27px;
    height: 34px;
  }
  #ft-fixed p.review a::before {
    width: 25px;
    height: 40px;
  }
}

.group-title-note {
    text-align: center;
    margin: 40px 0 0;
    color: #f94437;
}

.group-title-note h3 {
    font-size: 30px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.group-title-note h3:before {
    content: '';
    width: 31px;
    background: url("../img/article/contact-icon.png") no-repeat center/100% auto;
    height: 34px;
}

.group-title-note .txt {
    font-size: 15px;
}