@charset "UTF-8";

.p-section-top-keyvisual {
  position: relative;
}

.p-section-top-keyvisual__slider {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
  will-change: opacity;
}

.p-section-top-keyvisual__slider.is-fade {
  opacity: 1;
}

.p-section-top-keyvisual__slider:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}

.p-section-top-keyvisual__title {
  font-weight: 700;
  text-shadow: 0 0.02rem 0.2rem #fff, 0 0.02rem 0.2rem #fff;
}

.p-section-top-keyvisual__description {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.6;
  text-shadow: 0 0.02rem 0.2rem #fff, 0 0.02rem 0.15rem #fff;
}

.p-section-top-keyvisual__button {
  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;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: url("../img/top/keyvisual_btn.png") no-repeat 0 bottom/100% auto;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

@media (hover: hover) {
  .p-section-top-keyvisual__button:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.p-section-top-keyvisual__text {
  font-weight: 700;
  line-height: 1.2;
}

.p-section-top-keyvisual::before {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-section-top-keyvisual {
    margin-bottom: 0.34rem;
  }

  .p-section-top-keyvisual__slider {
    position: relative;
  }

  .p-section-top-keyvisual__slider::before {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 0.92rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(84.63%, #fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 84.63%);
  }

  .p-section-top-keyvisual__image {
    height: 3.2rem;
  }

  .p-section-top-keyvisual__info {
    min-height: 3.65rem;
    padding: 0 0.25rem 0.56rem;
    background: url("../img/top/sp/keyvisual_decor.png") no-repeat center bottom/100% auto;
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 0.56rem), 0% 100%);
  }

  .p-section-top-keyvisual__title {
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
    line-height: 1.4;
  }

  .p-section-top-keyvisual__description {
    font-size: 0.18rem;
  }

  .p-section-top-keyvisual__button {
    width: 100%;
    height: 0.74rem;
    margin-top: 0.55rem;
    padding: 0.1rem 0.2rem 0.11rem 0.9rem;
    border-radius: 0.3rem 0 0 0;
    /* background: url("../img/top/sp/keyvisual_btn.png") no-repeat 0 0/100% auto; */
    background:
      linear-gradient(to left, #ffffff85, rgba(255, 255, 255, 0)),
      url(../img/top/sp/keyvisual_btn.png) no-repeat 0 0 / 100% auto;

    font-size: 0.16rem;
    -webkit-box-shadow: 0.02rem 0.04rem 0.2rem rgba(41, 75, 150, 0.4);
    box-shadow: 0.02rem 0.04rem 0.2rem rgba(41, 75, 150, 0.4);
  }

  .p-section-top-keyvisual__button::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.06rem;
    border-bottom: 0.07rem solid #294B96;
  }

  .p-section-top-keyvisual__text,
  .p-section-top-keyvisual__text-normal {
    font-size: 0.2rem;
  }

  .p-section-top-keyvisual__text {
    position: relative;
    top: 0.01rem;
    margin-left: 0.02rem;
  }


  /* お知らせ欄　移植 */

  .detailText {
    font-weight: normal;
    margin: 0.01rem 0 0.04rem 0rem;
    font-size: 0.14rem;
  }

  .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;
  }

  .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;
  }

  .news_list .detailText ul {
    list-style: disc !important;
    padding-left: 1.2em;

  }

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



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

  }

  .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;
  }

  .p-section-top-feature #tab-four .c-button:not(:first-of-type),
  .p-section-top-feature #tab-five .c-button:not(:first-of-type) {
    margin-top: 0.1rem;
  }

  .p-section-top-greeting__right .c-button--primary {
    margin: 0 0.2rem 0.1rem 0;
  }


}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) {
  .p-section-top-keyvisual {
    margin-bottom: 30px;
  }

  .p-section-top-keyvisual__image {
    height: 950px;
  }

  .p-section-top-keyvisual__info {
    position: absolute;
    z-index: 4;
    top: 312px;
    right: 100px;
    left: 134px;
  }

  .p-section-top-keyvisual__title {
    margin-bottom: 8px;
    font-size: 0.6rem;
    line-height: 1.5;
  }

  .p-section-top-keyvisual__description {
    font-size: 0.3rem;
  }

  .p-section-top-keyvisual__button {
    width: 450px;
    height: 150px;
    margin-top: 98px;
    padding: 10px 20px 23px 74px;
    border-radius: 20px 20px 0 0;
    background: url("../img/top/keyvisual_btn.png") no-repeat 0 bottom/100% auto;
    font-size: 0.24rem;
    -webkit-box-shadow: 2px 4px 20px rgba(41, 75, 150, 0.4);
    box-shadow: 2px 4px 20px rgba(41, 75, 150, 0.4);
  }

  .p-section-top-keyvisual__text {
    font-size: 0.3rem;
  }

  .p-section-top-keyvisual::before {
    width: 1228px;
    height: 810px;
    background: url("../img/top/keyvisual_decor.png") no-repeat 0 bottom/100% auto;
  }

  .p-section-top-keyvisual::after {
    content: "";
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: -6px;
    left: -80px;
    height: 140px;
    background: #fff;
    clip-path: polygon(100% 0%, 100% 100%, 0 100%);
  }


  /* お知らせ欄　移植 */

  .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;
  }

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

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

  .news_list .detailText ol {
    list-style: decimal !important;
    padding-left: 1.5em;
  }

  .news_list .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;
  }


  .p-section-top-feature #tab-four .c-button:not(:first-of-type),
  .p-section-top-feature #tab-five .c-button:not(:first-of-type) {
    margin-top: 20px;
  }

  .p-section-top-greeting__right .c-button--primary {
    margin: 0 20px 0 0;
  }
}

@media print,
(min-width: 768px) and (max-width: 1400px) {
  .p-section-top-keyvisual__info {
  position: absolute;
        z-index: 4;
        top: 270px;
        right: 100px;
        left: 60px;
    }

  .p-section-top-keyvisual__image {
    height: 870px;
  }

  .p-section-top-keyvisual__title {
    margin-bottom: 8px;
    font-size: 0.5rem;
    line-height: 1.5;
  }

  .p-section-top-keyvisual::before {
    width: 1068px;
    height: 740px;
    background: url(../img/top/keyvisual_decor.png) no-repeat 0 bottom / 100% auto;
  }

  .p-section-top-keyvisual__button {
    width: 420px;
    height: 140px;
    margin-top: 140px;
  }
}


/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) and (max-width: 2000px) {
  .p-section-top-keyvisual::after {
    right: auto;
    left: 50%;
    width: 2200px;
    margin-left: -1100px;
  }
}

.p-section-top-information {
  position: relative;
  margin-bottom: 46px;
}

.p-section-top-information::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.p-section-top-information__heading {
  position: relative;
  border-bottom: 1px solid #a5d1ea;
}

.p-section-top-information__text {
  position: absolute;
}

.p-section-top-information__text>span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-section-top-information__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.p-section-top-information .news_list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.p-section-top-information .news-item {
  font-size: 0.16rem;
}

.p-section-top-information .news-item a {
  display: block;
  position: relative;
  text-decoration: none;
}

.p-section-top-information .news-item>a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.08rem;
  border-top: 0.08rem solid transparent;
  border-bottom: 0.08rem solid transparent;
  border-left: 0.08rem solid #38a1db;
}

.is-firefox .p-section-top-information .news-item>a::before,
.is-mac.is-safari .p-section-top-information .news-item>a::before {
  margin-top: -0.09rem;
}

@media (hover: hover) {
  .p-section-top-information .news-item a:hover .news-item-box {
    background: #d3efff;
  }
}

.p-section-top-information .news-item a .news_List_Title {
  text-decoration: underline;
  text-underline-offset: 0.03rem;
}

.p-section-top-information .news-item .news_cat_img {
  display: block;
  width: auto;
  height: 100%;
}

.p-section-top-information .news-item .news-item-box {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0.1rem;
  background: #e5eff5;
  text-decoration: none;
}

.p-section-top-information .news-item .news-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e5eff5;
}

.p-section-top-information .news_day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #6a6a6a;
  white-space: nowrap;
}

.p-section-top-information .news_day span {
  display: inline-block;
  overflow: hidden;
  border-radius: 0.03rem;
}

.p-section-top-information .news_right {
  color: #004b69;
  font-weight: 700;
}

.p-section-top-information .news_new {
  display: inline-block;
  color: #38a1db;
  text-decoration: none;
}

.p-section-top-information .news_desc {
  width: 100%;
  margin-bottom: 0;
  line-height: 2;
}

.p-section-top-information .hidden {
  display: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-section-top-information {
    margin-bottom: 0.59rem;
  }

  .p-section-top-information::before {
    top: 2.21rem;
    right: 0;
    width: 100%;
    height: 5.73rem;
    background: url("../img/top/sp/decor.png") no-repeat 0 0/100% auto;
  }

  .p-section-top-information__heading {
    min-height: 0.57rem;
    margin: 0 -0.25rem 0.13rem;
    text-align: right;
  }

  .p-section-top-information__text {
    /* left: 1.27rem;
    width: 3.44rem; */

    left: 0.4rem;
    width: 3.0rem;
  }

  .p-section-top-information__news {
    margin-bottom: 0.43rem;
  }

  .p-section-top-information__button {
    margin: 0.3rem -0.28rem 0 -0.15rem;
  }

  .p-section-top-information__button>li {
    margin-right: 0.13rem;
    margin-bottom: 0.1rem;
  }

  .p-section-top-information__sub-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-section-top-information__text-note {
    margin: 0 0 0 0.09rem;
    font-size: 0.14rem;
  }

  .p-section-top-information .c-heading {
    /* margin-bottom: 0.22rem; */
    margin-bottom: 0.1rem;
    margin-left: 0.05rem;
  }

  .p-section-top-information .news {
    padding-top: 0.2rem;
  }

  .p-section-top-information .news_wrap {
    margin-bottom: 0.21rem;
  }

  .p-section-top-information .news_List_Title {
    margin-top: 0.1rem;
    font-size: 0.15rem;
    line-height: 1.4;
  }

  .p-section-top-information .news-item-box {
    padding: 0.15rem 0.17rem 0.18rem 0.15rem;
  }

  .p-section-top-information .news-item {
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
    line-height: 1.5;
  }

  .p-section-top-information .news-item:last-child {
    margin-bottom: 0;
  }

  .p-section-top-information .news-item .news-group {
    font-size: 0.12rem;
  }

  .p-section-top-information .news-item>a::before {
    right: 0.15rem;
  }

  .p-section-top-information .news-item a .news-item-box {
    padding-top: 0.15rem;
    padding-right: 0.31rem;
    padding-bottom: 0.1rem;
  }

  .p-section-top-information .news-item a .news_List_Title {
    font-size: 0.15rem;
  }

  .p-section-top-information .news_day span {
    position: relative;
    height: 0.24rem;
    margin-left: 0.06rem;
    font-size: 0.12rem;
  }

  .p-section-top-information .news_new {
    margin-left: 0.05rem;
    font-size: 0.12rem;
  }

  .p-section-top-information .news_desc:last-child {
    margin-bottom: 0.1rem;
  }

  .p-section-top-information .news_right {
    margin-bottom: 0.1rem;
  }

  .c-table--calendar .c-table__info {
    font-size: 0.14rem;
  }
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) {
  .p-section-top-information {
    margin-bottom: 46px;
  }

  .p-section-top-information::before {
    top: -151px;
    left: 50%;
    width: 1040px;
    height: 1040px;
    margin-left: -1277px;
    background: url("../img/common/bg_blur_01.png") no-repeat 0 0/100% auto;
  }

  .p-section-top-information::after {
    content: "";
    position: absolute;
    top: 193px;
    right: 50%;
    width: 1276px;
    height: 1276px;
    margin-right: -1324px;
    background: url("../img/common/bg_blur_02.png") no-repeat 0 0/100% auto;
    pointer-events: none;
  }

  .p-section-top-information__heading {
    min-height: 123px;
    margin-bottom: 50px;
    text-align: right;
  }

  .p-section-top-information__text {
    right: -204px;
    width: 690px;
  }

  .p-section-top-information__row {
    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;
  }

  .p-section-top-information__news {
    width: 500px;
  }

  .p-section-top-information__calendar {
    width: 500px;
  }

  .p-section-top-information__button {
    margin: 29px -38px 0 0;
  }

  .p-section-top-information__button>li {
    margin-right: 38px;
    margin-bottom: 20px;
  }

  .p-section-top-information__button .c-button {
    min-width: 216px;
  }

  .p-section-top-information__text-note {
    /* margin: 2px 7px 0 0; */
    margin: 10px 0 0;
    line-height: 1;
  }

  .p-section-top-information .c-heading {
    margin-bottom: 14px;
  }

  .p-section-top-information .news_wrap {
    margin-bottom: 29px;
  }

  .p-section-top-information .news_day span {
    position: relative;
    top: -1px;
    height: 29px;
    margin-left: 7px;
  }

  .p-section-top-information .news-item-box {
    padding: 19px 38px 19px 20px;
  }

  .p-section-top-information .news-item {
    margin-bottom: 20px;
  }

  .p-section-top-information .news-item:last-child {
    margin-bottom: 0;
  }

  .p-section-top-information .news-item>a::before {
    right: 20px;
  }

  .p-section-top-information .news-item .news-group {
    padding-right: 10px;
  }

  .p-section-top-information .news-item .news_day {
    font-size: 0.14rem;
  }

  .is-firefox .p-section-top-information .news-item .news_day {
    padding-bottom: 1px;
  }

  .is-firefox .p-section-top-information .news-item .news_day span {
    top: auto;
  }

  .p-section-top-information .news-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-section-top-information .news_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .p-section-top-information .news_new {
    margin-left: 5px;
  }

  .p-section-top-information .news_desc {
    margin-top: 6px;
  }
}

.p-section-top-block {
  position: relative;
}

.p-section-top-block::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-section-top-block::after {
    top: 1.98rem;
    left: 0;
    width: 100%;
    height: 12.71rem;
    background: url("../img/common/sp/bg_01.jpg") no-repeat center 0/100% auto;
  }
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) {
  .p-section-top-block::after {
    top: 308px;
    bottom: 0;
    left: 50%;
    width: 3000px;
    height: 1272px;
    margin-left: -1500px;
    background: url("../img/common/bg_01.jpg") no-repeat center 0/100% auto;
  }
}

.p-section-top-medical__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-section-top-medical__item {
  position: relative;
}

.p-section-top-medical__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-section-top-medical__title {
  position: relative;
  font-weight: 700;
  line-height: 1.4;
}

.p-section-top-medical__description {
  margin-bottom: 0;
}

.p-section-top-medical__list-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-section-top-medical__tag {
  display: inline-block;
  position: relative;
  border-radius: 0.1rem;
  background: #ffbc4b;
  text-align: center;
}

.p-section-top-medical .c-link {
  position: relative;
  z-index: 2;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-section-top-medical {
    /* margin-bottom: 0.3rem; */
    margin-bottom: 0;
  }

  .p-section-top-medical__image {
    position: relative;
    width: 1.23rem;
    margin: 0.1rem -0.16rem 0 -0.33rem;
    text-align: center;
  }

  .p-section-top-medical__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-section-top-medical__list>li {
    width: 100%;
    padding: 0.15rem 0 0.12rem;
    border-bottom: 1px solid #a5d1ea;
  }

  .p-section-top-medical__list>li:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .p-section-top-medical__list>li:nth-of-type(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .p-section-top-medical__list>li:nth-of-type(2) .p-section-top-medical__image {
    top: -0.09rem;
    left: -0.08rem;
  }

  .p-section-top-medical__list>li:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .p-section-top-medical__list>li:nth-of-type(3) .p-section-top-medical__image {
    top: -0.07rem;
    left: -0.04rem;
  }

  .p-section-top-medical__list>li:nth-of-type(4) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .p-section-top-medical__list>li:nth-of-type(4) .p-section-top-medical__image {
    top: -0.07rem;
    left: -0.02rem;
  }

  .p-section-top-medical__list>li:nth-of-type(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .p-section-top-medical__list>li:nth-of-type(5) .p-section-top-medical__image {
    top: -0.08rem;
    left: -0.02rem;
  }

  .p-section-top-medical__list>li:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .p-section-top-medical__list>li:nth-of-type(6) .p-section-top-medical__image {
    top: -0.1rem;
    left: -0.05rem;
  }

  .p-section-top-medical__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.1rem 0;
  }

  .p-section-top-medical__title {
    margin-bottom: 0.05rem;
    font-size: 0.22rem;
  }

  .p-section-top-medical__title>span {
    display: inline-block;
    position: relative;
    padding-right: 0.3rem;
  }

  .p-section-top-medical__title>span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.2rem;
    height: 0.2rem;
    margin-top: -0.1rem;
    border-radius: 100%;
    background: #ffa17a url("../img/common/arrow_icn_06.svg") no-repeat center center/100% auto;
  }

  .p-section-top-medical__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .p-section-top-medical__tag {
    top: -0.11rem;
    left: 0.06rem;
    min-width: 0.6rem;
    padding: 0.06rem 0.1rem;
    font-size: 0.15rem;
    line-height: 1.28;
  }

  .p-section-top-medical__description {
    font-size: 0.14rem;
    line-height: 1.8;
  }

  .p-section-top-medical__list-links {
    margin-top: 0.1rem;
    line-height: 2;
  }

  .p-section-top-medical__list-links>li {
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
  }

  .p-section-top-medical__list-links>li:last-child {
    margin-bottom: 0;
  }

  .p-section-top-medical .c-heading {
    margin-bottom: 0.1rem;
  }
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) {
  .p-section-top-medical {
    margin-bottom: 56px;
  }

  .p-section-top-medical__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    border-left: 1px solid #a5d1ea;
  }

  .p-section-top-medical__list>li {
    width: 33.3333333333%;
    margin-bottom: -1px;
    border-right: 1px solid #a5d1ea;
    border-bottom: 1px solid #a5d1ea;
  }

  .p-section-top-medical__item {
    height: 100%;
    min-height: 509px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}

@media print and (hover: hover),
(min-width: 768px) and (hover: hover) {
  .p-section-top-medical__item:hover {
    background-color: rgba(87, 195, 255, 0.4);
  }

  .p-section-top-medical__item:hover::after {
    background-color: #ff7f49;
  }
}

@media print,
(min-width: 768px) {
  .p-section-top-medical__item::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 14px;
    width: 50px;
    height: 50px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-radius: 100%;
    background: #ffa17a url("../img/common/arrow_icn_06.svg") no-repeat center center/100% auto;
  }

  .p-section-top-medical__image {
    width: 449px;
    margin: 0 0 -91px -44px;
  }

  .p-section-top-medical__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 77px;
    margin-bottom: 9px;
    padding-top: 12px;
    padding-left: 22px;
    font-size: 0.32rem;
  }

  .p-section-top-medical__title::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 0;
    width: 11px;
    height: 11px;
    margin: auto 0;
    border-radius: 100%;
    background: #38a1db;
  }

  .p-section-top-medical__title--modify {
    padding-top: 0;
  }

  .p-section-top-medical__title--modify::before {
    top: 0;
  }

  .p-section-top-medical__info {
    padding: 0 33px;
  }

  .p-section-top-medical__text {
    margin-right: 15px;
  }

  .p-section-top-medical__tag {
    top: -3px;
    min-width: 94px;
    padding: 4px 10px;
    font-size: 0.2rem;
  }

  .p-section-top-medical .c-heading {
    margin-bottom: 70px;
  }
}

.p-section-top-contents {
  position: relative;
}

.p-section-top-contents::after {
  content: "";
  position: absolute;
  top: 0;
}

.p-section-top-contents .l-wrapper {
  position: relative;
  z-index: 2;
}

.p-section-top-contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-section-top-contents__block {
  position: relative;
  background: #99d8fb;
}

.p-section-top-contents__tag {
  position: absolute;
  left: 0;
  background: #ffbc4b;
  font-weight: 700;
}

.p-section-top-contents__self {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-section-top-contents {
    margin-bottom: 0.2rem;
    padding-top: 0.2rem;
  }

  .p-section-top-contents::after {
    bottom: 0.5rem;
    left: 0;
    width: 100%;
    border-radius: 0 0.3rem 0 0;
    /* background: #fff;
    -webkit-box-shadow: 0 0.07rem 0.3rem rgba(41, 75, 150, 0.2);
    box-shadow: 0 0.07rem 0.3rem rgba(41, 75, 150, 0.2); */
  }

  .p-section-top-contents__list {
    margin-right: -0.1rem;
  }

  .p-section-top-contents__list>li {
    margin: 0 0.1rem 0.1rem 0;
  }

  .p-section-top-contents__block {
    margin: 0.2rem -0.25rem 0;
    padding: 0.2rem 0.25rem 0.1rem;
    background: #99d8fba6;
  }

  .p-section-top-contents__tag {
    /* top: -0.15rem;
    min-width: 0.86rem;
    padding: 0.04rem 0.1rem;
    border-radius: 0 0.2rem 0 0;
    font-size: 0.18rem;
    text-align: center; */

    top: -0.2rem;
    min-width: 0.86rem;
    padding: 0.04rem 0.1rem;
    border-radius: 0.2rem 0 0 0;
    font-size: 0.18rem;
    text-align: center;
    left: auto;
    right: 0;
  }

  .p-section-top-contents__self>li {
    margin: 0 0.1rem 0.1rem 0;
  }
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) {
  .p-section-top-contents {
    margin-bottom: 110px;
    padding-top: 40px;
  }

  .p-section-top-contents::after {
    right: 50%;
    bottom: 0;
    width: 100vw;
    min-width: 1300px;
    margin-right: -640px;
    border-radius: 0 70px 0 0;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 7px 30px rgba(41, 75, 150, 0.15);
    box-shadow: 0 7px 30px rgba(41, 75, 150, 0.15);
  }

  .p-section-top-contents__title {
    position: absolute;
    z-index: 1;
    top: 203px;
    left: 50%;
    width: 806px;
    margin-bottom: 0;
    margin-left: -995px;
  }

  .p-section-top-contents__list {
    margin-right: -25px;
  }

  .p-section-top-contents__list>li {
    margin: 0 25px 20px 0;
  }

  .p-section-top-contents__block {
    width: 1190px;
    margin-top: 20px;
    padding: 33px 60px 10px 145px;
    border-radius: 60px 0 0;
  }

  .p-section-top-contents__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 108px;
    height: 111px;
    border-radius: 0 30px 0 0;
    font-size: 0.24rem;
  }

  .p-section-top-contents__self>li {
    min-width: 300px;
    margin: 0 15px 20px 0;
  }

  .p-section-top-contents .c-button--primary {
    font-size: 0.18rem;
  }

  .p-section-top-contents .c-button--primary .c-button__wrapper {
    min-height: 50px;
    padding-left: 30px;
  }
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) and (max-width: 2000px) {
  .p-section-top-contents__title {
    left: 7px;
    margin-left: 0;
  }
}

.p-section-top-group {
  position: relative;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-section-top-group {
    margin-bottom: 0.09rem;
    padding-top: 0.4rem;
  }
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) {
  .p-section-top-group {
    margin-bottom: 41px;
  }

  .p-section-top-group::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 26px;
    left: 0;
    width: 100%;
    height: 1500px;
    background: url("../img/top/group_bg.jpg") no-repeat center 0/auto 100%;
    pointer-events: none;
  }
}

.p-section-top-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #1c3772;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
}

@media (hover: hover) {
  .p-section-top-feature__item:hover {
    background-color: rgba(211, 239, 255, 0.8);
  }

  .p-section-top-feature__item:hover::before {
    background: #38a1db;
  }
}

.p-section-top-feature__item::before,
.p-section-top-feature__item::after {
  content: "";
  position: absolute;
}

.p-section-top-feature__item::before {
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  /* background: #294b96; */
  background: linear-gradient(1200deg, #004e97, #0764ba);
}

.p-section-top-feature__item::after {
  top: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-section-top-feature__title {
  font-weight: 700;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-section-top-feature {
    position: relative;
    margin-bottom: 0.83rem;
  }

  .p-section-top-feature::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -6.06rem;
    left: 0;
    width: 100%;
    height: 12.71rem;
    background: url("../img/top/sp/group_bg.jpg") no-repeat center 0/100% auto;
    pointer-events: none;
  }

  .p-section-top-feature .c-heading {
    margin-bottom: 0.19rem;
  }

  .p-section-top-feature .c-heading .c-heading__text {
    padding-right: 76px;
  }

  .p-section-top-feature .c-heading .c-heading__text-english {
    top: -0.04rem;
    width: 2.46rem;
    margin-right: -0.8rem;
    /* margin-left: -0.34rem; */
    margin-left: -0.6rem;
  }

  .p-section-top-feature__right {
    padding: 0 0.25rem;
  }

  .p-section-top-feature__image {
    height: 1.3rem;
  }

  .p-section-top-feature__image img {
    border-radius: 0.3rem 0 0;
  }

  .p-section-top-feature__accordion-item:first-child {
    border-top: 1px solid #adc7df;
  }

  .p-section-top-feature__item {
    min-height: 0.9rem;
    padding: 10px 20px 10px 0.49rem;
    /* border-bottom: 1px solid #a5d1ea; */
    border-bottom: 1px solid #adc7df;
    background: #ffffff8a;
    font-size: 0.18rem;
  }

  .p-section-top-feature__item::after {
    left: 0.07rem;
    margin-top: -0.03rem;
    border-top: 0.08rem solid #fff;
    border-right: 0.08rem solid transparent;
    border-left: 0.08rem solid transparent;
  }

  .p-section-top-feature__item::before {
    width: 0.3rem;
  }

  .p-section-top-feature__item.is-active {
    border-right: 1px solid #a5d1ea;
  }

  .p-section-top-feature__item.is-active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .p-section-top-feature__info {
    padding: 0.25rem 0.2rem 0.3rem;
  }

  .p-section-top-feature__title {
    /* margin-bottom: 0.09rem;
    font-size: 0.18rem;
    line-height: 2; */

    margin-bottom: 0.2rem;
    font-size: 0.16rem;
    line-height: 2;
  }

  .p-section-top-feature__description {
    margin-bottom: 0;
    font-size: 0.14rem;
  }

  .p-section-top-feature__accordion-content {
    display: none;
    border-bottom: 1px solid #a5d1ea;
    border-left: 1px solid #a5d1ea;
  }

  .p-section-top-feature .c-button {
    margin-top: 0.2rem;
  }
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) {
  .p-section-top-feature {
    margin-bottom: 109px;
  }

  .p-section-top-feature .c-heading {
    margin-bottom: 69px;
  }

  .p-section-top-feature .c-heading .c-heading__text {
    padding-right: 76px;
  }

  .p-section-top-feature .c-heading .c-heading__text-japanese {
    padding-top: 43px;
  }

  .p-section-top-feature .c-heading .c-heading__text-english {
    width: 472px;
    margin-left: -68px;
  }

  .p-section-top-feature__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-section-top-feature__left {
    width: 50%;
    padding-right: 51px;
  }

  .p-section-top-feature__right {
    width: 50%;
    padding-left: 60px;
  }

  .p-section-top-feature__info {
    max-width: 444px;
    margin-bottom: 62px;
    padding: 27px 0 40px 48px;
    border-left: 1px solid #a5d1ea;
  }

  .p-section-top-feature__image {
    height: 377px;
  }

  .p-section-top-feature__image img {
    border-radius: 70px 0 0;
  }

  .p-section-top-feature__list {
    max-width: 500px;
    margin: 0 0 0 auto;
    padding-left: 0;
    list-style: none;
  }

  .p-section-top-feature__list>li {
    border-bottom: 1px solid #a5d1ea;
  }

  .p-section-top-feature__list>li:first-child {
    border-top: 1px solid #a5d1ea;
  }

  .p-section-top-feature__item {
    min-height: 89px;
    padding: 10px 20px 10px 61px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 0.22rem;
  }

  .p-section-top-feature__item::after {
    left: 16px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
  }

  .p-section-top-feature__item::before {
    width: 40px;
  }

  .p-section-top-feature__item.is-active {
    background-color: rgba(211, 239, 255, 0.8);
  }

  .p-section-top-feature__item.is-active::before {
    background: #38a1db;
    background: linear-gradient(120deg, #38a1db, #87cff6);
  }

  .p-section-top-feature__title {
    margin-right: -40px;
    margin-bottom: 27px;
    font-size: 0.26rem;
    line-height: 1.8;
  }

  .p-section-top-feature__description {
    margin-bottom: 0;
  }

  .p-section-top-feature__accordion-item {
    display: none;
  }

  .p-section-top-feature__accordion-item.is-current {
    display: block;
  }

  .p-section-top-feature__accordion-content {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
  }

  .p-section-top-feature .c-button {
    margin-top: 40px;
  }
}

.p-section-top-greeting__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.p-section-top-greeting__image {
  position: relative;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-section-top-greeting .c-heading {
    margin-bottom: 0.32rem;
  }

  .p-section-top-greeting .c-heading .c-heading__text-english {
    width: 2.84rem;
    margin-right: -0.6rem;
    /* margin-left: -0.29rem; */
    margin-left: -0.8rem;
  }

  .p-section-top-greeting__left {
    width: 2.4rem;
    margin: 0 auto 0.3rem;
    border-radius: 0.7rem 0;
  }

  /* .p-section-top-greeting__image {
    width: 50%;
    height: 1.2rem;
  } */

  /* 2260224↓ */
  .p-section-top-greeting__image {
    width: 100%;
    height: 2.4rem;
  }

  .p-section-top-greeting__description {
    margin-bottom: 0.19rem;
  }

  .p-section-top-greeting__description p {
    margin-bottom: 0.32rem;
  }

  .p-section-top-greeting__description p:last-child {
    margin-bottom: 0;
  }

  .p-section-top-greeting__text {
    margin-right: -0.05rem;
  }

  .p-section-top-greeting__accordion-content {
    display: none;
  }
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) {
  .p-section-top-greeting .c-heading {
    margin-bottom: 69px;
  }

  .p-section-top-greeting .c-heading .c-heading__text-english {
    width: 544px;
  }

  .p-section-top-greeting .c-heading .c-heading__text-japanese {
    padding-top: 36px;
  }

  .p-section-top-greeting__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-section-top-greeting__left {
    width: 550px;
    margin-right: 60px;
    border-radius: 70px 0;
  }

  .p-section-top-greeting__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 50px;
  }

  /* .p-section-top-greeting__image {
    width: 50%;
    height: 275px;
  } */
  /* 2260224↓ */
  .p-section-top-greeting__image {
    width: 100%;
    height: 550px;
  }

  .p-section-top-greeting__description {
    margin-bottom: 19px;
  }

  .p-section-top-greeting__description p {
    margin-bottom: 32px;
  }

  .p-section-top-greeting__description p:last-child {
    margin-bottom: 0;
  }

  .p-section-top-greeting .c-button--primary .c-button__wrapper {
    padding-left: 30px;
  }
}

.p-section-top-recruit {
  position: relative;
}

.p-section-top-recruit::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.p-section-top-recruit__item {
  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: 0.7rem 0;
  text-decoration: none;
}

.p-section-top-recruit__item::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.p-section-top-recruit__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0.7rem 0;
  /* background: #a0c2d5; */
  background: #70b9e0a1;
  mix-blend-mode: unset;
  opacity: 1;
}

@media (hover: hover) {
  .p-section-top-recruit__item:hover::before {
    /* background: #6893ab; */
    opacity: 0.7;
    /* mix-blend-mode: multiply; */
  }
}

.p-section-top-recruit__title {
  position: relative;
  z-index: 3;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 0.04rem 40px rgba(13, 53, 76, 0.6);
}

.p-section-top-recruit__title::before,
.p-section-top-recruit__title::after {
  content: "";
  position: absolute;
}

.p-section-top-recruit__title::before {
  right: 0;
  margin: 0 auto;
}

.p-section-top-recruit__title::after {
  top: 50%;
  background: url("../img/top/arrow_icn_01.svg") no-repeat center center/100% auto;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-section-top-recruit {
    padding: 0.6rem 0 1.56rem;
  }

  .p-section-top-recruit::after {
    top: -0.24rem;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url("../img/top/sp/recruit_bg.png") no-repeat 0 0/100% auto;
  }

  .p-section-top-recruit__item {
    height: 1.7rem;
    padding: 0.1rem 0.25rem 0.25rem 0.42rem;
    background: url("../img/top/sp/recruit_img.jpg") no-repeat center center/cover;
  }

  .p-section-top-recruit__item::after {
    bottom: -0.69rem;
    left: -0.25rem;
    width: 1.75rem;
    height: 1.6rem;
    background: url("../img/top/sp/logo_icn.png") no-repeat center center/100% auto;
  }

  .p-section-top-recruit__title {
    margin-bottom: 0;
    padding-right: 41px;
    font-size: 0.24rem;
  }

  .p-section-top-recruit__title::before {
    bottom: -0.63rem;
    left: -0.16rem;
    width: 1.8rem;
    height: 1rem;
    background: url("../img/top/sp/recruit_txt.svg") no-repeat center center/100% auto;
  }

  .p-section-top-recruit__title::after {
    right: -0.02rem;
    width: 0.56rem;
    height: 0.56rem;
    margin-top: -0.28rem;
  }
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) {
  .p-section-top-recruit {
    padding: 100px 0 298px;
  }

  .p-section-top-recruit::after {
    top: -175px;
    left: 50%;
    width: 2565px;
    height: 1250px;
    margin-left: -1333px;
    background: url("../img/top/recruit_bg.jpg") no-repeat 0 0/auto 100%;
  }

  .p-section-top-recruit__item {
    height: 400px;
    padding: 198px 25px 25px;
    background: url("../img/top/recruit_img.jpg") no-repeat center center/cover;
  }

  .p-section-top-recruit__item::after {
    bottom: -156px;
    left: -176px;
    /* width: 531px;
    height: 396px; */
    width: 501px;
    height: 366px;
    background: url("../img/top/logo_icn.png") no-repeat center center/100% auto;
  }

  .p-section-top-recruit__title {
    padding-right: 41px;
    font-size: 0.4rem;
  }

  .p-section-top-recruit__title::before {
    top: -141px;
    left: -91px;
    width: 536px;
    height: 162px;
    background: url("../img/top/recruit_txt.png") no-repeat center center/100% auto;
  }

  .p-section-top-recruit__title::after {
    right: -46px;
    width: 120px;
    height: 120px;
    margin-top: -56px;
  }
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print {
  .l-footer__navigation {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=top.css.map */