@charset "UTF-8";
/*----------------------------------------------------------
 Reset
------------------------------------------------------------*/
body, div, section, article, aside, nav,
h1, h2, h3, h4, h5, h6,
span, time, figure, figcaption,
p, blockquote, pre, address, code,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, button,
table, tbody, thead, tfoot, tr, th, td {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  word-break: normal; }

h1, h2, h3, h4, h5, h6, th, td, small {
  font-size: 100%; }

ul, ol {
  list-style: none; }

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  pointer-events: none; }

table {
  border-collapse: collapse; }

input,
select {
  vertical-align: middle; }

em {
  font-style: normal; }

button {
  background: none;
  border: none; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

main {
  display: block; }

/*----------------------------------------------------
	mixin
----------------------------------------------------*/
.mb0 {
  margin-bottom: 0px !important; }

.mt0 {
  margin-top: 0px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mt50 {
  margin-top: 50px !important; }

/*----------------------------------------------------
	extend
----------------------------------------------------*/
.contents, .header-inner, .main, .l-column, .footer-inner, .visual, .topicpath, .top-important-news, .top-important-news2, .top-nav, .top-header, .top-message, .top-news {
  width: 100vw;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box; }
  @media screen and (min-width: 751px) and (max-width: 992px) {
    .contents, .header-inner, .main, .l-column, .footer-inner, .visual, .topicpath, .top-important-news, .top-important-news2, .top-nav, .top-header, .top-message, .top-news {
      /* --------------------------- .contents SP */
      width: auto;
      padding: 0 10px;
      /* --------------------------- .contents SP END */ } }
  @media screen and (max-width: 992px) {
    .contents, .header-inner, .main, .l-column, .footer-inner, .visual, .topicpath, .top-important-news, .top-important-news2, .top-nav, .top-header, .top-message, .top-news {
      /* --------------------------- .contents SP */
      width: auto;
      padding: 0;
      /* --------------------------- .contents SP END */ } }

/*----------------------------------------------------
	basic
----------------------------------------------------*/
body {
  color: #231815;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 250;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 1.7; }
  @media screen and (min-width: 751px) and (max-width: 992px) {
    body {
      padding-top: 0px !important; } }
  @media screen and (max-width: 992px) {
    body {
      min-width: 0;
      padding-top: 52.55px;
      font-size: 14px;
      font-size: 0.875rem; } }

@media screen and (max-width: 992px) {
  html, body {
    height: 100%; } }

a {
  color: #231815;
  text-decoration: none;
  transition: all .5s; }
  a:hover {
    opacity: .7; }

br[data-show="sp"] {
  display: none; }
  @media screen and (max-width: 992px) {
    br[data-show="sp"] {
      display: block; } }

@media screen and (max-width: 992px) {
  br[data-show="pc"] {
    display: none; } }

p {
  margin-bottom: 1em; }

/*----------------------------------------------------
	layout
----------------------------------------------------*/
/*----------------------------------------------------
	header
----------------------------------------------------*/
.header {
  position: relative;
  padding: 10px 0 15px;
  z-index: 100; }
  .header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
  .header__logo {
    margin-right: 30px;
    font-size: 0;
    width: 26%;
    margin-top: 10px; }
    .header__logo .svglogo {
      width: 316px; }
  .header-utility {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    background: #33beff;
    line-height: 1; }
    .header-utility-search {
      display: flex;
      align-items: center;
      padding: 8px 12px;
      line-height: 1;
      border-right: 1px solid #fff; }
      .header-utility-search .js-sitesearch {
        line-height: 1; }
        .header-utility-search .js-sitesearch:before {
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          content: "";
          font-size: 19px;
          font-size: 1.1875rem;
          color: #fff;
          line-height: 1; }
        .header-utility-search .js-sitesearch:hover {
          cursor: pointer; }
      .header-utility-search .sitesearch {
        display: flex; }
        .header-utility-search .sitesearch-text {
          display: none;
          margin-right: 10px;
          line-height: 1; }
          .header-utility-search .sitesearch-text input {
            width: 24em;
            padding: 3px;
            border: 0; }
        .header-utility-search .sitesearch-submit {
          display: none;
          line-height: 1; }
          .header-utility-search .sitesearch-submit button {
            color: #fff;
            font-size: 0;
            line-height: 1; }
            .header-utility-search .sitesearch-submit button:before {
              font-family: "Font Awesome 6 Free";
              font-weight: 900;
              content: "";
              font-size: 19px;
              font-size: 1.1875rem; }
      .header-utility-search.-active .js-sitesearch {
        display: none; }
      .header-utility-search.-active .sitesearch-submit {
        display: block; }
    .header-utility-support {
      display: flex;
      padding: 8px 12px;
      border-right: 1px solid #fff; }
      .header-utility-support__title {
        display: none; }
      .header-utility-support ul {
        display: flex; }
        .header-utility-support ul li {
          width: 20px;
          height: 20px;
          margin-right: 5px;
          background: #fff; }
      .header-utility-support .color-change {
        margin-right: 10px; }
        .header-utility-support .color-change li {
          font-size: 0; }
          .header-utility-support .color-change li:nth-of-type(2) {
            background: #000; }
          .header-utility-support .color-change li:hover {
            cursor: pointer; }
      .header-utility-support .font-change li {
        font-size: 0; }
        .header-utility-support .font-change li:hover {
          cursor: pointer; }
        .header-utility-support .font-change li:before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center; }
        .header-utility-support .font-change li:nth-of-type(1):before {
          background-image: url(../img/share/small.svg); }
        .header-utility-support .font-change li:nth-of-type(2):before {
          background-image: url(../img/share/middle.svg); }
        .header-utility-support .font-change li:nth-of-type(3):before {
          background-image: url(../img/share/big.svg); }
    .header-utility-contact {
      display: flex;
      align-items: center;
      padding: 0 12px 0 7px;
      color: #fff; }
      .header-utility-contact__title {
        margin-right: 10px;
        font-family: a-otf-futo-go-b101-pr6n, sans-serif;
        font-size: 9px;
        font-size: 0.5625rem; }
      .header-utility-contact__tel {
        margin: 0;
        font-weight: bold;
        font-size: 23px;
        font-size: 1.4375rem; }
        .header-utility-contact__tel a {
          display: flex;
          align-items: center;
          color: #fff;
          line-height: 1; }
          .header-utility-contact__tel a:before {
            content: "";
            display: inline-block;
            width: 27px;
            height: 15px;
            margin-top: -3px;
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            content: "";
            color: #fff;
            font-size: 21px; }

/* --------------------------- .header SP */
@media screen and (max-width: 992px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    z-index: 1000; }
    .header-inner {
      position: relative;
      display: block;
      margin: 0; }
    .header__logo {
      margin: 0 auto;
      text-align: center;
      width: 39%;
      padding: 10px; }
      .header__logo .svglogo {
        width: 200px;
        margin-left: -60px; }
      .header__logo .svgLogoSymbol {
        display: none; }
    .header-utility {
      top: 27px;
      right: 15px;
      transform: translateY(-50%);
      background: none;
      color: #33beff; }
      .header-utility-search {
        display: none; }
      .header-utility-support {
        display: none; }
      .header-utility-contact {
        padding: 0; }
        .header-utility-contact__title {
          display: none; }
        .header-utility-contact__tel a {
          display: block;
          color: #33beff;
          font-size: 0; }
          .header-utility-contact__tel a:before {
            width: auto;
            height: auto;
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            content: "";
            font-size: 30px;
            color: #000; } }
/* --------------------------- .header SP END */
/*----------------------------------------------------
	nav
----------------------------------------------------*/
.nav {
  position: relative;
  z-index: 1;
  margin-left: auto;
  width: 70%; }
  .nav-title {
    display: none; }
  .nav-list {
    display: flex;
    justify-content: space-between;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-size: 16px;
    font-size: 1rem; }
    .nav-list-sub,
    .nav-list .sitesearch,
    .nav-list .spMenuBtnClose {
      display: none; }
    .nav-list-main {
      display: flex;
      justify-content: space-between; }
      .nav-list-main-sub {
        display: none; }
    .nav-list li {
      margin-right: 15px; }
      .nav-list li:last-child {
        margin-right: 0; }
      .nav-list li a {
        transition: .5s; }
        .nav-list li a:hover {
          opacity: .7; }
        .nav-list li a:before {
          margin-right: 2px; }
      .nav-list li:nth-of-type(1) a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: ""; }
      .nav-list li:nth-of-type(2) a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: ""; }
      .nav-list li:nth-of-type(3) a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: ""; }
      .nav-list li:nth-of-type(4) a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: ""; }
      .nav-list li:nth-of-type(5) a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: ""; }

/* --------------------------- .nav tab */
@media screen and (min-width: 751px) and (max-width: 992px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    z-index: 1000; }
    .header__logo {
      padding: 10px 0px 8px; }
      .header__logo .cls-1 {
        fill: #221613 !important; }
      .header__logo .cls-2 {
        fill: #0097d9 !important; }
      .header__logo a svg {
        height: 37.4844px !important; }
    .header-utility {
      top: 38px; }
      .header-utility-contact__tel a:before {
        margin-top: -26px; }

  .nav {
    position: relative;
    z-index: 1;
    margin-left: 30px;
    width: 100%; }
    .nav-title {
      display: none; }
    .nav-list {
      display: flex;
      justify-content: space-between;
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      color: #fff;
      top: 56px !important; }
      .nav-list-sub,
      .nav-list .sitesearch,
      .nav-list .spMenuBtnClose {
        display: none; }
      .nav-list-main {
        display: flex;
        justify-content: space-between; }
        .nav-list-main-sub {
          display: none; }
      .nav-list li a {
        color: #000; } }
/* --------------------------- .nav SP */
@media screen and (max-width: 992px) {
  .header__logo a svg {
    height: 37.4844px !important; }
  .header .nav {
    position: static; }
    .header .nav-title {
      display: block;
      position: absolute;
      top: 15px;
      left: 15px;
      width: 4em;
      height: 30px;
      padding-top: 14px;
      transition: all .4s;
      box-sizing: border-box;
      z-index: 200;
      font-family: a-otf-futo-go-b101-pr6n, sans-serif;
      font-size: 10px;
      font-size: 0.625rem; }
      .header .nav-title span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #000;
        border-radius: 4px; }
        .header .nav-title span:nth-of-type(1) {
          top: 0.5px; }
        .header .nav-title span:nth-of-type(2) {
          top: 6px; }
        .header .nav-title span:nth-of-type(3) {
          top: 12px; }
      .header .nav-title.-active p {
        display: none; }
      .header .nav-title.-active span:nth-of-type(1) {
        transform: translateY(11px) rotate(-45deg); }
      .header .nav-title.-active span:nth-of-type(2) {
        opacity: 0; }
      .header .nav-title.-active span:nth-of-type(3) {
        transform: translateY(0px) rotate(45deg); }
  .header .nav-list {
    position: fixed;
    top: 57px;
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100% - 52.55px);
    padding-bottom: 40px;
    background: #818181;
    z-index: 200;
    overflow-y: auto;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 0.875rem;
    left: 0; }
    .header .nav-list ul {
      display: block; }
    .header .nav-list-main {
      background: #33beff; }
      .header .nav-list-main li {
        width: auto;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #fff;
        position: relative; }
        .header .nav-list-main li:last-child {
          border: 0; }
        .header .nav-list-main li a {
          position: relative;
          display: block;
          padding: 13px 20px;
          padding-left: 60px;
          color: #fff; }
          .header .nav-list-main li a:before {
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            text-align: center;
            font-size: 24px;
            font-size: 1.5rem; }
        .header .nav-list-main li.-active span:nth-of-type(2) {
          display: none; }
        .header .nav-list-main li span {
          display: inline-block;
          transition: all .4s;
          box-sizing: border-box;
          position: absolute;
          width: 28px;
          height: 2px;
          background-color: #fff;
          border-radius: 4px;
          top: 23px;
          right: 23px; }
          .header .nav-list-main li span:nth-of-type(2) {
            transform: rotate(90deg); }
      .header .nav-list-main-sub {
        background-color: #fff; }
        .header .nav-list-main-sub li {
          border: none; }
          .header .nav-list-main-sub li a {
            color: #33beff !important;
            padding: 6px 0 6px 79px; }
          .header .nav-list-main-sub li:nth-of-type(1) a:before {
            font-weight: 900;
            content: ">";
            left: 50px;
            top: 15px;
            font-size: 16px;
            font-size: 1rem; }
          .header .nav-list-main-sub li:nth-of-type(2) a:before {
            font-weight: 900;
            content: ">";
            left: 50px;
            top: 15px;
            font-size: 16px;
            font-size: 1rem; }
          .header .nav-list-main-sub li:nth-of-type(3) a:before {
            font-weight: 900;
            content: ">";
            left: 50px;
            top: 15px;
            font-size: 16px;
            font-size: 1rem; }
          .header .nav-list-main-sub li:nth-of-type(4) a:before {
            font-weight: 900;
            content: ">";
            left: 50px;
            top: 15px;
            font-size: 16px;
            font-size: 1rem; }
          .header .nav-list-main-sub li:nth-of-type(5) a:before {
            font-weight: 900;
            content: ">";
            left: 50px;
            top: 15px;
            font-size: 16px;
            font-size: 1rem; }
          .header .nav-list-main-sub li:nth-of-type(6) a:before {
            font-weight: 900;
            content: ">";
            left: 50px;
            top: 15px;
            font-size: 16px;
            font-size: 1rem; }
      .header .nav-list-main .js-spMenuSubBtn:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        font-size: 26px;
        font-size: 1.625rem;
        color: #fff;
        position: absolute;
        right: 0px;
        top: -2px;
        width: 100%;
        padding-right: 25px;
        padding-top: 8px;
        text-align: right; }
      .header .nav-list-main .js-spMenuSubBtn.-active:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        font-size: 26px;
        font-size: 1.625rem;
        color: #fff;
        position: absolute;
        right: 0px;
        top: -2px;
        width: 100%;
        padding-right: 25px;
        padding-top: 8px;
        text-align: right; }
    .header .nav-list-sub {
      margin: 20px 0; }
      .header .nav-list-sub li {
        position: relative;
        margin-bottom: 10px;
        margin-left: 20px; }
        .header .nav-list-sub li:first-child {
          padding-top: 5px; }
        .header .nav-list-sub li:last-child {
          padding-bottom: 5px; }
        .header .nav-list-sub li a {
          display: inline-block;
          color: #fff;
          font-weight: normal;
          padding: 0; }
          .header .nav-list-sub li a:before {
            content: ">" !important;
            display: inline-block;
            width: 30px;
            margin-right: 10px;
            text-align: center;
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            font-size: 16px;
            font-size: 1rem; }
      .header .nav-list-sub .js-spMenuSubBtn:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        font-size: 22px;
        font-size: 1.375rem;
        color: #fff;
        position: absolute;
        right: 55%;
        top: -2px;
        width: 100%;
        text-align: right; }
      .header .nav-list-sub .js-spMenuSubBtn.-active:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        font-size: 22px;
        font-size: 1.375rem;
        color: #fff;
        position: absolute;
        right: 55%;
        top: -2px;
        width: 100%;
        text-align: right; }
    .header .nav-list .sitesearch {
      display: flex;
      align-items: center;
      margin: 0 25px 30px; }
      .header .nav-list .sitesearch-text {
        display: flex !important;
        align-items: center;
        width: 100%;
        margin-right: 10px; }
        .header .nav-list .sitesearch-text:before {
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          content: "";
          font-size: 26px;
          font-size: 1.625rem;
          margin-right: 10px;
          color: #fff; }
        .header .nav-list .sitesearch-text input {
          width: calc(100% - 36px);
          padding: 5px 0;
          background: none;
          border: 0;
          border-bottom: 1px solid #fff;
          color: #fff; }
          .header .nav-list .sitesearch-text input::placeholder {
            color: #fff; }
      .header .nav-list .sitesearch-submit {
        width: calc(2em + 30px);
        flex-shrink: 0; }
        .header .nav-list .sitesearch-submit button {
          padding: 5px 15px;
          background: #fff;
          border-radius: 4px;
          color:#000; }
    .header .nav-list .spMenuBtnClose {
      display: block;
      width: 60%;
      margin: auto;
      padding: 8px;
      text-align: center;
      background: #fff;
      border-radius: 4px;
      color: #000; } }
/* --------------------------- .nav SP END */
/*----------------------------------------------------
	main
----------------------------------------------------*/
.main a {
  color: #33beff; }
@media screen and (max-width: 992px) {
  .main {
    /* --------------------------- .main SP */
    padding: 20px 10px;
    /* --------------------------- .main SP END */ } }

/*----------------------------------------------------
	2column layout
----------------------------------------------------*/
.l-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .l-column .main {
    width: 800px;
    margin: 0;
    padding: 0; }
  .l-column .aside {
    width: 255px; }
    .l-column .aside-group {
      margin-bottom: 20px; }
    .l-column .aside__title {
      margin-bottom: 7px;
      padding: 20px;
      color: #fff;
      background: #33beff;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1; }
    .l-column .aside-list {
      padding: 5px 0;
      background: #e6e6e6; }
      .l-column .aside-list + .aside__title {
        margin-top: 30px; }
      .l-column .aside-list a {
        position: relative;
        display: block;
        padding: 10px 10px 10px 30px;
        line-height: 1.3; }
        .l-column .aside-list a:before {
          position: absolute;
          top: 0.6em;
          left: 20px;
          transition: all .5s;
          margin-top: -.7px; }
      .l-column .aside-list > li > a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        color: #808080; }
      .l-column .aside-list > li > a:hover {
        background: #898989;
        color: #fff;
        opacity: 1;
        font-weight: bold; }
        .l-column .aside-list > li > a:hover:before {
          color: #fff; }
      .l-column .aside-list > li.current > a {
        background: #b5b5b6;
        color: #000;
        font-weight: bold; }
        .l-column .aside-list > li.current > a:before {
          color: #000; }
      .l-column .aside-list-sub {
        margin-left: 15px; }
        .l-column .aside-list-sub li a:before {
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          content: "";
          color: #808080; }
        .l-column .aside-list-sub li a:hover {
          background: #898989;
          color: #fff;
          opacity: 1;
          font-weight: bold; }
          .l-column .aside-list-sub li a:hover:before {
            color: #fff; }
        .l-column .aside-list-sub li.current > a {
          background: #b5b5b6;
          color: #000;
          font-weight: bold; }
          .l-column .aside-list-sub li.current > a:before {
            color: #000; }
    .l-column .aside-list-bkup a {
      display: block;
      padding: 0 20px; }
    .l-column .aside-list-bkup > li {
      margin-bottom: 7px;
      padding: 10px 0;
      background: #e6e6e6; }
      .l-column .aside-list-bkup > li > a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        margin-right: .2em; }
    .l-column .aside-list-bkup-sub li a {
      padding-top: 3px;
      padding-bottom: 3px; }
      .l-column .aside-list-bkup-sub li a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        margin-right: .2em;
        color: #808080; }
    .l-column .aside-list-bkup .current {
      background: #33beff;
      font-weight: bold; }
      .l-column .aside-list-bkup .current a:before {
        color: #000; }

/* --------------------------- .column-wrap SP */
@media screen and (max-width: 992px) {
  .l-column {
    display: block;
    padding-top: 10px; }
    .l-column .main,
    .l-column .aside {
      width: auto; }
    .l-column .main {
      margin: 0 0 50px;
      padding: 0 10px; }
    .l-column .aside {
      padding: 0; }
    .l-column .aside-list a {
      transition: none; }
      .l-column .aside-list a:before {
        transform: translateY(-50%);
        top: 50%; } }
/* --------------------------- .column-wrap SP END */
/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footer {
  position: relative;
  margin-top: 85px;
  padding: 30px 0;
  border-top: 1px solid #000; }
  .footer .pagetop {
    position: fixed;
    right: 2%;
    bottom: 0;
    width: 65px;
    height: 80px;
    background: url(../img/share/arrow.svg) no-repeat;
    background-size: contain;
    font-size: 0; }
    .footer .pagetop a {
      display: block;
      width: 100%;
      height: 100%; }
  .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .footer-info {
    width: 50%; }
    .footer-info__logo {
      font-size: 0;
      width: 342px; }
      .footer-info__logo .svglogo {
        width: 342px; }
    .footer-info-address {
      margin-top: 20px; }
    .footer-info-tel__title {
      font-family: a-otf-futo-go-b101-pr6n, sans-serif;
      font-size: 20px;
      font-size: 1.25rem; }
    .footer-info-tel__tel {
      margin: 0;
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
      font-size: 32px;
      font-size: 2rem;
      font-weight: bold; }
      .footer-info-tel__tel span {
        display: inline-block;
        font-size: 14px;
        font-size: 0.875rem;
        vertical-align: middle;
        margin-top: -10px; }
  .footer-utility {
    width: 50%;
    padding-left: 10px;
    box-sizing: border-box; }
    .footer-utility__strong-text {
      display: inline-block;
      margin: 0;
      padding: 7px 15px;
      border: 1px solid #ea554e;
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: bold;
      color: #ea554e; }
    .footer-utility__title {
      margin: 20px 0 15px;
      font-family: a-otf-futo-go-b101-pr6n, sans-serif;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1; }
    .footer-utility__text a {
      color: #33beff; }
  .footer-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 35px;
    font-size: 16px;
    font-size: 1rem; }
    .footer-nav li {
      margin-right: 26px; }
      .footer-nav li:first-child a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        margin-right: 5px;
        color: #33beff; }
      .footer-nav li:last-child {
        margin: 0; }
      .footer-nav li a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        margin-right: 5px;
        color: #33beff; }
  .footer-bar {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 60px;
    margin-top: 15px; }
    .footer-bar li {
      margin-right: 10px; }
      .footer-bar li img {
        height: 60px; }
    .footer-bar .fab {
      font-size: 46px; }
  .footer .copyright {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem; }

.sp-footer-menu {
  display: none; }

@media screen and (min-width: 751px) and (max-width: 992px) {
  .footer-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 35px;
    font-size: 14px;
    font-size: 0.875rem;
    flex-wrap: wrap; }
    .footer-nav li {
      width: 30%;
      margin-right: 0px;
      margin-top: 10px; }
  .footer-info {
    width: 50%; }
    .footer-info__logo {
      font-size: 0;
      width: 275px; } }
@media screen and (min-width: 751px) and (max-width: 992px) {
  .sp-footer-menu-link li.emergency a:after {
    left: 43% !important; }
  .sp-footer-menu-link li.emergency a:before {
    left: 44% !important; }

  .footer-nav li {
    width: 28% !important; } }
/* --------------------------- .footer SP */
@media screen and (max-width: 992px) {
  .sp-footer-menu {
    display: block; }
    .sp-footer-menu__trigger {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 15px;
      background: #393939;
      color: #fff;
      text-align: left;
      box-sizing: border-box;
      z-index: 950;
      transition: .5s; }
      .sp-footer-menu__trigger p {
        position: relative;
        margin: 0; }
        .sp-footer-menu__trigger p:after {
          position: absolute;
          right: 0;
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          content: ""; }
      .sp-footer-menu__trigger.-active {
        bottom: -100px; }
    .sp-footer-menu-body {
      position: fixed;
      bottom: 53.33px;
      left: 0;
      width: 100%;
      background: #fff;
      color: #231815;
      text-align: left;
      z-index: 1000;
      overflow: scroll;
      height: auto; }
    .sp-footer-menu__close {
      padding: 10px;
      background: #33beff;
      color: #fff;
      font-size: 12px;
      font-size: 0.75rem;
      text-align: right;
      line-height: 1; }
      .sp-footer-menu__close:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        font-size: 16px;
        margin-left: 5px;
        vertical-align: text-top; }
    .sp-footer-menu__title {
      margin: 20px;
      padding: 5px 10px;
      border: 1px solid #EA554E;
      color: #EA554E; }
    .sp-footer-menu__headline {
      margin: 0 20px;
      color: #EA554E; }
    .sp-footer-menu__list {
      display: flex;
      flex-wrap: wrap;
      margin: 0 20px 20px; }
      .sp-footer-menu__list li:before {
        content: ""; }
      .sp-footer-menu__list.no-wrap {
        display: block; }
    .sp-footer-menu-link {
      display: flex;
      text-align: center; }
      .sp-footer-menu-link li {
        width: calc(100% / 3);
        position: relative; }
        .sp-footer-menu-link li a {
          border-top: 1px solid #000;
          display: block;
          padding: 10px 0;
          line-height: 1; }
          .sp-footer-menu-link li a:before {
            display: block;
            margin-bottom: 10px;
            font-size: 34px; }
        .sp-footer-menu-link li.tel {
          border-right: 1px solid #000; }
          .sp-footer-menu-link li.tel:before {
            display: none; }
          .sp-footer-menu-link li.tel a:before {
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            content: ""; }
        .sp-footer-menu-link li.access a:before {
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          content: ""; }
        .sp-footer-menu-link li.emergency a {
          background: #EA554E;
          color: #fff; }
        .sp-footer-menu-link li.emergency a:before {
          content: "";
          position: relative;
          width: 21px;
          height: 23px;
          left: 37%;
          background: #c3c3c3;
          top: 2px;
          margin-bottom: 25px; }
        .sp-footer-menu-link li.emergency a:after {
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          content: "";
          font-size: 34px;
          position: absolute;
          left: 34%;
          top: 12px; }

  .footer {
    margin-top: 35px;
    padding: 10px 0 53.55px;
    border: 0;
    background: #33beff;
    color: #fff;
    text-align: center; }
    .footer .pagetop {
      position: fixed;
      width: 35px;
      height: 35px;
      margin: 0 auto 20px;
      background: url(../img/share/arrow_sp.svg) no-repeat;
      background-size: contain;
      bottom: 39px;
      right: 5px; }
    .footer-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      margin-top: 20px; }
    .footer-info {
      width: auto; }
      .footer-info__logo .svglogo {
        width: 200px; }
      .footer-info__logo .svgLogoSymbol,
      .footer-info__logo .svgLogoText {
        fill: #fff; }
      .footer-info__logo .cls-2 {
        fill: #FFFFFF; }
      .footer-info-address {
        margin-top: 15px; }
      .footer-info-tel__title {
        font-size: 12px;
        font-size: 0.75rem; }
      .footer-info-tel__tel {
        font-size: 26px;
        font-size: 1.625rem; }
        .footer-info-tel__tel a {
          color: #fff; }
        .footer-info-tel__tel span {
          font-size: 10px;
          font-size: 0.625rem; }
    .footer-utility {
      width: auto;
      margin-top: 25px;
      padding-left: 0;
      text-align: left; }
      .footer-utility__strong-text {
        padding: 7px 10px;
        border: 1px solid #fff;
        font-size: 16px;
        font-size: 1rem;
        color: #fff; }
      .footer-utility__title {
        margin: 15px 0 0;
        font-size: 14px;
        font-size: 0.875rem; }
      .footer-utility__text {
        margin-top: 10px;
        font-size: 10px;
        font-size: 0.625rem; }
        .footer-utility__text a {
          color: #000000; }
      .footer-utility .link-btn {
        margin-top: 10px; }
        .footer-utility .link-btn__text {
          min-width: 5em;
          padding: 5px 10px;
          border: 1px solid #fff; }
    .footer-nav {
      margin-top: 0px;
      font-size: 10px;
      font-size: 0.625rem;
      flex-wrap: wrap;
      justify-content: center;
      text-align: left; }
      .footer-nav li {
        width: 39%;
        margin-top: 10px;
        margin-left: 36px;
        margin-bottom: 10px;
        margin-right: 0px; }
        .footer-nav li:first-child a:before {
          color: #FFF; }
        .footer-nav li:last-child {
          margin-top: 10px;
          margin-left: 36px;
          margin-bottom: 10px;
          margin-right: 0px; }
        .footer-nav li a {
          color: #fff; }
          .footer-nav li a:before {
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            content: "";
            color: #fff; }
    .footer .copyright {
      font-size: 12px;
      font-size: 0.75rem; } }
/* --------------------------- .footer SP END */
/*----------------------------------------------------
	0.basic
----------------------------------------------------*/
.is-left {
  text-align: left; }

.is-center {
  text-align: center; }

.is-right {
  text-align: right; }

/* SVG色設定 */
#svgLogoSet {
  position: absolute;
  width: 0;
  height: 0; }

.svgLogoSymbol,
.svgLogoText {
  fill: #33beff; }

/**
 * Visual
 */
.visual {
  margin-bottom: 15px; }

/**
 * topic path
 */
.topicpath ol {
  display: flex; }
  .topicpath ol li:after {
    content: ">";
    margin-right: .2em; }
  .topicpath ol li:last-child:after {
    display: none; }
  .topicpath ol li:last-child a {
    color: #33beff; }

/* --------------------------- .topicpath SP */
@media screen and (max-width: 992px) {
  .topicpath {
    display: none; } }
/* --------------------------- .topicpath SP END */
/**
 * Title
 */
.ttl-l1, .ttl-l1--withIcon {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 1.5rem; }
  .ttl-l1 span, .ttl-l1--withIcon span {
    border-bottom: 3px solid #000; }
  .ttl-l1--withIcon span:before {
    display: inline-block;
    margin-right: 10px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: ""; }
  .ttl-l1--withIcon.-is-department span:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: ""; }

.ttl-l2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 1.375rem;
  border-bottom: 2px solid #33beff; }

* + .ttl-l2 {
  margin-top: 30px; }

.ttl-l3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  .ttl-l3.-color {
    color: #33beff; }
  .ttl-l3--border {
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #33beff;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    border-bottom: 1px dashed #33beff; }

* + .ttl-l3--border {
  margin-top: 30px; }

.ttl-l2 + .ttl-l3--border {
  margin-top: 0; }

.ttl-headline {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 30px 0; }

.ttl-l4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
  padding-left: 5px;
  border-left: 4px solid #33beff;
  line-height: 1; }

.ttl-l5 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px; }
  .ttl-l5:before {
    content: "・";
    color: #33beff; }

.ttl-color {
  font-size: 18px;
  font-size: 1.125rem;
  color: #33beff; }

/* --------------------------- title SP */
@media screen and (max-width: 992px) {
  .ttl-l1, .ttl-l1--withIcon {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 28px;
    font-size: 1.75rem; }
    .ttl-l1 span, .ttl-l1--withIcon span {
      border-bottom: 2px solid #000; }
    .ttl-l1:first-child, .ttl-l1--withIcon:first-child {
      margin-top: 0; }

  .ttl-l2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    border-bottom: 1px solid #33beff; }

  * + .ttl-l2 {
    margin-top: 30px; }

  .ttl-l3 {
    font-size: 16px;
    font-size: 1rem; }

  .ttl-headline {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 20px 0; }

  .ttl-l4 {
    font-size: 16px;
    font-size: 1rem; }

  .ttl-l5 {
    font-size: 16px;
    font-size: 1rem; }

  .ttl-color {
    font-size: 16px;
    font-size: 1rem; } }
/* --------------------------- .title SP END */
/**
 * List
 */
.list-ul {
  margin-bottom: 2em; }
  .list-ul li {
    padding-left: 1em;
    line-height: 1.4;
    margin-bottom: 6px; }
    .list-ul li:before {
      content: "・";
      margin-left: -1em; }

.list-ol {
  margin-bottom: 2em; }
  .list-ol li {
    counter-increment: entry-ol;
    margin-bottom: 10px;
    padding-left: 1em;
    line-height: 1.4;
    margin-bottom: 6px; }
    .list-ol li:before {
      content: counter(entry-ol);
      margin-right: .2em;
      margin-left: -.8em; }

.list-att li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  margin-bottom: 6px; }
  .list-att li:before {
    content: "※"; }

/**
 * Text
 */
.txt-description {
  font-size: 17px;
  font-size: 1.0625rem; }

/* --------------------------- txt-description SP */
@media screen and (max-width: 992px) {
  .txt-description {
    font-size: 15px;
    font-size: 0.9375rem; } }
/* --------------------------- .txt-description SP END */
.access-address {
  padding: 10px;
  background: #736357;
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem; }
.access .googlemap {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden; }
  .access .googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
@media screen and (max-width: 992px) {
  .access {
    /* ---------------------------SP */ }
    .access-address {
      font-size: 18px;
      font-size: 1.125rem; }
    .access .googlemap {
      height: 300px; } }

/**
 * Link
 */
.link__text {
  color: #33beff; }
  .link__text:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "";
    color: #b5b5b6;
    margin-right: 5px; }

.link-btn {
  margin-top: 20px; }
  .link-btn__text {
    display: inline-block;
    min-width: 140px;
    padding: 10px;
    background: #33beff;
    color: #fff !important;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 0.875rem; }

.link-list, .link-list--column, .link-list-type2--column {
  margin-bottom: 10px; }
  .link-list li a, .link-list--column li a, .link-list-type2--column li a {
    display: block;
    padding: 7px 15px; }
    .link-list li a:before, .link-list--column li a:before, .link-list-type2--column li a:before {
      margin-right: 5px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "";
      color: #808080; }
    .link-list li a:hover, .link-list--column li a:hover, .link-list-type2--column li a:hover {
      background: #898989;
      color: #000;
      font-weight: bold;
      opacity: 1; }
      .link-list li a:hover:before, .link-list--column li a:hover:before, .link-list-type2--column li a:hover:before {
        color: #000; }
    .link-list li a.-mark:after, .link-list--column li a.-mark:after, .link-list-type2--column li a.-mark:after {
      content: "*"; }
  .link-list--column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .link-list--column li {
      width: 50%; }

.link-list-type2 {
  margin-bottom: 10px; }
  .link-list-type2 li a {
    display: block;
    padding: 7px 15px; }
    .link-list-type2 li a:before {
      margin-right: 5px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "";
      color: #808080; }
    .link-list-type2 li a:hover {
      background: #898989;
      color: #fff;
      font-weight: bold;
      opacity: 1; }
      .link-list-type2 li a:hover:before {
        color: #000; }
    .link-list-type2 li a.-mark:after {
      content: "*"; }
  .link-list-type2--column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .link-list-type2--column li {
      width: 50%; }
      .link-list-type2--column li a {
        display: block;
        padding: 7px 15px; }
        .link-list-type2--column li a:before {
          margin-right: 5px;
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          content: "";
          color: #808080; }
        .link-list-type2--column li a:hover {
          background: #898989;
          color: #fff;
          font-weight: bold;
          opacity: 1; }
          .link-list-type2--column li a:hover:before {
            color: #000; }
        .link-list-type2--column li a.-mark:after {
          content: "*"; }

.anchor-link-list {
  display: flex;
  background: #b5b5b6; }
  .anchor-link-list li {
    flex: auto; }
    .anchor-link-list li a {
      position: relative;
      display: flex;
      align-items: center;
      padding: 15px;
      height: 100%;
      color: #fff;
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.1;
      box-sizing: border-box;
      font-weight: bold; }
      .anchor-link-list li a:hover {
        background: #898989;
        opacity: 1; }
      .anchor-link-list li a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        margin-right: 5px; }
      .anchor-link-list li a:after {
        position: absolute;
        right: 0;
        top: 10px;
        content: "";
        display: block;
        width: 1px;
        height: calc(100% - 20px);
        background: #fff; }
    .anchor-link-list li:last-child a:after {
      position: absolute;
      right: 0;
      top: 10px;
      content: "";
      display: none;
      width: 1px;
      height: calc(100% - 20px);
      background: #fff; }
    .anchor-link-list li.-active {
      background: #898989; }

.department-tab-menu li {
  background: #b5b5b6 !important; }
  .department-tab-menu li span {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px;
    height: 100%;
    color: #fff;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.1;
    box-sizing: border-box;
    font-weight: bold; }
    .department-tab-menu li span:hover {
      background: #898989 !important;
      opacity: 1; }
    .department-tab-menu li span:before {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "";
      margin-right: 5px; }
    .department-tab-menu li span:after {
      position: absolute;
      right: 0;
      top: 10px;
      content: "";
      display: block;
      width: 1px;
      height: calc(100% - 20px);
      background: #fff; }
  .department-tab-menu li:last-child span:after {
    position: absolute;
    right: 0;
    top: 10px;
    content: "";
    display: none;
    width: 1px;
    height: calc(100% - 20px);
    background: #fff; }
  .department-tab-menu li.resp-tab-active {
    background: #898989 !important; }

#tab_cont h2.resp-accordion {
  display: none; }

.department-tab-contents {
  display: none; }

/* --------------------------- .link-list SP */
@media screen and (max-width: 992px) {
  .link-list li a, .link-list--column li a, .link-list-type2--column li a {
    padding: 3px 15px; }

  .anchor-link-list,
  .department-tab-menu {
    flex-wrap: wrap;
    background: #fff; }
    .anchor-link-list li,
    .department-tab-menu li {
      position: relative;
      flex: none;
      width: 50%;
      background: #b5b5b6;
      margin: 0.5px 0; }
      .anchor-link-list li:after,
      .department-tab-menu li:after {
        position: absolute;
        bottom: 0;
        left: 10px;
        display: block;
        width: calc(100% - 20px);
        height: 1px;
        background: #fff; }
      .anchor-link-list li a,
      .department-tab-menu li a {
        font-size: 16px;
        font-size: 1rem; }
      .anchor-link-list li:nth-child(4) a:after,
      .department-tab-menu li:nth-child(4) a:after {
        position: absolute;
        right: 0;
        top: 10px;
        content: "";
        display: none;
        width: 0px;
        height: calc(100% - 20px);
        background: #fff; }
      .anchor-link-list li:last-child:after,
      .department-tab-menu li:last-child:after {
        display: none; }
      .anchor-link-list li:nth-child(2n) a:after,
      .department-tab-menu li:nth-child(2n) a:after {
        display: none; }

  .department-tab-menu li:nth-child(4) span:after {
    position: absolute;
    right: 0;
    top: 10px;
    content: "";
    display: none;
    width: 0px;
    height: calc(100% - 20px);
    background: #fff; }
  .department-tab-menu li:last-child:after {
    display: none; }
  .department-tab-menu li:nth-child(2n) span:after {
    display: none; } }
/* --------------------------- .link-list SP END */
/**
 * table
 */
.table {
  margin-bottom: 1em;
  border-top: 1px solid #808080;
  box-sizing: border-box; }
  .table th, .table td {
    padding: 5px 10px;
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
    word-break: initial; }
  .table th {
    background: #e6e6e6;
    text-align: left;
    font-size: 16px;
    font-size: 1rem; }
    .table th:first-child {
      border-left: none; }
  .table td {
    font-size: 16px;
    font-size: 1rem; }
    .table td small {
      font-size: 14px;
      font-size: 0.875rem; }
  .table .td-border-left-none {
    border-left: none; }
  .table .th-border-left {
    border-left: 1px solid #808080 !important; }

/* --------------------------- table SP */
@media screen and (max-width: 992px) {
  .table th, .table td {
    padding: 10px; }
  .table th {
    font-size: 14px;
    font-size: 0.875rem; }
  .table td {
    font-size: 14px;
    font-size: 0.875rem; }
  .table.sp-break {
    border: 1px solid #808080; }
    .table.sp-break th, .table.sp-break td {
      display: block;
      width: 100%;
      box-sizing: border-box;
      border: 0; }
    .table.sp-break th {
      border-bottom: 1px solid #808080; } }
/* --------------------------- .table SP END */
/**
 * block
 */
.block-section {
  margin-top: 60px; }

/* --------------------------- block-section SP */
@media screen and (max-width: 992px) {
  .block-section {
    margin-top: -25px;
    padding-top: 75px; } }
/* --------------------------- block-section SP END */
/**
 * column
 */
.block-column, .block-column--center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .block-column--center {
    align-items: center; }
  .block-column-item {
    width: 50%; }
    .block-column-item.-order1 {
      order: 1; }
    .block-column-item.-order2 {
      order: 2; }

/* 画像2カラム */
.block-figre-column {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 30px; }
  .block-figre-column__item {
    width: 47.5%; }

/* --------------------------- block-section SP */
@media screen and (max-width: 992px) {
  .flex-reset--sp {
    display: block; }
    .flex-reset--sp > div {
      width: auto !important; } }
/* --------------------------- block-section SP END */
/* 画像3カラム */
.block-figre-column {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 30px; }
  .block-figre-column__item3 {
    width: 30%; }

/* --------------------------- block-section SP */
@media screen and (max-width: 992px) {
  .flex-reset--sp {
    display: block; }
    .flex-reset--sp > div {
      width: auto !important; } }
/* --------------------------- block-section SP END */
/* 画像4カラム */
.block-figre-column {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 30px; }
  .block-figre-column__item4 {
    width: 22%; }

/* --------------------------- block-section SP */
@media screen and (max-width: 992px) {
  .flex-reset--sp {
    display: block; }
    .flex-reset--sp > div {
      width: auto !important; } }
/* --------------------------- block-section SP END */
.column-wrap {
  flex-wrap: wrap; }
  .column-wrap div {
    margin-bottom: 10px; }

/**
 * Images
 */
figcaption {
  margin-top: 10px;
  font-size: 15px;
  font-size: 0.9375rem; }

/**
 * tabs
 */
.tab {
  margin: 30px 0; }
  .tab-nav {
    display: flex; }
    .tab-nav li {
      width: 50%;
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
      font-size: 22px;
      font-size: 1.375rem;
      text-align: center;
      line-height: 1;
      background: #a7a7a7; }
      .tab-nav li a {
        display: block;
        padding: 20px 0;
        color: #fff; }
      .tab-nav li.-active {
        background: #33beff; }

/* --------------------------- .tab SP */
@media screen and (max-width: 992px) {
  .tab-nav li {
    font-size: 18px;
    font-size: 1.125rem; }
    .tab-nav li a {
      padding: 10px 0; } }
/* --------------------------- .tab SP */
/**
 * iframe (googlemap youtube)
 */
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.36%; }
  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/**
 * 汎用class
 */
/* letter-spacing */
.ls-1 {
  letter-spacing: 2px; }

.pdf:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #b5b5b6; }

.number {
  list-style-type: decimal;
  margin-left: 28px; }

.disc {
  list-style-type: disc;
  margin-left: 28px; }
  .disc li {
    line-height: 1.4;
    margin-bottom: 6px; }

.kome {
  position: relative; }
  .kome li {
    margin-left: 28px;
    line-height: 1.4;
    margin-bottom: 6px;
    font-size: 14px;
    font-size: 0.875rem; }
    .kome li:before {
      content: "※";
      position: absolute;
      left: 7px; }

.kome-count {
  position: relative; }
  .kome-count li {
    margin-left: 32px;
    line-height: 1.4;
    margin-bottom: 6px;
    font-size: 14px;
    font-size: 0.875rem;
    counter-increment: counter 1; }
    .kome-count li:before {
      content: "※" counter(counter);
      position: absolute;
      left: 7px; }

.gaibu:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px; }

.word:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #b5b5b6; }

.excel:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #b5b5b6; }

.powerpoint:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #b5b5b6; }

.mail:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #b5b5b6; }

.tel:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #b5b5b6; }

.fax:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #b5b5b6; }

.archives:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #b5b5b6;
  margin-left: 0px; }

.exclamation:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #b5b5b6;
  margin-left: 0px; }

.scroll {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .scroll::-webkit-scrollbar {
    display: none; }

.img__range {
  display: inline-block !important; }

.center {
  font-weight: 700; }
  .center span {
    display: block;
    font-size: 1.375rem;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif; }
  .center a {
    background-color: #808080;
    padding: 10px;
    width: 91%;
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 10px; }

.link-color-gray {
  color: #717171 !important; }

.link-color-black {
  color: #000 !important; }

@media screen and (max-width: 992px) {
  .center {
    font-weight: 300;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center; }
    .center span {
      display: block;
      font-size: 1.375rem;
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif; }
    .center a {
      width: 80%;
      margin: 0 auto; } }
.is-pc {
  display: block; }

.is-sp {
  display: none; }

@media screen and (max-width: 992px) {
  .is-pc {
    display: none; }

  .is-sp {
    display: block; }

  .order1 {
    order: 1; }

  .order2 {
    order: 2; }

  .sm-wrap {
    flex-wrap: wrap; } }
.title {
  position: relative;
  cursor: pointer; }
  .title::after {
    content: "▼";
    position: absolute;
    right: 0; }

.title.open:after {
  content: "△"; }

.box {
  background: #eee;
  padding: 2em; }

.center__width100 {
  width: 100%; }

.center__width75 {
  width: 75%; }

.center__width50 {
  width: 50%; }

.center__width25 {
  width: 25%; }

/* -----------------------------------------------
  Flex Box
----------------------------------------------- */
.u-flexItem {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 0% !important;
  -ms-flex: 1 1 0% !important;
  flex: 1 1 0% !important; }

.u-flexAuto {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.u-flexAuto > * {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 0% !important;
  -ms-flex: 1 1 0% !important;
  flex: 1 1 0% !important; }

.u-flexWrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.u-flexNowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.u-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.u-flexLeft {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.u-flexCenter {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.u-flexRight {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.u-flexBetween {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.u-flexAround {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.u-flexTop {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.u-flexMiddle {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.u-flexBottom {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.u-flexReverse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.u-flexItemTop {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.u-flexItemMiddle {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.u-flexItemBottom {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

@media screen and (max-width: 992px) {
  .center__width100_sm {
    width: 100% !important; }

  .center__width75_sm {
    width: 75% !important; }

  .center__width50_sm {
    width: 50% !important; }

  .center__width25_sm {
    width: 25% !important; }

  .u-flexItem--sp {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 0% !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important; }

  .u-flexAuto--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .u-flexAuto--sp > * {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 0% !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important; }

  .u-flexWrap--sp {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .u-flexNowrap--sp {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .u-flex--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .u-flexLeft--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .u-flexCenter--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .u-flexRight--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .u-flexBetween--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .u-flexAround--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .u-flexTop--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .u-flexMiddle--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .u-flexBottom--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .u-flexReverse--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .u-flexItemTop--sp {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .u-flexItemMiddle--sp {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .u-flexItemBottom--sp {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; } }
.u-dNone {
  display: none !important; }

.u-dBlock {
  display: block !important; }

.u-dInline {
  display: inline !important; }

.u-dTable {
  display: table !important; }

.u-dTableCell {
  display: table-cell !important; }

.u-dFlex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.u-dInlineFlex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media screen and (max-width: 992px) {
  .u-dNone--sp {
    display: none !important; }

  .u-dBlock--sp {
    display: block !important; }

  .u-dInline--sp {
    display: inline !important; }

  .u-dTable--sp {
    display: table !important; }

  .u-dTableCell--sp {
    display: table-cell !important; }

  .u-dFlex--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .u-dInlineFlex--sp {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
/*
  sitemap
*/
.sitemap .ttl-l4 {
  font-size: 16px;
  font-size: 1rem; }
.sitemap .link-list--column li.hasSubCat {
  width: 100%; }
.sitemap .link-list--column li .link-list--column {
  margin-left: 1em;
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px dotted #000; }

.search {
  display: flex; }
  .search__text input {
    width: 24em;
    padding: 5px;
    border: 2px solid #ddd;
    font-size: 18px;
    font-size: 1.125rem; }
  .search__submit button {
    padding: 0 20px;
    height: 100%;
    background: #33beff;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold; }

/* --------------------------- .search SP */
@media screen and (max-width: 992px) {
  .search {
    display: flex; }
    .search__text input {
      width: 15em;
      font-size: 16px;
      font-size: 1rem; }
    .search__submit button {
      font-size: 16px;
      font-size: 1rem; } }
/*----------------------------------------------------
	top
----------------------------------------------------*/
.-top .header {
  z-index: 150;
  width: 100%; }
  .-top .header .cls-1, .-top .header .cls-2 {
    fill: #fff; }

/* --------------------------- .header PC */
@media screen and (min-width: 993px) {
  .-top .header {
    position: absolute;
    width: 100%; }
    .-top .header .svgLogoSymbol, .-top .header .svgLogoText {
      fill: #fff; }
    .-top .header .nav-list li a {
      color: #fff; } }
@media screen and (min-width: 751px) and (max-width: 992px) {
  .-top .header {
    width: 100%; }
    .-top .header .svgLogoSymbol, .-top .header .svgLogoText {
      fill: #0097d9; }
    .-top .header .nav-list li a {
      color: #fff; } }
@media screen and (max-width: 992px) {
  .-top .header .cls-1 {
    fill: #221613; }
  .-top .header .cls-2 {
    fill: #0097d9; } }
/* --------------------------- .header PC END */
.mainvisual {
  position: relative;
  z-index: 99;
  padding-top: 56.25%; }
  .mainvisual #youtube {
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 100; }
  .mainvisual-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/main.jpg) 50% top no-repeat;
    background-size: cover;
    opacity: 0; }

@media screen and (max-width: 1600px) {
  .mainvisual #youtube {
    top: 0; } }
/* --------------------------- .mainvisual PC */
@media screen and (min-width: 993px) {
  .mainvisual {
    padding-top: 56.25%; } }
@media screen and (min-width: 751px) and (max-width: 992px) {
  .mainvisual {
    margin-top: 55px; } }
/* --------------------------- .mainvisual PC END */
/* --------------------------- .mainvisual SP */
@media screen and (max-width: 992px) {
  .mainvisual {
    padding-top: 56.25%; } }
/* --------------------------- .mainvisual SP END */
.top-important-news {
  position: relative;
  display: flex;
  z-index: 900;
  margin-top: -15%;
  margin-bottom: 12%;
  font-size: 15px;
  font-size: 0.9375rem;
  z-index: 100; }
  .top-important-news__title {
    width: 157px;
    flex-shrink: 0;
    margin: 0;
    padding: 15px 30px;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    background: #e70000;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center; }
  .top-important-news__text {
    width: 100%;
    margin: 0;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.81);
    line-height: 1; }

@media screen and (max-width: 1600px) {
  .top-important-news {
    margin-top: -10%; } }
/* --------------------------- .top-important-news SP */
@media screen and (max-width: 992px) {
  .top-important-news {
    position: relative;
    display: flex;
    margin: 0 0 30px; }
    .top-important-news__title {
      display: flex;
      align-items: center;
      width: auto;
      padding: 10px 15px; }
    .top-important-news__text {
      padding: 10px 15px; } }
/* --------------------------- .top-important-news SP END */
/* --------------------------- .top-important-news2  */
.top-important-news2 {
  position: absolute;
  display: flex;
  z-index: 900;
  font-size: 15px;
  font-size: 0.9375rem;
  right: 6%;
  top: 15%;
  width: 575px; }
  .top-important-news2__title {
    width: 80px;
    flex-shrink: 0;
    margin: 0;
    padding: 15px 30px;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    background: #33beff;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center; }
  .top-important-news2__text {
    width: 100%;
    margin: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.81);
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold; }

/* --------------------------- .top-important-news2 tab */
@media screen and (min-width: 751px) and (max-width: 992px) {
  .top-important-news2 {
    position: absolute;
    display: flex;
    margin: 0 0 30px;
    width: 100%;
    right: 0%;
    top: 22%; } }
/* --------------------------- .top-important-news2 SP */
@media screen and (max-width: 992px) {
  .top-important-news2 {
    position: relative;
    display: flex;
    margin: 0 0 30px;
    width: 100%;
    right: 0%;
    top: 6%; }
    .top-important-news2__title {
      display: flex;
      align-items: center;
      width: auto;
      padding: 10px 15px; }
    .top-important-news2__text {
      padding: 10px 15px; } }
/* --------------------------- .top-important-news2 SP END */
.top-main {
  margin-top: -10%; }

@media screen and (max-width: 1600px) {
  .top-main {
    margin-top: -8%; } }
.top-nav {
  position: relative;
  z-index: 100;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif; }
  .top-nav.active > li a {
    filter: opacity(0.5); }
  .top-nav > li {
    position: relative;
    width: calc(100% / 5);
    height: 185px;
    border-bottom: 1px solid #000; }
    .top-nav > li:after {
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      display: block;
      width: 1px;
      height: 172px;
      background: #000; }
    .top-nav > li:last-child:after {
      display: none; }
    .top-nav > li a {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      padding: 30px 15px;
      height: 100%;
      background: rgba(255, 255, 255, 0.81);
      box-sizing: border-box; }
      .top-nav > li a.-active {
        background: #33beff;
        color: #fff; }
      .top-nav > li a:after {
        font-size: 64px;
        line-height: 1.4; }
      .top-nav > li a:hover {
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        filter: opacity(1); }
    .top-nav > li .open {
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      opacity: 1;
      filter: opacity(1) !important;
      z-index: 2; }
      .top-nav > li .open:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        position: absolute; }
    .top-nav > li:nth-of-type(1) a:after {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: ""; }
    .top-nav > li:nth-of-type(1) a:before {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "";
      position: absolute;
      bottom: -2px;
      font-size: 23px; }
    .top-nav > li:nth-of-type(1) .open:before {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: ""; }
    .top-nav > li:nth-of-type(2) a:after {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: ""; }
    .top-nav > li:nth-of-type(2) a:before {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "";
      position: absolute;
      bottom: -2px;
      font-size: 23px; }
    .top-nav > li:nth-of-type(2) .open:before {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: ""; }
    .top-nav > li:nth-of-type(3) a:after {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: ""; }
    .top-nav > li:nth-of-type(4) a:after {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: ""; }
    .top-nav > li:nth-of-type(5) a:after {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: ""; }
  .top-nav .top-nav-children {
    display: none; }
  .top-nav .top-nav-children-list {
    position: absolute;
    width: 100%;
    display: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
    .top-nav .top-nav-children-list > li a {
      background: #33beff;
      text-align: left;
      padding: 3px 15px;
      display: block;
      filter: opacity(1); }
    .top-nav .top-nav-children-list > li a:after {
      content: "";
      font-size: 0; }
    .top-nav .top-nav-children-list > li a:before {
      content: "";
      font-size: 0; }

@media screen and (min-width: 993px) {
  .top-nav .js-topNav {
    margin-bottom: 0 !important; } }
/* --------------------------- .top-nav SP */
@media screen and (max-width: 992px) {
  .top-main {
    margin-top: 0%;
    position: relative; }

  .top-nav {
    flex-wrap: wrap;
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem; }
    .top-nav > li {
      width: 50%;
      height: 130px; }
      .top-nav > li:after {
        height: 120px; }
      .top-nav > li:nth-child(2n):after {
        display: none; }
      .top-nav > li:nth-child(1) a:before {
        font-size: 19px; }
      .top-nav > li:nth-child(2) a:before {
        font-size: 19px; }
      .top-nav > li:nth-of-type(3) {
        border: 0; }
        .top-nav > li:nth-of-type(3):after {
          top: 10px;
          height: 110px; }
      .top-nav > li:nth-of-type(4) {
        border: 0; }
      .top-nav > li:nth-of-type(5) {
        width: 100%;
        border-top: 1px solid #000;
        height: 68px; }
        .top-nav > li:nth-of-type(5) a:after {
          position: absolute;
          left: 23%;
          top: 5px; }
      .top-nav > li a {
        padding: 22px 15px 20px; }
        .top-nav > li a:before {
          font-size: 45px; }
        .top-nav > li a:after {
          font-size: 39px; }
    .top-nav .top-nav-children {
      display: block; }
    .top-nav .top-nav-children-list {
      width: 200%;
      padding: 1em 0px 1.7em;
      z-index: 2; }
      .top-nav .top-nav-children-list li a:before {
        margin-right: 5px;
        color: #ffffff;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        position: relative;
        font-size: 14px;
        bottom: 0; }
    .top-nav .inpatient .top-nav-children-list {
      left: -100%; } }
/* --------------------------- .top-nav SP END */
.slide-nav {
  background: #33beff; }
  .slide-nav .jushin-menue .link-list--column a {
    color: #FFFFFF;
    font-weight: bold; }
    .slide-nav .jushin-menue .link-list--column a:before {
      color: #ffffff; }

.top-nav-children-list {
  background: #33beff !important; }
  .top-nav-children-list a {
    color: #FFFFFF;
    font-weight: bold; }
    .top-nav-children-list a:before {
      color: #ffffff; }

.container-inner {
  width: 100vw;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box; }

.top-header {
  display: flex;
  justify-content: space-around;
  margin-top: 45px; }
  .top-header__title {
    order: 1;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 1.2;
    word-break: keep-all;
    writing-mode: vertical-rl;
    width: 27%;
    margin-right: 30px;
    z-index: 1;
    letter-spacing: 5px; }
  .top-header__text {
    order: 2;
    width: 82%; }
    .top-header__text > p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.9;
      letter-spacing: 1px; }
      .top-header__text > p img {
        width: 100%; }
    .top-header__text .link {
      margin-top: 10px;
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
      font-size: 20px;
      font-size: 1.25rem; }
    .top-header__text .riji {
      float: right;
      width: 40%;
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
      position: relative;
      left: -54px; }
    .top-header__text .riji-message {
      width: 100%;
      font-weight: 600;
      position: relative;
      margin-top: 30px; }

@media screen and (min-width: 751px) and (max-width: 992px) {
  .top-header {
    display: flex;
    justify-content: space-around;
    margin-top: 45px; }
    .top-header__title {
      order: 1;
      font-family: a-otf-futo-go-b101-pr6n, sans-serif;
      font-size: 90px;
      font-size: 5.625rem;
      line-height: 1.2;
      word-break: keep-all;
      writing-mode: vertical-rl;
      width: 18%;
      margin-right: 30px;
      z-index: 1;
      letter-spacing: 5px; }
    .top-header__text {
      order: 2;
      width: 82%; }
      .top-header__text > p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.9;
        letter-spacing: 1px; }
        .top-header__text > p img {
          width: 100%; }
      .top-header__text .link {
        margin-top: 10px;
        font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
        font-size: 20px;
        font-size: 1.25rem; }
      .top-header__text .riji {
        float: right;
        width: 37%;
        font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
        position: relative; }
      .top-header__text .riji-message {
        width: 100%;
        font-weight: 600;
        position: relative;
        margin-top: 30px;
        font-size: 14px; } }
/* --------------------------- .top-header SP */
@media screen and (max-width: 992px) {
  .top-header {
    display: block;
    margin-top: 35px;
    padding: 0 20px; }
    .top-header__title {
      font-size: 70px;
      font-size: 4.375rem;
      writing-mode: horizontal-tb;
      display: flex;
      width: 100%;
      justify-content: inherit; }
      .top-header__title img {
        height: 220px; }
      .top-header__title .riji {
        width: 45%; }
        .top-header__title .riji img {
          width: auto;
          height: auto; }
    .top-header__text {
      width: auto;
      margin-top: -30px;
      display: flex;
      flex-wrap: wrap; }
      .top-header__text > p {
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 1.8; }
      .top-header__text .riji {
        width: 40%;
        order: 2;
        float: none;
        position: static;
        margin-top: 29px; }
      .top-header__text .riji-message {
        width: 60%;
        font-weight: 600;
        margin-top: 30px;
        order: 1;
        line-height: 1.6;
        margin-top: 38px; }
      .top-header__text .link {
        display: block;
        order: 3; } }
/* --------------------------- .top-header SP END */
.top-message {
  display: flex;
  margin-top: -48px; }
  .top-message__img {
    width: 50%; }
  .top-message-text {
    padding: 20px 30px; }
    .top-message-text__title {
      font-family: a-otf-futo-go-b101-pr6n, sans-serif;
      font-size: 40px;
      font-size: 2.5rem; }
    .top-message-text__description {
      margin-top: 20px;
      font-family: a-otf-futo-go-b101-pr6n, sans-serif;
      font-size: 20px;
      font-size: 1.25rem; }
    .top-message-text__text {
      margin-top: 20px; }

/* --------------------------- .top-message SP */
@media screen and (max-width: 992px) {
  .top-message {
    display: block;
    margin-top: 20px;
    padding: 0 20px; }
    .top-message__img {
      width: 100%; }
    .top-message-text {
      padding: 0;
      text-align: center; }
      .top-message-text__title {
        margin-top: 20px;
        font-size: 26px;
        font-size: 1.625rem; }
      .top-message-text__description {
        margin-top: 15px;
        font-size: 14px;
        font-size: 0.875rem; }
      .top-message-text__text {
        margin-top: 25px;
        font-size: 11px;
        font-size: 0.6875rem; } }
/* --------------------------- .top-message SP END */
.top-contents-nav {
  margin-top: 70px; }
  .top-contents-nav-list {
    display: flex;
    flex-wrap: wrap; }
    .top-contents-nav-list li {
      position: relative;
      width: 25%;
      transition: all .5s;
      overflow: hidden; }
      .top-contents-nav-list li:before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 45.6%;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all .5s; }
      .top-contents-nav-list li:hover:before {
        transform: scale(1.2);
        filter: blur(2px); }
      .top-contents-nav-list li:nth-of-type(1):before {
        background-image: url(/asset/1_1touin.jpg); }
      .top-contents-nav-list li:nth-of-type(2):before {
        background-image: url(/asset/1_2shisetu.jpg); }
      .top-contents-nav-list li:nth-of-type(3):before {
        background-image: url(/asset/1_3katsudou.jpg); }
      .top-contents-nav-list li:nth-of-type(4):before {
        background-image: url(/asset/1_4kenkyu.jpg); }
      .top-contents-nav-list li:nth-of-type(5):before {
        background-image: url(/asset/1_5calendar.jpg); }
      .top-contents-nav-list li:nth-of-type(6):before {
        background-image: url(/asset/1_6hiroppa.jpg); }
      .top-contents-nav-list li:nth-of-type(7):before {
        background-image: url(/asset/1_7group.jpg); }
      .top-contents-nav-list li:nth-of-type(8):before {
        background-image: url(/asset/1_8recruit.jpg); }
      .top-contents-nav-list li a {
        position: absolute;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        height: 100%;
        padding: 19% 20px 20px 20px;
        color: #fff;
        box-sizing: border-box;
        font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1;
        text-shadow: 0px 0px 5px #000, 0px 0px 5px #000, 0px 0px 5px #000; }
        .top-contents-nav-list li a span {
          font-size: 16px;
          font-size: 1rem; }
        .top-contents-nav-list li a:after {
          content: "more";
          display: inline-block;
          margin-top: 15px;
          padding: 7px 20px;
          border: 1px solid #fff;
          line-height: 1;
          font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
          font-size: 18px;
          font-size: 1.125rem;
          box-shadow: 0px 0px 5px #4b4b4b, 0px 0px 5px #4b4b4b inset; }

/* --------------------------- .top-contents-nav tab */
@media screen and (min-width: 751px) and (max-width: 992px) {
  .top-contents-nav-list {
    display: flex !important; }
    .top-contents-nav-list li {
      width: 47% !important;
      padding: 10px !important; }
      .top-contents-nav-list li a {
        font-size: 18px;
        font-size: 1.125rem; }
        .top-contents-nav-list li a span {
          font-size: 14px;
          font-size: 0.875rem; }
        .top-contents-nav-list li a:after {
          font-size: 16px;
          font-size: 1rem; } }
/* --------------------------- .top-contents-nav SP */
@media screen and (max-width: 992px) {
  .top-contents-nav {
    margin-top: 45px; }
    .top-contents-nav-list {
      display: block; }
      .top-contents-nav-list li {
        width: 100%; }
        .top-contents-nav-list li a {
          font-size: 20px;
          font-size: 1.25rem; }
          .top-contents-nav-list li a:after {
            font-size: 13px;
            font-size: 0.8125rem; } }
/* --------------------------- .top-contents-nav SP END */
.top-news {
  margin-top: 60px; }
  .top-news-category {
    display: flex;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 1px 8px;
    letter-spacing: 2px; }
    .top-news-category li {
      width: calc(100% / 4 - 2px);
      margin: 0 1px; }
      .top-news-category li a, .top-news-category li span {
        position: relative;
        display: block;
        padding: 13px 10px;
        text-align: center;
        background: #e6e6e6;
        color: #000; }
      .top-news-category li.-active a, .top-news-category li.-active span {
        background: #33beff;
        color: #fff; }
        .top-news-category li.-active a:after, .top-news-category li.-active span:after {
          content: "";
          position: absolute;
          bottom: -8px;
          left: 50%;
          transform: translateX(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 6.5px 0 6.5px;
          border-color: #33beff transparent transparent transparent; }
  .top-news .link-btn {
    text-align: center; }
  .top-news-list {
    margin-top: 20px;
    height: 284px;
    overflow: hidden;
    overflow-y: scroll; }
    .top-news-list li {
      display: flex;
      align-items: center;
      padding: 13px 30px;
      border-top: 1px dotted #000;
      font-size: 16px;
      font-size: 1rem; }
      .top-news-list li:last-child {
        border-bottom: 1px dotted #000; }
      .top-news-list li .time {
        width: 10%;
        margin-right: 10px; }
      .top-news-list li .category {
        display: block;
        width: 11%;
        padding: 1px;
        text-align: center;
        color: #000;
        border: 1px solid #33beff; }
      .top-news-list li .ttl {
        width: 78%;
        margin-left: 20px; }
      .top-news-list li a[href$=".pdf"]:after {
        display: inline-block;
        content: "";
        width: 12px;
        height: 16px;
        margin-left: 5px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: text-top; }
      .top-news-list li a[href$=".pdf"]:after {
        background-image: url(../img/share/icon_pdf.svg); }
      .top-news-list li a .label {
        background: #c1c1c1;
        color: #fff;
        padding: 2px 5px;
        margin-left: 10px; }
  .top-news-detail {
    position: relative;
    background: #fff; }
    .top-news-detail > div {
      position: absolute;
      top: 0;
      width: 100%;
      display: none;
      transform: .5s; }
      .top-news-detail > div.-active {
        display: block; }

#news .top-news-list li .ttl,
#event .top-news-list li .ttl,
#recruit .top-news-list li .ttl,
#media .top-news-list li .ttl {
  width: 89%; }

#news_tab .top-news-category li {
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  background: #e6e6e6;
  color: #000; }
  #news_tab .top-news-category li:hover {
    cursor: pointer; }
  #news_tab .top-news-category li.resp-tab-active {
    background: #33beff !important;
    color: #fff;
    border: 0 !important; }
    #news_tab .top-news-category li.resp-tab-active:after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 6.5px 0 6.5px;
      border-color: #33beff transparent transparent transparent; }
#news_tab .top-news-detail {
  height: 350px !important; }
  #news_tab .top-news-detail h2 {
    display: none; }

/* --------------------------- .top-news SP */
@media screen and (min-width: 751px) and (max-width: 992px) {
  .top-news-list li .time {
    width: 11% !important; }
  .top-news-list li .category {
    margin: 5px 10px !important;
    padding: 1px !important; } }
@media screen and (max-width: 992px) {
  .top-news {
    margin-top: 35px; }
    .top-news-category {
      flex-wrap: wrap;
      font-size: 13px;
      font-size: 0.8125rem;
      margin-bottom: 0; }
      .top-news-category li {
        width: calc(100% / 4 - 2px);
        margin-bottom: 15px; }
        .top-news-category li:nth-of-type(1) {
          width: 100%;
          margin-bottom: 2px; }
          .top-news-category li:nth-of-type(1) a.-active:after {
            display: none; }
        .top-news-category li a {
          padding: 20px 0; }
          .top-news-category li a.-active:after {
            bottom: -7px; }
    .top-news-list {
      margin-top: 0; }
      .top-news-list li {
        padding: 7px 15px;
        font-size: 13px;
        font-size: 0.8125rem;
        flex-wrap: wrap; }
        .top-news-list li .time {
          width: 25%;
          margin-right: 0px; }
        .top-news-list li .category {
          width: 80px;
          margin: 5px 10px;
          padding: 0px; }
        .top-news-list li .ttl {
          width: 100%;
          margin-left: 0px; }

  #news .top-news-list li .ttl,
  #event .top-news-list li .ttl,
  #recruit .top-news-list li .ttl,
  #media .top-news-list li .ttl {
    width: 100%; }

  #news_tab .top-news {
    margin-top: 35px; }
    #news_tab .top-news-category {
      flex-wrap: wrap;
      font-size: 13px;
      font-size: 0.8125rem;
      margin-bottom: 0; }
      #news_tab .top-news-category li {
        width: calc(100% / 4 - 2px);
        margin-bottom: 15px;
        padding: 0; }
        #news_tab .top-news-category li:nth-of-type(1) {
          width: 100%;
          margin-bottom: 2px; }
          #news_tab .top-news-category li:nth-of-type(1).-active a:after {
            display: none; }
        #news_tab .top-news-category li.resp-tab-active:after {
          bottom: -7px; }
    #news_tab .top-news-list {
      margin-top: 0; }
      #news_tab .top-news-list li {
        padding: 7px 15px;
        font-size: 13px;
        font-size: 0.8125rem;
        flex-wrap: wrap; }
        #news_tab .top-news-list li .time {
          width: 25%;
          margin-right: 0px; }
        #news_tab .top-news-list li .category {
          width: 80px;
          margin: 5px 10px;
          padding: 0px; }
        #news_tab .top-news-list li .ttl {
          width: 100%;
          margin-left: 0px; } }
/* --------------------------- .top-news SP END */
/*----------------------------------------------------
	accessmap
----------------------------------------------------*/
.parking {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 35px; }
  .parking-item {
    width: 25.8%;
    margin-bottom: 50px;
    position: relative; }
    .parking-item img {
      height: 65px;
      margin-bottom: 20px; }
    .parking-item__img {
      display: flex;
      align-items: center;
      justify-content: left;
      width: 100%;
      height: 65px; }
    .parking-item__cat-height {
      position: absolute;
      top: 90px; }
    .parking-item__title {
      margin-bottom: 15px;
      padding-left: 15px;
      padding-bottom: 15px;
      font-weight: bold;
      font-size: 30px;
      font-size: 1.875rem;
      border-bottom: 3px solid #33beff;
      line-height: 1.2; }
    .parking-item__height {
      font-weight: bold;
      font-size: 24px;
      font-size: 1.5rem;
      border-bottom: 1px solid #000;
      line-height: 1;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      padding-bottom: 10px;
      margin-top: 16px;
      height: 64px; }
      .parking-item__height p {
        margin-bottom: 0px; }
      .parking-item__height img {
        height: 54px;
        margin-bottom: 0; }
      .parking-item__height span {
        font-size: 26px;
        font-size: 1.625rem; }
      .parking-item__height strong {
        font-size: 52px;
        font-size: 3.25rem; }
      .parking-item__height .p-1 {
        height: 50px; }
      .parking-item__height .p-2 {
        height: 65px; }
      .parking-item__height .p-3 {
        height: 60px; }
      .parking-item__height .p-4 {
        height: 58px; }
      .parking-item__height:nth-of-type(4) {
        margin-top: 44px; }
      .parking-item__height:nth-of-type(5) {
        margin-top: 44px; }
    .parking-item__time {
      line-height: 1;
      font-size: 14px;
      font-size: 0.875rem;
      margin-top: 10px;
      display: flex;
      flex-wrap: wrap; }
      .parking-item__time span {
        font-size: 18px;
        font-size: 1.125rem; }
      .parking-item__time img {
        height: 37px;
        margin-right: 5px; }

/* --------------------------- .parking PC */
@media screen and (min-width: 993px) {
  .parking-item__title {
    height: 113.83px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end; } }
/* --------------------------- .parking PC END */
/* --------------------------- .parking SP */
@media screen and (max-width: 992px) {
  .parking-item {
    width: 48%;
    margin-bottom: 25px; }
    .parking-item img {
      height: 65px;
      margin-bottom: 10px;
      margin-right: 39px; }
    .parking-item__cat-height {
      position: absolute;
      top: 74px; }
    .parking-item__img {
      height: auto; }
    .parking-item__title {
      padding-left: 10px;
      padding-bottom: 5px;
      font-size: 16px;
      font-size: 1rem; }
    .parking-item__height {
      padding-left: 0;
      padding-bottom: 40px;
      font-size: 20px;
      font-size: 1.25rem;
      flex-wrap: wrap; }
      .parking-item__height span {
        font-size: 20px;
        font-size: 1.25rem; }
      .parking-item__height strong {
        font-size: 42px;
        font-size: 2.625rem; }
    .parking-item__time {
      padding-left: 10px;
      font-size: 16px;
      font-size: 1rem; }
      .parking-item__time span {
        font-size: 12px;
        font-size: 0.75rem; }
    .parking-item:nth-of-type(5) img {
      height: 65px; }
    .parking-item:nth-of-type(6) img {
      height: 65px; }
    .parking-item:nth-of-type(5) .parking-item__height {
      padding-bottom: 76px; }
    .parking-item:nth-of-type(6) .parking-item__height {
      padding-bottom: 76px; }
      .parking-item:nth-of-type(6) .parking-item__height p {
        margin-right: 10px;
        margin-bottom: 33px; }

  .table.-parking-price th {
    font-size: 14px;
    font-size: 0.875rem; }
    .table.-parking-price th span {
      display: inline-block;
      font-size: 12px;
      font-size: 0.75rem; }
  .table.-parking-price td {
    font-size: 14px;
    font-size: 0.875rem; }
    .table.-parking-price td small {
      font-size: 12px;
      font-size: 0.75rem; } }
/* --------------------------- .parking SP END */
.emergency-content {
  position: relative;
  margin: 30px auto 40px;
  padding: 20px;
  background: #fbe4e4; }
  .emergency-content:before {
    /* 三角の部分 */
    content: '';
    position: absolute;
    left: 85px;
    top: -30px;
    display: block;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fbe4e4;
    border-left: 30px solid transparent; }
  .emergency-content .ttl-l3.-color {
    color: #000; }

.examination {
  position: relative;
  margin: 30px auto 40px;
  padding: 20px;
  background: #E6F7FF; }
  .examination:before {
    /* 三角の部分 */
    content: '';
    position: absolute;
    left: 45.5%;
    top: -30px;
    display: block;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #E6F7FF;
    border-left: 30px solid transparent; }
  .examination .kakaritsuke {
    background-color: #fff;
    padding: 10px; }

.examination2 {
  position: relative;
  margin: 30px auto 40px;
  padding: 20px;
  background: #efefef; }
  .examination2:before {
    /* 三角の部分 */
    content: '';
    position: absolute;
    right: 94px;
    top: -30px;
    display: block;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #efefef;
    border-left: 30px solid transparent; }
  .examination2 .ttl-l2 {
    border-bottom: 2px solid #9a9a9a; }
  .examination2 .ttl-l3.-color {
    color: #000; }

.outpatient-menu {
  display: flex;
  justify-content: space-between; }
  .outpatient-menu .emergency-list, .outpatient-menu .examination-list, .outpatient-menu .examination2-list {
    position: relative; }
  .outpatient-menu .emergency-list:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    font-size: 23px;
    bottom: 3px;
    left: 44%; }
  .outpatient-menu .emergency-list.-active:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "";
    z-index: 10; }
  .outpatient-menu .emergency-list.-active:before:hover {
    opacity: 1; }
  .outpatient-menu .examination-list:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    font-size: 23px;
    bottom: 3px;
    left: 44%; }
  .outpatient-menu .examination-list.-active:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "";
    z-index: 10; }
  .outpatient-menu .examination2-list:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    font-size: 23px;
    bottom: 3px;
    left: 44%; }
  .outpatient-menu .examination2-list.-active:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "";
    z-index: 10; }
  .outpatient-menu .emergency-list i {
    position: relative;
    z-index: 1; }
  .outpatient-menu .emergency-list a {
    padding: 25px 12px 48px 12px;
    color: #ea554e; }
  .outpatient-menu .emergency-list a:hover {
    background: #ea554e !important;
    color: #fff;
    border: 3px solid #ea554e; }
  .outpatient-menu .emergency-list.-active a {
    background: #ea554e !important;
    color: #fff;
    border: 3px solid #ea554e; }
  .outpatient-menu .examination2-list a:hover {
    background: #656565 !important;
    color: #fff;
    border: 3px solid #656565; }
  .outpatient-menu .examination2-list p:hover {
    color: #fff; }
  .outpatient-menu .examination2-list.-active a {
    background: #656565 !important;
    color: #fff;
    border: 3px solid #656565; }
  .outpatient-menu .examination2-list.-active p {
    color: #fff; }
  .outpatient-menu li {
    width: 30%;
    text-align: center;
    display: block;
    padding-top: 36px;
    font-weight: 800;
    font-size: 20px; }
    .outpatient-menu li a {
      color: #000;
      align-items: center;
      padding: 25px 12px 33px 12px;
      display: block;
      border: 3px solid #e6e6e6; }
      .outpatient-menu li a:hover {
        background: #33beff;
        color: #fff;
        border: 3px solid #33beff; }
    .outpatient-menu li .fa, .outpatient-menu li .fas {
      font-size: 52px; }
    .outpatient-menu li p {
      margin-top: 10px; }
  .outpatient-menu .-active a {
    background: #33beff;
    color: #fff;
    border: 3px solid #33beff; }
  .outpatient-menu .-active .bkc {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 38%;
    background: #c3c3c3;
    top: 26%; }

.outpatient-menu .emergency-list a .fa-active {
  display: none; }

.outpatient-menu .emergency-list a:hover .fa-active {
  display: inline-block; }

.outpatient-menu .emergency-list.-active .fa-active {
  display: inline-block; }

.outpatient-menu .emergency-list a:hover .fa-w-20 {
  display: none; }

.outpatient-menu .emergency-list.-active .fa-w-20 {
  display: none; }

.emergency-box {
  border: 6px solid #ea554e;
  padding: 20px 20px 0px 20px;
  display: flex;
  margin-bottom: 30px; }
  .emergency-box .triangle {
    width: 43%;
    text-align: center;
    margin-right: 20px;
    margin-top: 5%; }
    .emergency-box .triangle .fa-exclamation-triangle {
      color: #ea554e;
      font-size: 100px; }
    .emergency-box .triangle p {
      margin-top: 10px;
      color: #ea554e;
      font-size: 24px;
      font-weight: 700; }
  .emergency-box .text p {
    font-size: 18px; }
  .emergency-box .text .menu__headline {
    color: #ea554e; }
  .emergency-box .text .menu__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px 20px; }

.payment {
  width: 50%; }

@media screen and (max-width: 992px) {
  .outpatient-menu li {
    width: 30%; }

  .outpatient-menu li p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 27px auto 0;
    text-align: start; }

  .outpatient-menu li a {
    padding: 10px 10px 50px 10px; }

  .outpatient-menu .emergency-list a {
    padding: 10px 10px 73px 10px; }

  .outpatient-menu .examination-list a {
    padding: 10px 10px 70px 10px; }

  .emergency-content:before {
    left: 8%; }

  .examination:before {
    left: 43%; }

  .examination2:before {
    left: 78%; }

  .emergency-box .triangle .fa-exclamation-triangle {
    font-size: 64px; }
  .emergency-box .triangle p {
    margin-top: 0px;
    margin-left: 26px; } }
/*----------------------------------------------------
	department 診療科
----------------------------------------------------*/
.block-description-category {
  margin-top: 50px; }
  .block-description-category .block-column, .block-description-category .block-column--center {
    margin-bottom: 15px; }
    .block-description-category .block-column-item {
      width: calc(50% - 10px); }
  .block-description-category .link-list--column {
    margin-bottom: 15px; }
    .block-description-category .link-list--column li {
      width: calc(50% - 10px); }

/* --------------------------- .block-description-category SP */
@media screen and (max-width: 992px) {
  .block-description-category {
    margin-top: 25px; } }
/* --------------------------- .block-description-category SP END */
.ttl-department-category {
  display: flex;
  margin-bottom: 20px; }
  .ttl-department-category span {
    display: block;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    padding: 10px 20px;
    background: #33beff;
    color: #fff;
    font-size: 22px;
    font-size: 1.375rem;
    box-sizing: border-box; }
  .ttl-department-category img {
    width: calc(100% - 22%); }

/* --------------------------- .ttl-department-category SP */
@media screen and (max-width: 992px) {
  .ttl-department-category {
    margin-bottom: 10px; }
    .ttl-department-category span {
      width: 100%;
      font-size: 20px;
      font-size: 1.25rem; }
    .ttl-department-category img {
      width: 60%; } }
/* --------------------------- .ttl-department-category SP END */
.block-profile-section {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #4d4d4d; }
  .block-profile-section:last-child {
    margin: 0;
    padding: 0;
    border: 0; }
.block-profile .img {
  margin-bottom: 25px; }
.block-profile .name {
  margin-bottom: 35px;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1;
  font-weight: normal; }
  .block-profile .name span {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem; }
  .block-profile .name .position {
    display: block;
    margin-bottom: 10px; }
  .block-profile .name .ruby {
    margin-left: 40px;
    font-weight: 300; }
  .block-profile .name .position2 {
    display: block;
    font-weight: 200;
    font-size: 16px;
    margin-top: 3px; }
.block-profile .ttl {
  color: #33beff;
  font-size: 20px;
  font-size: 1.25rem; }
  .block-profile .ttl span {
    font-family: edita-small, serif;
    font-size: 36px;
    font-size: 2.25rem;
    font-style: italic;
    font-weight: normal; }
.block-profile .career {
  list-style: none; }
  .block-profile .career li {
    margin-left: 5px;
    position: relative;
    line-height: 1.4;
    margin-bottom: 6px;
    padding-left: 1em; }
    .block-profile .career li:before {
      content: "";
      width: 7px;
      height: 7px;
      display: inline-block;
      background-color: #000000;
      border-radius: 50%;
      margin-right: 6px;
      margin-left: -14px;
      margin-bottom: 2px; }
  .block-profile .career span {
    font-size: 18px;
    font-weight: 700;
    font-size: 1.058rem; }

/* --------------------------- .block-profile SP */
@media screen and (max-width: 992px) {
  .block-profile-section {
    margin-bottom: 30px;
    padding-bottom: 40px; }
  .block-profile .img {
    margin-bottom: 20px; }
  .block-profile .name {
    margin-bottom: 20px;
    font-size: 32px;
    font-size: 2rem; }
    .block-profile .name span {
      font-size: 16px;
      font-size: 1rem; }
    .block-profile .name .position {
      margin-bottom: 5px; }
    .block-profile .name .ruby {
      margin-left: 30px; }
  .block-profile .ttl {
    font-size: 16px;
    font-size: 1rem; }
    .block-profile .ttl span {
      font-size: 30px;
      font-size: 1.875rem; }
  .block-profile .career li {
    margin-left: 5px;
    position: relative;
    line-height: 1.4;
    margin-bottom: 6px;
    padding-left: 1em; }
    .block-profile .career li:before {
      content: "";
      width: 7px;
      height: 7px;
      display: inline-block;
      background-color: #000000;
      border-radius: 50%;
      margin-right: 6px;
      margin-left: -14px;
      margin-bottom: 2px; } }
.block-profile-child {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #4d4d4d; }
  .block-profile-child:last-child {
    margin: 0;
    padding: 0;
    border: 0; }
  .block-profile-child .img {
    margin-bottom: 40px;
    display: inline-block;
    width: 38%; }
  .block-profile-child .name {
    vertical-align: top;
    margin-top: 16%;
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
    font-weight: normal;
    display: inline-block;
    margin-left: 15px;
    width: 50%; }
    .block-profile-child .name span {
      display: inline-block;
      font-size: 16px;
      font-size: 1rem; }
    .block-profile-child .name .position {
      display: block;
      margin-bottom: 10px; }
    .block-profile-child .name .ruby {
      margin-left: 20px;
      font-weight: 300; }
.block-profile .ttl {
  color: #33beff;
  font-size: 20px;
  font-size: 1.25rem; }
  .block-profile .ttl span {
    font-family: edita-small, serif;
    font-size: 36px;
    font-size: 2.25rem;
    font-style: italic;
    font-weight: normal; }
.block-profile span {
  font-size: 18px;
  font-weight: 700;
  font-size: 1.058rem; }

/* --------------------------- .block-profile SP */
@media screen and (max-width: 992px) {
  .block-profile-child {
    margin-bottom: 30px;
    padding-bottom: 40px; }
    .block-profile-child .img {
      margin-bottom: 20px;
      width: 50%; }
    .block-profile-child .name {
      vertical-align: top;
      margin-top: 15%;
      margin-bottom: 20px;
      margin-left: 0px;
      font-size: 31px;
      font-size: 1.9375rem;
      width: 47%; }
      .block-profile-child .name span {
        font-size: 16px;
        font-size: 1rem; }
      .block-profile-child .name .position {
        margin-bottom: 5px; }
      .block-profile-child .name .ruby {
        margin-left: 5px; }
  .block-profile .ttl {
    font-size: 16px;
    font-size: 1rem; }
    .block-profile .ttl span {
      font-size: 30px;
      font-size: 1.875rem; } }
/* --------------------------- .block-profile SP END */
.block-demartment-results {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
  flex-wrap: wrap; }
  .block-demartment-results .flex-reset {
    width: 100%; }
    .block-demartment-results .flex-reset .file-link {
      display: inline-block;
      flex-shrink: 0;
      background: #e6e6e6;
      margin-top: 5px;
      float: right;
      padding: 0 10px; }
      .block-demartment-results .flex-reset .file-link a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 11px  0;
        color: #000; }
        .block-demartment-results .flex-reset .file-link a img {
          margin-bottom: 20px;
          width: 55px;
          margin: 0; }
        .block-demartment-results .flex-reset .file-link a b {
          margin: 10px;
          font-size: 23px;
          font-size: 1.4375rem;
          line-height: 1; }
    .block-demartment-results .flex-reset span {
      text-align: right; }
  .block-demartment-results .graph-list {
    width: 100%; }

/* --------------------------- .block-profile SP */
@media screen and (max-width: 992px) {
  .block-demartment-results {
    display: block;
    margin-top: 20px;
    margin-bottom: 110px; }
    .block-demartment-results .flex-reset .file-link {
      width: auto; }
      .block-demartment-results .flex-reset .file-link a {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 11px 0; }
        .block-demartment-results .flex-reset .file-link a img {
          width: 55px;
          margin: 0; }
        .block-demartment-results .flex-reset .file-link a b {
          margin: 0 1em;
          font-size: 20px;
          font-size: 1.25rem; }
        .block-demartment-results .flex-reset .file-link a br {
          display: block; } }
/* --------------------------- .block-profile SP END */
/*----------------------------------------------------
	news
----------------------------------------------------*/
.-news .l-column {
  margin-top: 15px; }
.-news .ttl-l1, .-news .ttl-l1--withIcon {
  margin-top: 0; }
.-news .top-news-list {
  height: auto;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .-news .top-news-list::-webkit-scrollbar {
    display: none; }
  .-news .top-news-list .time {
    width: 15%;
    margin-right: 10px; }
  .-news .top-news-list .category {
    display: block;
    width: 15%;
    padding: 1px;
    text-align: center;
    color: #000;
    border: 1px solid #33beff; }
  .-news .top-news-list .ttl {
    width: 78%;
    margin-left: 20px; }
    .-news .top-news-list .ttl a {
      color: #000; }

.news-list {
  margin-top: 20px; }
  .news-list li {
    display: flex;
    align-items: center;
    padding: 13px 30px;
    border-top: 1px dotted #000;
    font-size: 16px;
    font-size: 1rem; }
    .news-list li:last-child {
      border-bottom: 1px dotted #000; }
    .news-list li .time {
      width: 11%;
      margin-right: 10px; }
    .news-list li .category {
      display: block;
      width: 17%;
      padding: 1px;
      text-align: center;
      color: #000;
      border: 1px solid #33beff; }
    .news-list li .time {
      width: 11%;
      margin-right: 10px; }
    .news-list li .category {
      display: block;
      width: 17%;
      padding: 1px;
      text-align: center;
      color: #000;
      border: 1px solid #33beff; }
    .news-list li .ttl {
      width: 66%;
      margin-left: 20px;
      color: #000 !important; }
    .news-list li a {
      color: #000; }
    .news-list li .news-list-pdf:after {
      display: inline-block;
      content: "";
      width: 12px;
      height: 16px;
      margin-left: 5px;
      background-size: contain;
      background-repeat: no-repeat;
      vertical-align: text-top;
      background-image: url(../img/share/icon_pdf.svg); }

/* --------------------------- .top-news TAB */
@media screen and (min-width: 751px) and (max-width: 992px) {
  .-news .top-news-list .time {
    width: 12% !important; }
  .-news .top-news-list .category {
    width: 10% !important; } }
/* --------------------------- .top-news SP */
@media screen and (max-width: 992px) {
  .-news .top-news-list li {
    flex-wrap: wrap; }
  .-news .top-news-list .time {
    width: 25.5%;
    margin-right: 0px; }
  .-news .top-news-list .category {
    display: block;
    width: 25%;
    padding: 0px;
    text-align: center;
    color: #000;
    border: 1px solid #33beff; }
  .-news .top-news-list .ttl {
    width: 100%;
    margin-left: 0px; }

  .news-list {
    margin-top: 0; }
    .news-list li {
      padding: 7px 15px;
      font-size: 13px;
      font-size: 0.8125rem;
      flex-wrap: wrap; }
      .news-list li .time {
        width: 20%;
        margin-right: 10px; }
      .news-list li .category {
        display: block;
        text-align: center;
        color: #000;
        border: 1px solid #33beff;
        width: 80px;
        margin: 5px 10px;
        padding: 0px; }
      .news-list li .ttl {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px; } }
/* --------------------------- .top-news SP END */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px; }
  .pagination li {
    margin: 0 15px; }
    .pagination li a {
      color: #000; }
    .pagination li span {
      border-bottom: 1px solid #000; }

.article-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
  font-size: 1.25rem; }
  .article-header .category {
    display: block;
    margin-right: 15px;
    padding: 8px 30px;
    background: #808080;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff; }
  .article-header .ttl-l1, .article-header .ttl-l1--withIcon {
    width: 100%; }
.article-body {
  font-family: a-otf-ryumin-pr6n, serif;
  /*h3,h4,h5,h6 {
  }
  h3 {
    @extend .ttl-l2;
  }
  h4 {
    @extend .ttl-l3--border;
  }
  h5 {
    @extend .ttl-l4;
  }
  h6 {
    @extend .ttl-l5;
  }
  p {
    font-weight: 400;
    &.note {
      @include rem(14px);
    }
    & + p {
      margin-top: 15px;
      &.note {
        margin-top: -1em;
      }
    }
  }
  sup,sub {
    @include rem(9px);
  }*/
  /*ul {
    margin-bottom: 1em;
    li {
      text-indent: -1em;
      padding-left: 1em;
      &:before {
        content: "・";
        color: $color-main;
      }
    }
  }*/
  /*ol {
    margin-bottom: 1em;
    li {
      position: relative;
      counter-increment: number;
      padding-left: 1em;
      &:before {
        position: absolute;
        left: 0;
        content: counter(number)'.';
        color: $color-main;
      }
    }
  }*/ }
  .article-body a {
    font-weight: bold;
    color: #33beff; }
  .article-body table {
    margin-bottom: 1em;
    border-top: 1px solid #808080;
    box-sizing: border-box; }
    .article-body table th, .article-body table td {
      padding: 5px 10px;
      border-left: 1px solid #808080;
      border-bottom: 1px solid #808080;
      word-break: initial; }
    .article-body table th {
      background: #e6e6e6;
      text-align: left;
      font-size: 16px;
      font-size: 1rem; }
      .article-body table th:first-child {
        border-left: none; }
    .article-body table td {
      font-size: 16px;
      font-size: 1rem; }
      .article-body table td small {
        font-size: 14px;
        font-size: 0.875rem; }
    .article-body table .td-border-left-none {
      border-left: none; }
    .article-body table .th-border-left {
      border-left: 1px solid #808080 !important; }

.-news .link-btn {
  margin-top: 35px;
  text-align: center; }
  .-news .link-btn__text {
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff; }

/* --------------------------- .news article SP */
@media screen and (max-width: 992px) {
  .article-header {
    font-size: 16px;
    font-size: 1rem; }
    .article-header .category {
      padding: 5px 20px; }
  .article-body table th, .article-body table td {
    padding: 10px; }
  .article-body table th {
    font-size: 14px;
    font-size: 0.875rem; }
  .article-body table td {
    font-size: 14px;
    font-size: 0.875rem; }
  .article-body table.sp-break {
    border: 1px solid #808080; }
    .article-body table.sp-break th, .article-body table.sp-break td {
      display: block;
      width: 100%;
      box-sizing: border-box;
      border: 0; }
    .article-body table.sp-break th {
      border-bottom: 1px solid #808080; }

  .-news .link-btn__text {
    font-size: 16px;
    font-size: 1rem; } }
/* --------------------------- .news article SP */
/*----------------------------------------------------
	form
----------------------------------------------------*/
.ttl-form {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem; }

.list-form-att {
  margin-bottom: 50px; }
  .list-form-att > li {
    margin-left: 16px; }
    .list-form-att > li:before {
      content: "○";
      margin-left: -16px; }

.list-ul.-error {
  color: #e94962;
  font-weight: bold; }

.form-table {
  width: 100%;
  margin-bottom: 30px; }
  .form-table th {
    padding: 28px 0;
    padding-right: 20px;
    vertical-align: top;
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem; }
  .form-table td {
    padding: 18px 0;
    padding-right: 40px;
    width: 75%; }
  .form-table .icon-required {
    display: inline-block;
    margin-left: 15px;
    padding: 5px 10px;
    color: #e94962;
    border: 1px solid #e94962;
    line-height: 1;
    font-size: 14px;
    font-size: 0.875rem; }
  .form-table select {
    margin-bottom: 4px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #111;
    width: 34%;
    height: 35px;
    margin-right: 14px;
    font-size: 14px; }
  .form-table .aform-calendar {
    width: 24%; }

.form-item-text, .form-item-textarea {
  min-width: 500px;
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #898989;
  border-radius: 5px;
  background: #e6e6e6;
  box-sizing: border-box; }
.form-item-textarea {
  width: 100%; }
.form-item-select {
  margin-bottom: 4px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #111;
  height: 35px;
  margin-right: 14px;
  font-size: 14px;
  min-width: 500px; }

.agree {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem; }
  .agree input[type="checkbox"] {
    display: block;
    font-size: 37px;
    width: 24px;
    height: 24px;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    margin-right: 5px; }
  .agree input[type="checkbox"]:checked + label:after {
    opacity: 1; }

.form-btn {
  margin-top: 40px;
  text-align: center; }
  .form-btn .btn-submit {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 15px 40px;
    border: 2px solid #33beff;
    color: #33beff;
    background: #fff;
    transition: .3s; }
    .form-btn .btn-submit:hover {
      cursor: pointer;
      background: #33beff;
      color: #fff; }

/*
  A-form
*/
.aform-content .form-table th .aform-required {
  display: inline-block;
  margin-left: 15px;
  padding: 5px 10px;
  color: #e94962;
  border: 1px solid #e94962;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem; }
.aform-content .form-table .aform-horizontal-ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .aform-content .form-table .aform-horizontal-ul li {
    margin-right: 5px; }
    .aform-content .form-table .aform-horizontal-ul li input[type="checkbox"] {
      margin-right: 3px; }
.aform-content .form-table .aform-input.aform-text, .aform-content .form-table .aform-input.aform-textarea, .aform-content .form-table .aform-input.aform-name, .aform-content .form-table .aform-input.aform-kana, .aform-content .form-table .aform-input.aform-tel, .aform-content .form-table .aform-input.aform-zipcode, .aform-content .form-table .aform-input.aform-email {
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #898989;
  border-radius: 5px;
  background: #e6e6e6;
  box-sizing: border-box; }
.aform-content .form-table .aform-input.aform-textarea {
  width: 100%; }
.aform-content .form-table .aform-input.aform-tel, .aform-content .form-table .aform-input.aform-zipcode {
  width: 25%; }
.aform-content .form-table .aform-field-option-text.validate-option-text {
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #898989;
  border-radius: 5px;
  background: #e6e6e6;
  box-sizing: border-box; }
.aform-content .aform-checkbox-ul.mail_agree li {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem; }
  .aform-content .aform-checkbox-ul.mail_agree li input[type="checkbox"] {
    font-size: 37px;
    width: 24px;
    height: 24px;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    margin-right: 5px; }
.aform-content .aform-button-area {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center; }
  .aform-content .aform-button-area input[type="submit"] {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 15px 35px;
    border: 2px solid #33beff;
    color: #33beff;
    background: #fff;
    transition: .3s; }
    .aform-content .aform-button-area input[type="submit"]:hover {
      background: #33beff;
      color: #fff;
      cursor: pointer; }
  .aform-content .aform-button-area .aform-button-area--btn {
    margin-right: 20px; }
    .aform-content .aform-button-area .aform-button-area--btn a {
      display: inline-flex;
      align-items: center;
      height: 100%;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: bold;
      padding: 15px 35px;
      border: 2px solid #9a9a9a;
      color: #9a9a9a;
      background: #fff;
      box-sizing: border-box;
      transition: .3s; }
      .aform-content .aform-button-area .aform-button-area--btn a:hover {
        background: #9a9a9a;
        color: #fff;
        cursor: pointer; }
.aform-content .aform-error {
  color: #e94962; }

.aform-content .ui-datepicker-trigger {
  vertical-align: baseline;
  pointer-events: auto; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

/* --------------------------- form SP */
@media screen and (max-width: 992px) {
  .form-table th, .form-table td {
    display: block;
    width: 100%;
    padding: 0; }
  .form-table th {
    padding-bottom: 10px;
    font-size: 16px;
    font-size: 1rem; }
  .form-table td {
    padding-bottom: 20px; }
  .form-table .icon-required {
    font-size: 12px;
    font-size: 0.75rem; }

  .form-item-text, .form-item-textarea, .form-item-select {
    min-width: 0;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-size: 1rem; }

  .agree {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-size: 1rem; }
    .agree input[type="checkbox"] {
      margin-right: 17px; }

  .form-btn .btn-submit {
    font-size: 18px;
    font-size: 1.125rem; } }
/* --------------------------- form SP END */
/*----------------------------------------------------------
 iPad
------------------------------------------------------------*/
@media screen and (min-width: 751px) and (max-width: 992px) {
  .flex-start .credit {
    width: 69% !important; }

  .block-figre-column__item .width40 {
    width: 27% !important; }

  .visual {
    margin-top: 55px; }

  .item-img {
    width: auto !important; }

  .txt-description {
    top: 687px !important; }

  .care-big {
    font-size: 2.47rem !important; }

  .care {
    font-size: 1.176rem !important; }

  .specialty {
    font-size: 1rem !important; }

  .name {
    font-size: 1.058rem !important; }

  .block-profile .name {
    font-size: 2rem !important; }

  .item-contents h5 {
    font-size: 3.528rem !important; }

  .item-contents h5 span {
    font-size: 1.411rem !important;
    margin-left: 5px !important; }

  .item-contents h6 {
    font-size: 1.411rem !important;
    margin-left: 2px !important; }

  .item-contents p {
    font-size: 1.058rem !important;
    line-height: 29px !important;
    margin-bottom: 0px !important;
    margin-left: 5px !important; } }
/*----------------------------------------------------
	changeColor
----------------------------------------------------*/
.bg-f body {
  background: #fff;
  color: #231815; }

.bg-0 body {
  background: #000;
  color: #fff !important; }
.bg-0 a {
  color: #ff0; }
.bg-0 .table th {
  background: #333; }
.bg-0 .link-btn__text {
  color: #ff0; }
.bg-0 .top-nav li a {
  color: #ff0;
  background: rgba(50, 50, 50, 0.81); }
  .bg-0 .top-nav li a.-active {
    background: #33beff; }
.bg-0 .top-news-category li a {
  background: #333; }
.bg-0 .top-news-category .-active a {
  background: #33beff;
  color: #ff0;
  opacity: 1; }
.bg-0 .parking-item__img {
  background: #000; }
.bg-0 .aside__title {
  color: #ff0; }
.bg-0 .aside li {
  background: #fff; }
  .bg-0 .aside li a {
    color: #000; }
  .bg-0 .aside li.current a {
    color: #ff0; }
    .bg-0 .aside li.current a:before {
      color: #ff0; }
.bg-0 .top-important-news__text {
  background: rgba(0, 0, 0, 0.81); }
  .bg-0 .top-important-news__text a {
    color: #ff0; }
.bg-0 .top-important-news2__text {
  background: rgba(0, 0, 0, 0.81); }
  .bg-0 .top-important-news2__text a {
    color: #ff0; }
.bg-0 .top-header__title {
  filter: invert(1); }
.bg-0 .top-news-category li a {
  color: #fff; }
.bg-0 .top-news-detail {
  background: #000; }
.bg-0 .top-news-list li .category {
  color: #fff; }
.bg-0 .cls-1 {
  fill: #fff; }
.bg-0 .outpatient-menu li a {
  color: #fff; }
.bg-0 .outpatient-menu .emergency-list a {
  color: #ea554e; }
.bg-0 .outpatient-menu .emergency-list a:hover {
  color: #fff; }
.bg-0 .outpatient-menu .emergency-list.-active a {
  color: #fff; }
.bg-0 .emergency-content {
  background: #000;
  border: 1px solid #fff; }
.bg-0 .emergency-content:before {
  border-bottom: 30px solid #fff; }
.bg-0 .emergency-content .ttl-l3.-color, .bg-0 .examination2 .ttl-l3.-color {
  color: #fff; }
.bg-0 .examination {
  background: #000;
  border: 1px solid #fff; }
  .bg-0 .examination img {
    background: #fff; }
  .bg-0 .examination .kakaritsuke {
    background-color: #000; }
.bg-0 .examination2 {
  background: #000;
  border: 1px solid #fff; }
.bg-0 .fs-24 {
  color: #fff !important; }
.bg-0 .expensive {
  background: black;
  color: #fff; }
  .bg-0 .expensive a {
    color: #ff0; }
.bg-0 .main a {
  color: #ff0; }
.bg-0 .-clinical-pathway .main a {
  color: #fff; }
.bg-0 .-opt-out .main a {
  color: #fff; }
.bg-0 .block-description-category a {
  color: #fff; }
.bg-0 .figure01 {
  background-color: #000; }
.bg-0 .box {
  background: #000; }
.bg-0 .morita {
  color: #000; }
.bg-0 .morita .ttl {
  color: #000 !important; }
.bg-0 .block-profile .ttl {
  color: #fff !important; }
.bg-0 .morita .ttl {
  color: #000 !important; }
.bg-0 .center span {
  color: #000; }
.bg-0 .comment .care-big {
  color: #000; }
.bg-0 .comment .care {
  color: #000; }
.bg-0 .name-box {
  color: #000; }
.bg-0 .comment-right .care-big {
  color: #000; }
.bg-0 .comment-right .care {
  color: #000; }
.bg-0 .name-box-right {
  color: #000; }
.bg-0 .item-contents p {
  color: #000; }
.bg-0 .bg-gray {
  background: #000; }
  .bg-0 .bg-gray a {
    color: #ff0 !important; }
.bg-0 .-refer .main a {
  color: #ff0 !important; }
.bg-0 figcaption span {
  color: #fff; }
.bg-0 .parking-item__height img {
  background-color: #fff; }
.bg-0 .link-color-black {
  color: #fff !important; }
.bg-0 .aside li.current .aside-list-sub a {
  color: #000; }
.bg-0 .aside li.current .aside-list-sub a:before {
  color: #000; }
.bg-0 #dpc .template-table th {
  background: #000; }
.bg-0 #dpc .comment {
  background: #000; }
.bg-0 .subtotal {
  background: #000; }
.bg-0 .-prevention-of-accident .width80 img {
  background-color: #fff; }
.bg-0 .-news .top-news-list .ttl a {
  color: #ff0; }
.bg-0 .item-contents h6 {
  color: #000; }
.bg-0 .none-nst li a {
  color: #ff0 !important; }
.bg-0 .none-nst li a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px; }
.bg-0 .link-list-type2 .link-color-gray {
  color: #ff0 !important; }
.bg-0 .link-color-gray {
  color: #fff !important; }
.bg-0 #dpc a:visited {
  color: #ff0; }
.bg-0 #dpc a:link {
  color: #ff0; }
.bg-0 .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #fff; }

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