@charset "utf-8";

/*-------------- 共通 --------------*/
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html,body{
    font-family: "UD デジタル 教科書体 N-R", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    /*font-family: "UD デジタル 教科書体 N-R";*/
    font-size: 18px;
    margin: 0px;
    padding: 0;
    height: 100%;
}

body {
    width: 100%;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
    text-align: center;
    -webkit-text-size-adjust: 100%;
}

iframe {
    vertical-align: bottom;
}

a {
    text-decoration: none;
    display: block;
    color: #333;
}
a:hover{
    opacity: 0.7;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.sp_tel_link {
    display: inline-block;
}
  
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.page { /*印刷改行用*/
    page-break-after: always;
}
.page:last-child {
    page-break-after: auto;
}

#main {
    margin-top: 80px;
}

/* margin */
.mb8 {
    margin-bottom: 8px;
}
.mb9 {
    margin-bottom: 9px;
}
.mb16 {
    margin-bottom: 16px;
}
.mb24 {
    margin-bottom: 24px;
}
.mb32 {
    margin-bottom: 32px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb48 {
    margin-bottom: 48px;
}
.mb56 {
    margin-bottom: 56px;
}
.mb80 {
    margin-bottom: 80px;
}
.mt56 {
    margin-top: 56px;
}

/* padding */
.pd_tb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pd_b80 {
    padding-bottom: 80px;
}
.pd_l9 {
    padding-left: 9px;
}
.pd_r9 {
    padding-right: 9px;
}

/* color */
.bg_white {
    background-color: #fff;
    width: 100%;
}
.bg_white_alpha {
    background-color: rgba(255,255,255,.7);
    width: 100%;
}
.bg_green01 {
    background-color: #ACD8BD;
    width: 100%;
}
.bg_green02 {
    background-color:#F1F9F4/*#DAEEE2*/;
    width: 100%;
}
.bg_pgray {
    background-color: #f2f4f5;
}

/* title */
.title01 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.77rem;
    font-weight: 600;
	text-align: center;
    margin-bottom: 56px;
}
.title01::before,
.title01::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #41AE98;
}
.title01::before {
	margin-right: 20px;
}
.title01::after {
	margin-left: 20px;
}
.title01_2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.77rem;
    font-weight: 600;
	text-align: center;
}
.title01_2::before,
.title01_2::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #41AE98;
}
.title01_2::before {
	margin-right: 20px;
}
.title01_2::after {
	margin-left: 20px;
}

.title03 {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 1.2rem;
    padding-bottom: .25em;
    position: relative;
}
.title03::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #ACD8BD, #ACD8BD 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #ACD8BD, #ACD8BD 2px, #fff 2px, #fff 4px);
}
.title04 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.title05 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    text-align: center;
    margin-bottom: 1em;
}
.title05::before {
    margin-right: 30px;
    transform: rotate(-35deg);
}
.title05::after {
    margin-left: 30px;
    transform: rotate(35deg);
}
.title05::before,
.title05::after {
    content: '';
    width: 3px;
    height: 40px;
    background-color: #41AE98;
}
.title06_bg {
    background: #DAEEE2;
    padding: .5em 1em;
    border-radius: 10px;
    margin-bottom: 24px;
}
.title07 {
    color: #21574C;
    font-size: 1.33em;
    border-bottom: 1px solid #333;
    margin-bottom: .5em;
}
.title08_line { /*上下にライン*/
    padding: .75em 1em;
    border-top: 1px solid #41AE98;
    border-bottom: 1px solid #41AE98;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

/* text */
.ta_r {
    text-align: right;
}
.ta_l {
    text-align: left;
}
.ta_jst {
    text-align: justify;
}
.ta_c {
    text-align: center;
}

.st_txt800 {
    font-weight: 800;
}

.txt_sm {
    font-size: 16px;
}

.fs24 {
    font-size: 24px;
}
.fs32 {
    font-size: 32px;
}
.fs40 {
    font-size: 40px;
}

/* box */
.info_box {
    border: 2px solid #41AE98;
    border-radius: 5px;
    padding: 2em;
}
.info_box_bk {
    border: 2px solid #5e5e5e;
    border-radius: 5px;
    padding: 2em;
}

/* button */
.more_btn01 {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #41AE98;
    border-radius: 2px;
}
.more_btn01 a {
    padding: 18px;
    border-radius: 2px;
}
.more_btn01 a:hover {
    background-color: #41AE98;
    color: #fff;
    opacity: 1;
}
.more_btn02 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #41AE98;
    border-radius: 25px;
}
.more_btn02 a {
    padding: 9px 18px;
    border-radius: 25px;
}
.more_btn02 a:hover {
    background-color: #41AE98;
    color: #fff;
    opacity: 1;
}

/* to top btn */
.top_btn{
    cursor: pointer;
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 50;
    background: #41AE98;
    opacity: 0.8;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.top_btn.open{
    display: none;
}
.fa-angle-up{
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 2px;
   position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* to top btn JS test */
.pagetop {
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: .3s;
    color: #00A6C4;
    background: #333;
    
  /*   デフォルトは非表示 */
    opacity: 0;
  }
  .pagetop:hover {
      box-shadow: 0 0 10px #00A6C4;
  }
  
/*-------------- header --------------*/
#header {
    position: relative;
    /*padding: 0 1%;*/
    background-color: #fff;
    box-shadow: rgba(31,31,31,.2) 0 2px 2px;
    z-index: 100;
}
#header_inner {
    position: relative;
    width: 100%;
    /*max-width: 1140px;*/
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header_left {
    padding: 32px 0 32px 2%;
    /*初期値 padding: 16px 0 16px 2%;*/
}
.logo h1 a {
    width: 100%;
    overflow: hidden;
}
.logo h1 a img {
    object-fit: cover;
    height: 96px;
}

#gnav {
    width: calc(100% - (282px + 4%));/*初期値100%*/
    background-color: #fff;
    transform: translateZ(0);
}
.gnav_list {
    width: 100%;
    height: 160px;
}
.gnav_list_child {
    background-size: 100% 70px;
    background-position: center top 28px;
    border-left: 1px solid #ddd;
    /*flex-basis: 14.25%;*/
    flex-grow: 1;
    width: calc(100% / 6);
}

.gnav_list_child:last-child {
    border-right: 1px solid #ddd;
}
.gnav_list_child > a {
    height: 160px;
}
.nav_consult {
    background-image: url(../images/gnavicon01.svg);
}
.nav_facilities {
    background-image: url(../images/gnavicon02.svg);
}
.nav_about {
    background-image: url(../images/gnavicon03.svg);
}
.nav_regional {
    background-image: url(../images/gnavicon04.svg);
}
.nav_access {
    background-image: url(../images/gnavicon05.svg);
}
.nav_recruit {
    background-image: url(../images/gnavicon06.svg);
}

/* under layer nav 
.gnav_list {
    width: 90%;
    height: 3.333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.gnav_list_child {
    border-left: 1px solid #ddd;
    flex-grow: 1;
    width: calc(100% / 6);
}
.gnav_list_child > a {
    height: 3.333rem;
}
.under .dropdown_menu > li a {
    padding: 22px 0;
}
*/

/*--- Drop Down Menu ---*/
.dropdown_menu{
    *zoom: 1;
    list-style-type: none;
    /*max-width: 732px;*/
    margin: 0 auto;
    padding: 0;
  }
  .dropdown_menu:before, .dropdown_menu:after{
    content: "";
    display: table;
  }
  .dropdown_menu:after{
    clear: both;
  }
  .dropdown_menu > li{
    position: relative;
    /*width: 16.66666666%;*/
    float: left;
    margin: 0;
    padding: 0;
  }
  /*.dropdown_menu > li {
    border-left: #fff solid 1px;
  }
  .dropdown_menu > li:last-child {
      border-right: #fff solid 1px;
  }*/  
  .dropdown_menu > li a{
    display: block;
    position: relative;/*線の基点とするためrelativeを指定*/
    margin: 0;
    padding: 114px 0 28px;
    /*font-size: 16px;*/
    line-height: 1;
    text-decoration: none;
  }
  .dropdown_menu li ul{
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    display: none;
  }
  .dropdown_menu li:hover ul {
      display: block;
  }
  .dropdown_menu li ul li{
    width: 140%;
  }
  .dropdown_menu li ul li a,
  .under .dropdown_menu li ul li a{
    padding: 16px;
    border-bottom: 1px solid #40a692;
    background: #fff;
    text-align: left;
  }
  .dropdown_menu li:hover {
    background-color: #DAEEE2;
  }
  .dropdown_menu li ul li a:hover{
    background: #DAEEE2;
    /*color: #fff;*/
    opacity: .9;
  }

/* sp menu */
  .header_menu_sp {
    position: fixed;
    right: 0;
    /*margin-right: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;*/
}

/* スクロールで変化するヘッダ */
#header .DownMove .gnav,
#header .DownMove .header_left {
    animation: DownAnime 0.5s forwards;
}
.fixed .header_left {
    position: fixed;
    /*width: 14rem;*/
    z-index: 1;
    padding: 8px 0 8px 2%;
}
.fixed .logo h1 a {
    width: 100%;
    overflow: hidden;
}
.fixed .logo h1 a img {
    object-fit: cover;
    height: 56px;
} 
.fixed #gnav {
    position: fixed;
    top: 0;
    width: 100%;
    border-top-style: none;
    box-shadow: rgba(31,31,31,.2) 0 2px 2px;
    transition: all 0.5s ease 0s;
}
.fixed #gnav .gnav_list {
    margin-right: 0;
    margin-left: auto;
    width: calc(100% - (108px + 8%));/*初期値calc(100% - 18rem)*/
}
.fixed  #gnav .gnav_list,
.fixed  #gnav .gnav_list_child:last-child,
.fixed .gnav_list_child > a,
.fixed #gnav .gnav_list {
    height: 72px;
}

.fixed #gnav .gnav_list .gnav_list_child,
.fixed #gnav .gnav_list .gnav_list_child:last-child {
    background-image: none;
}
.fixed .gnav_list_child > a,
.fixed .under .gnav_list_child > a {
    padding: 28px 0;
}
.fixed .dropdown_menu li ul li{
    width: 170%;
  }
  
/* mobile menu hidden */
.header_menu_sp {
    display: none;
}

/*-------------- main --------------*/

/*-------------- footer --------------*/
.f_info_box {
    text-align: left;
}
.footer_logo a {
    display: inline-block;
}
.f_tel {
    font-size: 24px;
    font-weight: bold;
}
.mk_box {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.box_pd14 {
    padding: 14px;
}
.mk_box img {
    width: 90%;
}
.mk_sentence {
    font-size: 14px;
    text-align: justify;
}

.sec_border_w {
    border-top: 1px solid #fff;
}
.f_nav ul {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.f_nav ul li {
    padding: .5em 2em;
}
.f_nav ul li a {
    display: inline-block;
}
.f_nav ul li a:hover {
    color: #21574C;
}
.f_cop {
    border-top: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*-------------- under page 共通 --------------*/
/* cover */
#underlayer_cover {
    width: 100%;
    position: relative;
}
.cover_container {
  width: 100%;
  height: 240px;
  background-position: center;
  background-size: cover;
}
.cover_inner {
  position: absolute;
  top: 35%;
  left: 20%;
  font-weight: 600;
  z-index: 30;
}
.cover_inner h1 {
  font-size: 2.222rem;
  text-align: left;
  color: #fff;
}
.cover_inner02 {
    position: absolute;
    top: 32%;
    left: 20%;
    font-weight: 600;
    z-index: 30;  
}
.cover_inner02 h1 {
    line-height: 1.7;
    text-align: left;
    color: #fff;
}
.cover_inner02 .ttl_fs20 {
    display: block;
    font-size: 1.11rem;
}
.cover_inner03 {
    position: absolute;
    top: 32%;
    left: 20%;
    font-weight: 600;
    z-index: 30;  
}
.cover_inner03 h1 {
    line-height: 1.3;
    text-align: left;
    color: #fff;
}
.cover_inner03 .ttl_fs20 {
    display: block;
    font-size: 1.11rem;
}
.ttl_space3 {
    letter-spacing: .5em;
}

#news_page .cover_container {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), url(../images/cover_img03_02.jpg);
}
#facilities .cover_container {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), url(../images/cover_img09.jpg);
}
#shokeien .cover_container {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), url(../images/cover_img03_02.jpg);
}
#tenno .cover_container {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), url(../images/cover_tennou02.jpg);
}
#hamanasu .cover_container {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), url(../images/cover_hamanasu02.jpg);
}
#kurakake .cover_container {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), url(../images/cover_kurakake02.jpg);
}
#jukeien .cover_container {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), url(../images/cover_jukeien02.jpg);
}
#about .cover_container {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), url(../images/cover_img03_02.jpg);
}
#regional .cover_container {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), url(../images/cover_img05.jpg);
}
#recruit .cover_container {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), url(../images/cover_img06.jpg);
}
#contact .cover_container {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), url(../images/cover_img07.jpg);
}
#privacy .cover_container {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), url(../images/cover_img08.jpg);
}

/* breadcrumbs list */
.breadcrumb {
    background: #ACD8BD; /* 背景色を指定 */
    padding: 16px 6%;     /* 余白を指定 */
    white-space: nowrap; /* 改行（行送り）を禁止させる */
    /* overflow-x: scroll;  横スクロールを可能にする */
    font-size: 14px;
    text-align: left;
} 
.breadcrumb li,
.breadcrumb li a {
    display: inline-block; /* インラインブロック要素にする */
}  
.breadcrumb li:not(:last-child)::after {
    content: '>';    /* 間の矢印を設定 */
    margin: 0 0.5em; /* 左右に余白をとる */
}

/* main */
figure {
    width: 95%;
    margin: 0 auto 32px;
    overflow: hidden;
}
figure img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: .5rem;
}
figcaption {
    font-size: 1.33rem;
    font-weight: 800;
    border-bottom: 1px solid #41AE98;
    margin-bottom: .5rem;
}
figcaption span {
    font-size: .88rem;
}

/*-------------- CMS調整 --------------*/
/* news 詳細ページ */
#news_page .date {
    text-align: right;
    margin-bottom: 24px;
}
.file_list {
    text-align: left;
    padding-left: 2em;
    list-style-position: outside;
}
.file_list li {
    line-height: 1.4;
    letter-spacing: normal;
    margin-bottom: 1rem;
}
a.file_link {
    display: inline-block;
}
.file_link {
    padding-left: 22px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: .06em 50%;
}
.pdf {
    background-image: url(../sugu/webdir/icons/pdf.gif);
}
.btn_area {
    margin-bottom: 80px;
}
.btn_c {
    padding-right: 20px;
    padding-left: 20px;
}
.btn_c a {
    width: 50%;
    margin: 0 auto;
    padding: .5em 1em;
    background-color: #ccc;
    border-radius: 2px;
}
/* news 一覧ページ */
.article_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}
.article_list dt {
    width: 20%;
}
.article_list dd {
    width: 80%;
}
.article_list dt,
.article_list dd {
    padding: 1em 2em;
    border-bottom: 1px solid #ccc;
}
.art_list_more {
    margin: 0 auto;
    width: 20%;
    border: 1px solid #41AE98;
    border-radius: 2px;
}
.art_list_more a {
    padding: .5em 1em;
}
.art_list_more a:hover {
    background-color: #DAEEE2;
    transition: all .5s ease;
}
/* すぐつかCMS上書き */
#news_page h1 {
    font-size: 2.222rem;
    line-height: normal;
    margin: 0;
}
.page_nav small {
    white-space: nowrap;
    font-size: 17px;
}
ul.sugu-pagination {
    margin-bottom: 2em;
}
  
.filelink {
    display: inline-block;
    margin-right: 0;
    padding-right: 22px;
}

/* recruit 一覧ページ上書き */
.sugu-article-list {
    text-align: left;
    padding: 1em 0;
    border-bottom: 1px solid #333;
}
.sugu-entry-left h3,
.sugu-entry-left h2 {
    margin-top: 0;
    margin-bottom: 0.3em;
    line-height: 1.2em;
    font-weight: bold;
}
.sugu-entry-left h3 span {
    padding-left: 1em;
}
.sugu-entry-left div a {
    display: inline-block;
}
.new {
    padding-left: 56px;
}

/*-------------- print 調整 --------------*/
@media print {
    body {
         zoom: .8;
         width: 100%; 
         animation: none;
         transform: none;
         transition: unset;
    }
    #header {
     display: none;
    }
    #footer {
     display: none;
    }
    .container {
     width: 1200px !important;
    }
    .top_btn {
     display: none;
    }
    #ambulatory .scroll_table th,
    .d_scroll_table th {
     position: relative;
    }
    @page {
     size: A4 portrait;
    }
 }

 /*- animate調整用 -*/
@-webkit-keyframes fadeInUpSmall {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 20%, 0);
      transform: translate3d(0, 20%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInUpSmall {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 20%, 0);
      transform: translate3d(0, 20%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .animate__fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
  }