@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/* ------------ color ------------ */
/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #334a8f;
  margin: 30px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ------------ SP ------------ */
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%; }

  /* ------------ clearfix ------------ */
  .spclearfix {
    zoom: 1; }
    .spclearfix::after {
      display: block;
      content: "";
      clear: both; }

  /* ------------ spmaterial-i ------------ */
  .spmaterial-i, #top_plan a.button:after, #top_adoption .innerbox ul li a:after, #top_hospital ul li a:after, #top_initiative .innerbox ul li a:after, #page_link ul li a:after, #relation_box a.button:after, #recruit_box .box .content_box a.button:after, #blog_box #blog_page_nav ul li:first-child a:after, #blog_box #blog_page_nav ul li:last-child a:after, #blog_box #blog_page_nav a.button:after, #about_box .box .content_box .wrap .text_box a.button:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle; }

  /* ------------ loader ------------ */
  #loaderbg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 2000;
    text-align: center; }
    #loaderbg #loader {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      margin: 0 0 0 -12px;
      z-index: 3000; }
      #loaderbg #loader img {
        width: 24px; }

  /* ------------ 共通 ------------ */
  /* ------------ header ------------ */
  #header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff; }
    #header #contact_box {
      position: relative; }
      #header #contact_box h1 {
        text-indent: -9999px;
        position: absolute;
        top: 6px;
        left: 10px; }
        #header #contact_box h1 a {
          background-image: url(../img/01.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 156px;
          height: 38.5px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #header #contact_box h1 a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
      #header #contact_box ul {
        display: flex;
        position: absolute;
        top: 0;
        right: 0; }
        #header #contact_box ul li {
          list-style: none;
          width: 50px;
          height: 50px;
          background: #334a8f; }
          #header #contact_box ul li:nth-child(1) {
            position: relative;
            top: 0;
            right: 0;
            text-indent: -9999px; }
            #header #contact_box ul li:nth-child(1) a {
              width: 50px;
              height: 50px;
              display: block;
              background-image: url(../img/18.png);
              background-repeat: no-repeat;
              background-position: center center;
              background-size: 18px 18px; }
          #header #contact_box ul li:nth-child(2) {
            display: none; }
          #header #contact_box ul li:nth-child(3) .bars {
            position: relative;
            top: 0;
            right: 0;
            width: 50px;
            height: 50px;
            cursor: pointer;
            z-index: 2000;
            background: #000; }
            #header #contact_box ul li:nth-child(3) .bars .bar {
              position: absolute;
              top: 50%;
              left: 50%;
              width: 26px;
              height: 2px;
              background: #fff;
              border-radius: 1px;
              transition: all 0.25s ease-in-out 0s;
              -moz-transition: all 0.25s ease-in-out 0s;
              -webkit-transition: all 0.25s ease-in-out 0s;
              -ms-transition: all 0.25s ease-in-out 0s;
              -o-transition: all 0.25s ease-in-out 0s; }
            #header #contact_box ul li:nth-child(3) .bars .bar-1 {
              margin: -9px 0 0 -13px; }
            #header #contact_box ul li:nth-child(3) .bars .bar-2 {
              margin: -1px 0 0 -13px; }
            #header #contact_box ul li:nth-child(3) .bars .bar-3 {
              margin: 7px 0 0 -13px; }
          #header #contact_box ul li:nth-child(3) .bars.step-1 .bar-1 {
            transform: translate3d(0, 8px, 0);
            -moz-transform: translate3d(0, 8px, 0);
            -webkit-transform: translate3d(0, 8px, 0);
            -ms-transform: translate3d(0, 8px, 0);
            -o-transform: translate3d(0, 8px, 0); }
          #header #contact_box ul li:nth-child(3) .bars.step-1 .bar-2 {
            transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg); }
          #header #contact_box ul li:nth-child(3) .bars.step-1 .bar-3 {
            transform: translate3d(0, -8px, 0);
            -moz-transform: translate3d(0, -8px, 0);
            -webkit-transform: translate3d(0, -8px, 0);
            -ms-transform: translate3d(0, -8px, 0);
            -o-transform: translate3d(0, -8px, 0); }
          #header #contact_box ul li:nth-child(3) .bars.step-2 .bar-1 {
            transform: translate3d(0, 8px, 0) rotate(135deg);
            -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
            -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
            -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
            -o-transform: translate3d(0, 8px, 0) rotate(135deg); }
          #header #contact_box ul li:nth-child(3) .bars.step-2 .bar-2 {
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg); }
          #header #contact_box ul li:nth-child(3) .bars.step-2 .bar-3 {
            transform: translate3d(0, -8px, 0) rotate(135deg);
            -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
            -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
            -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
            -o-transform: translate3d(0, -8px, 0) rotate(135deg); }
    #header #mnav_box {
      display: none; }

  /* ------------ spnav sp_mnav_box ------------ */
  .sp_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s; }
    .sp_nav .bg {
      width: 100%;
      height: 100%;
      background: white;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .sp_nav.open {
      opacity: 1;
      visibility: visible;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s; }

  #sp_mnav_box {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #sp_mnav_box ul li {
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      list-style: none;
      border-bottom: 1px solid #e5e5e5;
      position: relative; }
      #sp_mnav_box ul li a {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding: 15px 0; }
        #sp_mnav_box ul li a:link, #sp_mnav_box ul li a:visited, #sp_mnav_box ul li a:active {
          text-decoration: none;
          color: #000; }
        #sp_mnav_box ul li a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #sp_mnav_box ul li a.here {
          color: #142f86; }
      #sp_mnav_box ul li:nth-child(1) {
        background-image: url(../img/02.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        text-indent: -9999px;
        border-top: 1px solid #e5e5e5; }
      #sp_mnav_box ul li:before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'chevron_right';
        position: absolute;
        right: 10px;
        top: 14px;
        font-size: 2rem;
        height: 15px;
        color: #334a8f; }
    #sp_mnav_box p {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 30px 0 0 0; }
      #sp_mnav_box p.tel {
        font-size: 22px;
        line-height: 1.5;
        font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 0; }
    #sp_mnav_box a:link, #sp_mnav_box a:visited, #sp_mnav_box a:active {
      text-decoration: underline;
      color: #000; }
    #sp_mnav_box a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }

  /* ------------ トップページ ------------ */
  /* ------------ top_eyecatch ------------ */
  #top_eyecatch {
    width: 100%;
    margin: 50px 0 0 0;
    padding: 48.3% 0 0 0;
    background: url(../img/05-02.jpg) no-repeat center center;
    background-repeat: no-repeat;
    background-size: cover; }
    #top_eyecatch a {
      display: none; }

  /* ------------ top_cnav ------------ */
  #top_cnav {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center; }
    #top_cnav ul {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      #top_cnav ul li {
        width: 45%;
        list-style: none;
        text-align: center; }
        #top_cnav ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top_cnav ul li a figure {
            width: 90%;
            margin: 0 auto; }
            #top_cnav ul li a figure img {
              width: 100%;
              vertical-align: bottom; }
          #top_cnav ul li a p {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 10px 0 0 0; }
          #top_cnav ul li a:link, #top_cnav ul li a:visited, #top_cnav ul li a:active {
            text-decoration: none;
            color: #000; }
          #top_cnav ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #top_cnav ul li:nth-child(n+3) {
          margin: 20px 0 0 0; }

  /* ------------ top_plan ------------ */
  #top_plan {
    padding: 30px 0;
    background: #efefef; }
    #top_plan a.button {
      width: 70%;
      margin: 0 auto;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      padding: 15px 0;
      background-color: #d7f5fb;
      color: #334a8f;
      display: block;
      box-sizing: border-box;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      text-align: center;
      position: relative;
      text-decoration: none;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border: 3px solid #b7e6ef; }
      #top_plan a.button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      #top_plan a.button:after {
        content: 'chevron_right';
        position: absolute;
        right: 5px;
        top: 15px;
        font-size: 1.8rem; }

  /* ------------ top_news,top_blog ------------ */
  #top_news, #top_blog {
    background: url(../img/15.jpg) repeat center center;
    padding: 30px 0; }
    #top_news.blog, #top_blog.blog {
      background: url(../img/16.jpg) repeat center center; }
    #top_news .innerbox, #top_blog .innerbox {
      width: 90%;
      margin: 0 auto;
      background: #fff;
      box-shadow: 0 0 5px #dcdcdc;
      padding: 20px;
      box-sizing: border-box; }
      #top_news .innerbox .title_box, #top_blog .innerbox .title_box {
        border-bottom: 1px solid #e1e1e1;
        padding: 0 0 10px 0; }
        #top_news .innerbox .title_box h2, #top_blog .innerbox .title_box h2 {
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #334a8f; }
        #top_news .innerbox .title_box p, #top_blog .innerbox .title_box p {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
      #top_news .innerbox .detail_box ul li, #top_blog .innerbox .detail_box ul li {
        list-style: none;
        margin: 20px 0 0 0; }
        #top_news .innerbox .detail_box ul li a, #top_blog .innerbox .detail_box ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top_news .innerbox .detail_box ul li a p, #top_blog .innerbox .detail_box ul li a p {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000; }
            #top_news .innerbox .detail_box ul li a p.date, #top_blog .innerbox .detail_box ul li a p.date {
              font-size: 12px;
              line-height: 1.5;
              font: normal 1.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #top_news .innerbox .detail_box ul li a:link, #top_news .innerbox .detail_box ul li a:visited, #top_news .innerbox .detail_box ul li a:active, #top_blog .innerbox .detail_box ul li a:link, #top_blog .innerbox .detail_box ul li a:visited, #top_blog .innerbox .detail_box ul li a:active {
            text-decoration: none;
            color: #000; }
          #top_news .innerbox .detail_box ul li a:hover, #top_blog .innerbox .detail_box ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }

  /* ------------ top_medical ------------ */
  #top_medical {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center; }
    #top_medical h2 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      border-bottom: 2px solid #65a3cf;
      padding: 0 0 5px 0;
      display: inline-block; }
    #top_medical h3 {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 20px 0 0 0; }
    #top_medical table {
      width: 100%;
      margin: 10px auto 0; }
      #top_medical table tr {
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #top_medical table tr th {
          padding: 5px;
          background: #d7f5fb;
          font-weight: 400;
          border-right: 1px solid #ccc;
          border-bottom: 1px solid #ccc; }
          #top_medical table tr th:nth-child(7) {
            color: #004b84; }
          #top_medical table tr th:nth-child(8) {
            color: #7b0000;
            border-right: none; }
        #top_medical table tr td {
          padding: 5px;
          border-right: 1px solid #ccc;
          border-bottom: 1px solid #ccc; }
          #top_medical table tr td:nth-child(8) {
            border-right: none; }
    #top_medical p {
      font-size: 12px;
      line-height: 1.5;
      font: normal 1.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 10px 0 0 0; }

  /* ------------ top_checkup ------------ */
  #top_hospitalization {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center; }
    #top_hospitalization h2 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      border-bottom: 2px solid #65a3cf;
      padding: 0 0 5px 0;
      display: inline-block; }
    #top_hospitalization ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #top_hospitalization ul li {
        width: 48%;
        list-style: none;
        margin: 20px 0 0 0;
        border: 3px solid #d4e59a;
        background: #f0f6b8;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        box-sizing: border-box;
        align-self: center; }
        #top_hospitalization ul li figure {
          text-align: left; }
          #top_hospitalization ul li figure img {
            width: auto;
            height: 32px;
            vertical-align: middle;
            margin: 0 5px 0 0;
            display: inline-block; }
          #top_hospitalization ul li figure p {
            vertical-align: middle;
            font-size: 14px;
            line-height: 1;
            font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            display: inline-block; }
        #top_hospitalization ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 15px; }
          #top_hospitalization ul li a:link, #top_hospitalization ul li a:visited, #top_hospitalization ul li a:active {
            text-decoration: none;
            color: #000; }
          #top_hospitalization ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }

  /* ------------ top_adoption ------------ */
  #top_adoption {
    background: url(../img/15.jpg) repeat center center;
    padding: 30px 0; }
    #top_adoption .innerbox {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      #top_adoption .innerbox h2 {
        font-size: 20px;
        line-height: 1;
        font: normal 2rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        border-bottom: 2px solid #65a3cf;
        padding: 0 0 5px 0;
        display: inline-block; }
      #top_adoption .innerbox ul li {
        list-style: none;
        background: #fff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border: 3px solid #d4e59a;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 20px 0 0 0; }
        #top_adoption .innerbox ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 15px 0;
          position: relative; }
          #top_adoption .innerbox ul li a:link, #top_adoption .innerbox ul li a:visited, #top_adoption .innerbox ul li a:active {
            text-decoration: none;
            color: #000; }
          #top_adoption .innerbox ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #top_adoption .innerbox ul li a:after {
            content: 'chevron_right';
            position: absolute;
            right: 5px;
            top: 15px;
            font-size: 2.2rem;
            color: #91c231; }

  /* ------------ top_hospital ------------ */
  #top_hospital {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center; }
    #top_hospital h2 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      border-bottom: 2px solid #65a3cf;
      padding: 0 0 5px 0;
      display: inline-block; }
    #top_hospital ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #top_hospital ul li {
        list-style: none;
        width: 48%;
        background: #d7f5fb;
        margin: 20px 0 0 0;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border: 3px solid #b7e6ef;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        box-sizing: border-box; }
        #top_hospital ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 15px 0;
          position: relative; }
          #top_hospital ul li a:link, #top_hospital ul li a:visited, #top_hospital ul li a:active {
            text-decoration: none;
            color: #334a8f; }
          #top_hospital ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #top_hospital ul li a:after {
            content: 'chevron_right';
            position: absolute;
            right: 5px;
            top: 15px;
            font-size: 2.2rem;
            color: #334a8f; }

  /* ------------ top_initiative ------------ */
  #top_initiative {
    background: url(../img/16.jpg) repeat center center;
    padding: 30px 0; }
    #top_initiative .innerbox {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      #top_initiative .innerbox h2 {
        font-size: 20px;
        line-height: 1;
        font: normal 2rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        border-bottom: 2px solid #65a3cf;
        padding: 0 0 5px 0;
        display: inline-block; }
      #top_initiative .innerbox ul li {
        list-style: none;
        background: #fff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border: 3px solid #9acfdc;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 20px 0 0 0; }
        #top_initiative .innerbox ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 15px 0;
          position: relative; }
          #top_initiative .innerbox ul li a:link, #top_initiative .innerbox ul li a:visited, #top_initiative .innerbox ul li a:active {
            text-decoration: none;
            color: #334a8f; }
          #top_initiative .innerbox ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #top_initiative .innerbox ul li a:after {
            content: 'chevron_right';
            position: absolute;
            right: 5px;
            top: 27px;
            font-size: 2.2rem;
            color: #334a8f; }

  /* ------------ 共通 ------------ */
  /* ------------ footer ------------ */
  #footer {
    background: url(../img/17.jpg) repeat center center; }
    #footer .innerbox {
      padding: 30px 0;
      text-align: center; }
      #footer .innerbox p {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000; }
        #footer .innerbox p.copy {
          font-size: 10px;
          line-height: 1.5;
          font: normal 1rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 20px 0 0 0; }
      #footer .innerbox figure {
        margin: 20px 0; }
        #footer .innerbox figure a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #footer .innerbox figure a img {
            vertical-align: bottom; }
          #footer .innerbox figure a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }

  /* ------------ pagetop ------------ */
  a.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1000; }
    a.pagetop img {
      vertical-align: bottom;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      width: 50px; }
      a.pagetop img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

  /* ------------ 下層ページ ------------ */
  /* ------------ page_title ------------ */
  #page_title {
    background: url(../staffs/img/01.gif) no-repeat center bottom;
    background-size: cover;
    position: relative;
    padding: 26.3% 0 0 0;
    margin: 50px 0 0 0; }
    #page_title h2 {
      background: rgba(255, 255, 255, 0.8);
      width: 60%;
      height: 50px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      box-shadow: 0 0 3px #dcdcdc;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: center;
      line-height: 50px; }
    #page_title h2.text_02 {
      background: rgba(255, 255, 255, 0.8);
      width: 60%;
      height: 70px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      box-shadow: 0 0 3px #dcdcdc;
      display: flex;
      align-items: center;
      justify-content: center; }
      #page_title h2.text_02 span {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

  /* ------------ page_link ------------ */
  #page_link {
    width: 90%;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center; }
    #page_link ul li {
      list-style: none;
      background: #d7f5fb;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border: 3px solid #b7e6ef;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      margin: 20px 0 0 0; }
      #page_link ul li a {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding: 15px 0;
        position: relative; }
        #page_link ul li a:link, #page_link ul li a:visited, #page_link ul li a:active {
          text-decoration: none;
          color: #334a8f; }
        #page_link ul li a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #page_link ul li a:after {
          content: 'expand_more';
          position: absolute;
          right: 5px;
          top: 13px;
          font-size: 2.2rem;
          color: #334a8f; }
      #page_link ul li:first-child {
        margin: 0; }

  /* ------------ staffs_box ------------ */
  #staffs_box {
    background: url(../img/15.jpg) repeat center center;
    padding: 30px 0; }
    #staffs_box .box {
      width: 90%;
      margin: 30px auto 0;
      padding: 20px;
      box-sizing: border-box;
      box-shadow: 0 0 5px #dcdcdc;
      background: #fff; }
      #staffs_box .box h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #334a8f;
        background: #e6f4fc;
        padding: 5px;
        text-align: center; }
      #staffs_box .box .content_box {
        margin: 20px 0 0 0; }
        #staffs_box .box .content_box p {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #staffs_box .box .content_box p.sign {
            margin: 20px 0 0 0;
            text-align: right; }
          #staffs_box .box .content_box p.name {
            font-size: 20px;
            line-height: 1.5;
            font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700; }
          #staffs_box .box .content_box p.namekana {
            font-size: 12px;
            line-height: 1.5;
            font: normal 1.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #staffs_box .box .content_box p.subject {
            background: #65a3cf;
            display: inline-block;
            border-radius: 20px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
            padding: 5px 15px;
            color: #fff;
            margin: 10px 0 0 0; }
          #staffs_box .box .content_box p.title {
            font-weight: 700; }
        #staffs_box .box .content_box h4 {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #334a8f;
          border-bottom: 1px solid #65a3cf;
          margin: 30px 0 10px 0;
          padding: 0 0 5px 0; }
        #staffs_box .box .content_box dl {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          display: flex;
          justify-content: flex-start;
          border-bottom: 1px dotted #65a3cf;
          padding: 5px 0; }
          #staffs_box .box .content_box dl dt {
            width: 25%; }
        #staffs_box .box .content_box figure.staff_img {
          width: 100%; }
          #staffs_box .box .content_box figure.staff_img img {
            width: 100%;
            vertical-align: bottom; }
        #staffs_box .box .content_box figure.nursery_img {
          width: 70%;
          margin: 20px auto 0; }
          #staffs_box .box .content_box figure.nursery_img img {
            width: 100%;
            vertical-align: bottom; }
          #staffs_box .box .content_box figure.nursery_img figcaption {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            text-align: center;
            margin: 5px 0 0 0; }
        #staffs_box .box .content_box ul {
          margin: 0 0 0 20px; }
          #staffs_box .box .content_box ul li {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 10px 0 0 0; }
      #staffs_box .box:first-of-type {
        margin: 0 auto; }

  /* ------------ outpatient_box ------------ */
  #outpatient_box {
    background: url(../img/15.jpg) repeat center center;
    padding: 30px 0; }
    #outpatient_box .box {
      width: 90%;
      margin: 30px auto 0;
      padding: 20px;
      box-sizing: border-box;
      box-shadow: 0 0 5px #dcdcdc;
      background: #fff; }
      #outpatient_box .box h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #334a8f;
        background: #e6f4fc;
        padding: 5px;
        text-align: center; }
      #outpatient_box .box .content_box {
        margin: 20px 0 0 0; }
        #outpatient_box .box .content_box p {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #outpatient_box .box .content_box p.cf_text {
            text-align: center;
            font-weight: 700; }
            #outpatient_box .box .content_box p.cf_text br {
              display: none; }
          #outpatient_box .box .content_box p.c_text {
            font-size: 12px;
            line-height: 1.5;
            font: normal 1.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            text-align: center; }
          #outpatient_box .box .content_box p.tel {
            font-size: 18px;
            line-height: 1.5;
            font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #94bcdb;
            text-align: center;
            margin: 10px 0 0 0; }
        #outpatient_box .box .content_box h4 {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #334a8f;
          border-bottom: 1px solid #65a3cf;
          margin: 30px 0 10px 0;
          padding: 0 0 5px 0; }
          #outpatient_box .box .content_box h4:first-of-type {
            margin: 0 0 10px 0; }
        #outpatient_box .box .content_box figure.subject {
          width: 100%;
          margin: 10px auto 0; }
          #outpatient_box .box .content_box figure.subject img {
            width: 100%;
            vertical-align: bottom; }
        #outpatient_box .box .content_box figure.floor {
          width: 100%;
          margin: 20px auto 20px; }
          #outpatient_box .box .content_box figure.floor img {
            width: 100%;
            vertical-align: bottom; }
        #outpatient_box .box .content_box ol {
          background: #e6f4fc;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          margin: 20px 0 0 0;
          padding: 10px 10px 10px 30px; }
          #outpatient_box .box .content_box ol li {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            padding: 0 0 0 5px; }
          #outpatient_box .box .content_box ol.c_02 {
            background: #f0fbe6; }
          #outpatient_box .box .content_box ol p {
            margin: 0 0 20px -10px; }
        #outpatient_box .box .content_box table {
          width: 100%;
          margin: 20px auto; }
          #outpatient_box .box .content_box table tr {
            font-size: 14px;
            line-height: 1;
            font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            text-align: center; }
            #outpatient_box .box .content_box table tr th {
              padding: 5px;
              background: #d7f5fb;
              font-weight: 400;
              border-right: 1px solid #ccc;
              border-bottom: 1px solid #ccc; }
              #outpatient_box .box .content_box table tr th:nth-child(7) {
                color: #004b84; }
              #outpatient_box .box .content_box table tr th:nth-child(8) {
                color: #7b0000;
                border-right: none; }
            #outpatient_box .box .content_box table tr td {
              padding: 5px;
              border-right: 1px solid #ccc;
              border-bottom: 1px solid #ccc; }
              #outpatient_box .box .content_box table tr td:nth-child(8) {
                border-right: none; }
      #outpatient_box .box:first-of-type {
        margin: 0 auto; }

  /* ------------ activity_box ------------ */
  #activity_box {
    background: url(../img/15.jpg) repeat center center;
    padding: 30px 0; }
    #activity_box .box {
      width: 90%;
      margin: 30px auto 0;
      padding: 20px;
      box-sizing: border-box;
      box-shadow: 0 0 5px #dcdcdc;
      background: #fff; }
      #activity_box .box h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #334a8f;
        background: #e6f4fc;
        padding: 5px;
        text-align: center; }
      #activity_box .box .content_box {
        margin: 20px 0 0 0; }
        #activity_box .box .content_box p {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
        #activity_box .box .content_box ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          #activity_box .box .content_box ul li {
            list-style: none;
            width: 48%;
            margin: 20px 0 0 0; }
            #activity_box .box .content_box ul li img {
              width: 100%;
              vertical-align: bottom; }
      #activity_box .box:first-of-type {
        margin: 0 auto; }

  /* ------------ hakujuso_box ------------ */
  #hakujuso_box {
    background: url(../img/15.jpg) repeat center center;
    padding: 30px 0; }
    #hakujuso_box .box {
      width: 90%;
      margin: 30px auto 0;
      padding: 20px;
      box-sizing: border-box;
      box-shadow: 0 0 5px #dcdcdc;
      background: #fff; }
      #hakujuso_box .box h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #334a8f;
        background: #e6f4fc;
        padding: 5px;
        text-align: center; }
      #hakujuso_box .box .content_box {
        margin: 20px 0 0 0; }
        #hakujuso_box .box .content_box h4 {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #334a8f;
          border-bottom: 1px solid #65a3cf;
          margin: 30px 0 10px 0;
          padding: 0 0 5px 0; }
          #hakujuso_box .box .content_box h4:first-of-type {
            margin: 0 0 10px 0; }
        #hakujuso_box .box .content_box p {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
        #hakujuso_box .box .content_box figure {
          width: 100%;
          margin: 20px 0 0 0; }
          #hakujuso_box .box .content_box figure img {
            width: 100%;
            vertical-align: bottom; }
        #hakujuso_box .box .content_box ul.tel_box {
          margin: 20px 0;
          background: #eee; }
          #hakujuso_box .box .content_box ul.tel_box li {
            list-style: none;
            box-sizing: border-box;
            text-align: center;
            padding: 5px; }
            #hakujuso_box .box .content_box ul.tel_box li:first-child {
              background: #334a8f;
              color: #fff;
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #hakujuso_box .box .content_box ul.tel_box li:last-child {
              background: #eee;
              font-size: 20px;
              line-height: 1.5;
              font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #334a8f;
              font-weight: 700; }
        #hakujuso_box .box .content_box ul.img_box {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          margin: 30px 0 0 0; }
          #hakujuso_box .box .content_box ul.img_box li {
            list-style: none;
            width: 48%;
            text-align: center; }
            #hakujuso_box .box .content_box ul.img_box li img {
              width: 100%;
              vertical-align: bottom; }
            #hakujuso_box .box .content_box ul.img_box li p {
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              margin: 5px 0 0 0; }
            #hakujuso_box .box .content_box ul.img_box li:nth-child(n+3) {
              margin: 20px 0 0 0; }
        #hakujuso_box .box .content_box:first-of-type {
          margin: 0 auto; }

  #relation_box {
    background: url(../img/16.jpg) repeat center center;
    padding: 30px 0;
    text-align: center; }
    #relation_box h5 {
      font-size: 20px;
      line-height: 1;
      font: normal 2rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      border-bottom: 2px solid #65a3cf;
      padding: 0 0 5px 0;
      display: inline-block; }
    #relation_box a.button {
      width: 90%;
      margin: 20px auto 0;
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      padding: 15px 0;
      background-color: #fff;
      color: #334a8f;
      display: block;
      box-sizing: border-box;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      text-align: center;
      position: relative;
      text-decoration: none;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border: 5px solid #9acfdc; }
      #relation_box a.button:link, #relation_box a.button:visited, #relation_box a.button:active {
        text-decoration: none;
        color: #334a8f; }
      #relation_box a.button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      #relation_box a.button:after {
        content: 'chevron_right';
        position: absolute;
        right: 10px;
        top: 28px;
        font-size: 2rem;
        color: #334a8f; }

  /* ------------ waraku_box ------------ */
  #waraku_box {
    background: url(../img/15.jpg) repeat center center;
    padding: 30px 0; }
    #waraku_box .box {
      width: 90%;
      margin: 30px auto 0;
      padding: 20px;
      box-sizing: border-box;
      box-shadow: 0 0 5px #dcdcdc;
      background: #fff; }
      #waraku_box .box h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #334a8f;
        background: #e6f4fc;
        padding: 5px;
        text-align: center; }
      #waraku_box .box .content_box {
        margin: 20px 0 0 0; }
        #waraku_box .box .content_box h4 {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #334a8f;
          border-bottom: 1px solid #65a3cf;
          margin: 30px 0 10px 0;
          padding: 0 0 5px 0; }
          #waraku_box .box .content_box h4:first-of-type {
            margin: 0 0 10px 0; }
        #waraku_box .box .content_box p {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
        #waraku_box .box .content_box figure {
          width: 100%;
          margin: 20px 0 0 0; }
          #waraku_box .box .content_box figure img {
            width: 100%;
            vertical-align: bottom; }
        #waraku_box .box .content_box ul.tel_box {
          margin: 20px 0;
          background: #eee; }
          #waraku_box .box .content_box ul.tel_box li {
            list-style: none;
            box-sizing: border-box;
            text-align: center;
            padding: 5px; }
            #waraku_box .box .content_box ul.tel_box li:first-child {
              background: #334a8f;
              color: #fff;
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #waraku_box .box .content_box ul.tel_box li:last-child {
              background: #eee;
              font-size: 20px;
              line-height: 1.5;
              font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #334a8f;
              font-weight: 700; }
        #waraku_box .box .content_box ul.img_box {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          margin: 30px 0 0 0; }
          #waraku_box .box .content_box ul.img_box li {
            list-style: none;
            width: 48%;
            text-align: center; }
            #waraku_box .box .content_box ul.img_box li img {
              width: 100%;
              vertical-align: bottom; }
            #waraku_box .box .content_box ul.img_box li p {
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              margin: 5px 0 0 0; }
            #waraku_box .box .content_box ul.img_box li:nth-child(n+3) {
              margin: 20px 0 0 0; }
      #waraku_box .box:first-of-type {
        margin: 0 auto; }

  /* ------------ recruit_box ------------ */
  #recruit_box {
    background: url(../img/15.jpg) repeat center center;
    padding: 30px 0; }
    #recruit_box .box {
      width: 90%;
      margin: 30px auto 0;
      padding: 20px;
      box-sizing: border-box;
      box-shadow: 0 0 5px #dcdcdc;
      background: #fff; }
      #recruit_box .box h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #334a8f;
        background: #e6f4fc;
        padding: 5px;
        text-align: center; }
      #recruit_box .box .content_box {
        margin: 20px 0 0 0; }
        #recruit_box .box .content_box h4 {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #334a8f;
          border-bottom: 1px solid #65a3cf;
          margin: 30px 0 10px 0;
          padding: 0 0 5px 0; }
          #recruit_box .box .content_box h4:first-of-type {
            margin: 0 0 10px 0; }
        #recruit_box .box .content_box p {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          margin: 20px 0 0 0; }
          #recruit_box .box .content_box p.tel_box {
            font-size: 22px;
            line-height: 1.5;
            font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #65a3cf;
            margin: 10px 0 0 0; }
        #recruit_box .box .content_box dl {
          display: flex;
          justify-content: space-between;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          border-bottom: 1px dotted #65a3cf;
          padding: 10px 0; }
          #recruit_box .box .content_box dl dt {
            width: 30%; }
          #recruit_box .box .content_box dl dd {
            width: 70%; }
        #recruit_box .box .content_box a.button {
          width: 100%;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          padding: 15px 0;
          margin: 20px 0 0 0;
          background-color: #67a3cd;
          color: #fff;
          display: inline-block;
          box-sizing: border-box;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          text-align: center;
          position: relative;
          text-decoration: none;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
          #recruit_box .box .content_box a.button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #recruit_box .box .content_box a.button:after {
            content: 'chevron_right';
            position: absolute;
            right: 5px;
            top: 13px;
            font-size: 2rem; }
      #recruit_box .box:first-of-type {
        margin: 0 auto; }

  /* ------------ blog_box ------------ */
  #blog_box {
    background: url(../img/15.jpg) repeat center center;
    padding: 30px 0; }
    #blog_box .box {
      width: 90%;
      margin: 30px auto 0;
      padding: 20px;
      box-sizing: border-box;
      box-shadow: 0 0 5px #dcdcdc;
      background: #fff; }
      #blog_box .box h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #334a8f;
        background: #e6f4fc;
        padding: 5px;
        text-align: center; }
      #blog_box .box .content_box {
        margin: 20px 0 0 0; }
        #blog_box .box .content_box h4 {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #334a8f;
          border-bottom: 1px solid #65a3cf;
          margin: 30px 0 10px 0;
          padding: 0 0 5px 0; }
          #blog_box .box .content_box h4:first-of-type {
            margin: 0 0 10px 0; }
        #blog_box .box .content_box p {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          margin: 20px 0 0 0; }
          #blog_box .box .content_box p.date {
            color: #67a3cd; }
        #blog_box .box .content_box figure {
          width: 100%; }
          #blog_box .box .content_box figure img {
            width: 100%;
            vertical-align: bottom;
            margin: 20px 0 0 0; }
      #blog_box .box:first-of-type {
        margin: 0 auto; }
    #blog_box #blog_page_nav {
      padding: 30px 0 0 0; }
      #blog_box #blog_page_nav ul {
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto; }
        #blog_box #blog_page_nav ul li {
          width: 47%;
          list-style: none;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          text-align: center; }
          #blog_box #blog_page_nav ul li:first-child a {
            display: block;
            padding: 15px 0;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            position: relative;
            border: 3px solid #b7e6ef;
            background: #d7f5fb;
            box-sizing: border-box; }
            #blog_box #blog_page_nav ul li:first-child a:link, #blog_box #blog_page_nav ul li:first-child a:visited, #blog_box #blog_page_nav ul li:first-child a:active {
              text-decoration: none;
              color: #334a8f; }
            #blog_box #blog_page_nav ul li:first-child a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #blog_box #blog_page_nav ul li:first-child a:after {
              content: 'chevron_left';
              position: absolute;
              left: 5px;
              top: 16px;
              font-size: 2rem;
              color: #334a8f; }
          #blog_box #blog_page_nav ul li:last-child a {
            padding: 15px 0;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            position: relative;
            background: #d7f5fb;
            border: 3px solid #b7e6ef;
            box-sizing: border-box; }
            #blog_box #blog_page_nav ul li:last-child a:link, #blog_box #blog_page_nav ul li:last-child a:visited, #blog_box #blog_page_nav ul li:last-child a:active {
              text-decoration: none;
              color: #334a8f; }
            #blog_box #blog_page_nav ul li:last-child a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #blog_box #blog_page_nav ul li:last-child a:after {
              content: 'chevron_right';
              position: absolute;
              right: 5px;
              top: 16px;
              font-size: 2rem;
              color: #334a8f; }
          #blog_box #blog_page_nav ul li.linknone {
            display: block;
            padding: 15px 0;
            border: 3px solid #dcdcdc;
            background: #f5f5f5;
            color: #999;
            box-sizing: border-box; }
      #blog_box #blog_page_nav a.button {
        width: 50%;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 15px 0;
        margin: 0 auto;
        background-color: #d7f5fb;
        border: 3px solid #b7e6ef;
        color: #334a8f;
        display: block;
        box-sizing: border-box;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        text-align: center;
        position: relative;
        text-decoration: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
        #blog_box #blog_page_nav a.button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #blog_box #blog_page_nav a.button:after {
          content: 'chevron_left';
          position: absolute;
          left: 5px;
          top: 16px;
          font-size: 2rem;
          color: #334a8f; }

  /* ------------ about_box ------------ */
  #about_box {
    background: url(../img/15.jpg) repeat center center;
    padding: 30px 0; }
    #about_box .box {
      width: 90%;
      margin: 30px auto 0;
      padding: 20px;
      box-sizing: border-box;
      box-shadow: 0 0 5px #dcdcdc;
      background: #fff; }
      #about_box .box h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #334a8f;
        background: #e6f4fc;
        padding: 5px;
        text-align: center; }
      #about_box .box .content_box {
        margin: 20px 0 0 0; }
        #about_box .box .content_box h4 {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #334a8f;
          border-bottom: 1px solid #65a3cf;
          margin: 30px 0 10px 0;
          padding: 0 0 5px 0; }
          #about_box .box .content_box h4:first-of-type {
            margin: 0 0 10px 0; }
        #about_box .box .content_box p {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
        #about_box .box .content_box figure.hos_img {
          width: 100%; }
          #about_box .box .content_box figure.hos_img img {
            width: 100%;
            vertical-align: bottom; }
        #about_box .box .content_box dl {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          display: flex;
          justify-content: flex-start;
          border-bottom: 1px dotted #65a3cf;
          padding: 10px 0; }
          #about_box .box .content_box dl dt {
            width: 25%; }
          #about_box .box .content_box dl dd {
            width: 75%; }
          #about_box .box .content_box dl:first-of-type {
            margin: 20px 0 0 0; }
        #about_box .box .content_box .wrap figure.map {
          width: 100%;
          margin: 20px 0 0 0; }
          #about_box .box .content_box .wrap figure.map img {
            width: 100%;
            vertical-align: bottom; }
        #about_box .box .content_box .wrap .text_box {
          margin: 20px 0 0 0; }
          #about_box .box .content_box .wrap .text_box a.button {
            width: 100%;
            font-size: 14px;
            line-height: 1;
            font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            padding: 15px 0;
            margin: 20px 0 0 0;
            background-color: #67a3cd;
            color: #fff;
            display: inline-block;
            box-sizing: border-box;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            text-align: center;
            position: relative;
            text-decoration: none;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px; }
            #about_box .box .content_box .wrap .text_box a.button:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #about_box .box .content_box .wrap .text_box a.button:after {
              content: 'chevron_right';
              position: absolute;
              right: 5px;
              top: 13px;
              font-size: 2rem; }
        #about_box .box .content_box ul {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          #about_box .box .content_box ul li {
            width: 48%;
            list-style: none; }
            #about_box .box .content_box ul li img {
              width: 100%;
              vertical-align: bottom; }
            #about_box .box .content_box ul li p {
              text-align: center;
              margin: 5px 0 0 0; }
            #about_box .box .content_box ul li:nth-child(n+3) {
              margin: 20px 0 0 0; }
      #about_box .box:first-of-type {
        margin: 0 auto; }

  /* ------------SP END ------------ */ }
/* ------------ PC ------------ */
@media screen and (min-width: 768px), print {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%; }

  /* ------------ clearfix ------------ */
  .clearfix {
    zoom: 1; }
    .clearfix::after {
      display: block;
      content: "";
      clear: both; }

  /* ------------ Material-i ------------ */
  .material-i, #header #contact_box ul li:nth-child(2) a:link:after, #header #contact_box ul li:nth-child(2) a:visited:after, #header #contact_box ul li:nth-child(2) a:active:after, #top_plan a.button:after, #top_adoption .innerbox ul li a:before, #top_hospital ul li a:before, #top_initiative .innerbox ul li a:before, #page_link ul li a:before, #relation_box a.button:after, #recruit_box .box .content_box a.button:after, #blog_box #blog_page_nav ul li:first-child a:after, #blog_box #blog_page_nav ul li:last-child a:after, #blog_box #blog_page_nav a.button:after, #about_box .box .content_box .wrap .text_box a.button:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle; }

  /* ------------ loader ------------ */
  #loaderbg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
    text-align: center; }
    #loaderbg #loader {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      margin: 0 0 0 -24px;
      z-index: 2000; }

  /* ------------ 共通 ------------ */
  /* ------------ header ------------ */
  #header {
    min-width: 1200px; }
    #header #contact_box {
      position: relative;
      height: 80px;
      background: #d7f5fb; }
      #header #contact_box h1 {
        text-indent: -9999px;
        position: absolute;
        left: 40px; }
        #header #contact_box h1 a {
          background-image: url(../img/01.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 312px;
          height: 77px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #header #contact_box h1 a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
      #header #contact_box ul {
        position: absolute;
        right: 0;
        top: 0;
        display: flex; }
        #header #contact_box ul li {
          list-style: none; }
          #header #contact_box ul li:nth-child(1) {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 7px 40px 0 0;
            color: #334a8f; }
            #header #contact_box ul li:nth-child(1) a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              display: block; }
              #header #contact_box ul li:nth-child(1) a .tel {
                font-size: 26px;
                line-height: 1.5;
                font: normal 2.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                font-weight: 600;
                display: block; }
              #header #contact_box ul li:nth-child(1) a:link, #header #contact_box ul li:nth-child(1) a:visited, #header #contact_box ul li:nth-child(1) a:active {
                text-decoration: none;
                color: #334a8f; }
              #header #contact_box ul li:nth-child(1) a:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }
          #header #contact_box ul li:nth-child(2) a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            display: block;
            padding: 0 80px;
            background: #334a8f;
            height: 80px;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            line-height: 80px;
            position: relative; }
            #header #contact_box ul li:nth-child(2) a:link, #header #contact_box ul li:nth-child(2) a:visited, #header #contact_box ul li:nth-child(2) a:active {
              text-decoration: none;
              color: #fff; }
              #header #contact_box ul li:nth-child(2) a:link:after, #header #contact_box ul li:nth-child(2) a:visited:after, #header #contact_box ul li:nth-child(2) a:active:after {
                content: 'email';
                font-size: 2.4rem;
                color: #fff;
                position: absolute;
                top: 30px;
                right: 20px; }
            #header #contact_box ul li:nth-child(2) a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
    #header #mnav_box ul {
      display: flex;
      justify-content: center; }
      #header #mnav_box ul li {
        text-align: center;
        background-image: url(../img/03.png);
        background-repeat: no-repeat;
        background-position: left center; }
        #header #mnav_box ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          display: block;
          padding: 20px 20px 20px 35px;
          font-size: 15px;
          line-height: 1;
          font: normal 1.5rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #header #mnav_box ul li a:link, #header #mnav_box ul li a:visited, #header #mnav_box ul li a:active {
            text-decoration: none;
            color: #000; }
          #header #mnav_box ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #header #mnav_box ul li a.here {
            color: #142f86; }
        #header #mnav_box ul li:nth-child(1) {
          background-image: url(../img/02.png);
          background-repeat: no-repeat;
          background-position: center center;
          display: block;
          text-indent: -9999px; }

  /* ------------ spnav sp_mnav_box ------------ */
  .sp_nav {
    display: none; }

  #sp_mnav_box {
    display: none; }

  /* ------------ トップページ ------------ */
  /* ------------ top_eyecatch ------------ */
  #top_eyecatch {
    min-width: 1200px;
    background: url(../img/05-02.jpg) no-repeat center top;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 48.3% 0 0 0;
    background-color: #f5f5f5;
    position: relative; }
    #top_eyecatch a {
      display: none; }
      #top_eyecatch a img {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        margin: 0 auto;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #top_eyecatch a img:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }

  /* ------------ top_cnav ------------ */
  #top_cnav {
    min-width: 1200px;
    margin: 0 auto;
    padding: 60px 0; }
    #top_cnav ul {
      width: 980px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      #top_cnav ul li {
        width: 200px;
        list-style: none;
        text-align: center; }
        #top_cnav ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top_cnav ul li a figure {
            width: 200px; }
            #top_cnav ul li a figure img {
              width: 100%;
              vertical-align: bottom; }
          #top_cnav ul li a p {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 10px 0 0 0; }
          #top_cnav ul li a:link, #top_cnav ul li a:visited, #top_cnav ul li a:active {
            text-decoration: none;
            color: #000; }
          #top_cnav ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }

  /* ------------ top_plan ------------ */
  #top_plan {
    min-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    background: #efefef; }
    #top_plan a.button {
      width: 450px;
      margin: 0 auto;
      font-size: 18px;
      line-height: 1;
      font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      padding: 30px 0;
      background-color: #d7f5fb;
      color: #334a8f;
      display: block;
      box-sizing: border-box;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      text-align: center;
      position: relative;
      text-decoration: none;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border: 5px solid #b7e6ef; }
      #top_plan a.button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      #top_plan a.button:after {
        content: 'chevron_right';
        position: absolute;
        right: 10px;
        top: 31px;
        font-size: 2rem; }

  /* ------------ top_news,top_blog ------------ */
  #top_news, #top_blog {
    background: url(../img/15.jpg) repeat center center;
    padding: 60px 0;
    min-width: 1200px; }
    #top_news.blog, #top_blog.blog {
      background: url(../img/16.jpg) repeat center center; }
    #top_news .innerbox, #top_blog .innerbox {
      width: 980px;
      margin: 0 auto;
      background: #fff;
      box-shadow: 0 0 5px #dcdcdc;
      padding: 50px;
      box-sizing: border-box;
      display: flex; }
      #top_news .innerbox .title_box, #top_blog .innerbox .title_box {
        width: 170px; }
        #top_news .innerbox .title_box h2, #top_blog .innerbox .title_box h2 {
          font-size: 26px;
          line-height: 1.5;
          font: normal 2.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #334a8f; }
        #top_news .innerbox .title_box p, #top_blog .innerbox .title_box p {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
      #top_news .innerbox .detail_box ul, #top_blog .innerbox .detail_box ul {
        border-left: 1px solid #e1e1e1;
        padding: 0 0 0 45px; }
        #top_news .innerbox .detail_box ul li, #top_blog .innerbox .detail_box ul li {
          list-style: none;
          margin: 0 0 30px 0; }
          #top_news .innerbox .detail_box ul li a, #top_blog .innerbox .detail_box ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #top_news .innerbox .detail_box ul li a p, #top_blog .innerbox .detail_box ul li a p {
              font-size: 18px;
              line-height: 1.5;
              font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000; }
              #top_news .innerbox .detail_box ul li a p.date, #top_blog .innerbox .detail_box ul li a p.date {
                font-size: 14px;
                line-height: 1.5;
                font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #top_news .innerbox .detail_box ul li a:link, #top_news .innerbox .detail_box ul li a:visited, #top_news .innerbox .detail_box ul li a:active, #top_blog .innerbox .detail_box ul li a:link, #top_blog .innerbox .detail_box ul li a:visited, #top_blog .innerbox .detail_box ul li a:active {
              text-decoration: none;
              color: #000; }
            #top_news .innerbox .detail_box ul li a:hover, #top_blog .innerbox .detail_box ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
          #top_news .innerbox .detail_box ul li:last-child, #top_blog .innerbox .detail_box ul li:last-child {
            margin: 0; }

  /* ------------ top_medical ------------ */
  #top_medical {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px; }
    #top_medical h2 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      border-bottom: 2px solid #65a3cf;
      padding: 0 0 10px 0;
      display: inline-block; }
    #top_medical h3 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 40px 0 0 0; }
    #top_medical table {
      width: 465px;
      margin: 20px auto 0; }
      #top_medical table tr {
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #top_medical table tr th {
          padding: 15px;
          background: #d7f5fb;
          font-weight: 400;
          border-right: 1px solid #ccc;
          border-bottom: 1px solid #ccc; }
          #top_medical table tr th:nth-child(7) {
            color: #004b84; }
          #top_medical table tr th:nth-child(8) {
            color: #7b0000;
            border-right: none; }
        #top_medical table tr td {
          padding: 15px;
          border-right: 1px solid #ccc;
          border-bottom: 1px solid #ccc; }
          #top_medical table tr td:nth-child(8) {
            border-right: none; }
    #top_medical p {
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 20px 0 0 0; }

  /* ------------ top_checkup ------------ */
  #top_hospitalization {
    min-width: 1200px;
    padding: 60px 0;
    margin: 0 auto;
    text-align: center; }
    #top_hospitalization h2 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      border-bottom: 2px solid #65a3cf;
      padding: 0 0 10px 0;
      display: inline-block; }
    #top_hospitalization ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 980px;
      margin: 0 auto; }
      #top_hospitalization ul li {
        width: 47%;
        list-style: none;
        margin: 60px 0 0 0;
        border: 5px solid #d4e59a;
        background: #f0f6b8;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        box-sizing: border-box;
        align-self: center; }
        #top_hospitalization ul li figure {
          text-align: left; }
          #top_hospitalization ul li figure img {
            vertical-align: middle;
            margin: 0 20px 0 0;
            display: inline-block; }
          #top_hospitalization ul li figure p {
            vertical-align: middle;
            font-size: 22px;
            line-height: 1;
            font: normal 2.2rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            display: inline-block; }
        #top_hospitalization ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 35px; }
          #top_hospitalization ul li a:link, #top_hospitalization ul li a:visited, #top_hospitalization ul li a:active {
            text-decoration: none;
            color: #000; }
          #top_hospitalization ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }

  /* ------------ top_adoption ------------ */
  #top_adoption {
    background: url(../img/15.jpg) repeat center center;
    min-width: 1200px;
    padding: 60px 0; }
    #top_adoption .innerbox {
      width: 1200px;
      margin: 0 auto;
      text-align: center; }
      #top_adoption .innerbox h2 {
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        border-bottom: 2px solid #65a3cf;
        padding: 0 0 10px 0;
        display: inline-block; }
      #top_adoption .innerbox ul {
        margin: 60px 0 0 -3%;
        display: flex; }
        #top_adoption .innerbox ul li {
          list-style: none;
          width: 33.3%;
          background: #fff;
          margin: 0 0 0 3%;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border: 5px solid #d4e59a;
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #top_adoption .innerbox ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 50px 0;
            position: relative; }
            #top_adoption .innerbox ul li a:link, #top_adoption .innerbox ul li a:visited, #top_adoption .innerbox ul li a:active {
              text-decoration: none;
              color: #000; }
            #top_adoption .innerbox ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #top_adoption .innerbox ul li a:before {
              content: 'chevron_right';
              position: absolute;
              right: 10px;
              top: 55px;
              font-size: 3rem;
              color: #91c231; }

  /* ------------ top_hospital ------------ */
  #top_hospital {
    min-width: 1200px;
    padding: 60px 0;
    margin: 0 auto;
    text-align: center; }
    #top_hospital h2 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      border-bottom: 2px solid #65a3cf;
      padding: 0 0 10px 0;
      display: inline-block; }
    #top_hospital ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 980px;
      margin: 0 auto; }
      #top_hospital ul li {
        list-style: none;
        width: 47%;
        background: #d7f5fb;
        margin: 60px 0 0 0;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border: 5px solid #b7e6ef;
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        box-sizing: border-box; }
        #top_hospital ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 50px 0;
          position: relative; }
          #top_hospital ul li a:link, #top_hospital ul li a:visited, #top_hospital ul li a:active {
            text-decoration: none;
            color: #334a8f; }
          #top_hospital ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #top_hospital ul li a:before {
            content: 'chevron_right';
            position: absolute;
            right: 10px;
            top: 50px;
            font-size: 3rem;
            color: #334a8f; }

  /* ------------ top_initiative ------------ */
  #top_initiative {
    background: url(../img/16.jpg) repeat center center;
    min-width: 1200px;
    padding: 60px 0; }
    #top_initiative .innerbox {
      width: 980px;
      margin: 0 auto;
      text-align: center; }
      #top_initiative .innerbox h2 {
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        border-bottom: 2px solid #65a3cf;
        padding: 0 0 10px 0;
        display: inline-block; }
      #top_initiative .innerbox ul {
        display: flex;
        justify-content: space-between;
        margin: 60px 0 0 0; }
        #top_initiative .innerbox ul li {
          list-style: none;
          width: 47%;
          background: #fff;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border: 5px solid #9acfdc;
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #top_initiative .innerbox ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 35px 0;
            position: relative; }
            #top_initiative .innerbox ul li a:link, #top_initiative .innerbox ul li a:visited, #top_initiative .innerbox ul li a:active {
              text-decoration: none;
              color: #334a8f; }
            #top_initiative .innerbox ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #top_initiative .innerbox ul li a:before {
              content: 'chevron_right';
              position: absolute;
              right: 10px;
              top: 55px;
              font-size: 3rem;
              color: #334a8f; }

  /* ------------ 共通 ------------ */
  /* ------------ footer ------------ */
  #footer {
    min-width: 1200px;
    background: url(../img/17.jpg) repeat center center; }
    #footer .innerbox {
      padding: 50px 0;
      text-align: center; }
      #footer .innerbox p {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000; }
        #footer .innerbox p.copy {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 30px 0 0 0; }
      #footer .innerbox figure {
        margin: 30px 0; }
        #footer .innerbox figure a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #footer .innerbox figure a img {
            vertical-align: bottom; }
          #footer .innerbox figure a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }

  /* ------------ pagetop ------------ */
  a.pagetop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    z-index: 1000; }
    a.pagetop img {
      vertical-align: bottom;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      a.pagetop img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

  /* ------------ 下層ページ ------------ */
  /* ------------ page_title ------------ */
  #page_title {
    min-width: 1200px;
    height: 238px;
    background: url(../staffs/img/01.gif) no-repeat center bottom;
    background-size: cover;
    position: relative; }
    #page_title h2 {
      background: rgba(255, 255, 255, 0.8);
      width: 440px;
      height: 140px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      box-shadow: 0 0 5px #dcdcdc;
      font-size: 26px;
      line-height: 1;
      font: normal 2.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: center;
      line-height: 140px; }
    #page_title h2.text_02 {
      background: rgba(255, 255, 255, 0.8);
      width: 440px;
      height: 140px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      box-shadow: 0 0 5px #dcdcdc;
      display: flex;
      align-items: center;
      justify-content: center; }
      #page_title h2.text_02 span {
        font-size: 26px;
        line-height: 1.5;
        font: normal 2.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

  /* ------------ page_link ------------ */
  #page_link {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto; }
    #page_link ul {
      display: flex;
      justify-content: space-between; }
      #page_link ul li {
        list-style: none;
        width: 31%;
        background: #d7f5fb;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border: 5px solid #b7e6ef;
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #page_link ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 60px 0;
          position: relative; }
          #page_link ul li a:link, #page_link ul li a:visited, #page_link ul li a:active {
            text-decoration: none;
            color: #334a8f; }
          #page_link ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #page_link ul li a:before {
            content: 'expand_more';
            position: absolute;
            right: 10px;
            top: 60px;
            font-size: 3rem;
            color: #334a8f; }
      #page_link ul.t_column {
        justify-content: space-between;
        width: 800px;
        margin: 0 auto; }
        #page_link ul.t_column li {
          width: 46%; }
      #page_link ul.f_column {
        justify-content: space-between; }
        #page_link ul.f_column li {
          width: 22%; }

  /* ------------ staffs_box ------------ */
  #staffs_box {
    background: url(../img/15.jpg) repeat center center;
    padding: 60px 0;
    min-width: 1200px; }
    #staffs_box .box {
      width: 1000px;
      margin: 60px auto 0;
      padding: 40px;
      box-sizing: border-box;
      box-shadow: 0 0 5px #dcdcdc;
      background: #fff;
      display: flex;
      justify-content: space-between; }
      #staffs_box .box h3 {
        width: 220px;
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #334a8f; }
      #staffs_box .box .content_box {
        width: 700px;
        border-left: 2px solid #65a3cf;
        box-sizing: border-box;
        padding: 0 0 0 60px; }
        #staffs_box .box .content_box p {
          font-size: 18px;
          line-height: 2;
          font: normal 1.8rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #staffs_box .box .content_box p.sign {
            margin: 30px 0 0 0;
            text-align: right; }
          #staffs_box .box .content_box p.name {
            font-size: 22px;
            line-height: 1.5;
            font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700; }
          #staffs_box .box .content_box p.namekana {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #staffs_box .box .content_box p.subject {
            background: #65a3cf;
            display: inline-block;
            border-radius: 20px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
            padding: 0 15px;
            color: #fff;
            margin: 10px 0 0 0; }
          #staffs_box .box .content_box p.title {
            font-weight: 700; }
        #staffs_box .box .content_box h4 {
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #334a8f;
          border-bottom: 1px solid #65a3cf;
          margin: 60px 0 15px 0;
          padding: 0 0 10px 0; }
        #staffs_box .box .content_box dl {
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          display: flex;
          justify-content: flex-start;
          border-bottom: 1px dotted #65a3cf;
          padding: 10px 0; }
          #staffs_box .box .content_box dl dt {
            width: 150px; }
        #staffs_box .box .content_box figure.staff_box {
          width: 640px; }
          #staffs_box .box .content_box figure.staff_box img {
            width: 100%;
            vertical-align: bottom; }
        #staffs_box .box .content_box figure.nursery_img {
          width: 230px;
          display: inline-block;
          margin: 40px 20px 0 0; }
          #staffs_box .box .content_box figure.nursery_img img {
            width: 100%;
            vertical-align: bottom; }
          #staffs_box .box .content_box figure.nursery_img figcaption {
            font-size: 18px;
            line-height: 1.5;
            font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            text-align: center;
            margin: 5px 0 0 0; }
        #staffs_box .box .content_box ul {
          margin: 0 0 0 30px; }
          #staffs_box .box .content_box ul li {
            font-size: 18px;
            line-height: 2;
            font: normal 1.8rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000; }
      #staffs_box .box:first-of-type {
        margin: 0 auto; }

  /* ------------ outpatient_box ------------ */
  #outpatient_box {
    background: url(../img/15.jpg) repeat center center;
    padding: 60px 0;
    min-width: 1200px; }
    #outpatient_box .box {
      width: 1000px;
      margin: 60px auto 0;
      padding: 40px;
      box-sizing: border-box;
      box-shadow: 0 0 5px #dcdcdc;
      background: #fff;
      display: flex;
      justify-content: space-between; }
      #outpatient_box .box h3 {
        width: 220px;
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #334a8f; }
      #outpatient_box .box .content_box {
        width: 700px;
        border-left: 2px solid #65a3cf;
        box-sizing: border-box;
        padding: 0 0 0 60px; }
        #outpatient_box .box .content_box p {
          font-size: 18px;
          line-height: 2;
          font: normal 1.8rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #outpatient_box .box .content_box p.cf_text {
            text-align: center;
            font-weight: 700; }
          #outpatient_box .box .content_box p.c_text {
            text-align: center; }
          #outpatient_box .box .content_box p.tel {
            font-size: 26px;
            line-height: 1.5;
            font: normal 2.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #94bcdb;
            text-align: center; }
        #outpatient_box .box .content_box h4 {
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #334a8f;
          border-bottom: 1px solid #65a3cf;
          margin: 60px 0 15px 0;
          padding: 0 0 10px 0; }
          #outpatient_box .box .content_box h4:first-of-type {
            margin: 0 0 15px 0; }
        #outpatient_box .box .content_box figure.subject {
          width: 632px;
          margin: 20px auto 0; }
          #outpatient_box .box .content_box figure.subject img {
            width: 100%;
            vertical-align: bottom; }
        #outpatient_box .box .content_box figure.floor {
          width: 640px;
          margin: 20px auto 20px; }
          #outpatient_box .box .content_box figure.floor img {
            width: 100%;
            vertical-align: bottom; }
        #outpatient_box .box .content_box ol {
          background: #e6f4fc;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          margin: 20px 0 0 0;
          padding: 30px 30px 30px 60px; }
          #outpatient_box .box .content_box ol li {
            font-size: 18px;
            line-height: 2;
            font: normal 1.8rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            padding: 0 0 0 10px; }
          #outpatient_box .box .content_box ol.c_02 {
            background: #f0fbe6; }
          #outpatient_box .box .content_box ol p {
            margin: 0 0 30px -10px; }
        #outpatient_box .box .content_box table {
          width: 100%;
          margin: 20px auto; }
          #outpatient_box .box .content_box table tr {
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            text-align: center; }
            #outpatient_box .box .content_box table tr th {
              padding: 15px;
              background: #d7f5fb;
              font-weight: 400;
              border-right: 1px solid #ccc;
              border-bottom: 1px solid #ccc; }
              #outpatient_box .box .content_box table tr th:nth-child(7) {
                color: #004b84; }
              #outpatient_box .box .content_box table tr th:nth-child(8) {
                color: #7b0000;
                border-right: none; }
            #outpatient_box .box .content_box table tr td {
              padding: 15px;
              border-right: 1px solid #ccc;
              border-bottom: 1px solid #ccc; }
              #outpatient_box .box .content_box table tr td:nth-child(8) {
                border-right: none; }
      #outpatient_box .box:first-of-type {
        margin: 0 auto; }

  /* ------------ activity_box ------------ */
  #activity_box {
    background: url(../img/15.jpg) repeat center center;
    padding: 60px 0;
    min-width: 1200px; }
    #activity_box .box {
      width: 1000px;
      margin: 60px auto 0;
      padding: 40px;
      box-sizing: border-box;
      box-shadow: 0 0 5px #dcdcdc;
      background: #fff;
      display: flex;
      justify-content: space-between; }
      #activity_box .box h3 {
        width: 220px;
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #334a8f; }
      #activity_box .box .content_box {
        width: 700px;
        border-left: 2px solid #65a3cf;
        box-sizing: border-box;
        padding: 0 0 0 60px; }
        #activity_box .box .content_box p {
          font-size: 18px;
          line-height: 2;
          font: normal 1.8rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
        #activity_box .box .content_box ul {
          display: flex;
          flex-wrap: wrap; }
          #activity_box .box .content_box ul li {
            list-style: none;
            width: 300px;
            margin: 20px 0 0 0; }
            #activity_box .box .content_box ul li img {
              width: 100%;
              vertical-align: bottom; }
            #activity_box .box .content_box ul li:nth-child(2n) {
              margin: 20px 0 0 20px; }
      #activity_box .box:first-of-type {
        margin: 0 auto; }

  /* ------------ hakujuso_box ------------ */
  #hakujuso_box {
    background: url(../img/15.jpg) repeat center center;
    padding: 60px 0;
    min-width: 1200px; }
    #hakujuso_box .box {
      width: 1000px;
      margin: 60px auto 0;
      padding: 40px;
      box-sizing: border-box;
      box-shadow: 0 0 5px #dcdcdc;
      background: #fff;
      display: flex;
      justify-content: space-between; }
      #hakujuso_box .box h3 {
        width: 220px;
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #334a8f; }
      #hakujuso_box .box .content_box {
        width: 700px;
        border-left: 2px solid #65a3cf;
        box-sizing: border-box;
        padding: 0 0 0 60px; }
        #hakujuso_box .box .content_box h4 {
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #334a8f;
          border-bottom: 1px solid #65a3cf;
          margin: 60px 0 15px 0;
          padding: 0 0 10px 0; }
          #hakujuso_box .box .content_box h4:first-of-type {
            margin: 0 0 15px 0; }
        #hakujuso_box .box .content_box p {
          font-size: 18px;
          line-height: 2;
          font: normal 1.8rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
        #hakujuso_box .box .content_box ul.tel_box {
          display: flex;
          justify-content: space-between;
          margin: 60px 0;
          background: #eee; }
          #hakujuso_box .box .content_box ul.tel_box li {
            width: 50%;
            list-style: none;
            box-sizing: border-box;
            text-align: center;
            padding: 10px;
            align-self: center; }
            #hakujuso_box .box .content_box ul.tel_box li:first-child {
              background: #334a8f;
              color: #fff;
              font-size: 18px;
              line-height: 1.5;
              font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #hakujuso_box .box .content_box ul.tel_box li:last-child {
              background: #eee;
              font-size: 24px;
              line-height: 1.5;
              font: normal 2.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #334a8f;
              font-weight: 700; }
        #hakujuso_box .box .content_box ul.img_box {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          margin: 60px 0 0 0; }
          #hakujuso_box .box .content_box ul.img_box li {
            list-style: none;
            width: 300px;
            text-align: center; }
            #hakujuso_box .box .content_box ul.img_box li img {
              width: 100%;
              vertical-align: bottom; }
            #hakujuso_box .box .content_box ul.img_box li p {
              font-size: 18px;
              line-height: 2;
              font: normal 1.8rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              margin: 5px 0 0 0; }
            #hakujuso_box .box .content_box ul.img_box li:nth-child(n+3) {
              margin: 30px 0 0 0; }
      #hakujuso_box .box:first-of-type {
        margin: 0 auto; }

  #relation_box {
    background: url(../img/16.jpg) repeat center center;
    padding: 60px 0;
    min-width: 1200px;
    text-align: center; }
    #relation_box h5 {
      font-size: 22px;
      line-height: 1;
      font: normal 2.2rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      border-bottom: 2px solid #65a3cf;
      padding: 0 0 10px 0;
      display: inline-block; }
    #relation_box a.button {
      width: 450px;
      margin: 60px auto 0;
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      padding: 35px 0;
      background-color: #fff;
      color: #334a8f;
      display: block;
      box-sizing: border-box;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      text-align: center;
      position: relative;
      text-decoration: none;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border: 5px solid #9acfdc; }
      #relation_box a.button:link, #relation_box a.button:visited, #relation_box a.button:active {
        text-decoration: none;
        color: #334a8f; }
      #relation_box a.button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      #relation_box a.button:after {
        content: 'chevron_right';
        position: absolute;
        right: 10px;
        top: 55px;
        font-size: 3rem;
        color: #334a8f; }

  /* ------------ waraku_box ------------ */
  #waraku_box {
    background: url(../img/15.jpg) repeat center center;
    padding: 60px 0;
    min-width: 1200px; }
    #waraku_box .box {
      width: 1000px;
      margin: 60px auto 0;
      padding: 40px;
      box-sizing: border-box;
      box-shadow: 0 0 5px #dcdcdc;
      background: #fff;
      display: flex;
      justify-content: space-between; }
      #waraku_box .box h3 {
        width: 220px;
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #334a8f; }
      #waraku_box .box .content_box {
        width: 700px;
        border-left: 2px solid #65a3cf;
        box-sizing: border-box;
        padding: 0 0 0 60px; }
        #waraku_box .box .content_box h4 {
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #334a8f;
          border-bottom: 1px solid #65a3cf;
          margin: 60px 0 15px 0;
          padding: 0 0 10px 0; }
          #waraku_box .box .content_box h4:first-of-type {
            margin: 0 0 15px 0; }
        #waraku_box .box .content_box p {
          font-size: 18px;
          line-height: 2;
          font: normal 1.8rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
        #waraku_box .box .content_box ul.tel_box {
          display: flex;
          justify-content: space-between;
          margin: 60px 0;
          background: #eee; }
          #waraku_box .box .content_box ul.tel_box li {
            width: 50%;
            list-style: none;
            box-sizing: border-box;
            text-align: center;
            padding: 10px;
            align-self: center; }
            #waraku_box .box .content_box ul.tel_box li:first-child {
              background: #334a8f;
              color: #fff;
              font-size: 18px;
              line-height: 1.5;
              font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #waraku_box .box .content_box ul.tel_box li:last-child {
              background: #eee;
              font-size: 24px;
              line-height: 1.5;
              font: normal 2.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #334a8f;
              font-weight: 700; }
        #waraku_box .box .content_box ul.img_box {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          margin: 60px 0 0 0; }
          #waraku_box .box .content_box ul.img_box li {
            list-style: none;
            width: 300px;
            text-align: center; }
            #waraku_box .box .content_box ul.img_box li img {
              width: 100%;
              vertical-align: bottom; }
            #waraku_box .box .content_box ul.img_box li p {
              font-size: 18px;
              line-height: 2;
              font: normal 1.8rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              margin: 5px 0 0 0; }
            #waraku_box .box .content_box ul.img_box li:nth-child(n+3) {
              margin: 30px 0 0 0; }
      #waraku_box .box:first-of-type {
        margin: 0 auto; }

  /* ------------ recruit_box ------------ */
  #recruit_box {
    background: url(../img/15.jpg) repeat center center;
    padding: 60px 0;
    min-width: 1200px; }
    #recruit_box .box {
      width: 1000px;
      margin: 60px auto 0;
      padding: 40px;
      box-sizing: border-box;
      box-shadow: 0 0 5px #dcdcdc;
      background: #fff;
      display: flex;
      justify-content: space-between; }
      #recruit_box .box h3 {
        width: 220px;
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #334a8f; }
      #recruit_box .box .content_box {
        width: 700px;
        border-left: 2px solid #65a3cf;
        box-sizing: border-box;
        padding: 0 0 0 60px; }
        #recruit_box .box .content_box h4 {
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #334a8f;
          border-bottom: 1px solid #65a3cf;
          margin: 60px 0 15px 0;
          padding: 0 0 10px 0; }
          #recruit_box .box .content_box h4:first-of-type {
            margin: 0 0 15px 0; }
        #recruit_box .box .content_box p {
          font-size: 18px;
          line-height: 2;
          font: normal 1.8rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          margin: 20px 0 0 0; }
          #recruit_box .box .content_box p.tel_box {
            font-size: 28px;
            line-height: 1.5;
            font: normal 2.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #65a3cf; }
        #recruit_box .box .content_box dl {
          display: flex;
          justify-content: space-between;
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          border-bottom: 1px dotted #65a3cf;
          padding: 20px 0; }
          #recruit_box .box .content_box dl dt {
            width: 30%; }
          #recruit_box .box .content_box dl dd {
            width: 70%; }
        #recruit_box .box .content_box a.button {
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          padding: 10px 40px;
          margin: 20px 0 0 0;
          background-color: #67a3cd;
          color: #fff;
          display: inline-block;
          box-sizing: border-box;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          text-align: center;
          position: relative;
          text-decoration: none;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
          #recruit_box .box .content_box a.button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #recruit_box .box .content_box a.button:after {
            content: 'chevron_right';
            position: absolute;
            right: 5px;
            top: 9px;
            font-size: 2rem; }
      #recruit_box .box:first-of-type {
        margin: 0 auto; }

  /* ------------ blog_box ------------ */
  #blog_box {
    background: url(../img/15.jpg) repeat center center;
    padding: 60px 0;
    min-width: 1200px; }
    #blog_box .box {
      width: 1000px;
      margin: 60px auto 0;
      padding: 40px;
      box-sizing: border-box;
      box-shadow: 0 0 5px #dcdcdc;
      background: #fff;
      display: flex;
      justify-content: space-between; }
      #blog_box .box h3 {
        width: 220px;
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #334a8f; }
      #blog_box .box .content_box {
        width: 700px;
        border-left: 2px solid #65a3cf;
        box-sizing: border-box;
        padding: 0 0 0 60px; }
        #blog_box .box .content_box h4 {
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #334a8f;
          border-bottom: 1px solid #65a3cf;
          margin: 60px 0 15px 0;
          padding: 0 0 10px 0; }
          #blog_box .box .content_box h4:first-of-type {
            margin: 0 0 15px 0; }
        #blog_box .box .content_box p {
          font-size: 18px;
          line-height: 2;
          font: normal 1.8rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          margin: 20px 0 0 0; }
          #blog_box .box .content_box p.date {
            color: #67a3cd; }
        #blog_box .box .content_box figure {
          margin: 20px 0 0 0;
          display: inline-block; }
          #blog_box .box .content_box figure img {
            max-width: 300px;
            vertical-align: bottom;
            margin: 0 20px 0 0; }
            #blog_box .box .content_box figure img:nth-of-type(2) {
              margin: 0; }
      #blog_box .box:first-of-type {
        margin: 0 auto; }
    #blog_box #blog_page_nav {
      padding: 60px 0 0 0; }
      #blog_box #blog_page_nav ul {
        display: flex;
        justify-content: space-between;
        width: 630px;
        margin: 0 auto; }
        #blog_box #blog_page_nav ul li {
          width: 280px;
          list-style: none;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          text-align: center; }
          #blog_box #blog_page_nav ul li:first-child a {
            display: block;
            padding: 35px 0;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            position: relative;
            border: 5px solid #b7e6ef;
            background: #d7f5fb;
            box-sizing: border-box; }
            #blog_box #blog_page_nav ul li:first-child a:link, #blog_box #blog_page_nav ul li:first-child a:visited, #blog_box #blog_page_nav ul li:first-child a:active {
              text-decoration: none;
              color: #334a8f; }
            #blog_box #blog_page_nav ul li:first-child a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #blog_box #blog_page_nav ul li:first-child a:after {
              content: 'chevron_left';
              position: absolute;
              left: 10px;
              top: 35px;
              font-size: 3rem;
              color: #334a8f; }
          #blog_box #blog_page_nav ul li:last-child a {
            padding: 35px 0;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            position: relative;
            background: #d7f5fb;
            border: 5px solid #b7e6ef;
            box-sizing: border-box; }
            #blog_box #blog_page_nav ul li:last-child a:link, #blog_box #blog_page_nav ul li:last-child a:visited, #blog_box #blog_page_nav ul li:last-child a:active {
              text-decoration: none;
              color: #334a8f; }
            #blog_box #blog_page_nav ul li:last-child a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #blog_box #blog_page_nav ul li:last-child a:after {
              content: 'chevron_right';
              position: absolute;
              right: 10px;
              top: 35px;
              font-size: 3rem;
              color: #334a8f; }
          #blog_box #blog_page_nav ul li.linknone {
            display: block;
            padding: 35px 0;
            border: 5px solid #dcdcdc;
            background: #f5f5f5;
            color: #999;
            box-sizing: border-box; }
      #blog_box #blog_page_nav a.button {
        width: 280px;
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 35px 0;
        margin: 0 auto;
        background-color: #d7f5fb;
        border: 5px solid #b7e6ef;
        color: #334a8f;
        display: block;
        box-sizing: border-box;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        text-align: center;
        position: relative;
        text-decoration: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
        #blog_box #blog_page_nav a.button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #blog_box #blog_page_nav a.button:after {
          content: 'chevron_left';
          position: absolute;
          left: 10px;
          top: 35px;
          font-size: 3rem;
          color: #334a8f; }

  /* ------------ about_box ------------ */
  #about_box {
    background: url(../img/15.jpg) repeat center center;
    padding: 60px 0;
    min-width: 1200px; }
    #about_box .box {
      width: 1000px;
      margin: 60px auto 0;
      padding: 40px;
      box-sizing: border-box;
      box-shadow: 0 0 5px #dcdcdc;
      background: #fff;
      display: flex;
      justify-content: space-between; }
      #about_box .box h3 {
        width: 220px;
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #334a8f; }
      #about_box .box .content_box {
        width: 700px;
        border-left: 2px solid #65a3cf;
        box-sizing: border-box;
        padding: 0 0 0 60px; }
        #about_box .box .content_box h4 {
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #334a8f;
          border-bottom: 1px solid #65a3cf;
          margin: 60px 0 15px 0;
          padding: 0 0 10px 0; }
          #about_box .box .content_box h4:first-of-type {
            margin: 0 0 15px 0; }
        #about_box .box .content_box p {
          font-size: 18px;
          line-height: 2;
          font: normal 1.8rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
        #about_box .box .content_box figure.hos_img {
          max-width: 640px; }
          #about_box .box .content_box figure.hos_img img {
            width: 100%;
            vertical-align: bottom; }
        #about_box .box .content_box dl {
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          display: flex;
          justify-content: flex-start;
          border-bottom: 1px dotted #65a3cf;
          padding: 20px 0; }
          #about_box .box .content_box dl dt {
            width: 150px; }
          #about_box .box .content_box dl:first-of-type {
            margin: 40px 0 0 0; }
        #about_box .box .content_box .wrap {
          display: flex;
          justify-content: space-between; }
          #about_box .box .content_box .wrap figure.map {
            width: 304px; }
            #about_box .box .content_box .wrap figure.map img {
              vertical-align: bottom; }
          #about_box .box .content_box .wrap .text_box {
            margin: 0 0 0 40px; }
            #about_box .box .content_box .wrap .text_box a.button {
              font-size: 16px;
              line-height: 1;
              font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              padding: 10px 40px;
              margin: 20px 0 0 0;
              background-color: #67a3cd;
              color: #fff;
              display: inline-block;
              box-sizing: border-box;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              text-align: center;
              position: relative;
              text-decoration: none;
              border-radius: 5px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              -ms-border-radius: 5px;
              -o-border-radius: 5px; }
              #about_box .box .content_box .wrap .text_box a.button:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }
              #about_box .box .content_box .wrap .text_box a.button:after {
                content: 'chevron_right';
                position: absolute;
                right: 5px;
                top: 9px;
                font-size: 2rem; }
        #about_box .box .content_box ul {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          #about_box .box .content_box ul li {
            width: 300px;
            list-style: none; }
            #about_box .box .content_box ul li img {
              width: 100%;
              vertical-align: bottom; }
            #about_box .box .content_box ul li p {
              text-align: center;
              margin: 5px 0 0 0; }
            #about_box .box .content_box ul li:nth-child(n+3) {
              margin: 20px 0 0 0; }
      #about_box .box:first-of-type {
        margin: 0 auto; }

  /* ------------ //PC ------------ */ }
/* ------------ PRINT ------------ */
@media print {
  /* ------------ PRINT END ------------ */ }
