@charset "UTF-8";
.section-top-keyvisual {
  position: relative;
  overflow: hidden;
}
.section-top-keyvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-top-keyvisual .keyvisual-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-top-keyvisual .wrapper {
  position: relative;
  z-index: 3;
}
.section-top-keyvisual .keyvisual-content {
  position: relative;
  z-index: 1;
}
.section-top-keyvisual .content-title {
  color: #8f480e;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  text-shadow: -0.02rem -0.02rem 0 #fff, 0.02rem -0.02rem 0 #fff, -0.02rem 0.02rem 0 #fff, 0.02rem 0.02rem 0 #fff, 0 -0.02rem 0 #fff, -0.02rem 0 0 #fff, 0.02rem 0 0 #fff, 0 0.02rem 0 #fff;
  /* text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0px -3px 0 #fff, -3px 0px 0 #fff, 3px 0px 0 #fff, 0px 3px 0 #fff; */
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    min-height: 6.8rem;
    padding: 0 0.2rem;
  }
  .section-top-keyvisual::before {
    height: 100%;
    background: url("../img/top/sp/background_keyvisual.jpg") top left/100% 100% no-repeat;
  }
  .section-top-keyvisual .keyvisual-wrapper {
    position: relative;
    min-height: 6rem;
    margin: 0.4rem 0 -2.7rem;
    overflow: hidden;
    border-top-left-radius: 1.7rem;
    border-top-right-radius: 1.7rem;
  }
  .section-top-keyvisual .keyvisual-wrapper::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.38rem;
    background: top left/100% auto no-repeat;
    background-image: url("../img/top/sp/background_keyvisual_01.svg");
  }
  .section-top-keyvisual .wrapper {
    min-height: 2.87rem;
    padding: 0 0.1rem;
  }
  .section-top-keyvisual .wrapper::before {
    content: "";
        position: absolute;
        top: -0.05rem;
        left: 0;
        width: 100%;
        height: 3rem;
        background: top left / 100% auto no-repeat;
        background-image: url(../img/top/sp/background_keyvisual_02.svg);
  }
  .section-top-keyvisual .content-title {
    margin-bottom: 0.2rem;
    padding: 0 0.27rem;
    font-size: 0.2rem;
    line-height: 1.45;
  }
  .section-top-keyvisual .table-common-schedule .table-time {
    display: block;
  }

  .section-top-keyvisual .content-title {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff;
  }
  
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    height: 96.3vh;
    padding-bottom: 172px;
  }
  .section-top-keyvisual::before {
    height: 100%;
    background: url("../img/top/background_keyvisual.jpg") top left/100% 100% no-repeat;
  }
  .section-top-keyvisual .keyvisual-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-top: 126px;
  }
  .section-top-keyvisual .keyvisual-content {
    margin-top: 446px;
  }
  .section-top-keyvisual .content-title {
    margin-bottom: 64px;
    font-size: 0.26rem;
    line-height: 1.4615384615;
  }
  .section-top-keyvisual .table-common-schedule {
    max-width: 410px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) and (max-height: 900px) {
  .section-top-keyvisual .keyvisual-content {
    margin-top: 370px;
  }
  .section-top-keyvisual .content-title {
    margin-bottom: 24px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) and (max-width: 1365px) {
  .section-top-keyvisual {
    height: 934px;
  }
}
.section-top-news {
  position: relative;
  background: top left/100% auto repeat-y;
}
.section-top-news .news-inner {
  position: relative;
  background-color: #fff5d6;
}
.section-top-news .news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: center/100% auto no-repeat;
  color: #fff;
}
.section-top-news .title-english {
  font-family: "Almendra SC", serif;
  font-weight: 400;
}
.section-top-news .title-japanese {
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-news {
    padding: 0.88rem 0 1rem;
    background-image: url("../img/common/sp/background_common_01.jpg");
  }
  .section-top-news .news-inner {
    padding: 0.4rem 0.2rem 0.3rem;
    border-radius: 0.2rem;
  }
  .section-top-news .news-title {
    width: 1.3rem;
    height: 0.78rem;
    margin: -0.78rem auto 0.39rem;
    padding-bottom: 0.04rem;
    background-image: url("../img/top/background_title_news.svg");
  }
  .section-top-news .title-english {
    font-size: 0.3rem;
    line-height: 1;
  }
  .section-top-news .title-japanese {
    font-size: 0.16rem;
    line-height: 1;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-news {
    padding: 88px 0 169px;
    background-image: url("../img/common/background_common_01.jpg");
  }
  .section-top-news .news-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    border-radius: 30px;
  }
  .section-top-news .news-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 250px;
    height: 151px;
    margin-left: -88px;
    background-image: url("../img/top/background_title_news.svg");
  }
  .section-top-news .title-english {
    font-size: 0.4rem;
    line-height: 1.2;
  }
  .section-top-news .title-japanese {
    font-size: 0.18rem;
  }
}
.list-top-news {
  border-top: 1px dashed #8f480e;
}
.list-top-news .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-news .list-item {
  border-bottom: 1px dashed #8f480e;
}
.list-top-news .item-wrapper {
  display: block;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-decoration: none;
}
.list-top-news a.item-wrapper::before {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: url("../img/common/icon_arrow_04.svg") center/100% auto no-repeat;
}
.list-top-news a.item-wrapper:hover {
  background-color: rgba(208, 110, 52, 0.2);
}
.list-top-news a.item-wrapper:hover::before {
  -webkit-transform: translateX(0.03rem);
  -ms-transform: translateX(0.03rem);
  transform: translateX(0.03rem);
}
.list-top-news a.item-wrapper .content-wrapper {
  text-decoration: underline;
  text-underline-offset: 0.03rem;
  text-decoration-thickness: 1px;
}
.list-top-news .content-wrapper {
  position: relative;
  font-weight: 600;
}
.is-android .list-top-news .content-wrapper {
  font-weight: 700;
}
.list-top-news a.item-wrapper .content-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list-top-news .item-description {
  margin: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-top-news .text-common-new {
    margin-left: 0.11rem;
  }
  .list-top-news .heading-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .list-top-news .item-wrapper {
    padding: 0.14rem 0 0.1rem;
    font-size: 0.16rem;
    line-height: 1;
  }
  .list-top-news a.item-wrapper::before {
    top: 0.34rem;
    right: 0.04rem;
    width: 0.2rem;
    height: 0.2rem;
  }
  .list-top-news .category-common {
    margin-left: 0.09rem;
  }
  .list-top-news .item-description {
    margin: 0.03rem 0 -0.03rem;
    line-height: 2;
  }
  .list-top-news .time-common {
    top: 0.02rem;
  }
  .list-top-news .button-common-show {
    margin-top: 0.14rem;
  }
  .list-top-news .content-wrapper {
    display: inline-block;
    line-height: 1.5;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-top-news {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 38px;
  }
  .list-top-news .text-common-new {
    margin-left: 12px;
  }
  .list-top-news .item-heading,
  .list-top-news .heading-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list-top-news .heading-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 187px;
    margin-right: 20px;
  }
  .list-top-news .item-wrapper {
    padding: 17px 20px;
    font-size: 0.18rem;
  }
  .list-top-news a.item-wrapper::before {
    top: 22px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
  .list-top-news .category-common {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 15px;
  }
  .list-top-news .item-description {
    font-size: 0.16rem;
  }
  .list-top-news .heading-content {
    padding-right: 40px;
  }
  .list-top-news .content-wrapper {
    padding-right: 60px;
  }
  .list-top-news .time-common {
    top: 2px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .list-top-news .button-common-show {
    margin-top: 31px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-common-medical {
    padding: 56px 0 100px;
  }
}
.section-top-about {
  position: relative;
}
.section-top-about::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff5d6;
  pointer-events: none;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.is-mac .section-top-about::before {
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.section-top-about .about-viewport {
  position: relative;
}
.section-top-about .about-viewport::before, .section-top-about .about-viewport::after {
  content: "";
  position: absolute;
}
.section-top-about .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-about .about-item {
  position: relative;
  width: 50%;
}
.section-top-about .item-wrapper {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-decoration: none;
}
.section-top-about .item-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: center/100% 100% no-repeat;
}
.section-top-about .item-wrapper:hover {
  -webkit-transform: translateY(-0.05rem);
  -ms-transform: translateY(-0.05rem);
  transform: translateY(-0.05rem);
}
.section-top-about .item-content {
  position: relative;
  overflow: hidden;
  border-radius: 0.3rem;
}
.section-top-about .content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section-top-about .text-wrapper {
  position: relative;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-about {
    padding: 1.32rem 0 0;
    overflow: hidden;
    background: #ffe598 url("../img/common/sp/background_common_01.jpg") top left/100% auto repeat-y;
  }
  .section-top-about::before {
    top: 0;
    height: 0.65rem;
    -webkit-mask-image: url("../img/common/sp/decoration_img_02.svg");
    mask-image: url("../img/common/sp/decoration_img_02.svg");
  }
  .section-top-about .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-top-about .title-common-primary .title-wrapper {
    width: 100%;
  }
  .section-top-about .title-common-primary .title-english {
    padding: 0;
  }
  .section-top-about .title-common-primary .title-english::before, .section-top-about .title-common-primary .title-english::after {
    width: 0.2rem;
  }
  .section-top-about .about-viewport {
    padding-bottom: 1.04rem;
  }
  .section-top-about .about-viewport::before {
    bottom: 0;
    left: -0.14rem;
    width: 4.03rem;
    height: 0.96rem;
    background: url("../img/common/sp/decor_img_01.svg") center/contain no-repeat;
  }
  .section-top-about .about-list {
    margin: 0 -0.075rem;
  }
  .section-top-about .about-item {
    padding: 0 0.075rem;
  }
  .section-top-about .item-wrapper {
    min-height: 1.92rem;
  }
  .section-top-about .item-wrapper::before {
    bottom: -0.14rem;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url("../img/common/icon_arrow_05.svg");
  }
  .section-top-about .item-content {
    -webkit-box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.2);
  }
  .section-top-about .content-text {
    font-size: 0.15rem;
    line-height: 1.7;
  }
  .section-top-about .text-wrapper {
    height: 100%;
    min-height: 1.15rem;
    padding: 0.14rem 0.2rem;
    background-color: #afe6b3;
  }
  .section-top-about .content-image {
    height: 1.01rem;
    margin-bottom: -0.23rem;
  }
  .section-top-about .content-image img {
    -o-object-position: top left;
    object-position: top left;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-about {
    padding: 154px 0 120px;
    background: url("../img/common/background_common_01.jpg") top left/100% auto repeat-y;
  }
  .section-top-about::before {
    top: -87px;
    height: 182px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-mask-image: url("../img/common/decoration_img_01_chrome.svg");
    mask-image: url("../img/common/decoration_img_01_chrome.svg");
  }
  .is-mac .section-top-about::before {
    top: 0;
    -webkit-mask-image: url("../img/common/decoration_img_01.svg");
    mask-image: url("../img/common/decoration_img_01.svg");
  }
  .section-top-about .title-common-primary {
    margin-bottom: 40px;
  }
  .section-top-about .title-common-primary .title-wrapper {
    width: 100%;
  }
  .section-top-about .title-common-primary .title-english {
    padding: 0;
  }
  .section-top-about .about-viewport::before, .section-top-about .about-viewport::after {
    top: 81px;
    width: 385px;
    height: 425px;
    background: url("../img/common/decor_img_01.svg") center/contain no-repeat;
  }
  .section-top-about .about-viewport::before {
    left: 5px;
  }
  .section-top-about .about-viewport::after {
    right: 1px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .section-top-about .about-list {
    margin: 0 -30px;
  }
  .section-top-about .about-item {
    padding: 0 30px;
  }
  .section-top-about .item-wrapper {
    min-height: 390px;
  }
  .section-top-about .item-wrapper::before {
    bottom: -34px;
    width: 70px;
    height: 70px;
    background-image: url("../img/common/icon_arrow_05.svg");
  }
  .section-top-about .item-content {
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
  .section-top-about .content-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section-top-about .content-text {
    min-height: 390px;
    font-size: 0.18rem;
  }
  .section-top-about .text-wrapper {
    padding: 39px 50px;
    background-color: rgba(175, 230, 179, 0.9);
  }
}
.section-top-feature {
  position: relative;
}
.section-top-feature::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: top left/100% auto repeat-y;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-feature {
    padding: 0.58rem 0 0.68rem;
    background: url("../img/common/sp/background_common_01.jpg") top left/100% auto repeat-y;
  }
  .section-top-feature::before {
    top: 2.19rem;
    height: 7.09rem;
    background-image: url("../img/top/sp/decoration_feature_01.png");
  }
  .section-top-feature .title-common-primary {
    margin-bottom: 0.33rem;
  }
  .section-top-feature .title-common-primary .title-wrapper {
    display: block;
  }
  .section-top-feature .title-common-primary .title-english::before, .section-top-feature .title-common-primary .title-english::after {
    width: 0.95rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-feature {
    padding: 56px 0 5px;
    background: url("../img/common/background_common_01.jpg") top left/100% auto repeat-y;
  }
  .section-top-feature::before {
    top: 359px;
    height: 417px;
    background-image: url("../img/top/decoration_feature_01.png");
  }
  .section-top-feature .title-common-primary {
    margin-bottom: 55px;
  }
  .section-top-feature .title-common-primary .title-wrapper {
    display: block;
  }
  .section-top-feature .title-common-primary .title-english::before, .section-top-feature .title-common-primary .title-english::after {
    width: 441px;
  }
}
.list-top-feature {
  position: relative;
  z-index: 1;
}
.list-top-feature .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-feature .list-item {
  position: relative;
}
.list-top-feature .item-wrapper {
  height: 100%;
}
.list-top-feature .image-wrapper {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.list-top-feature .image-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(360deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.list-top-feature .heading-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #ff8d91;
  font-family: "Almendra SC", serif;
  line-height: 1;
}
.list-top-feature .heading-number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: inherit;
  background: #fff;
  pointer-events: none;
  -webkit-filter: blur(0.05rem);
  filter: blur(0.05rem);
}
.list-top-feature .heading-number::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: top left/100% auto no-repeat;
}
.list-top-feature .number-wrapper {
  position: relative;
  -webkit-filter: unset;
  filter: unset;
}
.list-top-feature .content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d06e34;
  color: #fff;
  font-weight: 600;
}
.is-android .list-top-feature .content-title {
  font-weight: 700;
}
.list-top-feature .title-wrapper {
  position: relative;
}
.list-top-feature .content-text {
  background-color: #fff;
  color: #5e4e2e;
  line-height: 1.8;
}
.list-top-feature .text-wrapper {
  margin: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-top-feature .list-item {
    margin-bottom: 0.39rem;
  }
  .list-top-feature .list-item:last-child {
    margin-bottom: 0;
  }
  .list-top-feature .item-wrapper {
    position: relative;
  }
  .list-top-feature .item-heading {
    position: absolute;
    top: -0.16rem;
    left: 0;
  }
  .list-top-feature .heading-image {
    width: 1.2rem;
    height: 1.24rem;
  }
  .list-top-feature .heading-number {
    width: 0.4rem;
    height: 0.4rem;
    margin: -0.31rem auto 0.32rem;
    font-size: 0.45rem;
  }
  .list-top-feature .heading-number::before {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.04rem;
  }
  .list-top-feature .heading-number::after {
    bottom: -0.17rem;
    width: 1.05rem;
    height: 0.49rem;
    background-image: url("../img/top/sp/decoration_feature_number.svg");
  }
  .list-top-feature .content-title {
    width: 2.82rem;
    min-height: 1.08rem;
    margin-left: auto;
    padding: 0.15rem 0.2rem 0.09rem 0.97rem;
    font-size: 0.16rem;
    line-height: 1.7;
  }
  .list-top-feature .content-text {
    padding: 0.21rem 0.19rem 0.22rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-top-feature .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -50px -20px;
  }
  .list-top-feature .list-item {
    width: 33.3333333333%;
    padding: 0 50px 20px;
  }
  .list-top-feature .list-item.has-decoration .item-decoration {
    content: "";
    position: absolute;
    right: -3px;
    bottom: 54px;
    width: 184px;
    height: 142px;
    background: url("../img/top/decoration_feature_item.svg") center/100% auto no-repeat;
  }
  .list-top-feature .image-wrapper {
    height: 310px;
  }
  .list-top-feature .image-wrapper::before {
    height: 104px;
  }
  .list-top-feature .heading-number {
    width: 71px;
    height: 71px;
    margin: -45px auto 32px;
    font-size: 0.6rem;
  }
  .list-top-feature .heading-number::before {
    width: 91px;
    height: 91px;
  }
  .list-top-feature .heading-number::after {
    bottom: -35px;
    width: 190px;
    height: 87px;
    background-image: url("../img/top/decoration_feature_number.svg");
  }
  .list-top-feature .content-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 22px 15px 20px;
    font-size: 0.2rem;
    line-height: 1.7;
    text-align: center;
  }
  .list-top-feature .content-text {
    min-height: 278px;
    padding: 24px 29px;
  }
}
.banner-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

/* @media only screen and (max-width: 767.98px) {
  .banner-top {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    
    left: 0;
    width: 100%;
    height: auto;
  } 
} */



.block-parallax {
  position: relative;
  background: transparent;
}
.block-parallax::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: top left/100% auto repeat-y;
  pointer-events: none;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-parallax {
    height: 1.88rem;
  }
  .block-parallax::before {
    top: -0.02rem;
    left: -1px;
    width: calc(100% + 0.02rem);
    height: 0.65rem;
    background-image: url("../img/common/sp/background_common_01.jpg");
    -webkit-mask-image: url("../img/top/sp/mask_banner.svg");
    mask-image: url("../img/top/sp/mask_banner.svg");
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-parallax {
    height: 532px;
  }
  .block-parallax::before {
    top: 0;
    height: 182px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("../img/common/background_common_01.jpg");
    -webkit-mask-image: url("../img/common/decoration_img_01.svg");
    mask-image: url("../img/common/decoration_img_01.svg");
  }
  .is-mac .block-parallax::before {
    top: -26px;
  }
  .is-tablet .block-parallax::before {
    top: -36px;
  }
}
/*# sourceMappingURL=top.css.map */