@charset "UTF-8";
.topImportantSection {
  position: relative;
}

.topImportantArea {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

@media screen and (max-width: 999px) {
  .topImportantArea .container {
    padding: 0;
  }
}
@media screen and (min-width: 1000px), print {
  .topImportant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
  }
}
@media screen and (min-width: 1000px), print {
  .topImportant_head {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    min-width: 180px;
    height: 100%;
  }
}
.topImportant_label {
  color: #fff;
  background-color: #fd596d;
}

@media screen and (min-width: 1000px), print {
  .topImportant_label {
    display: inline-block;
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 999px) {
  .topImportant_label {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
  }
}
@media screen and (min-width: 1000px), print {
  .topImportant_body {
    width: calc(100% - 180px);
  }
}
.topImportant_newsList {
  overflow: hidden;
  position: relative;
}
.topImportant_newsList > li {
  top: -999em;
  left: 0;
  display: block;
  white-space: nowrap;
  position: absolute;
}

@media screen and (min-width: 1000px), print {
  .topImportant_newsList {
    height: 30px;
  }
}
@media screen and (max-width: 999px) {
  .topImportant_newsList {
    height: 30px;
  }
}
.topImportant_news {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.topImportant_news:hover {
  opacity: 0.7;
}
.topImportant_news.disable .topImportant_news_title .text {
  text-decoration: none;
}
.topImportant_news .topImportant_news_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #969696;
  font-family: "Ubuntu", sans-serif;
}
.topImportant_news .topImportant_news_title {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff596d;
}
.topImportant_news .topImportant_news_title .text {
  text-decoration: underline;
}

@media screen and (max-width: 999px) {
  .topImportant_news {
    height: 30px;
  }
}
@media screen and (min-width: 1000px), print {
  .topImportant_news {
    height: 30px;
  }
}
@media screen and (min-width: 1000px), print {
  .topImportant_news .topImportant_news_date {
    width: 100px;
  }
}
@media screen and (max-width: 999px) {
  .topImportant_news .topImportant_news_date {
    margin-left: 20px;
    margin-right: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  .topImportant_news .topImportant_news_title {
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  .topHeroSection {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .topHeroSection {
    margin-bottom: 27px;
  }
}
.topHero {
  background-image: url("../img/hero/main.jpg");
}

@media screen and (min-width: 1000px), print {
  .topHero {
    background-position: center;
    background-size: cover;
    min-height: 770px;
    padding-top: 100px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 999px) {
  .topHero {
    background-position: top center;
    background-repeat: no-repeat;
    /*background-size: auto 425px;*/
    background-size: auto 580px;
    padding-top: 85px;
    margin-bottom: 35px;
    position: relative;
  }
  .topHero::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
    background: linear-gradient(to right, #fff, transparent);
    z-index: 0;
  }
  .topHero .container {
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .topHero {
  background-size: auto 425px;
  }
}
.topHeroArea {
  position: relative;
}

.update_date {
  width: 100%;
  max-width: 1200px;
  color: #253c71;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  z-index: 1;
}

@media screen and (max-width: 1260px) {
  .update_date {
    left: 20px;
  }
}
@media screen and (max-width: 999px) {
  .update_date {
    font-size: 12px;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .update_date {
    top: 50px;
    left: 20px;
  }
}
.topHeroArea._is_show_important .update_date {
  top: 50px;
}
.topHeroArea._is_show_important .mv_banner_list .mv_banner._fever {
  bottom: calc(100% + 60px);
}
@media screen and (max-width: 999px) {
  .topHeroArea._is_show_important .mv_banner_list .mv_banner._fever {
    bottom: calc(100% + 40px);
  }
}
@media screen and (max-width: 767px) {
  .topHeroArea._is_show_important .topHero {
    padding-top: 85px;
    margin-top: 60px;
  }
  .topHeroArea._is_show_important .update_date {
    top: 45px;
  }
  .topHeroArea._is_show_important .mv_banner_list .mv_banner._fever {
    bottom: calc(100% + 55px);
  }
}

.topHero_lead {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

@media screen and (min-width: 1000px), print {
  .topHero_lead {
    margin-top: 15px;
    font-size: 40px;
    text-shadow: #fff 1px 1px 20px, #fff -1px 1px 20px, #fff 1px -1px 20px, #fff -1px -1px 20px;
  }
}
@media screen and (max-width: 999px) {
  .topHero_lead {
    font-size: 30px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .topHero_lead {
    font-size: 20px;
  }
}
.topHero_covid19,
.topHero_covid19_link,
.topHero_announce {
  max-width: 550px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  color: #E61028;
  line-height: 1.5;
  text-shadow: #fff 1px 1px 20px, #fff -1px 1px 20px, #fff 1px -1px 20px, #fff -1px -1px 20px;
}

@media screen and (min-width: 1000px), print {
  .topHero_covid19,
  .topHero_covid19_link,
  .topHero_announce {
    font-size: 18px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin-top: 40px;
    padding: 20px;
  }
}
@media screen and (max-width: 999px) {
  .topHero_covid19,
  .topHero_covid19_link,
  .topHero_announce {
    font-size: 13px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 400px) {
  .topHero_covid19,
  .topHero_covid19_link,
  .topHero_announce {
    font-size: 13px;
  }
}
.topHero_covid19 {
  padding: 15px;
  text-align: left;
  border: 3px solid #fd596d;
}

.topHero_announce {
  padding: 15px;
  text-align: left;
  border: 3px solid #76aa32;
  color: #102148;
}

a.topHero_covid19_link {
  margin-top: 30px;
  border: 3px solid #fff;
  text-align: center;
  font-size: 150%;
  display: block;
  color: #E61028;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
}
a.topHero_covid19_link:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 3px solid #E61028;
}

@media screen and (min-width: 1000px), print {
  .topHero_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.topHero_columns_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
  max-width: 1200px;
}
/* .topHero_columns_1 > div {
  width: 50%;
} */
/* @media screen and (min-width: 1000px) {
  .topHero_columns_1 > div:first-child {
    width: 70%;
  }
} */
.topHero_columns_1 > div:last-child {
  padding-left: 40px;
}
.topHero_columns_1 .mv_banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
  flex-wrap: wrap;
  /* max-height: 350px; */

}
.topHero_columns_1 .mv_banner_list > .mv_banner {
  width: 220px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.topHero_columns_1 .mv_banner_list > .mv_banner a {
  display: block;
}
.topHero_columns_1 .mv_banner_list > .mv_banner img {
  max-width: 100%;
}
.topHero_columns_1 .mv_banner_list > .mv_banner:hover {
  opacity: 0.9;
}
.topHero_columns_1 .mv_banner_list > .mv_banner._wide {
  width: 100%;
  max-width: 460px;
}
@media screen and (min-width: 1100px) {
  .topHero_columns_1 .mv_banner_list {
    min-width: 505px;
    max-width: 505px;
    /* min-width: 300px; */
  }
}
@media screen and (max-width: 1099px) {
  .topHero_columns_1 .mv_banner_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
  }
  .topHero_columns_1 .mv_banner_list > .mv_banner._wide {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .topHero_columns_1 .mv_banner_list .mv_banner._fever {
    position: absolute;
    bottom: calc(100% + 40px);
    left: 0;
  }
  .topHero_columns_1 .mv_banner_list .mv_banner._line, .topHero_columns_1 .mv_banner_list .mv_banner._nurse,.topHero_columns_1 .mv_banner_list .mv_banner._wide {
    width: 160px;
  }
}

.fever_banner {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  display: block;
  background-color: #fc596c;
  color: #ffffff;
  width: 220px;
  height: 60px;
  padding: 17px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
.fever_banner::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ba3443;
  position: absolute;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
}
@media screen and (max-width: 1099px) {
  .fever_banner {
    height: 90px;
    padding: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  .fever_banner {
    width: 100vw;
    height: 45px;
    padding: 9px 10px;
  }
}

@media screen and (max-width: 767px) {
  .topHero_columns_1 > div {
    width: 60%;
  }
  .topHero_columns_1 > div:last-child {
    width: 40%;
    padding-left: 20px;
  }
}
@media screen and (max-width:1099px) {
  .topHero_columns_1 {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .topHero_columns_1 > div {
    width: 100%;
  }
  .topHero_columns_1 > div:last-child {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .topHero_columns_1 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px), print {
  .topHero_shinryo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo {
    position: relative;
    -webkit-box-shadow: 14.142px 14.142px 50px 0px rgba(168, 183, 196, 0.3);
    box-shadow: 14.142px 14.142px 50px 0px rgba(168, 183, 196, 0.3);
  }
}
.topHero_shinryo_tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 999px) {
  .topHero_shinryo_tabList > li:last-child {
    display: none;
  }
}
.topHero_shinryo_tab {
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 1000px), print {
  .topHero_shinryo_tab {
    font-size: 18px;
    color: #fff;
    margin: 0 0 20px 0;
    position: relative;
    display: block;
    z-index: 1;
  }
  .topHero_shinryo_tab::before, .topHero_shinryo_tab::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .topHero_shinryo_tab::before {
    top: -20px;
  }
  .topHero_shinryo_tab::after {
    bottom: -20px;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
  }
}
.topHero_shinryo_tab-uketsuke ._inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  line-height: 36px;
  padding-top: 12px;
  padding-left: 30px;
}
.topHero_shinryo_tab-uketsuke ._month {
  font-weight: bold;
  font-size: 36px;
}
.topHero_shinryo_tab-uketsuke ._month span {
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
}
.topHero_shinryo_tab-uketsuke ._day {
  font-weight: bold;
  font-size: 36px;
}
.topHero_shinryo_tab-uketsuke ._day span {
  font-size: 18px;
  margin-left: 5px;
}
.topHero_shinryo_tab-uketsuke ._yobi {
  font-weight: bold;
  font-size: 18px;
}
.topHero_shinryo_tab-uketsuke ._status {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 999px) {
  .topHero_shinryo_tab-uketsuke ._inner {
    width: 100%;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #375bb1;
    background-color: #eff8ff;
    padding-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_tab-uketsuke ._month {
    font-size: 26px;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_tab-uketsuke ._month span {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_tab-uketsuke ._day {
    font-size: 26px;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_tab-uketsuke ._day span {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_tab-uketsuke ._yobi {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_tab-uketsuke ._status {
    font-size: 16px;
  }
}
.topHero_shinryo_tab-gairai {
  background-color: #253c72;
  z-index: 0;
  margin-top: 12px;
  border-left: 1px solid #51638e;
  padding-left: 30px;
}
.topHero_shinryo_tab-gairai ._inner {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
}
.topHero_shinryo_tab-gairai ._inner:hover {
  opacity: 0.7;
}
.topHero_shinryo_tab-gairai ._inner ._base {
  width: 160px;
  position: relative;
}
.topHero_shinryo_tab-gairai ._inner ._base::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../img/shinryo/icon/arrow_tophero_shinryo_tab-gairai.png");
  background-size: contain;
  right: 10px;
  top: 12px;
  width: 14px;
  height: 14px;
}
.topHero_shinryo_tab-gairai ._inner ._base2 {
  width: 220px;
  position: relative;
}
.topHero_shinryo_tab-gairai ._inner ._base2::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../img/shinryo/icon/arrow_tophero_shinryo_tab-gairai.png");
  background-size: contain;
  right: 10px;
  top: 12px;
  width: 14px;
  height: 14px;
}

@media screen and (min-width: 1000px), print {
  .topHero_shinryo_2 {
    width: 100%;
    -webkit-box-shadow: 14.142px 14.142px 50px 0px rgba(168, 183, 196, 0.3);
    box-shadow: 14.142px 14.142px 50px 0px rgba(168, 183, 196, 0.3);
    max-width: 1200px;
  }
}
.topHero_shinryo_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.topHero_shinryo_head .left {
  width: 55%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.topHero_shinryo_head .right {
  width: 15%;
  height: 60px;
  margin-right: 30px;
}

@media screen and (min-width: 1000px), print {
  .topHero_shinryo_head {
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 60px solid #253c72;
  }
}
@media screen and (max-width: 1199px) {
  .topHero_shinryo_head .left {
    width: 80%;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_head .left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1199px) {
  .topHero_shinryo_head .right {
    width: 20%;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_head .right {
    display: none;
  }
}
.topHero_shinryo_head_tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}

@media screen and (min-width: 1000px), print {
  .topHero_shinryo_head_tabList {
    width: 240px;
    margin-left: 60px;
  }
  .topHero_shinryo_head_tabList > li {
    width: 120px;
    height: 40px;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_head_tabList {
    margin: 0 2.5px;
  }
  .topHero_shinryo_head_tabList > li {
    width: 50%;
    margin: 0 2.5px;
  }
}
.topHero_shinryo_head_tab {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.topHero_shinryo_head_tab:hover {
  opacity: 0.7;
}
.topHero_shinryo_head_tab:hover.active {
  opacity: 1;
}

@media screen and (min-width: 1000px), print {
  .topHero_shinryo_head_tab {
    font-weight: bold;
    color: #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 40px solid #375bb1;
  }
  .topHero_shinryo_head_tab.active {
    color: #2470d7;
    border-bottom: 40px solid #eff8ff;
    position: relative;
  }
  .topHero_shinryo_head_tab.active::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 40px solid transparent;
    border-right: 10px solid #eff8ff;
    position: absolute;
    top: 0;
    left: -20px;
  }
  .topHero_shinryo_head_tab.active::after {
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 40px solid transparent;
    border-left: 10px solid #eff8ff;
    position: absolute;
    top: 0;
    right: -20px;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_head_tab {
    background-color: #253c71;
    color: #fff;
    position: relative;
    line-height: 25px;
    font-size: 14px;
    padding: 0;
    width: 100%;
  }
  .topHero_shinryo_head_tab.active {
    background-color: #375bb1;
    z-index: 1;
  }
  .topHero_shinryo_head_tab.active::before, .topHero_shinryo_head_tab.active::after {
    background-image: url("../img/shinryo/icon/kake2_blue.png");
  }
  .topHero_shinryo_head_tab::before, .topHero_shinryo_head_tab::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 5px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("../img/shinryo/icon/kake2_darkblue.png");
  }
  .topHero_shinryo_head_tab::before {
    left: -5px;
  }
  .topHero_shinryo_head_tab::after {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    right: -5px;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_body:not(.opened)::before {
    content: "";
    height: 60px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #fff), to(transparent));
    background: linear-gradient(to top, #fff, #fff 50%, transparent);
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
  }
  .topHero_shinryo_body:not(.opened) .topHero_shinryo_openTab_close {
    display: none;
  }
  .topHero_shinryo_body.js-accordion_area {
    padding-top: 55px;
    background-color: #eff8ff;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 999px) and (max-width: 999px) {
  .topHero_shinryo_body.js-accordion_area {
    padding-top: 0;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_body.js-accordion_area .js-accordion_content {
    max-height: 165px;
    overflow: hidden;
  }
  .topHero_shinryo_body.js-accordion_area.opened .js-accordion_content {
    max-height: 1000px;
  }
  .topHero_shinryo_body.js-accordion_area.opened .js-accordion_btn {
    background-color: #fff;
  }
  .topHero_shinryo_body.js-accordion_area.opened .js-accordion_btn::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .topHero_shinryo_body.js-accordion_area.opened .topHero_shinryo_openTab_open {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_openTab {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    color: #375bb1;
  }
  .topHero_shinryo_openTab::before {
    content: "";
    display: block;
    background-image: url("../img/shinryo/icon/more_arrow.png");
    background-size: contain;
    width: 12px;
    height: 7px;
    margin-right: 5px;
  }
}
.topHero_shinryo_body_inner {
  z-index: 1;
}

@media screen and (min-width: 1000px), print {
  .topHero_shinryo_body_inner {
    max-height: none;
  }
}
.topHero_shinryo_slide {
  background-color: #ffffff;
}
.topHero_shinryo_slide p {
  padding: 2em;
}

.topHero_shinryo_table {
  table-layout: fixed;
  line-height: 1.73;
  width: 100%;
}
.topHero_shinryo_table tbody tr:nth-child(odd) td:nth-child(odd) {
  background-color: #fff;
}
.topHero_shinryo_table tbody tr:nth-child(odd) td:nth-child(even) {
  background-color: #eff8ff;
}
.topHero_shinryo_table tbody tr:nth-child(even) td:nth-child(odd) {
  background-color: #eff8ff;
}
.topHero_shinryo_table tbody tr:nth-child(even) td:nth-child(even) {
  background-color: #fff;
}
.topHero_shinryo_table .topHero_shinryo_link {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: wrap;
  word-wrap: break-word;
  font-weight: bold;
}
.topHero_shinryo_table .topHero_shinryo_link:hover {
  opacity: 0.7;
}
.topHero_shinryo_table .topHero_shinryo_link ._name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #344761;
  line-height: 1.2;
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  margin-right: 5px;
  background-image: url("/common/img/icon/department/default.png");
  background-size: contain;
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-internal {
  background-image: url("/common/img/icon/department/internal.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-general-examination {
  background-image: url("/common/img/icon/department/general-examination.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-respiratory {
  background-image: url("/common/img/icon/department/respiratory.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-internal {
  background-image: url("/common/img/icon/department/internal.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-cardiology {
  background-image: url("/common/img/icon/department/cardiology.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-surgery {
  background-image: url("/common/img/icon/department/surgery.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-urology {
  background-image: url("/common/img/icon/department/urology.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-orthopedics {
  background-image: url("/common/img/icon/department/orthopedics.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-dermatology {
  background-image: url("/common/img/icon/department/dermatology.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-ob-gyn {
  background-image: url("/common/img/icon/department/ob-gyn.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-pediatrics {
  background-image: url("/common/img/icon/department/pediatrics.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-anesthesiology {
  background-image: url("/common/img/icon/department/anesthesiology.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-internal {
  background-image: url("/common/img/icon/department/internal.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-general-examination {
  background-image: url("/common/img/icon/department/general-examination.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-respiratory {
  background-image: url("/common/img/icon/department/respiratory.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-internal {
  background-image: url("/common/img/icon/department/internal.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-cardiology {
  background-image: url("/common/img/icon/department/cardiology.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-surgery {
  background-image: url("/common/img/icon/department/surgery.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-urology {
  background-image: url("/common/img/icon/department/urology.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-orthopedics {
  background-image: url("/common/img/icon/department/orthopedics.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-dermatology {
  background-image: url("/common/img/icon/department/dermatology.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-ob-gyn {
  background-image: url("/common/img/icon/department/ob-gyn.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-pediatrics {
  background-image: url("/common/img/icon/department/pediatrics.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-anesthesiology {
  background-image: url("/common/img/icon/department/anesthesiology.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-internal {
  background-image: url("/common/img/icon/department/internal.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-general-examination {
  background-image: url("/common/img/icon/department/general-examination.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-respiratory {
  background-image: url("/common/img/icon/department/respiratory.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-internal {
  background-image: url("/common/img/icon/department/internal.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-cardiology {
  background-image: url("/common/img/icon/department/cardiology.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-surgery {
  background-image: url("/common/img/icon/department/surgery.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-urology {
  background-image: url("/common/img/icon/department/urology.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-orthopedics {
  background-image: url("/common/img/icon/department/orthopedics.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-dermatology {
  background-image: url("/common/img/icon/department/dermatology.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-ob-gyn {
  background-image: url("/common/img/icon/department/ob-gyn.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-pediatrics {
  background-image: url("/common/img/icon/department/pediatrics.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-anesthesiology {
  background-image: url("/common/img/icon/department/anesthesiology.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-neurology {
  background-image: url("/common/img/icon/department/neurology.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-neurosurgery {
  background-image: url("/common/img/icon/department/neurosurgery.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-gastroenterology {
  background-image: url("/common/img/icon/department/gastroenterology.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-dental_oral {
  background-image: url("/common/img/icon/department/dental_oral.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-sports_medical {
  background-image: url("/common/img/icon/department/sports_medical.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._name ._icon.-hematology {
  background-image: url("/common/img/icon/department/hematology.png");
}
.topHero_shinryo_table .topHero_shinryo_link ._time {
  color: #2470d7;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.2;
}

@media screen and (max-width: 999px) {
  .topHero_shinryo_table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .topHero_shinryo_table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .topHero_shinryo_table tbody tr td {
    width: 100%;
  }
  .topHero_shinryo_table tbody tr:nth-child(odd) td:nth-child(odd) {
    background-color: #fff;
  }
  .topHero_shinryo_table tbody tr:nth-child(odd) td:nth-child(even) {
    background-color: #eff8ff;
  }
  .topHero_shinryo_table tbody tr:nth-child(even) td:nth-child(odd) {
    background-color: #eff8ff;
  }
  .topHero_shinryo_table tbody tr:nth-child(even) td:nth-child(even) {
    background-color: #fff;
  }
}
@media all and (-ms-high-contrast: none) {
  .topHero_shinryo_table .topHero_shinryo_link {
    word-break: break-all;
  }
}
@media screen and (min-width: 1000px), print {
  .topHero_shinryo_table .topHero_shinryo_link ._name {
    width: 210px;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .topHero_shinryo_table .topHero_shinryo_link ._name {
    width: 180px;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_table .topHero_shinryo_link ._name {
    padding: 10px 10px;
    width: 50%;
    font-weight: normal;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_table .topHero_shinryo_link ._name ._icon {
    width: 25px;
    height: 25px;
    min-width: 25px;
  }
}
@media screen and (min-width: 1000px), print {
  .topHero_shinryo_table .topHero_shinryo_link ._time {
    min-width: 120px;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_table .topHero_shinryo_link ._time {
    width: 50%;
  }
}
.topHero_shinryo_memo {
  background-color: #fff;
  color: #f00;
  font-size: 15px;
  line-height: 1.5;
  border-top: 1px solid #ddeaf5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.topHero_shinryo_memo > .memo_explanation {
  font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #253c72;
  color: #ffffff;
  font-size: 15px;
  -ms-flex-preferred-size: 648px;
      flex-basis: 648px;
  line-height: 1.733;
  letter-spacing: 0.128rem;
  padding: 10px 25px 12px 25px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-optical-sizing: auto;
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_memo {
    display: block;
  }
  .topHero_shinryo_memo > .memo_explanation {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .topHero_shinryo_memo > .memo_explanation {
    padding: 15px;
    line-height: 1.867;
  }
}

@media screen and (min-width: 1000px), print {
  .topHero_shinryo_memo {
    padding: 1em 2em;
  }
}
@media screen and (max-width: 999px) {
  .topHero_shinryo_memo {
    padding-bottom: 1em;
    margin-top: 20px;
  }
  .topHero_shinryo_memo .topHero_shinryo_memo_anotation {
    padding: 5px 17px;
  }
}
@media screen and (min-width: 1000px), print {
  .topHeroNavArea {
    margin-top: -30px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 999px) {
  .topHeroNavArea {
    background-color: #253c72;
    padding: 10px;
    position: relative;
  }
}
@media screen and (max-width: 400px) {
  .topHeroNavArea {
    padding: 10px 0;
  }
  .topHeroNavArea .container {
    padding: 0 5px;
  }
}
@-webkit-keyframes topHeroNavHover {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes topHeroNavHover {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.topHeroNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 10px 10px 40px 0 rgba(37, 106, 171, 0.15);
  box-shadow: 10px 10px 40px 0 rgba(37, 106, 171, 0.15);
}
.topHeroNavList > li.hover .topHeroNavHover {
  display: block;
  -webkit-animation-name: topHeroNavHover;
  animation-name: topHeroNavHover;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.topHeroNavList > li.hover .topHeroNav {
  opacity: 0.7;
}

@media screen and (min-width: 1000px), print {
  .topHeroNavList {
    background-color: #253c72;
  }
}
@media screen and (min-width: 1000px), print {
  .topHeroNavList > li {
    position: relative;
    width: 25%;
  }
  .topHeroNavList > li:not(:last-child) {
    position: relative;
  }
  .topHeroNavList > li:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 1px;
    height: calc(100% - 16px);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #5068a0;
  }
}
@media screen and (max-width: 999px) {
  .topHeroNavList > li {
    width: 50%;
  }
  .topHeroNavList > li:nth-child(odd) {
    border-right: solid 1px #5068a0;
  }
  .topHeroNavList > li:nth-last-child(n+3) {
    border-bottom: solid 1px #5068a0;
  }
}
.topHeroNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f7fbfe;
  font-size: 1.125rem;
  min-height: 50px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topHeroNav_icon {
  margin-right: 0.2em;
}

@media screen and (min-width: 1000px), print {
  .topHeroNav_icon {
    width: 40px;
  }
}
@media screen and (max-width: 999px) {
  .topHeroNav_icon {
    width: 25px;
  }
}
@media screen and (max-width: 999px) {
  .topHeroNav_title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 400px) {
  .topHeroNav_title {
    font-size: 14px;
  }
}
.topHeroNavHover {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 10px 10px 40px 0 rgba(37, 106, 171, 0.15);
  box-shadow: 10px 10px 40px 0 rgba(37, 106, 171, 0.15);
  display: none;
  opacity: 0;
}

.topHeroNavHover_inner {
  background-color: #f6fbff;
}
.topHeroNavHover_inner .link_list {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1000px), print {
  .topHeroNavHover_inner {
    padding: 1em 2em;
  }
}
.topHeroNavHover_linkList > li:not(:last-child) {
  border-bottom: dotted 1px #bfcce8;
}

.topHeroNavHover_link {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: block;
  line-height: 1.5;
}
.topHeroNavHover_link:hover {
  opacity: 0.7;
}
.topHeroNavHover_link::before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 10px;
  background-image: url("/common/img/icon/link_arrow2.png");
  background-size: contain;
}

@media screen and (min-width: 1000px), print {
  .topHeroNavHover_link {
    padding: 10px 5px 10px 20px;
  }
}
@media screen and (max-width: 999px) {
  .topHeroNavHover_link {
    padding: 15px 5px 15px 30px;
  }
}
@media screen and (min-width: 1000px), print {
  .topHeroNavHover_link::before {
    top: 16px;
    left: 5px;
  }
}
@media screen and (max-width: 999px) {
  .topHeroNavHover_link::before {
    top: 20px;
    left: 10px;
  }
}
.topBtn1 {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #2470d7;
  border: solid 1px #dfdfdf;
  background-color: #fff;
  border-radius: 100px;
  display: inline-block;
  line-height: 1.5;
  position: relative;
}
.topBtn1:hover {
  opacity: 0.7;
}
.topBtn1::before {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background-image: url("/common/img/icon/link_arrow.png");
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 1000px), print {
  .topBtn1 {
    min-width: 200px;
    font-size: 16px;
    padding: 8px 25px;
  }
}
@media screen and (max-width: 999px) {
  .topBtn1 {
    font-size: 14px;
    padding: 5px 30px 5px 15px;
  }
}
@media screen and (min-width: 1000px), print {
  .topBtn1::before {
    right: 20px;
  }
}
@media screen and (max-width: 999px) {
  .topBtn1::before {
    right: 10px;
  }
}
@media screen and (min-width: 1000px), print {
  .topNewsSection {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 999px) {
  .topNewsSection {
    margin-bottom: 50px;
  }
}
.topNews_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1000px), print {
  .topNews_columns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 999px) {
  .topNews_columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1000px), print {
  .topNews_columns_1 {
    width: calc(60% - 30px);
  }
}
@media only screen and (min-width: 1261px) {
  .topNews_columns_1 {
    width: 600px;
  }
}
.topNews_columns_2,
.topNews {
  position: relative;
}

@media screen and (min-width: 1000px), print {
  .topNews_columns_2 {
    width: calc(40% - 30px);
  }
}
@media only screen and (min-width: 1261px) {
  .topNews_columns_2 {
    width: 500px;
  }
}
@media screen and (max-width: 999px) {
  .topNews_columns_2 {
    margin-bottom: 30px;
  }
}
.topNews_head {
  position: relative;
}
.topNews_head .topBtn1 {
  position: absolute;
  z-index: 1;
  right: 0;
}

@media screen and (min-width: 1000px), print {
  .topNews_head .topBtn1 {
    top: 80px;
  }
}
@media screen and (max-width: 999px) {
  .topNews_head .topBtn1 {
    bottom: 10px;
  }
}
.topNews_title {
  position: relative;
}
.topNews_title ._en {
  position: absolute;
  font-family: "Ubuntu", sans-serif;
  color: #eff8ff;
  vertical-align: 0.05em;
  top: 0;
}
.topNews_title ._ja {
  position: absolute;
  color: #243f64;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 1000px), print {
  .topNews_title {
    height: 180px;
  }
}
@media screen and (max-width: 999px) {
  .topNews_title {
    height: 80px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1000px), print {
  .topNews_title ._en {
    line-height: 140px;
    font-size: 150px;
  }
}
@media screen and (max-width: 999px) {
  .topNews_title ._en {
    font-size: 100px;
    left: -20px;
    line-height: 80px;
  }
}
@media screen and (min-width: 1590px) {
  .topNews_title ._en {
    left: -200px;
    font-size: 200px;
  }
}
@media screen and (min-width: 1000px), print {
  .topNews_title ._ja {
    top: 90px;
    font-size: 20px;
  }
}
@media screen and (max-width: 999px) {
  .topNews_title ._ja {
    top: 45px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px), print {
  .topNews_body {
    max-height: 520px;
    overflow: auto;
  }
}
.topNews_image {
  -webkit-box-shadow: 10px 10px 40px 0 rgba(37, 106, 171, 0.15);
  box-shadow: 10px 10px 40px 0 rgba(37, 106, 171, 0.15);
}

@media screen and (min-width: 1000px), print {
  .topNews_image {
    width: 700px;
    position: absolute;
    left: 0;
    top: 40px;
  }
}
@media screen and (max-width: 999px) {
  .topNews_image {
    height: 282px;
    overflow: hidden;
    width: 300px;
    margin-left: auto;
    right: -20px;
    position: relative;
  }
}
.topNews_image_img {
  opacity: 0;
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
  position: absolute;
  -webkit-transition: all 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
  height: 100%;
}
.topNews_image_img.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (min-width: 1000px), print {
  .topNews_image_img {
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 999px) {
  .topNews_image_img img {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 1000px), print {
  .topTreatmentSection {
    min-height: 710px;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 999px) {
  .topTreatmentSection {
    margin-bottom: 80px;
  }
}
.topTreatmentSection .container {
  position: relative;
}

.topTreatment::before {
  content: "";
  display: block;
  background-color: rgba(95, 185, 255, 0.1);
  width: 100vw;
  position: absolute;
  pointer-events: none;
}

@media screen and (min-width: 1000px), print {
  .topTreatment::before {
    height: 640px;
    right: 100px;
    top: 70px;
  }
}
@media screen and (max-width: 999px) {
  .topTreatment::before {
    left: 105px;
    height: 100%;
    top: 35px;
  }
}
.topTreatment_title {
  text-shadow: #b6d5ff 1px 0px, #b6d5ff -1px 0px, #b6d5ff 0px -1px, #b6d5ff 0px 1px, #b6d5ff 1px 1px, #b6d5ff -1px 1px, #b6d5ff 1px -1px, #b6d5ff -1px -1px, #b6d5ff 0.5px 1px, #b6d5ff -0.5px 1px, #b6d5ff 0.5px -1px, #b6d5ff -0.5px -1px, #b6d5ff 1px 0.5px, #b6d5ff -1px 0.5px, #b6d5ff 1px -0.5px, #b6d5ff -1px -0.5px;
  position: relative;
  z-index: -1;
}
.topTreatment_title ._en {
  font-family: "Ubuntu", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #fff;
  position: absolute;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 1000px), print {
  .topTreatment_title {
    height: 180px;
  }
}
@media screen and (max-width: 999px) {
  .topTreatment_title {
    height: 135px;
  }
}
@media screen and (max-width: 400px) {
  .topTreatment_title {
    height: 120px;
  }
}
@media screen and (min-width: 1000px), print {
  .topTreatment_title ._en {
    line-height: 150px;
    font-size: 150px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .topTreatment_title ._en {
    font-size: 110px;
  }
}
@media screen and (max-width: 999px) {
  .topTreatment_title ._en {
    font-size: 70px;
    line-height: 60px;
  }
}
@media screen and (max-width: 400px) {
  .topTreatment_title ._en {
    font-size: 60px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1590px) {
  .topTreatment_title ._en {
    font-size: 180px;
    left: -100px;
  }
}
@media screen and (min-width: 1000px), print {
  .topTreatmentLinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -35px 0;
  }
}
@media only screen and (min-width: 1261px) {
  .topTreatmentLinkList {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .topTreatmentLinkList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1000px), print {
  .topTreatmentLinkList > li {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .topTreatmentLinkList > li {
    padding: 35px 10px;
  }
}
@media screen and (max-width: 999px) {
  .topTreatmentLinkList > li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.topTreatmentLink {
  position: relative;
}
.topTreatmentLink:hover .topTreatmentLink_image .topTreatmentLink_image_inner {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.topTreatmentLink:hover .topTreatmentLink_title .text {
  opacity: 0.7;
}

@media screen and (min-width: 1000px), print {
  .topTreatmentLink {
    display: block;
    width: 280px;
  }
}
@media screen and (max-width: 999px) {
  .topTreatmentLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 10px 10px 20px 0 rgba(37, 106, 171, 0.1);
    box-shadow: 10px 10px 20px 0 rgba(37, 106, 171, 0.1);
  }
}
@media screen and (max-width: 999px) {
  .topTreatmentLink_head {
    width: 50%;
    max-width: 175px;
  }
}
.topTreatmentLink_image_inner {
  -webkit-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 100%;
}

.topTreatmentLink_image {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1000px), print {
  .topTreatmentLink_image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .topTreatmentLink_image img {
    -webkit-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media screen and (min-width: 1000px), print {
  .topTreatmentLink_body {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 999px) {
  .topTreatmentLink_body {
    width: 100%;
  }
}
.topTreatmentLink_title {
  background-color: #fff;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topTreatmentLink_title .text {
  -webkit-transition: 0.2s all cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.2s all cubic-bezier(0.215, 0.61, 0.355, 1);
}
.topTreatmentLink_title::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/common/img/icon/btn_arrow.png");
  background-size: cover;
  height: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 1000px), print {
  .topTreatmentLink_title {
    -webkit-box-shadow: 10px 10px 20px 0 rgba(37, 106, 171, 0.1);
    box-shadow: 10px 10px 20px 0 rgba(37, 106, 171, 0.1);
  }
}
@media screen and (min-width: 1000px), print {
  .topTreatmentLink_title {
    padding: 15px 60px 15px 30px;
    width: 240px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    height: 80px;
  }
}
@media screen and (max-width: 999px) {
  .topTreatmentLink_title {
    padding: 10px 40px 10px 20px;
    width: 100%;
    height: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .topTreatmentLink_title {
    padding: 10px 40px 10px 10px;
  }
}
@media screen and (min-width: 1000px), print {
  .topTreatmentLink_title::before {
    right: 18px;
    width: 38px;
  }
}
@media screen and (max-width: 999px) {
  .topTreatmentLink_title::before {
    right: 10px;
    width: 20px;
    background-position: right;
  }
}
.topInterviewSection {
  position: relative;
  background-color: #eff8ff;
}

@media screen and (min-width: 1000px), print {
  .topInterviewSection {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 999px) {
  .topInterviewSection {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
}
.topInterview .container {
  position: relative;
}

.topInterview_arrows {
  position: relative;
}
@media screen and (max-width: 999px) {
  .topInterview_arrows {
    position: static;
  }
}
.topInterview_arrows .container {
  position: absolute;
  height: 0;
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
  left: 0;
  right: 0;
  bottom: 70px;
  margin: auto;
}
.topInterview_arrows .slick-arrow {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: none;
  transform: none;
  background-size: contain;
  background-image: url("../img/interview/icon/slide_arrow.png");
  background-repeat: no-repeat;
}
.topInterview_arrows .slick-arrow:hover {
  opacity: 0.7;
}
.topInterview_arrows .slick-arrow::before {
  content: none;
}
.topInterview_arrows .slick-prev {
  left: 10px;
}
.topInterview_arrows .slick-next {
  right: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .topInterview_arrows {
    margin: 0 10px;
  }
}
@media screen and (max-width: 999px) {
  .topInterview_arrows .container {
    padding-left: 10px;
    padding-right: 10px;
    bottom: 40px;
  }
}
@media screen and (max-width: 999px) {
  .topInterview_arrows .container {
    bottom: 50%;
  }
}
@media screen and (min-width: 1000px), print {
  .topInterview_arrows .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 999px) {
  .topInterview_arrows .slick-arrow {
    width: 46px;
    height: 46px;
  }
}
.topInterviewSlideArea {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1000px), print {
  .topInterviewSlide {
    max-width: 1100px;
    margin: 0 50px;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .topInterviewSlide {
    padding: 20px 0;
  }
}
@media screen and (max-width: 999px) {
  .topInterviewSlide {
    margin: 0 12px;
  }
}
.topInterviewSlideThumbList {
  position: relative;
}
.topInterviewSlideThumbList .topInterviewSlide {
  max-width: 330px;
  height: 160px;
  margin: 0 5px;
  padding: 0;
  overflow: hidden;
}
.topInterviewSlideThumbList .topInterviewSlide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.topInterviewSlideThumbList .slick-slide {
  opacity: 0.5;
}
.topInterviewSlideThumbList .slick-slide.slick-center {
  opacity: 1;
}

@media screen and (max-width: 798px) {
  .topInterviewSlideThumbList .topInterviewSlide {
    max-width: 160px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .topInterviewSlideThumbList .topInterviewSlide {
    max-width: 150px;
    height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.topInterview_titleArea {
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 999px) {
  .topInterview_titleArea {
    margin-bottom: 20px;
  }
}
.topInterview_title {
  position: relative;
  white-space: nowrap;
}
.topInterview_title ._en {
  position: absolute;
  font-family: "Ubuntu", sans-serif;
  color: #eff8ff;
  line-height: 0.8;
}
.topInterview_title ._ja {
  position: absolute;
  color: #1d4e91;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topInterview_title ._ja::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #1e4771;
}

@media screen and (min-width: 1000px), print {
  .topInterview_title {
    height: 108px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .topInterview_title {
    height: 108px;
  }
}
@media screen and (max-width: 999px) {
  .topInterview_title {
    height: 110px;
  }
}
@media screen and (min-width: 1000px), print {
  .topInterview_title ._en {
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
    font-size: 140px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .topInterview_title ._en {
    font-size: 120px;
  }
}
@media screen and (max-width: 999px) {
  .topInterview_title ._en {
    text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 0.5px 1px, #fff -0.5px 1px, #fff 0.5px -1px, #fff -0.5px -1px, #fff 1px 0.5px, #fff -1px 0.5px, #fff 1px -0.5px, #fff -1px -0.5px;
    font-size: 70px;
    line-height: 60px;
    left: -20px;
    top: -8px;
    z-index: -1;
  }
}
@media screen and (min-width: 1590px) {
  .topInterview_title ._en {
    left: 0;
    font-size: 180px;
    line-height: 140px;
  }
}
@media screen and (min-width: 1590px) {
  .topInterview_title ._ja {
    top: 70px;
  }
}
@media screen and (min-width: 1000px), print {
  .topInterview_title ._ja {
    top: 55px;
  }
}
@media screen and (min-width: 1000px), print {
  .topInterview_title ._ja {
    left: 100px;
    font-size: 22px;
  }
}
@media screen and (max-width: 999px) {
  .topInterview_title ._ja {
    top: 55px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px), print {
  .topInterview_title ._ja::after {
    width: 120px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 999px) {
  .topInterview_title ._ja::after {
    width: 60px;
    margin-left: 15px;
  }
}
.topDepartmentSection,
.topDepartmentSlideArea {
  position: relative;
}

@media screen and (min-width: 1000px), print {
  .topDepartmentSection {
    padding: 120px 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 999px) {
  .topDepartmentSection {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(28%, rgb(253, 255, 224)), color-stop(99%, rgb(246, 255, 240)));
    background-image: linear-gradient(to top, rgb(253, 255, 224) 28%, rgb(246, 255, 240) 99%);
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .topDepartmentSection {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px), print {
  .topDepartmentSlideArea {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
}
@media only screen and (min-width: 1261px) {
  .topDepartmentSlide {
    width: 100%;
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .topDepartmentSlide {
    width: 100vw;
  }
}
.topDepartmentSlide:not(.slick-current) .departmentCard {
  opacity: 0.6;
}

.topDepartment_arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topDepartment_arrows .slick-arrow {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: none;
  transform: none;
  border-radius: 50%;
  background-color: #fff;
}
.topDepartment_arrows .slick-arrow:hover {
  opacity: 0.7;
}
.topDepartment_arrows .slick-arrow::before {
  content: none;
}
.topDepartment_arrows .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-image: url("/common/img/icon/department_slide_arrow.png");
  background-repeat: no-repeat;
}
.topDepartment_arrows .slick-prev {
  -webkit-box-shadow: 7.071px 7.071px 20px 0px rgba(146, 185, 11, 0.2);
  box-shadow: 7.071px 7.071px 20px 0px rgba(146, 185, 11, 0.2);
}
.topDepartment_arrows .slick-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-box-shadow: -7.071px -7.071px 20px 0px rgba(146, 185, 11, 0.2);
  box-shadow: -7.071px -7.071px 20px 0px rgba(146, 185, 11, 0.2);
}

@media screen and (min-width: 1000px), print {
  .topDepartment_arrows {
    width: 800px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .topDepartment_arrows {
    margin: 0 10px;
    width: 780px;
  }
}
@media screen and (max-width: 999px) {
  .topDepartment_arrows {
    width: 100%;
    max-width: 430px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .topDepartment_arrows {
    max-width: 330px;
  }
}
@media screen and (min-width: 1000px), print {
  .topDepartment_arrows .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 999px) {
  .topDepartment_arrows .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1000px), print {
  .topDepartment_arrows .slick-arrow::after {
    width: 58px;
    height: 14px;
    left: 45%;
  }
}
@media screen and (max-width: 999px) {
  .topDepartment_arrows .slick-arrow::after {
    width: 29px;
    height: 7px;
    left: 30%;
  }
}
@media screen and (min-width: 1000px), print {
  .topDepartment_arrows .slick-prev {
    left: -20px;
  }
}
@media screen and (max-width: 999px) {
  .topDepartment_arrows .slick-prev {
    left: 0;
  }
}
@media screen and (min-width: 1000px), print {
  .topDepartment_arrows .slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 999px) {
  .topDepartment_arrows .slick-next {
    right: 0;
  }
}
.topDepartment_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
}
.topDepartment_title ._en {
  font-family: "Ubuntu", sans-serif;
  line-height: 0.8;
  position: absolute;
  color: #fff;
}
.topDepartment_title ._ja {
  color: #8fac08;
  font-weight: bold;
  display: block;
  background-color: #fff;
  line-height: 1;
  position: relative;
  letter-spacing: 0.1em;
}
.topDepartment_title ._ja::before, .topDepartment_title ._ja::after {
  content: "";
  display: block;
  position: absolute;
}
.topDepartment_title ._ja::before {
  right: 0;
  top: 0;
}
.topDepartment_title ._ja::after {
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 1000px), print {
  .topDepartment_title {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(28%, rgb(253, 255, 224)), color-stop(99%, rgb(246, 255, 240)));
    background-image: linear-gradient(to top, rgb(253, 255, 224) 28%, rgb(246, 255, 240) 99%);
    height: 320px;
  }
}
@media screen and (max-width: 999px) {
  .topDepartment_title {
    height: 110px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px), print {
  .topDepartment_title ._en {
    right: 20px;
    bottom: 20px;
    text-shadow: 10px 0px 0px rgb(250, 255, 208);
  }
}
@media only screen and (min-width: 1261px) {
  .topDepartment_title ._en {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .topDepartment_title ._en {
    font-size: 70px;
  }
}
@media screen and (max-width: 999px) {
  .topDepartment_title ._en {
    font-size: 70px;
    left: -20px;
    top: -8px;
    color: rgba(166, 200, 46, 0.15);
    z-index: -1;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1000px), print {
  .topDepartment_title ._ja {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    padding: 40px 20px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1261px) {
  .topDepartment_title ._ja {
    margin-left: 950px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .topDepartment_title ._ja {
    margin-left: 90%;
  }
}
@media screen and (max-width: 999px) {
  .topDepartment_title ._ja {
    padding: 1em 1.5em;
    font-size: 16px;
    display: table;
  }
}
@media screen and (min-width: 1000px), print {
  .topDepartment_title ._ja::before, .topDepartment_title ._ja::after {
    width: 36px;
    height: 15px;
  }
}
@media screen and (max-width: 999px) {
  .topDepartment_title ._ja::before, .topDepartment_title ._ja::after {
    width: 20px;
    height: 15px;
  }
}
@media screen and (min-width: 1000px), print {
  .topDepartment_title ._ja::before {
    border-top: solid 5px #e3ef7d;
    border-right: solid 5px #e3ef7d;
  }
}
@media screen and (max-width: 999px) {
  .topDepartment_title ._ja::before {
    border-top: solid 3px #e3ef7d;
    border-right: solid 3px #e3ef7d;
  }
}
@media screen and (min-width: 1000px), print {
  .topDepartment_title ._ja::after {
    border-left: solid 5px #e3ef7d;
    border-bottom: solid 5px #e3ef7d;
  }
}
@media screen and (max-width: 999px) {
  .topDepartment_title ._ja::after {
    border-left: solid 3px #e3ef7d;
    border-bottom: solid 3px #e3ef7d;
  }
}
@media screen and (min-width: 1000px), print {
  .topBannerSection {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 999px) {
  .topBannerSection {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  .topBannerSection {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1261px) {
  .topBanner_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1261px) {
  .topBanner_1 {
    width: 580px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .topBanner_1 {
    margin-bottom: 50px;
  }
}
.topBanner_1_inner {
  background-color: #eff8ff;
}

@media screen and (min-width: 1000px), print {
  .topBanner_1_inner {
    padding: 20px 65px;
  }
}
@media screen and (max-width: 999px) {
  .topBanner_1_inner {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 1261px) {
  .topBanner_2 {
    width: 580px;
  }
}
@media screen and (min-width: 1000px), print {
  .topBanner_2 ._inner {
    padding: 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
  }
  .topBanner_2 ._inner > * {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .topBanner_2 ._inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 999px) {
  .topBanner_2 ._inner {
    padding: 10px 0;
  }
  .topBanner_2 ._inner > * {
    padding: 5px 0;
  }
  .topBanner_2 ._inner > * img {
    margin: auto;
  }
}
.topBanner_2 ._inner ._kinen {
  display: block;
}

@media screen and (min-width: 1000px), print {
  .topBanner_2 ._inner ._kinen {
    height: 90px;
  }
  .topBanner_2 ._inner ._kinen img {
    max-height: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 999px) {
  .topBanner_2 ._inner ._kinen {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
}
.topBannerSlideList .slick-arrow {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 12px;
  height: 17px;
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: none;
  transform: none;
  background-size: contain;
  background-image: url("../img/banner/icon/slide_arrow.png");
  background-repeat: no-repeat;
}
.topBannerSlideList .slick-arrow:hover {
  opacity: 0.7;
}
.topBannerSlideList .slick-arrow::before {
  content: none;
}
.topBannerSlideList .slick-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width: 1000px), print {
  .topBannerSlideList .slick-prev {
    left: -45px;
  }
}
@media screen and (max-width: 999px) {
  .topBannerSlideList .slick-prev {
    left: -20px;
  }
}
@media screen and (min-width: 1000px), print {
  .topBannerSlideList .slick-next {
    right: -45px;
  }
}
@media screen and (max-width: 999px) {
  .topBannerSlideList .slick-next {
    right: -20px;
  }
}
.topBannerSlide {
  margin: 0 7px;
}

.topBannerLink {
  display: block;
}

@media screen and (min-width: 1000px), print {
  .topBannerLink-wide {
    max-width: 580px;
    margin: auto;
  }
}
@media screen and (max-width: 999px) {
  .topBannerLink-wide {
    max-width: 350px;
    margin: auto;
  }
}
@media screen and (min-width: 1000px), print {
  .topSNS {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .topSNS ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
  .topSNS ul li {
    margin-right: 20px;
  }
}
.swiper-wrapper {
  background-color: #ffffff;
}

.top_wide_bnr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .top_wide_bnr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    /* 1列配置 */
  }
}
.jcqhc figcaption {
  font-size: 14px;
  color: #333;
}

a.byoinsai {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 550px;
}
a.byoinsai img {
  margin-top: 40px;
  border: solid 2px #ffffff;
  max-width: 100%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 999px) {
  a.byoinsai img {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=top.css.map */