@charset "UTF-8";
.section-top-information .information-wrapper {
  position: relative;
}
.section-top-information .information-details-anchor {
  position: absolute;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-information {
    padding: 0.69rem 0 0.36rem;
  }
  .section-top-information .title-common-primary {
    margin-bottom: 0.28rem;
  }
  .section-top-information .information-details-anchor {
    top: -0.9rem;
  }
  .section-top-information .information-wrapper {
    padding-top: 0.4rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-information {
    position: relative;
    padding: 80px 0 88px;
  }
  .section-top-information .information-anchor {
    position: absolute;
    top: -100px;
  }
  .section-top-information .wrapper {
    max-width: 1100px;
  }
  .section-top-information .information-details-anchor {
    top: -105px;
  }
  .section-top-information .information-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 28px;
  }
  .section-top-information .block-information-news,
  .section-top-information .block-information-consultation {
    width: 520px;
  }
  .section-top-information .block-information-news {
    margin-right: 60px;
  }
  .section-top-information .title-common-primary {
    margin-bottom: 40px;
  }
}
.block-information-contact {
  position: relative;
}
.block-information-contact .tag-common-primary::before {
  background-image: url("../img/common/tag_decor_01.png");
}
.block-information-contact .tag-common-primary .tag-wrapper {
  background: #f58e59;
}
.block-information-contact .contact-content {
  border: 1px solid #f58e59;
  border-radius: 20px;
  background: #fff5ec;
}
.block-information-contact .contact-title {
  font-weight: 700;
}
.block-information-contact .block-common-contact {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-information-contact .contact-here {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.8rem;
  min-height: 0.32rem;
  border-radius: 0.18rem;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-information-contact .tag-common-primary {
    top: -0.29rem;
    left: -0.1rem;
  }
  .block-information-contact .contact-content {
    min-height: 2rem;
    padding: 0.37rem 0.19rem 0.15rem;
  }
  .block-information-contact .contact-title {
    margin-bottom: 0.17rem;
    font-size: 0.18rem;
    line-height: 1.4;
  }
  .block-information-contact .block-common-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block-information-contact .contact-here {
    position: relative;
    left: -0.07rem;
    margin-bottom: 0.05rem;
    padding: 0.02rem 0.1rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-information-contact .tag-common-primary {
    top: -29px;
    left: 40px;
  }
  .block-information-contact .contact-content {
    width: 1000px;
    min-height: 100px;
    margin: 0 auto;
    padding: 10px 180px 8px;
  }
  .block-information-contact .contact-title {
    margin-bottom: -2px;
    font-size: 0.2rem;
    text-align: center;
  }
  .block-information-contact .block-common-contact {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block-information-contact .contact-here {
    margin-right: 20px;
    padding: 2px 10px;
  }
}
.block-information-news .news_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block-information-news .news_list > li {
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
  background: #fcfbf0;
}
.block-information-news .news_list > li:last-child {
  margin-bottom: 0;
}
.block-information-news .news_list a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.block-information-news .news_list a:hover {
  background: #f1efd9;
}
.block-information-news .news_list a:hover .icon-common-arrow {
  background-color: #956134;
}
.block-information-news .news_list .icon-common-arrow{
  display: none;
}
.block-information-news .news_list a > .icon-common-arrow{
  display: block;
}
.block-information-news .news_list a:hover .icon-common-arrow::before, .block-information-news .news_list a:hover .icon-common-arrow::after {
  background-color: #fff !important;
}
.block-information-news .news_list a:hover .icon-common-arrow::before {
  -webkit-transform: translate(300%, -50%);
  -ms-transform: translate(300%, -50%);
  transform: translate(300%, -50%);
  opacity: 0;
}
.block-information-news .news_list a:hover .icon-common-arrow::after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.block-information-news .news_list .icon-common-arrow {
  position: absolute;
  top: 50%;
}
.block-information-news .news_list .icon-common-arrow::before {
  background: #956134;
}
.block-information-news .news-item.is-hidden {
  display: none;
}
.block-information-news .news_day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-information-news dt span#category {
  position: relative;
  overflow: hidden;
  border-radius: 0.04rem;
}
.block-information-news dt span#category img {
  display: block;
  width: 100%;
}
.block-information-news .news_List_Title {
  font-weight: 700;
  line-height: 1.6;
}
.block-information-news .news_detail {
  line-height: 1.6;
}
.block-information-news .news_detail p:last-child {
  margin-bottom: 0;
}
.block-information-news .news_detail .highlight {
  font-weight: 700;
}
.block-information-news .news_detail b {
  font-weight: 700;
}
.block-information-news .news_detail i {
  font-style: italic;
}
.block-information-news .news_list .detailText a {
  display:inline;
  font-weight: 700;
  text-decoration: underline;
}
.block-information-news .news_list .detailText a:hover {
  color:#53B59E;
  background: none;
}
.block-information-news .news_list .detailUpfile a:hover {
  background: none;
}
.block-information-news .button-common-primary {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.56rem;
  margin: 0 auto;
  -webkit-transition: padding 0.3s ease, all 0.3s ease;
  transition: padding 0.3s ease, all 0.3s ease;
  cursor: pointer;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-information-news .news_list > li {
    margin-bottom: 0.1rem;
  }
  .block-information-news .news_list a .icon-common-arrow {
    right: 0.14rem;
    margin-top: -0.12rem;
  }
  .block-information-news .news-item-box {
    min-height: 1.1rem;
    padding: 0.13rem 0.4rem 0.13rem 0.2rem;
  }
  .block-information-news .news_day {
    margin-bottom: 0.13rem;
  }
  .block-information-news dt span#category {
    top: 0.03rem;
    width: 0.8rem;
    height: 0.26rem;
    margin-left: 0.08rem;
  }
  .block-information-news .news_right {
    margin-top: 0.05rem;
  }
  .block-information-news .news_detail {
    margin-top: 0.11rem;
  }
  .block-information-news .button-common-primary {
    margin-top: 0.3rem;
    padding-left: 0.13rem;
  }
  .block-information-news .button-common-primary.is-close {
    padding-left: 0.4rem;
  }
  .block-information-news .button-common-primary .icon-common-arrow::after {
    display: none;
  }
  .block-information-news .button-common-primary:hover {
    background-color: #53b59e !important;
    color: #fff;
  }
  .block-information-news .button-common-primary:hover .icon-common-arrow {
    background-color: #fff;
  }
  .block-information-news .button-common-primary:hover .icon-common-arrow::before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    background-color: #53b59e !important;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-information-news .news_list > li {
    margin-bottom: 10px;
  }
  .block-information-news .news_list a .icon-common-arrow {
    right: 20px;
    margin-top: -12px;
  }
  .block-information-news .news-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 60px;
    padding: 13px 50px 13px 20px;
  }
  .block-information-news .news_day {
    margin-right: 12px;
  }
  .block-information-news dt span#category {
    top: 5px;
    width: 80px;
    height: 26px;
    margin-left: 8px;
  }
  .block-information-news .news_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 5px;
  }
  .block-information-news .news_detail {
    margin-top: 11px;
  }
  .block-information-news .button-common-primary {
    margin-top: 44px;
    padding-right: 50px;
    padding-left: 21px;
  }
  .block-information-news .button-common-primary.is-close {
    padding-left: 50px;
  }
}
.block-information-consultation .table-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-information-consultation .table-note .note-item {
  margin-right: 0.2rem;
}
.block-information-consultation .table-note .note-box {
  display: inline-block;
  position: relative;
  top: 0.05rem;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
}
.block-information-consultation .table-note .note-box.is-closed {
  background-color: #ffc8ab;
}
.block-information-consultation .table-note .note-box.is-closed-afternoon {
  background-color: #beddf6;
}

.calender-if-wrap {
  width: 100%;
}
.calender-if-wrap iframe {
  width: 100%;
  margin: 0 auto;
  height: 350px;
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-information-consultation {
    padding-top: 0.8rem;
  }
  .block-information-consultation .calendar-table {
    margin-bottom: 0.4rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-information-consultation .calendar-table {
    margin-bottom: 41px;
  }
  .block-information-consultation .calendar-table tbody th {
    padding-left: 8px;
  }
}
.calendar-schedule {
  margin-bottom: 0.14rem;
}
.calendar-schedule th,
.calendar-schedule td {
  width: 0.7rem;
  padding: 0;
  border: none;
  border-right: 0.04rem solid #fff;
  font-weight: 700;
}
.calendar-schedule th:last-child,
.calendar-schedule td:last-child {
  border-right: none;
}
.calendar-schedule tr {
  border-bottom: 0.04rem solid #fff;
}
.calendar-schedule th {
  height: 0.4rem;
  background: #956134;
  color: #fff;
  text-align: center;
}
.calendar-schedule th .is-next,
.calendar-schedule th .is-previous {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 0.2rem;
  text-decoration: none;
}
.calendar-schedule th .is-next:hover,
.calendar-schedule th .is-previous:hover {
  text-decoration: underline;
  text-underline-offset: 0.02rem;
}
.calendar-schedule th .is-next .arrow,
.calendar-schedule th .is-previous .arrow {
  position: relative;
  top: -0.02rem;
}
.calendar-schedule td {
  height: 0.44rem;
  background-color: #eee;
  text-align: center;
}
.calendar-schedule td.is-brown {
  background-color: #956134;
}
.calendar-schedule td.is-orange {
  background-color: #f58e59;
}
.calendar-schedule td.is-green {
  background-color: #97d035;
}
.calendar-schedule td.is-blue {
  background-color: #71aedf;
}
.calendar-schedule td.is-golden {
  background-color: #f9d899;
}
.calendar-schedule td.is-closed-afternoon {
  background-color: #beddf6;
}
.calendar-schedule td.is-closed {
  background-color: #ffc8ab;
}
.calendar-schedule thead th.is-time {
  width: 3.69rem;
}
.calendar-schedule tbody tr:first-child {
  color: #fff;
}
.calendar-schedule tbody tr:first-child td {
  padding: 0;
  text-align: center;
}
.calendar-schedule tbody tr:last-child {
  border-bottom: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .calendar-schedule {
    margin-bottom: 0.08rem;
  }
  .calendar-schedule th,
  .calendar-schedule td {
    width: 0.71rem;
    border-right: 0.03rem solid #fff;
  }
  .calendar-schedule tr {
    border-bottom: 0.03rem solid #fff;
  }
  .calendar-schedule td {
    height: 0.43rem;
  }
}
.section-top-features {
  position: relative;
  z-index: 1;
  background: #ebf8f3;
}
.section-top-features::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-features {
    padding: 0.41rem 0 0.8rem;
  }
  .section-top-features::after {
    height: 5.54rem;
    background: url("../img/top/sp/feature_decor.svg") no-repeat center/cover;
  }
  .section-top-features .title-common-primary {
    margin-bottom: 0.3rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-features {
    min-height: 984px;
    padding: 47px 0 100px;
  }
  .section-top-features::after {
    height: 554px;
    background: url("../img/top/feature_decor.svg") no-repeat center/cover;
    mix-blend-mode: multiply;
  }
  .section-top-features .wrapper {
    max-width: 1100px;
  }
  .section-top-features .title-common-primary {
    margin-bottom: 40px;
  }
}
.list-top-features {
  position: relative;
}
.list-top-features .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-features .list-item:last-child {
  margin-bottom: 0;
}
.list-top-features .list-item:nth-child(odd) .number-common,
.list-top-features .list-item:nth-child(odd) .item-heading .icon-common-arrow {
  background-color: #e8bb66;
}
.list-top-features .list-item:nth-child(even) .number-common,
.list-top-features .list-item:nth-child(even) .item-heading .icon-common-arrow {
  background-color: #f58e59;
}
.list-top-features .item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.1rem;
  background: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  cursor: pointer;
}
.list-top-features .item-heading .number-common {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.list-top-features .item-heading .icon-common-arrow {
  position: absolute;
  top: 50%;
}
.list-top-features .item-heading .icon-common-arrow::before {
  background-color: #fff;
}
.list-top-features .features-image {
  overflow: hidden;
  border-radius: 0.2rem;
}
.list-top-features .features-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0.9rem;
  overflow: hidden;
  background: #53b59e;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
.list-top-features .features-title .number-common {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff !important;
  color: #53b59e;
}
.list-top-features .features-content p:last-child {
  margin-bottom: 0;
}
.list-top-features .button-common-primary {
  margin: 0 auto;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-top-features .list-item {
    margin-bottom: 0.1rem;
  }
  .list-top-features .list-item.is-current .item-heading .icon-common-arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .list-top-features .item-heading {
    min-height: 0.8rem;
    padding: 0.15rem 0.4rem 0.15rem 0.1rem;
    font-size: 0.18rem;
    line-height: 1.4;
  }
  .list-top-features .item-heading .number-common {
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.1rem;
    padding-bottom: 0.04rem;
    font-size: 0.2rem;
  }
  .list-top-features .item-heading .icon-common-arrow {
    right: 0.1rem;
    margin-top: -0.12rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .list-top-features .item-content {
    visibility: visible !important;
    padding: 0.19rem 0 0.2rem;
    -webkit-animation: unset !important;
    animation: unset !important;
  }
  .list-top-features .features-image {
    height: 2.01rem;
    margin-bottom: 0.2rem;
  }
  .list-top-features .features-title {
    margin-bottom: 0.19rem;
    padding: 0.1rem 0.3rem 0.1rem 0.24rem;
    font-size: 0.18rem;
    line-height: 1.4;
    clip-path: polygon(100% 0, 96% 54%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
  }
  .list-top-features .features-title .number-common {
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.1rem;
    font-size: 0.2rem;
  }
  .list-top-features .features-content {
    margin-bottom: -0.19rem;
  }
  .list-top-features .button-common-primary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0.4rem;
    padding-right: 0.5rem;
    padding-left: 0.24rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-top-features .list-item {
    max-width: 550px;
    margin-bottom: 10px;
  }
  .list-top-features .list-item:nth-child(odd) .item-heading:hover .icon-common-arrow::before, .list-top-features .list-item:nth-child(odd) .item-heading:hover .icon-common-arrow::after {
    background-color: #e8bb66 !important;
  }
  .list-top-features .list-item:nth-child(even) .item-heading:hover .icon-common-arrow::before, .list-top-features .list-item:nth-child(even) .item-heading:hover .icon-common-arrow::after {
    background-color: #f58e59 !important;
  }
  .list-top-features .list-item.is-current .item-content.fade-in-right {
    opacity: 1 !important;
  }
  .list-top-features .item-heading {
    min-height: 70px;
    padding: 18px 62px 16px 10px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    font-size: 0.2rem;
    line-height: 1.4;
  }
  .list-top-features .item-heading .number-common {
    margin-right: 14px;
  }
  .list-top-features .item-heading .icon-common-arrow {
    right: 14px;
    margin-top: -12px;
  }
  .list-top-features .item-heading:hover {
    background-color: rgb(252, 251, 240);
  }
  .list-top-features .item-heading:hover .icon-common-arrow {
    background-color: #fff !important;
  }
  .list-top-features .item-heading:hover .icon-common-arrow::before {
    -webkit-transform: translate(300%, -50%);
    -ms-transform: translate(300%, -50%);
    transform: translate(300%, -50%);
    opacity: 0;
  }
  .list-top-features .item-heading:hover .icon-common-arrow::after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .list-top-features .item-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
  }
  .list-top-features .features-image {
    height: 300px;
    margin-bottom: 20px;
  }
  .list-top-features .features-title {
    margin-bottom: 19px;
    padding: 12px 30px 10px;
    font-size: 0.2rem;
    line-height: 1.4;
    clip-path: polygon(100% 0, 96% 54%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
  }
  .list-top-features .features-title .number-common {
    margin-right: 10px;
  }
  .list-top-features .features-content {
    margin-bottom: -10px;
  }
  .list-top-features .button-common-primary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 40px;
    padding-right: 52px;
    padding-left: 22px;
  }
}
.section-top-keyvisual {
  position: relative;
}
.section-top-keyvisual::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.section-top-keyvisual .keyvisual-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-top-keyvisual .title-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
.section-top-keyvisual .title-wrapper.is-green {
  background-color: #53b59e;
}
.section-top-keyvisual .title-wrapper.is-blue {
  background-color: #71aedf;
}
.section-top-keyvisual .title-wrapper.is-orange {
  background-color: #f58e59;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual::before {
    right: 0;
    bottom: 1rem;
    height: 1.5rem;
    background: url("../img/top/sp/keyvisual_decor.svg") no-repeat bottom right/cover;
  }
  .section-top-keyvisual .keyvisual-title {
    bottom: -0.33rem;
  }
  .section-top-keyvisual .title-wrapper {
    min-height: 0.4rem;
    margin-bottom: 0.05rem;
    padding: 0.04rem 0.39rem 0.05rem 0.16rem;
    font-size: 0.18rem;
    clip-path: polygon(100% 0%, 97% 50%, 100% 100%, 0 100%, 0 0);
  }
  .section-top-keyvisual .title-wrapper.is-orange {
    padding-right: 0.21rem;
    font-size: 0.14rem;
  }
  .section-top-keyvisual .keyvisual-slider {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(31.89%, rgba(255, 255, 255, 0)), color-stop(51.51%, #000));
    -webkit-mask-image: linear-gradient(360deg, rgba(255, 255, 255, 0) 31.89%, #000 51.51%);
    mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(31.89%, rgba(255, 255, 255, 0)), color-stop(51.51%, #000));
    mask-image: linear-gradient(360deg, rgba(255, 255, 255, 0) 31.89%, #000 51.51%);
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-keyvisual::before {
    right: 37.5%;
    bottom: -1px;
    height: 360px;
    background: url("../img/top/keyvisual_decor.svg") no-repeat bottom right/cover;
  }
  .section-top-keyvisual .keyvisual-title {
    top: 60px;
  }
  .section-top-keyvisual .title-wrapper {
    min-height: 60px;
    margin-bottom: 20px;
    padding: 3px 54px 3px 101px;
    font-size: 0.32rem;
    clip-path: polygon(100% 0%, 98% 50%, 100% 100%, 0 100%, 0 0);
  }
  .section-top-keyvisual .title-wrapper.is-orange {
    padding-right: 45px;
    font-size: 0.22rem;
  }
  .section-top-keyvisual .keyvisual-image {
    height: 100%;
    max-height: 760px;
  }
  .section-top-keyvisual .keyvisual-slider {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(4.8%, rgba(255, 255, 255, 0)), color-stop(33.1%, #000));
    -webkit-mask-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 4.8%, #000 33.1%);
    mask-image: -webkit-gradient(linear, right top, left top, color-stop(4.8%, rgba(255, 255, 255, 0)), color-stop(33.1%, #000));
    mask-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 4.8%, #000 33.1%);
  }
  .section-top-keyvisual .keyvisual-scroll {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    padding-bottom: 60px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #e8bb66;
    font-family: "Poppins", sans-serif;
    font-size: 0.14rem;
    font-weight: 600;
    text-decoration: none;
  }
  .section-top-keyvisual .keyvisual-scroll::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 60px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-animation: scroll-button 1.5s cubic-bezier(1, 0, 0, 1) infinite;
    animation: scroll-button 1.5s cubic-bezier(1, 0, 0, 1) infinite;
    background: #e8bb66;
  }
  .section-top-keyvisual .keyvisual-scroll:hover {
    color: #fff;
  }
  .section-top-keyvisual .keyvisual-scroll:hover::after {
    background: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439.98px), only screen and (min-width: 768px) and (max-height: 900px) {
  .section-top-keyvisual .title-wrapper {
    min-height: 58px;
    padding: 3px 54px 3px 63px;
    font-size: 0.26rem;
  }
  .section-top-keyvisual .title-wrapper.is-orange {
    font-size: 0.18rem;
  }
}
@media only screen and (min-width: 768px) and (max-height: 760px) {
  .section-top-keyvisual .keyvisual-image {
    height: calc(100vh - 140px);
    max-height: unset;
  }
}
@media only screen and (min-width: 2500px) {
  .section-top-keyvisual::before {
    height: 410px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.section-top-keyvisual .keyvisual-title {
    left: -2%;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1599.98px) {
.section-top-keyvisual .keyvisual-title {
    left: -3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439.98px) {
.section-top-keyvisual .keyvisual-title {
    left: -3%;
  }
}

@-webkit-keyframes scroll-button {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
@keyframes scroll-button {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
.section-top-banner {
  position: relative;
}
.section-top-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section-top-banner .banner-image {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #000));
  -webkit-mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 50%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #000));
  mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 50%);
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-banner .banner-image {
    height: 2rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-banner::after {
    background: url("../img/top/banner_decor.svg") no-repeat center center/cover;
  }
  .section-top-banner .banner-image {
    height: 240px;
  }
}
.section-top-introduce .tag-common-primary .tag-wrapper {
  background-color: #71aedf;
}
.section-top-introduce .tag-common-primary::before {
  background: url("../img/common/tag_decor_02.png") no-repeat center 100%/100%;
}
.section-top-introduce .introduce-image {
  overflow: hidden;
  border-radius: 0.2rem;
}
.section-top-introduce .introduce-block {
  position: relative;
  border-radius: 0.2rem;
  background-color: #fcfbf0;
}
.section-top-introduce .introduce-block::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.54rem;
  background: url("../img/top/introduce_decor_02.svg") no-repeat center 100%/100%;
}
.section-top-introduce .introduce-title {
  color: #53b59e;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
.section-top-introduce .introduce-benefit {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-introduce .benefit-item {
  color: #53b59e;
  font-weight: 700;
}
.section-top-introduce .benefit-item span {
  display: block;
  border-radius: 0.2rem;
  background-color: #fff;
  text-align: center;
}
.section-top-introduce .text-bold {
  font-weight: 700;
}
.section-top-introduce .introduce-link {
  width: 2.22rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-introduce {
    padding: 0.4rem 0;
    background: url("../img/top/sp/introduce_bg.png") no-repeat center center/cover;
  }
  .section-top-introduce .introduce-block {
    padding: 0.41rem 0.2rem 0.2rem;
  }
  .section-top-introduce .introduce-block::after {
    right: -0.11rem;
    bottom: 0.16rem;
  }
  .section-top-introduce .introduce-content {
    margin-bottom: 0.3rem;
  }
  .section-top-introduce .introduce-title {
    margin-bottom: 0.13rem;
    font-size: 0.28rem;
    line-height: 1.4;
  }
  .section-top-introduce .introduce-link {
    margin: 0 auto;
  }
  .section-top-introduce .introduce-image {
    height: 2.17rem;
  }
  .section-top-introduce .introduce-text {
    margin-bottom: 0.21rem;
  }
  .section-top-introduce .introduce-benefit {
    margin-bottom: 0.2rem;
  }
  .section-top-introduce .benefit-item {
    margin-bottom: 0.1rem;
  }
  .section-top-introduce .benefit-item span {
    padding: 0.04rem 0.2rem;
  }
  .section-top-introduce .tag-common-primary {
    top: -0.29rem;
    left: -0.12rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-introduce {
    padding: 61px 0;
    background: url("../img/top/introduce_bg.png") no-repeat center center/cover;
  }
  .section-top-introduce .introduce-block {
    padding: 48px 50px;
  }
  .section-top-introduce .introduce-block::after {
    right: -16px;
    bottom: 31px;
  }
  .section-top-introduce .tag-common-primary {
    top: -30px;
    left: -13px;
  }
  .section-top-introduce .block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-top-introduce .introduce-title {
    margin-bottom: 19px;
    font-size: 0.28rem;
    line-height: 1.6;
  }
  .section-top-introduce .introduce-benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 9px;
  }
  .section-top-introduce .benefit-item {
    width: 50%;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .section-top-introduce .benefit-item span {
    padding: 3px 10px 5px 12px;
  }
  .section-top-introduce .introduce-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 340px;
    height: 250px;
    margin-top: -1px;
    margin-left: 63px;
  }
  .section-top-introduce .introduce-text {
    margin-bottom: 21px;
  }
}
.section-top-treatment {
  position: relative;
  z-index: 1;
  background-color: #fff5ec;
}
.section-top-treatment::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.54rem;
}
.section-top-treatment .treatment-title {
  position: relative;
  font-family: "Zen Maru Gothic", serif;
}
.section-top-treatment .treatment-title::before, .section-top-treatment .treatment-title::after {
  content: "";
  position: absolute;
}
.section-top-treatment .treatment-title::before {
  width: 0.42rem;
  height: 0.46rem;
  background: url("../img/top/treatment_decor_01.svg") no-repeat center 100%/100%;
}
.section-top-treatment .treatment-title::after {
  background: url("../img/top/treatment_decor_02.svg") no-repeat center 100%/100%;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-treatment {
    padding: 0.39rem 0 0.4rem;
  }
  .section-top-treatment::after {
    background: url("../img/common/sp/treatment_bg.svg") no-repeat center center/cover;
  }
  .section-top-treatment .treatment-title {
    margin-bottom: 0.2rem;
    padding-right: 0.95rem;
    font-size: 0.24rem;
    line-height: 1.6;
  }
  .section-top-treatment .treatment-title::before {
    top: -0.55rem;
    left: -0.09rem;
  }
  .section-top-treatment .treatment-title::after {
    top: -0.16rem;
    right: -0.1rem;
    width: 0.97rem;
    height: 1.67rem;
  }
  .section-top-treatment .treatment-text {
    margin-bottom: 0.3rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-treatment {
    padding: 48px 0 60px;
  }
  .section-top-treatment::after {
    background: url("../img/common/treatment_bg.svg") no-repeat center/cover;
    mix-blend-mode: multiply;
  }
  .section-top-treatment .treatment-title {
    margin-bottom: 26px;
    font-size: 0.32rem;
    text-align: center;
  }
  .section-top-treatment .treatment-title::before {
    top: -14px;
    left: -29px;
  }
  .section-top-treatment .treatment-title::after {
    top: -68px;
    right: -117px;
    width: 122px;
    height: 210px;
  }
  .section-top-treatment .treatment-text {
    margin-bottom: 44px;
    text-align: center;
  }
}
@media only screen and (min-width: 2030px) {
  .section-top-treatment::after {
    height: 690px;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .footer-main {
    padding-top: 0.4rem;
  }
}
/*# sourceMappingURL=top.css.map */