@charset "UTF-8";
.section-top-greetings {
  position: relative;
  z-index: 1;
}
.section-top-greetings::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.section-top-greetings .greetings-title {
  color: #0d92d2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.8;
}
.section-top-greetings .greetings-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-greetings .greetings-image {
  position: relative;
}
.section-top-greetings .greetings-image::before {
  content: "";
  position: absolute;
  background: url("../img/top/greetings_decor_02.png") no-repeat center center/cover;
  pointer-events: none;
}
.section-top-greetings .greetings-slider {
  max-width: 100%;
  margin: 0 auto;
}
.section-top-greetings .keyvisual-slider-wrapper {
  max-width: 100%;
}
.section-top-greetings .keyvisual-slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-top-greetings .slide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
}
.is-ios .section-top-greetings .slide-item {
  -webkit-transform: translate3d(0, 0, 0);
}
.section-top-greetings .slide-item img {
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.2);
}
.section-top-greetings .keyvisual-slider-wrapper.is-active .slide-list {
  -webkit-animation: slideRightToLeft 60s linear infinite;
  animation: slideRightToLeft 60s linear infinite;
}
@-webkit-keyframes slideRightToLeft {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideRightToLeft {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.hypertension-box {
  position: relative;
  background: #fff;
}
.hypertension-box::after {
  content: "";
  position: absolute;
  background: url("../img/h_t/decor_flower.png") no-repeat 0 0/auto 100%;
}
.hypertension-box .hypertension-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #095888;
  font-size: 0.2rem;
  line-height: 1.4;
}
.hypertension-box .hypertension-title .title-icon {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.hypertension-box .hypertension-description p:last-child {
  margin-bottom: 0;
}
.hypertension-box .button-common-secondary {
  border: 1px solid #095888;
  background: #fff;
  color: #095888;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.16rem;
  font-weight: 500;
}
.hypertension-box .button-common-secondary::after {
  width: 0.1rem;
  height: 0.16rem;
  background: #095888;
  -webkit-mask-size: 0.1rem 0.16rem;
  mask-size: 0.1rem 0.16rem;
}
.hypertension-box .button-common-secondary:hover {
  background: #095888;
  color: #fff;
}
.hypertension-box .button-common-secondary:hover::after {
  background: #fff;
}
.hypertension-box .button-common-secondary:hover .button-wrapper::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.hypertension-box .button-common-secondary .button-wrapper {
  position: relative;
}
.hypertension-box .button-common-secondary .button-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.16rem;
  height: 0.14rem;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  background: url("../img/common/icn_external.svg") no-repeat center/auto 100%;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-greetings {
    padding: 0.4rem 0 0.2rem;
  }
  .section-top-greetings::before {
    top: 1.03rem;
    right: 0;
    width: 100%;
    height: 5.55rem;
    background: url("../img/top/sp/greetings_decor_01.png") no-repeat center top/cover;
  }
  .section-top-greetings .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-top-greetings .greetings-image {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 auto 0.3rem;
  }
  .section-top-greetings .greetings-image img {
    border-top-left-radius: 0.9rem;
  }
  .section-top-greetings .greetings-image::before {
    bottom: -0.49rem;
    left: -0.48rem;
    width: 3.29rem;
    height: 2.51rem;
    background-image: url("../img/top/sp/greetings_decor_02.png");
  }
  .section-top-greetings .greetings-content {
    margin-bottom: 0.4rem;
  }
  .section-top-greetings .greetings-title {
    margin-bottom: 0.21rem;
    font-size: 0.18rem;
    line-height: 1.78;
  }
  .section-top-greetings .greetings-text {
    margin-bottom: 0.19rem;
  }
  .section-top-greetings .greetings-links {
    text-align: right;
  }
  .section-top-greetings .greetings-links > li {
    margin-bottom: 0.2rem;
  }
  .section-top-greetings .slide-item {
    width: 2rem;
    margin: 0 0.1rem;
  }
  .section-top-greetings .button-common-primary {
    margin-left: auto;
  }

  .hypertension-box {
    margin-top: 0.29rem;
    padding: 0.24rem 0.21rem 0.3rem 0.2rem;
  }
  .hypertension-box .hypertension-title {
    margin-bottom: 0.14rem;
  }
  .hypertension-box .hypertension-title .title-icon {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.15rem;
  }
  .hypertension-box .hypertension-description {
    margin-bottom: 0.19rem;
  }
  .hypertension-box .button-common-secondary {
    width: 2.85rem;
    min-height: 0.74rem;
    margin: 0 auto;
    padding-right: 0.45rem;
    padding-left: 0.23rem;
    line-height: 1.4;
    text-align: left;
  }
  .hypertension-box .button-common-secondary::after {
    right: 0.28rem;
  }
  .hypertension-box .button-common-secondary .button-wrapper {
    padding-right: 0.23rem;
  }
  .hypertension-box .button-common-secondary .button-wrapper::after {
    margin-top: -0.07rem;
  }

  /* お知らせ欄　移植 */

  .detailText{
    font-weight: normal;
    margin: 0.01rem 0 0.04rem 0rem;
    font-size: 0.15rem;
  }
  .detailUpfile{
    margin: 0.01rem 0 0.04rem 0.1rem;
  }
.detailText div,
.detailText div span {
  font-size: 0.17rem !important;
  line-height: 1.8;
}

.news_detail,
.news_detail p {
  font-size: 0.16rem !important;
  line-height: 1.8;
margin-bottom: 0.1rem;
}

.news_detail p:not(:last-child) {
  margin-bottom: 5px;
}

/* お知らせ 文章 */
.detailText div,
.detailText b,
.detailText i,
.detailText u,
.detailText strike,
.detailText div span,
.detailText span {
  font-size: inherit;
  line-height: 1.8;
}

.detailText b {
  font-weight: bold;
}

.detailText i {
  font-style: italic;
}

.detailText u {
  text-decoration: underline;
}
.list-top-news .detailText ul {
  list-style: disc !important;
  padding-left: 1.2em;

}

.list-top-news .detailText ul li{
  list-style: disc;
}



.detailText ol{
  list-style: decimal !important;
  padding-left: 1.2em;

}

.detailText ol li{
  list-style: decimal;
  /* padding-left: 1.2em; */

}


.detailText div a {
  color: #0066c0;
  transition: .3s;
  text-decoration: underline;
}

.detailText div a:hover {
  opacity: 0.6;
}


.detailUpfile a {
  color: #0066c0;
}

.detailUpfile a img {
  max-width: 350px;
  width: 100%;
  height: auto;
}
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-greetings {
    padding: 12px 0;
  }
  .section-top-greetings::before {
    top: 8px;
    left: 50%;
    width: 2132px;
    height: 1036px;
    margin-left: -38px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/top/greetings_decor_01.png") no-repeat center top/cover;
  }
  .section-top-greetings::after {
    content: "";
    position: absolute;
    top: -180px;
    right: 0;
    left: 0;
    height: 100%;
    background: url("../img/top/greetings_decor_03.png") no-repeat 0 0/100% 180px;
    pointer-events: none;
  }
  .section-top-greetings .wrapper {
    max-width: 1280px;
  }
  .section-top-greetings .title-common-primary {
    margin-bottom: 60px;
  }
  .section-top-greetings .greetings-content {
    max-width: 673px;
    margin-bottom: 140px;
    padding-left: 70px;
  }
  .section-top-greetings .greetings-image {
    max-width: 500px;
    height: 500px;
    float: right;
  }
  .section-top-greetings .greetings-image img {
    border-top-left-radius: 90px;
  }
  .section-top-greetings .greetings-image::before {
    bottom: -100px;
    left: -99px;
    width: 685px;
    height: 523px;
  }
  .section-top-greetings .greetings-title {
    margin-bottom: 50px;
    font-size: 0.33rem;
  }
  .section-top-greetings .greetings-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-top-greetings .greetings-links > li {
    margin-right: 40px;
  }
  .section-top-greetings .greetings-text {
    margin-bottom: 49px;
    padding-right: 36px;
  }

  .hypertension-box {
    margin-top: 78px;
    padding: 30px 100px 50px 39px;
  }
  .hypertension-box::after {
    right: 11px;
    bottom: 14px;
    width: 114px;
    height: 111px;
  }
  .hypertension-box .hypertension-title {
    margin-bottom: 30px;
  }
  .hypertension-box .hypertension-title .title-icon {
    width: 90px;
    height: 90px;
    margin-right: 20px;
  }
  .hypertension-box .hypertension-description {
    margin-bottom: 30px;
  }
  .hypertension-box .button-common-secondary {
    width: 414px;
    min-height: 54px;
    padding: 3px 45px 5px 25px;
  }
  .hypertension-box .button-common-secondary::after {
    right: 28px;
  }
  .hypertension-box .button-common-secondary .button-wrapper {
    padding-right: 23px;
  }
  .hypertension-box .button-common-secondary .button-wrapper::after {
    margin-top: -6px;
  }

    /* お知らせ欄　移植 */

  .detailText{
    font-weight: normal;
    margin-top: 10px;
  }
.detailText div,
.detailText div span {
font-size: 17px !important;
line-height: 1.8;
}

.news_detail,
.news_detail p {
font-size: 16px !important;
line-height: 1.8;
/* margin-bottom: 10px; */
}

.news_detail p:not(:last-child) {
margin-bottom: 5px;
}

/* お知らせ 文章 */
.detailText div,
.detailText b,
.detailText i,
.detailText u,
.detailText strike,
.detailText div span,
.detailText span {
font-size: inherit;
line-height: 1.8;
}

.detailText b {
font-weight: bold;
}

.detailText i {
font-style: italic;
}

.detailText u {
text-decoration: underline;
}

.list-top-news .detailText ul {
  list-style: disc !important;
  padding-left: 1em;
  }

.list-top-news .detailText ul li{
list-style: disc;
}

.list-top-news .detailText ol{
  list-style: decimal !important;
  padding-left: 1em;
  }

.list-top-news .detailText ol li{
list-style: decimal;
/* padding-left: 1em; */

}

.detailText div a {
color: #0066c0;
transition: .3s;
text-decoration: underline;
}

.detailText div a:hover {
opacity: 0.6;
}


.detailUpfile a {
color:#0066c0;
}

.detailUpfile a img {
max-width: 350px;
width: 100%;
height: auto;
}
}
@media print, print and (min-width: 768px) {
  .section-top-greetings .greetings-slider {
    margin-top: 100px !important;
  }
}
@media print, (min-width: 768px) {
  .section-top-greetings .slide-item {
    width: 350px;
    height: 240px;
    margin: 0 19px;
  }
}
.section-top-information {
  background: url("../img/top/information_bg.jpg") no-repeat 0 0/cover;
}
.section-top-information::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.section-top-information .information-wrapper {
  position: relative;
  z-index: 2;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-information {
    padding: 0.72rem 0 0.3rem;
  }
  .section-top-information .title-common-primary {
    margin-bottom: 0.29rem;
  }
  .section-top-information .block-information-news {
    margin-bottom: 0.8rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-information {
    padding-top: 150px;
  }
  .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;
  }
  .section-top-information .block-information-news {
    width: 520px;
    margin-right: 80px;
  }
  .section-top-information .block-information-consultation {
    width: 540px;
  }
  .section-top-information .title-common-primary {
    margin-bottom: 29px;
  }
}
.block-information-news .news_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #095888;
}
.block-information-news .news_list > li {
  position: relative;
  border-bottom: 1px solid #095888;
}
.block-information-news .news_list .news_item>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 .news_item>a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.09rem;
  height: 0.16rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  background: url("../img/common/icn_arrow_08.svg") no-repeat center/auto 100%;
}
.block-information-news .news_list a:hover {
  background: #f5ebdf;
}
.block-information-news .news_list a .news_List_Title {
  text-decoration: underline;
  text-underline-offset: 0.03rem;
}
.block-information-news .news_list a .news_new {
  display: inline-block;
  margin-left: 0.04rem;
  text-decoration: none;
}
.block-information-news .news_item.is-hidden {
  display: none;
}
.block-information-news .news_day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #848484;
}
.block-information-news dt span#category img {
  width: 100%;
  height: 100%;
}
.block-information-news .news_List_Title {
  font-weight: 700;
  line-height: 1.4;
}
.block-information-news .news_detail {
  font-size: 0.15rem;
}
.block-information-news .news_detail p:last-child {
  margin-bottom: 0;
}
.block-information-news .button-common-primary {
  display: block;
  background: #fff;
  color: #003d55;
  cursor: pointer;
}
.block-information-news .button-common-primary.is-close {
  display: none;
}
.block-information-news .button-common-primary:hover {
  background: #003d55;
  color: #fff;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-information-news .news_list a {
    padding-right: 0.15rem;
  }
  .block-information-news .news_list a::after {
    right: 0;
  }
  .block-information-news .news_list a:hover::after {
    right: 0.05rem;
  }
  .block-information-news .news-item-box {
    min-height: 0.87rem;
    padding: 0.15rem 0 0.12rem 0.11rem;
  }
  .block-information-news .news_day {
    margin-bottom: 0.11rem;
    font-size: 0.13rem;
  }
  .block-information-news dt span#category {
    position: relative;
    top: -0.02rem;
    width: 0.7rem;
    height: 0.26rem;
    margin-left: 0.1rem;
  }
  .block-information-news .news_new {
    margin-left: 0.03rem;
  }
  .block-information-news .news_detail {
    /* margin: -0.03rem 0.1rem 0.13rem; */
    margin: 0;
  }
  .block-information-news .button-common-primary {
    width: 2rem;
    margin: 0.2rem auto 0;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-information-news .news_list a {
    padding-right: 45px;
  }
  .block-information-news .news_list a::after {
    right: 17px;
  }
  .block-information-news .news_list a:hover::after {
    right: 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: 79px;
    padding: 24px 0;
  }
  .block-information-news .news_day {
    position: relative;
    top: 1px;
    margin-right: 20px;
    font-size: 0.15rem;
  }
  .block-information-news dt span#category {
    position: relative;
    top: -1px;
    width: 0.74rem;
    height: 0.3rem;
    margin-left: 10px;
  }
  .block-information-news .news_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 5px;
  }
  .block-information-news .news_detail {
            margin: 5px 0 0;
  }
  .block-information-news .button-common-primary {
    width: 260px;
    margin: 30px auto 0;
  }
}
.block-information-consultation .calendar-table tbody tr:last-child {
  background: unset;
}
.block-information-consultation .calendar-table tbody th .table-wrapper {
  background: #fff;
}
.block-information-consultation .calendar-information .item-tag {
  background: #095888;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-information-consultation .calendar-table thead th {
    font-size: 0.16rem;
  }
  .block-information-consultation .calendar-table th:first-child {
    width: 3.4rem;
  }
  .is-ios .block-information-consultation .calendar-table th:first-child {
    width: 4.4rem;
  }
  .block-information-consultation .calendar-table tbody th {
    padding: 0.09rem 0;
  }
  .block-information-consultation .calendar-table tbody .table-wrapper {
    /* margin-right: 0.06rem; */
    margin-right: 0;

    padding: 0.11rem 0 0.04rem 0.05rem;
    font-size: 0.16rem;
    line-height: 1.4;
  }
  .is-ios .block-information-consultation .calendar-table tbody .table-wrapper {
    font-size: 0.15rem;
  }
  .block-information-consultation .calendar-table tbody .table-wrapper time {
    font-size: 0.15rem;
    line-height: 1.4;
  }
  .is-ios .block-information-consultation .calendar-table tbody .table-wrapper time {
    font-size: 0.13rem;
  }
  .block-information-consultation .calendar-table .calendar-shift {
    font-size: 0.14rem;
    line-height: 1.4;
  }
  .is-ios .block-information-consultation .calendar-table .calendar-shift {
    font-size: 0.12rem;
  }
  .block-information-consultation .calendar-information {
    margin-top: 0.08rem;
  }
  .block-information-consultation .calendar-information .notes-item {
    margin-bottom: 0.18rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-information-consultation .calendar-table thead th {
    font-size: 0.18rem;
  }
  .block-information-consultation .calendar-table tbody th:first-child {
    padding: 10px 0;
    text-align: center;
  }
  .block-information-consultation .calendar-table tbody th .table-wrapper {
    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;
    height: 60px;
    margin-right: 4px;
    font-size: 0.2rem;
  }
  .block-information-consultation .calendar-table tbody time {
    font-size: 0.2rem;
  }
  .is-mac .block-information-consultation .calendar-table tbody time {
    font-size: 0.18rem;
  }
  .block-information-consultation .calendar-table .calendar-shift {
    position: relative;
    top: 1px;
    margin-left: -6px;
    font-size: 0.16rem;
  }
  .block-information-consultation .calendar-information {
    margin-top: 19px;
  }
}
.section-top-features {
  position: relative;
  z-index: 1;
}
.section-top-features::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
}
.section-top-features .features-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-features .features-item {
  position: relative;
}
.section-top-features .features-item::after {
  content: "";
  position: absolute;
}
.section-top-features .features-number {
  display: block;
  position: absolute;
  z-index: 1;
}
.section-top-features .features-image {
  position: relative;
}
.section-top-features .features-image img {
  border-top-left-radius: 0.9rem;
}
.section-top-features .features-image::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
}
.section-top-features .features-title {
  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;
  -webkit-box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.2);
  color: #095888;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-features {
    padding: 0.61rem 0 0.18rem;
  }
  .section-top-features::after {
    bottom: -2.52rem;
    height: 100%;
    background: url("../img/top/sp/features_bg.jpg") repeat center/auto 20.23rem;
  }
  .section-top-features .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-top-features .features-item {
    margin-bottom: 0.4rem;
  }
  .section-top-features .features-item:last-child {
    margin-bottom: 0;
  }
  .section-top-features .features-item:nth-child(4n+1)::after {
    top: 1.06rem;
    left: -0.25rem;
    width: 0.88rem;
    height: 0.86rem;
    background: url("../img/top/sp/features_decor_01.png") no-repeat center center/cover;
  }
  .section-top-features .features-item:nth-child(4n+2)::after {
    top: 0.87rem;
    right: -0.19rem;
    width: 0.83rem;
    height: 0.87rem;
    background: url("../img/top/sp/features_decor_02.png") no-repeat center center/cover;
  }
  .section-top-features .features-item:nth-child(4n+3)::after {
    top: 1.43rem;
    left: -0.25rem;
    width: 0.75rem;
    height: 0.89rem;
    background: url("../img/top/sp/features_decor_03.png") no-repeat center center/cover;
  }
  .section-top-features .features-item:nth-child(4n+4)::after {
    top: 0.95rem;
    right: -0.25rem;
    width: 1.1rem;
    height: 1.08rem;
    background: url("../img/top/sp/features_decor_04.png") no-repeat center center/cover;
  }
  .section-top-features .features-number {
    top: 0.37rem;
    left: -0.04rem;
    width: 0.77rem;
  }
  .section-top-features .features-title {
    min-height: 0.75rem;
    margin-bottom: 0.2rem;
    padding: 0.07rem 0.2rem 0.1rem;
    background: url("../img/top/sp/features_item_bg.png") no-repeat center center/cover;
    font-size: 0.2rem;
  }
  .section-top-features .features-image {
    width: 2.54rem;
    height: 1.48rem;
    margin-left: auto;
  }
  .section-top-features .features-image::before {
    left: -0.71rem;
    width: 0.71rem;
    height: 0.72rem;
    background: url("../img/top/sp/features_ellipse.png") no-repeat center center/cover;
  }
  .section-top-features .features-text {
    margin-bottom: 0.2rem;
  }
  .section-top-features .button-common-primary {
    margin: 0 0 0.51rem auto;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-features {
    padding: 109px 0 60px;
  }
  .section-top-features::after {
    bottom: -382px;
    height: 100%;
    background: url("../img/top/features_bg.jpg") repeat center/auto 1413px;
  }
  .section-top-features .title-common-primary {
    margin-bottom: 50px;
  }
  .section-top-features .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -70px -70px;
  }
  .section-top-features .features-item {
    width: 50%;
    margin-bottom: 70px;
    padding: 0 70px;
  }
  .section-top-features .features-item:nth-child(4n+1)::after {
    top: 233px;
    left: -78px;
    width: 217px;
    height: 179px;
    background: url("../img/top/features_decor_01.png") no-repeat center center/cover;
  }
  .section-top-features .features-item:nth-child(4n+2)::after {
    top: 321px;
    right: -37px;
    width: 144px;
    height: 151px;
    background: url("../img/top/features_decor_02.png") no-repeat center center/cover;
  }
  .section-top-features .features-item:nth-child(4n+3)::after {
    top: 303px;
    left: -25px;
    width: 140px;
    height: 143px;
    background: url("../img/top/features_decor_03.png") no-repeat center center/cover;
  }
  .section-top-features .features-item:nth-child(4n+4)::after {
    top: 232px;
    right: -55px;
    width: 217px;
    height: 179px;
    background: url("../img/top/features_decor_04.png") no-repeat center center/cover;
  }
  .section-top-features .features-number {
    top: 160px;
    left: 70px;
    width: 104px;
  }
  .section-top-features .features-title {
    min-height: 110px;
    margin-bottom: 30px;
    padding: 9px 20px 10px;
    background: url("../img/top/features_item_bg.jpg") repeat center center/500px 110px;
    font-size: 0.3rem;
  }
  .section-top-features .features-image {
    width: 100%;
    height: 320px;
  }
  .section-top-features .features-image::before {
    width: 125px;
    height: 125px;
    background: url("../img/top/features_ellipse.png") no-repeat center center/cover;
  }
  .section-top-features .features-text {
    margin-bottom: 20px;
  }
  .section-top-features .button-common-primary {
    display: inline-block;
  }
}
@media print, (min-width: 768px) and (max-width: 1440px) {
  .section-top-features .features-list {
    margin: 0 30px;
  }
  .section-top-features .features-item {
    padding: 0 20px;
  }
  .section-top-features .features-item:nth-child(4n+4)::after {
    right: -80px;
  }
  .section-top-features .features-item:nth-child(4n+1)::after {
    top: 243px;
    left: -78px;
    width: 187px;
    height: 149px;
  }
}
.section-top-keyvisual .keyvisual-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.section-top-keyvisual .keyvisual-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.section-top-keyvisual .keyvisual-content {
  color: #095888;
}
.section-top-keyvisual .keyvisual-label {
  display: inline-block;
  border-radius: 0.2rem;
  background-color: #d5f2ff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.section-top-keyvisual .keyvisual-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.section-top-keyvisual .keyvisual-image {
  position: relative;
}
.section-top-keyvisual .keyvisual-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(207, 241, 255, 0.15);
  pointer-events: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    margin-top: 0.7rem;
  }
  .section-top-keyvisual .keyvisual-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-top-keyvisual .keyvisual-wrapper::before {
    top: 2.12rem;
    left: 0;
    width: 100%;
    height: 5.31rem;
    background: url("../img/top/sp/keyvisual_decor_01.png") no-repeat center 100%/100%;
  }
  .section-top-keyvisual .keyvisual-content {
    padding: 0 0.25rem;
  }
  .section-top-keyvisual .keyvisual-slider {
    margin-bottom: 0.33rem;
  }
  .section-top-keyvisual .keyvisual-slider::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0.92rem;
    width: 1.73rem;
    height: 1.98rem;
    background: url("../img/top/sp/keyvisual_decor_02.png") no-repeat center 100%/100%;
  }
  .section-top-keyvisual .keyvisual-title {
    margin-bottom: 0.11rem;
    font-size: 0.22rem;
    line-height: 1.4;
  }
  .section-top-keyvisual .keyvisual-label {
    padding: 0.07rem 0.15rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    padding-top: 16px;
  }
  .section-top-keyvisual .keyvisual-wrapper {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1700px;
    margin: 0 auto;
  }
  .section-top-keyvisual .keyvisual-wrapper::before {
    top: 173px;
    left: -233px;
    width: 956px;
    height: 751px;
    background: url("../img/top/keyvisual_decor_01.png") no-repeat center 100%/100%;
  }
  .section-top-keyvisual .keyvisual-wrapper::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: -188px;
    bottom: -118px;
    width: 564px;
    height: 327px;
    background: url("../img/top/keyvisual_decor_02.png") no-repeat center 100%/100%;
  }
  .section-top-keyvisual .keyvisual-content {
    position: absolute;
    z-index: 2;
    left: 116px;
    margin-top: 70px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media print, print and (min-width: 768px) {
  .section-top-keyvisual .keyvisual-content {
    left: 230px !important;
  }
}
@media print, (min-width: 768px) {
  .section-top-keyvisual .keyvisual-content::before {
    content: "";
    position: absolute;
    top: -26px;
    left: -125px;
    width: 431px;
    height: 485px;
    background: url("../img/top/keyvisual_decor_03.png") no-repeat center 100%/100%;
  }
  .section-top-keyvisual .label-upright {
    text-orientation: upright;
  }
  .section-top-keyvisual .keyvisual-slider {
    max-width: 70.5883%;
  }
  .section-top-keyvisual .keyvisual-label {
    padding: 30px 12px;
    font-size: 0.2rem;
  }
  .section-top-keyvisual .keyvisual-title {
    margin-bottom: 0;
    margin-left: 23px;
    font-size: 0.34rem;
    line-height: 1.9;
  }
}
@media print, (min-width: 768px) and (max-width: 1280px) {
  .section-top-keyvisual .keyvisual-slider {
    max-width: 1013px !important;
  }
  .section-top-keyvisual .keyvisual-title {
    margin-left: 25px;
  }
  .section-top-keyvisual .keyvisual-content {
    left: 60px;
    margin-top: 83px;
  }
}
.section-group {
  position: relative;
}
.section-group::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-group::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/top/sp/keyvisual_bg.jpg") repeat center/auto 14.31rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-group {
    padding-bottom: 190px;
  }
  .section-group::after {
    top: 110px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/top/keyvisual_bg.jpg") repeat center/auto 1412px;
  }
}
/*# sourceMappingURL=top.css.map */