@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoom-in-hover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoom-in-hover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes sub_menu_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes sub_menu_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes pop-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes pop-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes cv_text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes cv_text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-in-hover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes sub_menu_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes pop-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes cv_text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.hero_area {
  position: relative;
  top: 0;
  left: 0;
}
.hero_area .container {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero_area .bg_area {
  width: 100%;
  z-index: 1;
}
.hero_area::after {
  content: "";
  display: block;
  height: 600px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
}

@media screen and (min-width: 900px), print {
  .hero_area {
    height: 780px;
  }
}
@media screen and (max-width: 899px) {
  .hero_area {
    height: 802px;
    background-color: #6395c6;
  }
}
@media screen and (min-width: 900px), print {
  .hero_area {
    opacity: 0;
    -webkit-animation-name: _on_opacity;
            animation-name: _on_opacity;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .hero_area-init {
    -webkit-animation-name: none;
            animation-name: none;
  }
}
@media screen and (min-width: 900px), print {
  .hero_area .bg_area {
    height: 860px;
  }
}
@media screen and (max-width: 899px) {
  .hero_area .bg_area {
    height: 408px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/common/img/index/hero1.jpg");
  }
}
.hero__text .main_area {
  position: absolute;
  left: 50%;
}
.hero__text .main_area img {
  max-width: 100%;
}
.hero__text img {
  max-width: 100%;
  display: block;
}
.hero__text > * {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 900px), print {
  .hero__text .main_area {
    width: 230px;
    height: 250px;
    margin-left: -115px;
    top: 80px;
  }
}
@media screen and (max-width: 899px) {
  .hero__text .main_area {
    width: 120px;
    margin-left: -60px;
    top: 89px;
  }
}
@media screen and (min-width: 900px), print {
  .hero__text .sub_area {
    position: absolute;
    top: 233px;
    left: 50%;
    margin-left: 128px;
  }
  .hero__text .sub_area .sub {
    width: 300px;
    height: 35px;
  }
}
@media screen and (max-width: 899px) {
  .hero__text .sub_area {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: 80px;
    height: 216px;
    width: 69px;
  }
  .hero__text .sub_area .sub {
    height: 216px;
    width: 23px;
  }
  .hero__text .sub_area .sub-1 {
    position: absolute;
    top: 0;
    right: 0;
  }
  .hero__text .sub_area .sub-2 {
    position: absolute;
    top: 0;
    right: 23px;
  }
  .hero__text .sub_area .sub-3 {
    position: absolute;
    top: 0;
    right: 46px;
  }
}
.hero__item {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 900px), print {
  .hero__item {
    background-attachment: fixed;
    height: 860px;
  }
}
.ios .hero__item {
  background-attachment: scroll;
}

.hero .slick-track,
.hero .slick-list {
  z-index: 1;
  -webkit-transform: initial !important;
          transform: initial !important;
}

@media screen and (max-width: 899px) {
  .hero .slider {
    display: none;
  }
}
.hero_menu {
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 100%;
}
.hero_menu ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero_menu li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero_menu li:not(:last-child) {
  border-right: 1px solid #d6d3d1;
}
.hero_menu a {
  display: block;
}
.hero_menu img {
  max-width: 100%;
}

@media screen and (min-width: 900px), print {
  .hero_menu {
    top: 390px;
  }
}
@media screen and (max-width: 899px) {
  .hero_menu {
    top: 360px;
  }
}
@media screen and (max-width: 899px) {
  .hero_menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 900px), print {
  .hero_menu__1 li {
    width: 25%;
  }
}
@media screen and (max-width: 899px) {
  .hero_menu__1 li {
    width: 50%;
    border-bottom: 1px solid #d6d3d1;
  }
}
.hero_menu__1 a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero_menu__1 a:hover {
  background-color: #f5f5f5;
}

@media screen and (min-width: 900px), print {
  .hero_menu__1 a {
    height: 180px;
  }
  .hero_menu__1 a .icon {
    width: 80px;
    height: 70px;
  }
  .hero_menu__1 a .text {
    width: 200px;
    height: 40px;
    margin-bottom: 3px;
  }
  .hero_menu__1 a .arrow {
    width: 21px;
    height: 21px;
  }
}
@media screen and (max-width: 899px) {
  .hero_menu__1 a {
    height: 150px;
  }
  .hero_menu__1 a .icon {
    margin-top: 5px;
    height: 52px;
    max-width: none;
  }
  .hero_menu__1 a .icon img {
    height: 52px;
    max-width: none;
  }
  .hero_menu__1 a .text {
    margin-top: 0px;
    height: 30px;
    max-width: none;
  }
  .hero_menu__1 a .text img {
    height: 30px;
    max-width: none;
  }
  .hero_menu__1 a .arrow {
    margin-top: 5px;
    width: 21px;
    height: 21px;
  }
}
@media screen and (min-width: 900px), print {
  .hero_menu__2 {
    border-top: 1px solid #d6d3d1;
  }
}
.hero_menu__2 li {
  width: 50%;
}
.hero_menu__2 ul li:nth-child(n+3) {
  border-top: 1px solid #d6d3d1;
}
.hero_menu__2 a {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.hero_menu__2 a .info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.hero_menu__2 a:hover {
  background-color: #f5f5f5;
}

@media screen and (min-width: 900px), print {
  .hero_menu__2 a {
    height: 80px;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 899px) {
  .hero_menu__2 a {
    height: 70px;
  }
}
@media screen and (min-width: 900px), print {
  .hero_menu__2 a .icon {
    width: 32px;
    height: 32px;
  }
  .hero_menu__2 a .text {
    height: 32px;
    width: 180px;
  }
    .hero_menu__2 a .text.long {
    height: 32px;
    width: 200px;
  }
  .hero_menu__2 a .arrow {
    width: 20px;
    height: 18px;
  }
}
@media screen and (max-width: 899px) {
  .hero_menu__2 a {
    padding-left: 34px;
    position: relative;
    top: 0;
    left: 0;
  }
  .hero_menu__2 a .icon {
    width: 22px;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -11px;
  }
  .hero_menu__2 a .text {
    height: 26px;
  }
  .hero_menu__2 a .text img {
    max-height: 100%;
  }
  .hero_menu__2 a .arrow {
    display: none;
  }
}
@media (max-width: 379px) {
  .hero_menu__2 a {
    padding-left: 22px;
  }
  .hero_menu__2 a .icon {
    width: 20px;
    left: 4px;
    margin-top: -10px;
  }
  .hero_menu__2 a .text {
    height: 24px;
  }
}
.index1 {
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
}
.index1::before {
  content: "";
  display: block;
  width: 1px;
  background-color: #ca2d19;
  position: absolute;
  top: 0;
  left: 50%;
}

@media screen and (min-width: 900px), print {
  .index1 {
    padding-top: 75px;
    /* padding-bottom: 80px; */
    margin-top: 65px;
  }
}
@media screen and (max-width: 899px) {
  .index1 {
    padding-top: 60px;
    /* padding-bottom: 60px; */
  }
}
@media screen and (min-width: 900px), print {
  .index1::before {
    height: 40px;
  }
}
@media screen and (max-width: 899px) {
  .index1::before {
    height: 30px;
  }
}
@media screen and (min-width: 900px), print {
  .index1::after {
    height: 40px;
  }
}
@media screen and (max-width: 899px) {
  .index1::after {
    height: 30px;
  }
}
@media screen and (min-width: 1000px), print {
  .inews_area_wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 999px) {
  .inews_area_wrapper {
    margin-bottom: 60px;
  }
}
.inews_area_wrapper .column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1000px), print {
  .inews_area_wrapper .column {
    width: 50%;
  }
  .inews_area_wrapper .column:nth-child(odd) {
    padding-right: 20px;
  }
  .inews_area_wrapper .column:nth-child(even) {
    padding-left: 20px;
  }
}
@media screen and (max-width: 999px) {
  .inews_area_wrapper .column.column-1, .inews_area_wrapper .column.column-2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .inews_area_wrapper .column.column-1 {
    margin-top: 20px;
  }
}
.inews_area {
  position: relative;
  top: 0;
  left: 0;
}

.inews_area__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  height: 25px;
  margin-left: -2px;
}
.inews_area__head.hospital_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inews_area__head .news_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inews_area__head img {
  max-height: 100%;
  display: block;
}
.inews_area__head .news_title img {
  max-height: 100%;
  display: block;
  width: 100%;
}
.inews_area__head .news_title h2 img {
  height: 25px;
  width: auto;
}
.inews_area__head .icon,
.inews_area__head .news_title .icon {
  margin-right: 7px;
  width: 30px;
}
.inews_area__head .news_tab_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-top: -2px;
}

@media screen and (max-width: 575px) {
  .inews_area__head.hospital_news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .inews_area__head.hospital_news .news_title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 900px), print {
  .inews_area__head {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 899px) {
  .inews_area__head {
    padding-bottom: 15px;
  }
  .inews_area__head h2 {
    margin-left: -4px;
  }
}
@media screen and (max-width: 575px) {
  .inews_area__head .news_tab_cate {
    height: auto;
  }
}
.news_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news_tab_list li {
  margin-left: 10px;
}
.news_tab_list li a {
  border: 1px solid #d6d3d1;
  color: #222;
  font-size: 14px;
  width: 100%;
  height: 30px;
  padding: 8px 20px 7px 20px;
}
.news_tab_list li a:hover {
  background-color: #f5f5f5;
}
.news_tab_list li a._selected {
  position: relative;
  color: #fff;
  background-color: #807e7c;
  border: 1px solid #807e7c;
}
.news_tab_list li a._selected::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 11px solid #807e7c;
}

@media screen and (max-width: 575px) {
  .news_tab_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 25px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .news_tab_list li a {
    padding: 8px 15px 7px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .news_tab_list li a {
    padding: 8px 9px 7px 9px;
  }
}
@media screen and (min-width: 900px), print {
  .inews_area__foot {
    text-align: right;
    margin-top: 20px;
  }
}
@media screen and (max-width: 899px) {
  .inews_area__foot {
    padding-top: 15px;
  }
  .inews_area__foot::before {
    content: "";
    display: table;
  }
  .inews_area__foot::after {
    content: "";
    display: table;
    clear: both;
  }
  .inews_area__foot a {
    float: right;
  }
}
.inews_area__foot a {
  line-height: 1.4;
  font-size: 0.938rem;
  color: #222;
}
.inews_area__foot a::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/arrow/left.png") 0 center no-repeat transparent;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  position: relative;
  top: 0.15em;
  left: 0;
  margin-right: 0.4em;
}
.inews_area__foot a:hover {
  text-decoration: underline;
}

.indexline1 {
  background: url("../img/index/indexline1.jpg") center center/cover no-repeat transparent;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.indexline1::before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
}

@media screen and (min-width: 900px), print {
  .indexline1 {
    background-attachment: fixed;
    height: 200px;
  }
}
@media screen and (max-width: 899px) {
  .indexline1 {
    height: 80px;
    background-size: 100% auto;
  }
}
.index2 {
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
}
.index2::before {
  content: "";
  display: block;
  width: 1px;
  background-color: #ca2d19;
  position: absolute;
  top: 0;
  left: 50%;
}
.index2::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #ca2d19;
  position: absolute;
  bottom: 0;
  left: 50%;
}

@media screen and (min-width: 900px), print {
  .index2 {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 899px) {
  .index2 {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 900px), print {
  .index2::before {
    height: 40px;
  }
}
@media screen and (max-width: 899px) {
  .index2::before {
    height: 30px;
  }
}
@media screen and (min-width: 900px), print {
  .index2::after {
    height: 40px;
  }
}
@media screen and (max-width: 899px) {
  .index2::after {
    height: 30px;
  }
}
.icard_area ul {
  margin-top: 80px;
}

@media screen and (min-width: 900px), print {
  .icard_area ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .icard_area li {
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px), print {
  .icard_area li:nth-child(4n+1) {
    padding-right: 18px;
  }
  .icard_area li:nth-child(4n+2) {
    padding-left: 6px;
    padding-right: 12px;
  }
  .icard_area li:nth-child(4n+3) {
    padding-left: 12px;
    padding-right: 6px;
  }
  .icard_area li:nth-child(4n) {
    padding-left: 18px;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) and (max-width: 1399px), print {
  .icard_area li:nth-child(4n+1) {
    padding-right: 30px;
  }
  .icard_area li:nth-child(4n+2) {
    padding-left: 10px;
    padding-right: 20px;
  }
  .icard_area li:nth-child(4n+3) {
    padding-left: 20px;
    padding-right: 10px;
  }
  .icard_area li:nth-child(4n) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 899px) {
  .icard_area li + li {
    margin-top: 20px;
  }
}
.icard {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  position: relative;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1399px), print {
  .icard {
    min-height: 280px;
  }
}
@media screen and (max-width: 899px) {
  .icard {
    min-height: 280px;
  }
}
.icard__head {
  overflow: hidden;
  height: 140px;
  position: relative;
  top: 0;
  left: 0;
}
.icard__head img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  margin-left: -50%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

@media screen and (min-width: 900px), print {
  .icard__head img {
    height: 140px;
  }
}
@media screen and (max-width: 899px) {
  .icard__head img {
    width: 100%;
    min-height: 140px;
  }
}
@media screen and (min-width: 900px), print {
  .icard__body {
    padding: 10px 15px 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px), print {
  .icard__body {
    padding: 20px 25px 25px;
  }
}
@media screen and (max-width: 899px) {
  .icard__body {
    padding: 20px 40px 30px;
  }
}
.icard .title {
  height: 60px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icard .title img {
  max-height: 35px;
  display: block;
  margin: auto;
}
.icard p {
  font-size: 0.875rem;
  line-height: 24/14;
}
.icard::after {
  content: "";
  display: block;
  background: url("../img/icon/arrow/link.png") 0 0 no-repeat transparent;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  position: absolute;
  bottom: 7px;
  right: 7px;
}
.icard:hover {
  background-color: #f5f5f5;
}
.icard:hover .icard__head img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (min-width: 900px), print {
  .ibanner_area1 ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  .ibanner_area1 ul li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px), print {
  .ibanner_area1 ul li:nth-child(odd) {
    padding-right: 12px;
  }
  .ibanner_area1 ul li:nth-child(even) {
    padding-left: 12px;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) and (max-width: 1399px), print {
  .ibanner_area1 ul li:nth-child(odd) {
    padding-right: 20px;
  }
  .ibanner_area1 ul li:nth-child(even) {
    padding-left: 20px;
  }
}
@media screen and (max-width: 899px) {
  .ibanner_area1 {
    margin-bottom: 20px;
  }
  .ibanner_area1 li + li {
    margin-top: 20px;
  }
}
.ibanner {
  background-color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d6d3d1;
}
.ibanner:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

@media screen and (min-width: 900px), print {
  .ibanner {
    height: 120px;
  }
}
@media screen and (max-width: 899px) {
  .ibanner {
    height: 90px;
  }
}
.ibanner__text {
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.ibanner__text img {
  display: block;
}

@media screen and (min-width: 900px), print {
  .ibanner__text {
    padding: 20px 28px;
  }
}
@media screen and (max-width: 899px) {
  .ibanner__text {
    padding-left: 10px;
  }
}
@media screen and (min-width: 900px), print {
  .ibanner__text img {
    height: 60px;
  }
  .ibanner__text.h30 img {
    height: 30px;
  }
}
@media screen and (max-width: 899px) {
  .ibanner__text img {
    height: 50px;
  }
}
.ibanner__image {
  width: 50%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 900px), print {
  .ibanner_area2 ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .ibanner_area2 ul li {
    width: 25%;
    border: 1px solid #d6d3d1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .ibanner_area2 ul li:not(:last-child) {
    border-right: 0 none;
  }
}
@media screen and (max-width: 899px) {
  .ibanner_area2 li {
    border: 1px solid #d6d3d1;
  }
  .ibanner_area2 li:not(:last-child) {
    border-bottom: 0 none;
  }
}
.ibanner2 {
  background-color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
  font-weight: bold;
  padding: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.ibanner2::after {
  content: "";
  display: block;
  background: url("../img/icon/arrow/left_large.png") 0 0 no-repeat transparent;
  background-size: 20px 18px;
  width: 20px;
  height: 18px;
}
.ibanner2:hover {
  color: #222;
  padding-right: 10px;
  background-color: #f5f5f5;
}

@media screen and (min-width: 900px), print {
  .ibanner2 {
    font-size: 1rem;
    height: 80px;
  }
}
@media screen and (max-width: 899px) {
  .ibanner2 {
    font-size: 0.875rem;
    height: 50px;
  }
}
@media screen and (max-width: 899px) {
  .mt20 {
    margin-top: 20px;
  }
}
.important_area {
  background-color: #f5f5f5;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 20px 0;
}
.important_area .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.important_area__scroll {
  max-height: 135px;
  overflow: auto;
}

@media screen and (min-width: 900px), print {
  .important_area ._inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.important_area__head {
  -ms-flex-preferred-size: 280px;
  flex-basis: 280px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.important_area__head .text {
  font-size: 0.938rem;
  font-weight: bold;
  color: #d64747;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 899px) {
  .important_area__head {
    padding-bottom: 10px;
  }
}
.important_area__body {
  width: 100%;
}

.news_list-covid {
  border-top: 0 none;
}
.news_list-covid .newsline {
  padding-top: 7px;
  padding-bottom: 7px;
  min-height: 0;
}
.news_list-covid > li:last-child {
  border-bottom: 0 none;
}


/*  */
.news_btn {
  background: #ca2d19;
  padding: 5px 30px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}

.taisei_area {
  background-color: #f1f1f1;
  padding-top: 32px;
  padding-bottom: 32px;
}
.taisei_area .taisei_area__head {
  margin-bottom: 30px;
}
.taisei_area .taisei_area__head > img {
  max-width: 520px;
  width: 100%;
  height: auto;
}
.taisei_area .taisei_area__body {
  padding-left: 20px;
  padding-right: 20px;
}
.taisei_area .taisei_area__body .taisei_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 35px;
}
.taisei_area .taisei_area__body .taisei_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.taisei_area .taisei_area__body .taisei_item > img {
  width: 110px;
  height: auto;
  margin-right: 15px;
}
.taisei_area .taisei_area__body .taisei_item > p {
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #313131;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 1199px) {
  .taisei_area .taisei_area__body .taisei_item > p br {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .taisei_area .taisei_area__body .taisei_list {
    grid-gap: 15px;
  }
  .taisei_area .taisei_area__body .taisei_item > img {
    width: 60px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .taisei_area {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .taisei_area .taisei_area__head {
    margin-bottom: 20px;
  }
  .taisei_area .taisei_area__head > img {
    max-width: 350px;
  }
  .taisei_area .taisei_area__body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .taisei_area .taisei_area__body .taisei_list {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media screen and (max-width: 600px) {
  .taisei_area .taisei_area__body .taisei_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .taisei_area .taisei_area__body .taisei_item > img {
    width: 50px;
    margin-right: 15px;
  }
}
/* dr_interview swiper追加 */
.dr_interview {
  background-color: #f7f7f7;
  padding: 80px 0;
  margin-top: 80px;
}

.swiper-slide {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slide_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  height: 340px;
  -webkit-box-shadow: -1px 9px 8px 2px rgba(0, 0, 0, 0.062745098);
          box-shadow: -1px 9px 8px 2px rgba(0, 0, 0, 0.062745098);
}
.slide_link:hover {
  opacity: 0.8;
}
.slide_link:hover > .text_wrap:after {
  content: "";
  display: inline-block;
  background: url("../img/slider/arrow_gray.png") 0 0 no-repeat transparent;
  background-size: 20px 10px;
  width: 20px;
  height: 10px;
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.slide_link > .slide_img {
  width: 50%;
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.slide_link > .text_wrap {
  background-color: #fff;
  width: 50%;
  height: 340px;
  text-align: center;
  padding: 30px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.slide_link > .text_wrap:after {
  content: "";
  display: inline-block;
  background: url("../img/slider/arrow_gray.png") 0 0 no-repeat transparent;
  background-size: 20px 10px;
  width: 20px;
  height: 10px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slide_link > .text_wrap .title {
  display: inline-block;
  position: relative;
  color: #1b1b1b;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
.slide_link > .text_wrap .title::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #8e8e8e;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slide_link > .text_wrap .name {
  display: block;
  margin: 0 auto 15px;
  width: 220px;
  height: auto;
}
.slide_link > .text_wrap .department {
  color: #ca2d19;
  display: block;
  font-size: 1.125rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .slide_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .slide_link {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .slide_link > .slide_img {
    width: 100%;
    max-width: 600px;
    height: 250px;
    -o-object-position: top;
    object-position: top;
  }
}
@media screen and (max-width: 768px) {
  .slide_link > .text_wrap {
    width: 100%;
    max-width: 600px;
    height: auto;
    min-height: 250px;
  }
}
@media screen and (max-width: 600px) {
  .slide_link > .text_wrap .name {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .slide_link > .text_wrap .department {
    margin-bottom: 15px;
  }
}
.swiper-button_wrap {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2000;
  pointer-events: none;
}
.swiper-button_wrap .swiper-button-prev,
.swiper-button_wrap .swiper-button-next {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #807e7c;
  width: 50px;
  height: 50px;
  z-index: 1000;
  pointer-events: all;
}
.swiper-button_wrap .swiper-button-prev:hover,
.swiper-button_wrap .swiper-button-next:hover {
  opacity: 0.7;
}
.swiper-button_wrap .swiper-button-prev::after,
.swiper-button_wrap .swiper-button-next::after {
  content: "";
  display: inline-block;
  background: url("../img/slider/arrow_white.png") 0 0/contain no-repeat transparent;
  width: 30px;
  height: 12px;
  position: absolute;
  z-index: 1000;
}
.swiper-button_wrap .swiper-button-prev {
  /* left: -25px; */
  left: -10px;
}
.swiper-button_wrap .swiper-button-next {
  /* right: -25px; */
  right: -10px;
}
.swiper-button_wrap .swiper-button-next::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (max-width: 600px) {
  .swiper-button_wrap .swiper-button-prev,
  .swiper-button_wrap .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 275px;
  }
}
@media screen and (max-width: 600px) {
  .swiper-button_wrap .swiper-button-prev::after,
  .swiper-button_wrap .swiper-button-next::after {
    width: 25px;
    height: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .swiper-button_wrap .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button_wrap .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .swiper-button_wrap .swiper-button-next {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button_wrap .swiper-button-next {
    right: 10px;
  }
}
/* card_long  */
.icard_long {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icard_long > * {
  width: 50%;
}

.icard_long__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 60px;
  color: #222222;
}
.icard_long__text ._title {
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
}
.icard_long__text ._text {
  font-size: 15px;
}

.icard_long__img {
  overflow: hidden;
}
.icard_long__img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}

.icard_long:hover {
  background-color: #f5f5f5;
}
.icard_long:hover .icard_long__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 899px) {
  .icard_long {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .icard_long > * {
    width: 100%;
  }
  .icard_long__text {
    padding: 15px 25px;
  }
  .icard_long__text ._title {
    font-size: 20px;
  }
}
@media screen and (max-width: 385px) {
  .icard_long__text ._title {
    font-size: 18px;
  }
}
.donation:after{
	content: '';
    display: inline-block;
    background: url(../img/icon/donation.png) 0 center no-repeat transparent;
    background-size: 10px 14px;
    width: 10px;
    height: 14px;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 5px;
}
@media screen and (min-width: 899px) {
.ext.ml0::after{
	margin-left: 0;
}
}
.iaccess_area {
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 1000px) and (max-width: 1199px), print {
  .iaccess_area {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1000px), print {
  .iaccess_area {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 765px) {
  .iaccess_area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.iaccess_area::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #ca2d19;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 899px) {
  .iaccess_area::after::after {
    height: 30px;
  }
}
.iaccess_area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1000px) and (max-width: 1199px), print {
  .iaccess_area .container {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px), print {
  .iaccess_area .container {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 765px) {
  .iaccess_area .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
.iaccess_area__l {
  -ms-flex-preferred-size: 370px;
      flex-basis: 370px;
}
@media screen and (max-width: 765px) {
  .iaccess_area__l {
    -ms-flex-preferred-size: content;
        flex-basis: content;
  }
}
.iaccess_area__r {
  -ms-flex-preferred-size: 770px;
      flex-basis: 770px;
}
.iaccess_area__r .gmap {
  max-height: 250px;
}
.iaccess_area__r .gmap > iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 765px) {
  .iaccess_area__r {
    -ms-flex-preferred-size: content;
        flex-basis: content;
  }
  .iaccess_area__r .gmap {
    max-height: none;
  }
}
.iaccess_area__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  border-bottom: 1px solid #d6d3d1;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.iaccess_area__title > .icon {
  width: 22px;
}
.iaccess_area__title > .icon img {
  display: block;
  width: 100%;
}
.iaccess_area__title h2 {
  width: 122px;
}
.iaccess_area__title h2 img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 765px) {
  .iaccess_area__title {
    margin-bottom: 10px;
  }
}
.iaccess_area__text {
  margin-bottom: 20px;
}
.iaccess_area__text > .sub {
  color: #ca2d19;
  margin-bottom: 5px;
}
@media screen and (max-width: 765px) {
  .iaccess_area__text {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px), print {
  .iaccess_area__btn .btn {
    width: 100%;
  }
}
@media screen and (max-width: 765px) {
  .iaccess_area__btn .btn {
    display: none;
  }
}
.iaccess_area__sp_btn {
  display: none;
}
@media screen and (max-width: 765px) {
  .iaccess_area__sp_btn {
    display: block;
    margin-top: 10px;
  }
}