.section_navi {
  margin-top: 40px;
  margin-bottom: 50px; }
  @media (max-width: 480px) {
    .section_navi {
      margin-top: 6vw;
      margin-bottom: 8vw; } }
  .section_navi ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap; }
    @media (max-width: 480px) {
      .section_navi ul {
        gap: 4vw; } }
    .section_navi ul li {
      scroll-behavior: smooth; }
      .section_navi ul li a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: space-around;
        width: 130px;
        text-decoration: none;
        color: #333;
        font-size: 1.6rem;
        padding-bottom: 15px; }
        @media (max-width: 480px) {
          .section_navi ul li a {
            width: 100%;
            font-size: 4.1vw;
            padding-bottom: 0; } }
        .section_navi ul li a:hover {
          color: #1d50a2; }
          @media (max-width: 480px) {
            .section_navi ul li a:hover {
              color: #333; } }
          .section_navi ul li a:hover::after {
            transform: scale(1, 1); }
        .section_navi ul li a::after {
          content: '';
          position: absolute;
          bottom: 5px;
          left: 0;
          width: 100%;
          height: 1px;
          background: #1d50a2;
          transition: all .3s;
          transform: scale(0, 1);
          transform-origin: center top; }
          @media (max-width: 480px) {
            .section_navi ul li a::after {
              content: none; } }
        .section_navi ul li a .icon {
          position: relative;
          display: inline-block;
          width: 18px;
          height: 18px;
          background-color: #1d50a2;
          border-radius: 50px;
          margin-left: 2px;
          vertical-align: middle; }
          .section_navi ul li a .icon::before {
            content: "";
            position: absolute;
            display: inline-block;
            top: 5px;
            left: 6px;
            width: 4px;
            height: 4px;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            transform: rotate(45deg);
            vertical-align: middle; }

.content_inner {
  padding: 0; }
  .content_inner .msg {
    margin: 0 auto; }
    .content_inner .msg .title {
      text-align: center;
      font-size: 2.4rem;
      color: #1d50a2;
      line-height: 1.5;
      margin-bottom: 30px; }
      @media (max-width: 480px) {
        .content_inner .msg .title {
          font-size: 4.65vw;
          margin-bottom: 5.2vw; } }
    .content_inner .msg .list {
      margin-bottom: 45px; }
      @media (max-width: 480px) {
        .content_inner .msg .list {
          width: 85%;
          margin: 0 auto 5.2vw; } }
      .content_inner .msg .list ul {
        display: flex;
        justify-content: center;
        gap: 20px; }
        .content_inner .msg .list ul li {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 130px;
          height: 30px;
          line-height: 1;
          background-color: #d2dcec;
          border-radius: 0 10px 0 10px; }
          @media (max-width: 480px) {
            .content_inner .msg .list ul li {
              width: 33vw;
              height: 6vw;
              font-size: 3vw; } }
    .content_inner .msg .text {
      font-size: 1.6rem;
      text-align: left;
      margin-bottom: 0; }
      @media (max-width: 480px) {
        .content_inner .msg .text {
          font-size: 4.1vw; } }

#rehabili .ttl_area::before, #service .ttl_area::before {
  position: absolute;
  content: "";
  width: 439px;
  height: 439px;
  top: -210px;
  left: 50%;
  transform: translateX(340px);
  background-image: url(../img/clover-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5; }
  @media (max-width: 480px) {
    #rehabili .ttl_area::before, #service .ttl_area::before {
      width: 45vw;
      height: 45vw;
      top: -28vw;
      transform: translateX(20vw); } }
#rehabili .desc, #service .desc {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 60px; }
  @media (max-width: 480px) {
    #rehabili .desc, #service .desc {
      flex-direction: column;
      gap: 9vw;
      margin-bottom: 3vw; } }
  #rehabili .desc .img_area, #service .desc .img_area {
    position: relative;
    width: 540px;
    min-width: 540px;
    z-index: 0; }
    @media (max-width: 480px) {
      #rehabili .desc .img_area, #service .desc .img_area {
        width: 100%;
        min-width: 100%; } }
    #rehabili .desc .img_area img, #service .desc .img_area img {
      display: block;
      width: 100%;
      border-radius: 0 60px 0 60px; }
      @media (max-width: 480px) {
        #rehabili .desc .img_area img, #service .desc .img_area img {
          width: 96%;
          border-radius: 0 30px 0 30px; } }
    #rehabili .desc .img_area::after, #service .desc .img_area::after {
      content: "";
      position: absolute;
      right: -20px;
      bottom: -20px;
      width: 540px;
      height: 375px;
      border: 1px solid #0f589480;
      border-radius: 0 60px 0 60px;
      pointer-events: none;
      box-sizing: border-box;
      z-index: -1; }
      @media (max-width: 480px) {
        #rehabili .desc .img_area::after, #service .desc .img_area::after {
          width: 96%;
          height: 60vw;
          right: 0;
          bottom: -4vw;
          border-radius: 0 30px 0 30px; } }
#rehabili .txt_area .title, #service .txt_area .title {
  font-size: 2.85rem;
  font-style: normal;
  font-weight: 400;
  color: #1d50a2;
  line-height: 1.4;
  margin-bottom: 40px;
  letter-spacing: 0.01rem; }
  @media (max-width: 480px) {
    #rehabili .txt_area .title, #service .txt_area .title {
      font-size: 4.9vw;
      margin-bottom: 4vw; } }
#rehabili .txt_area .txt, #service .txt_area .txt {
  font-size: 1.8rem; }
  @media (max-width: 480px) {
    #rehabili .txt_area .txt, #service .txt_area .txt {
      font-size: 3.9vw;
      letter-spacing: 0.2vw;
      line-height: 1.6; } }
@media (max-width: 480px) {
  #rehabili .image_list, #service .image_list {
    gap: 4vw; } }
#rehabili .image_list img, #service .image_list img {
  display: block;
  width: 253px;
  height: 248px;
  object-fit: cover;
  border-radius: 10px; }
  @media (max-width: 480px) {
    #rehabili .image_list img, #service .image_list img {
      width: 44vw;
      height: auto; } }

#menu .section_inner p, #process .section_inner p {
  text-align: center;
  margin-bottom: 80px; }
  @media (max-width: 480px) {
    #menu .section_inner p, #process .section_inner p {
      font-size: 4.1vw;
      text-align: left;
      letter-spacing: 0.1vw;
      margin-bottom: 10.3vw; } }

#menu .schedule {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 900px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    #menu .schedule {
      flex-direction: column;
      width: 100%; } }
  #menu .schedule .flow {
    position: relative;
    z-index: 0; }
    @media (max-width: 480px) {
      #menu .schedule .flow {
        padding: 0 4vw;
        margin-bottom: 10.3vw; } }
    #menu .schedule .flow::after {
      position: absolute;
      content: "";
      top: 0;
      left: 42px;
      width: 7px;
      height: calc(100% - 10px);
      background-color: #7796c7;
      z-index: -1; }
      @media (max-width: 480px) {
        #menu .schedule .flow::after {
          left: 12vw;
          width: 1vw; } }
    #menu .schedule .flow li {
      display: grid;
      grid-template-columns: 90px 1fr;
      align-items: center;
      gap: 10px;
      line-height: 1; }
      @media (max-width: 480px) {
        #menu .schedule .flow li {
          grid-template-columns: 17vw 1fr; } }
      #menu .schedule .flow li .large {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.8rem;
        color: #fff;
        width: 90px;
        height: 90px;
        background-color: #7796c7;
        border-radius: 50px; }
        @media (max-width: 480px) {
          #menu .schedule .flow li .large {
            width: 16.8vw;
            height: 16.8vw;
            font-size: 5.2vw; } }
      #menu .schedule .flow li .small {
        display: block;
        width: 26px;
        height: 26px;
        background-color: #fff;
        border: 2.4px solid #7796c7;
        border-radius: 50px;
        margin: 0 auto; }
        @media (max-width: 480px) {
          #menu .schedule .flow li .small {
            width: 4.8vw;
            height: 4.8vw;
            border: 0.5vw solid #7796c7; } }
      #menu .schedule .flow li .bold {
        font-size: 2.4rem;
        color: #7796c7; }
        @media (max-width: 480px) {
          #menu .schedule .flow li .bold {
            font-size: 4.5vw; } }
      #menu .schedule .flow li .nomal {
        font-size: 2rem; }
        @media (max-width: 480px) {
          #menu .schedule .flow li .nomal {
            font-size: 4.1vw; } }
      #menu .schedule .flow li.pb34 {
        padding-bottom: 34px; }
        @media (max-width: 480px) {
          #menu .schedule .flow li.pb34 {
            padding-bottom: 6vw; } }
      #menu .schedule .flow li.pb40 {
        padding-bottom: 40px; }
        @media (max-width: 480px) {
          #menu .schedule .flow li.pb40 {
            padding-bottom: 6vw; } }
  #menu .schedule .img_area {
    width: 450px;
    min-width: 450px; }
    @media (max-width: 480px) {
      #menu .schedule .img_area {
        width: 100%;
        min-width: 100%; } }
    #menu .schedule .img_area img {
      display: block;
      width: 100%;
      border-radius: 0 60px 0 60px;
      margin-bottom: 30px; }
      @media (max-width: 480px) {
        #menu .schedule .img_area img {
          border-radius: 0 30px 0 30px;
          margin-bottom: 6vw; } }
      #menu .schedule .img_area img:last-child {
        margin-bottom: 0; }

#usagefee .ttl_area::before {
  position: absolute;
  content: "";
  width: 420px;
  height: 420px;
  top: -265px;
  left: 50%;
  transform: translateX(-730px);
  background-image: url(../img/clover-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5; }
  @media (max-width: 480px) {
    #usagefee .ttl_area::before {
      width: 48vw;
      height: 48vw;
      top: -26vw;
      transform: translateX(-62vw); } }
#usagefee .table_base {
  position: relative;
  padding: 0;
  margin-bottom: 80px;
  line-height: 1; }
  @media (max-width: 480px) {
    #usagefee .table_base {
      margin-bottom: 10.3vw; } }
  #usagefee .table_base .tax-included {
    position: absolute;
    top: -37px;
    right: -5px;
    font-size: 1.8rem;
    z-index: 2; }
    @media (max-width: 480px) {
      #usagefee .table_base .tax-included {
        top: -5vw;
        right: -2vw;
        font-size: 3.5vw; } }
  #usagefee .table_base table {
    border: none; }
    #usagefee .table_base table th, #usagefee .table_base table td {
      font-size: 2.1rem;
      letter-spacing: 0.1rem;
      border: 1px solid #949494; }
      @media (max-width: 480px) {
        #usagefee .table_base table th, #usagefee .table_base table td {
          display: table-cell;
          font-size: 4.1vw;
          line-height: 1.5;
          letter-spacing: 0.001vw; } }
    #usagefee .table_base table th {
      background-color: #e8edf6; }
      @media (max-width: 480px) {
        #usagefee .table_base table th {
          width: 27%;
          text-align: center;
          padding: 1.5vw; } }
    #usagefee .table_base table td {
      padding: 25px;
      text-align: center;
      background-color: #fff; }
      @media (max-width: 480px) {
        #usagefee .table_base table td {
          padding: 1.5vw; } }
    @media (max-width: 480px) {
      #usagefee .table_base table .sp-l {
        text-align: left;
        letter-spacing: 0.01vw; } }
  @media (max-width: 480px) {
    #usagefee .table_base .notes {
      font-size: 3.5vw; } }
#usagefee .point {
  width: 900px;
  background-color: #fff;
  border: 1px solid #1d50a2;
  border-radius: 0 50px 0 50px;
  box-shadow: 5px 5px 10px 0px rgba(29, 80, 162, 0.2);
  padding: 40px 35px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    #usagefee .point {
      width: 100%;
      border-radius: 0 25px 0 25px;
      padding: 7vw 4.2vw; } }
  #usagefee .point .pont_inner {
    display: flex;
    align-items: center;
    gap: 40px; }
    @media (max-width: 480px) {
      #usagefee .point .pont_inner {
        flex-direction: column-reverse;
        gap: 4vw; } }
    #usagefee .point .pont_inner .img_area {
      width: 315px;
      min-width: 315px; }
      @media (max-width: 480px) {
        #usagefee .point .pont_inner .img_area {
          width: 100%;
          min-width: 100%; } }
      #usagefee .point .pont_inner .img_area img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        object-fit: cover; }
        @media (max-width: 480px) {
          #usagefee .point .pont_inner .img_area img {
            border-radius: 10px; } }
    #usagefee .point .pont_inner .txt_area .ttl {
      font-size: 2.5rem;
      color: #1d50a2;
      line-height: 1;
      margin-bottom: 35px; }
      @media (max-width: 480px) {
        #usagefee .point .pont_inner .txt_area .ttl {
          font-size: 4.8vw;
          margin-bottom: 3vw; } }
    @media (max-width: 480px) {
      #usagefee .point .pont_inner .txt_area .txt {
        font-size: 4.1vw;
        margin-bottom: 0;
        letter-spacing: 0.01vw;
        word-break: normal; } }

#job .ttl_area::before, #course .ttl_area::before {
  position: absolute;
  content: "";
  width: 438px;
  height: 438px;
  top: -210px;
  left: 50%;
  transform: translateX(300px);
  background-image: url(../img/clover-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5; }
  @media (max-width: 480px) {
    #job .ttl_area::before, #course .ttl_area::before {
      width: 46vw;
      height: 46vw;
      top: -23vw;
      transform: translateX(17vw); } }
#job .txt, #course .txt {
  margin-bottom: 0; }

#job .txt {
  line-height: 1; }
  @media (max-width: 480px) {
    #job .txt {
      letter-spacing: 0.1vw; } }

.accordion {
  max-width: 1100px;
  background-color: #ffffff;
  margin-bottom: 30px; }
  .accordion .js-acd-btn.active {
    opacity: 1; }
    .accordion .js-acd-btn.active::after {
      rotate: 90deg; }
  .accordion summary {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #4a73b5;
    font-size: 2rem;
    color: #fff;
    padding: 1em 2em;
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.3s; }
    @media (max-width: 480px) {
      .accordion summary {
        font-size: 4.1vw; } }
    .accordion summary::-webkit-details-marker {
      display: none; }
    .accordion summary::before, .accordion summary::after {
      width: 3px;
      height: .9em;
      border-radius: 5px;
      background-color: #fff;
      content: ''; }
    .accordion summary::before {
      position: absolute;
      right: 2em;
      rotate: 90deg; }
    .accordion summary::after {
      transition: rotate .3s; }
    .accordion summary:hover {
      opacity: 0.7; }
      @media (max-width: 480px) {
        .accordion summary:hover {
          opacity: 1; } }
  .accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s; }
  .accordion .table_base {
    font-size: 1.6rem;
    border: 1px solid #1d50a2;
    padding: 50px 100px;
    margin-bottom: 50px; }
    @media (max-width: 480px) {
      .accordion .table_base {
        font-size: 3.7vw;
        padding: 6vw; } }
    .accordion .table_base table {
      border: none; }
      .accordion .table_base table th, .accordion .table_base table td {
        border: 1px solid #949494;
        padding: 12px; }
      .accordion .table_base table th {
        width: 20%;
        background-color: #dcdbda; }
        @media (max-width: 480px) {
          .accordion .table_base table th {
            width: 100%;
            margin-bottom: -1px; } }

#service .ttl_area::before {
  position: absolute;
  content: "";
  width: 439px;
  height: 439px;
  top: -250px;
  left: 50%;
  transform: translateX(-770px);
  background-image: url(../img/clover-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5; }
  @media (max-width: 480px) {
    #service .ttl_area::before {
      width: 45vw;
      height: 45vw;
      top: -29vw;
      transform: translateX(20vw); } }
@media (max-width: 480px) {
  #service .notes {
    font-size: 3.5vw;
    letter-spacing: 0.1vw; } }

.content_inner .banner {
  display: flex;
  width: 100%;
  margin-bottom: 85px; }
  @media (max-width: 480px) {
    .content_inner .banner {
      margin-bottom: 10vw; } }
  .content_inner .banner img {
    width: 100%; }
@media (max-width: 480px) {
  .content_inner .bn {
    font-size: 4.9vw; } }
.content_inner .widget {
  width: 100%; }
  .content_inner .widget .widget_inner {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 480px) {
      .content_inner .widget .widget_inner {
        flex-direction: column;
        gap: 8vw; } }
    .content_inner .widget .widget_inner .reserve {
      width: 500px;
      height: 375px; }
      @media (max-width: 480px) {
        .content_inner .widget .widget_inner .reserve {
          width: 100%;
          height: 70vw; } }
    .content_inner .widget .widget_inner .review {
      width: 500px;
      height: 375px;
      border: 1px solid #ccc;
      overflow: auto; }
      @media (max-width: 480px) {
        .content_inner .widget .widget_inner .review {
          width: 100%;
          height: 70vw; } }

#course .course_list {
  position: relative; }
  @media (max-width: 480px) {
    #course .course_list .list_item {
      height: 64vw; } }
  @media (max-width: 480px) {
    #course .course_list .txt {
      display: flex;
      height: 28vw;
      font-size: 4.1vw;
      line-height: 1.6;
      letter-spacing: 0.1vw;
      justify-content: center;
      align-items: center;
      line-height: 1.6;
      letter-spacing: 0.1vw; } }

.process_inner .item {
  position: relative;
  display: grid;
  width: 100%;
  height: 270px;
  grid-template-columns: 305px 1fr;
  grid-template-rows: 40px 58px 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  background-color: #dce8e733;
  padding: 35px 40px;
  border-radius: 0 50px 0 50px;
  margin-bottom: 97px; }
  @media (max-width: 480px) {
    .process_inner .item {
      height: auto;
      grid-template-columns: 39vw 1fr;
      grid-template-rows: 11vw 16vw 1fr;
      grid-column-gap: 3vw;
      grid-row-gap: 1vw;
      border-radius: 0 25px 0 25px;
      padding: 6vw 5vw;
      margin-bottom: 15vw; } }
  .process_inner .item::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 17px;
    background-image: url(../img/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 480px) {
      .process_inner .item::before {
        width: 5.5vw;
        height: 4vw;
        bottom: -10vw; } }
  .process_inner .item .item_img {
    grid-row: 1 / 4;
    grid-column: 1 / 2; }
    @media (max-width: 480px) {
      .process_inner .item .item_img {
        grid-row: 1 / 3;
        grid-column: 1 / 2; } }
    .process_inner .item .item_img img {
      display: block;
      width: 100%;
      border-radius: 20px; }
      @media (max-width: 480px) {
        .process_inner .item .item_img img {
          border-radius: 5px; } }
  .process_inner .item:last-child {
    margin-bottom: 0; }
    .process_inner .item:last-child::before {
      content: none; }
  .process_inner .item .num {
    position: relative;
    font-size: 2.2rem;
    border-bottom: 1px dotted #939393;
    line-height: 1;
    grid-row: 1 / 2;
    grid-column: 2 / 3; }
    @media (max-width: 480px) {
      .process_inner .item .num {
        font-size: 4.5vw;
        padding-top: 3vw; } }
    .process_inner .item .num::before {
      position: absolute;
      content: '';
      bottom: -2px;
      width: 30px;
      height: 3px;
      background: #1d50a2; }
  .process_inner .item .ttl {
    font-size: 2.5rem;
    color: #1d50a2;
    line-height: 1;
    padding-top: 20px;
    grid-row: 2 / 3;
    grid-column: 2 / 3; }
    @media (max-width: 480px) {
      .process_inner .item .ttl {
        font-size: 5.2vw;
        letter-spacing: 0.1vw;
        padding-top: 1.5vw;
        line-height: 1.1; } }
  .process_inner .item .txt {
    grid-row: 3 / 4;
    grid-column: 2 / 3; }
    @media (max-width: 480px) {
      .process_inner .item .txt {
        font-size: 4.1vw;
        letter-spacing: 0.2vw;
        line-height: 1.5;
        grid-column: 1 / 3; } }

#contents .access_map .access_data .facilityname {
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1;
  padding: 0.15em 0.5em;
  color: #333;
  background: transparent;
  border-left: solid 5px #1d50a2; }

#contents .pt5 {
  padding-top: 5px; }
#contents .pt120 {
  padding-top: 120px; }
#contents .pb120 {
  padding-bottom: 120px; }
#contents .mb10 {
  margin-bottom: 10px; }
#contents .mb15 {
  margin-bottom: 15px; }
#contents .mb20 {
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    #contents .mb20 {
      margin-bottom: 4vw; } }
#contents .mb40 {
  margin-bottom: 40px; }
#contents .mb45 {
  margin-bottom: 45px; }
#contents .mb50 {
  margin-bottom: 50px; }
#contents .mb80 {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
    #contents .mb80 {
      margin-bottom: 10vw; } }
#contents .fs18 {
  font-size: 1.8rem; }
  @media (max-width: 480px) {
    #contents .fs18 {
      font-size: 4.1vw; } }
#contents .fs30 {
  font-size: 3rem; }
  @media (max-width: 480px) {
    #contents .fs30 {
      font-size: 4.1vw; } }
#contents .introduction {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 80px; }
  @media (max-width: 480px) {
    #contents .introduction {
      font-size: 4.1vw;
      margin-bottom: 6vw; } }
  #contents .introduction .ttl {
    font-size: 2.25rem;
    color: #1d50a2; }
    @media (max-width: 480px) {
      #contents .introduction .ttl {
        font-size: 4.6vw; } }
  #contents .introduction .txt {
    line-height: 1.4; }
#contents .info_table {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px; }
  @media (max-width: 1100px) {
    #contents .info_table {
      flex-direction: column; } }
  #contents .info_table .table_base {
    width: 670px;
    padding: 0; }
    @media (max-width: 480px) {
      #contents .info_table .table_base {
        width: 100%; } }
    #contents .info_table .table_base.w880 {
      width: 880px; }
      @media (max-width: 480px) {
        #contents .info_table .table_base.w880 {
          width: 100%; } }
    #contents .info_table .table_base table {
      border: none;
      letter-spacing: 0.1rem; }
      #contents .info_table .table_base table th, #contents .info_table .table_base table td {
        border: none;
        border-top: 1px solid #949494;
        border-bottom: 1px solid #949494; }
        @media (max-width: 480px) {
          #contents .info_table .table_base table th, #contents .info_table .table_base table td {
            display: block;
            font-size: 4vw;
            letter-spacing: 0.2vw;
            border-top: none;
            border-bottom: none; } }
      #contents .info_table .table_base table th {
        width: 18%;
        text-align: left;
        color: #1d50a2; }
        @media (max-width: 480px) {
          #contents .info_table .table_base table th {
            width: 100%;
            background-color: #e8edf6;
            padding: 2vw; } }
      #contents .info_table .table_base table td {
        padding: 20px 0; }
        @media (max-width: 480px) {
          #contents .info_table .table_base table td {
            padding: 2vw; } }
      #contents .info_table .table_base table .no-border {
        border-top: none;
        border-bottom: none; }
      #contents .info_table .table_base table .category {
        display: block;
        width: 100px;
        text-align: center;
        padding: 10px 0;
        border: 1px solid #333;
        margin-bottom: 5px;
        line-height: 1; }
        @media (max-width: 480px) {
          #contents .info_table .table_base table .category {
            padding: 1.5vw;
            width: 24vw;
            margin-bottom: 0; } }
      #contents .info_table .table_base table .c-content {
        display: flex; }
        #contents .info_table .table_base table .c-content p {
          margin-bottom: 0; }
      #contents .info_table .table_base table .w30 {
        width: 30%; }
        @media (max-width: 480px) {
          #contents .info_table .table_base table .w30 {
            width: 50vw; } }
      #contents .info_table .table_base table .w40 {
        width: 40%; }
        @media (max-width: 480px) {
          #contents .info_table .table_base table .w40 {
            width: 50vw; } }
      #contents .info_table .table_base table .w35 {
        width: 35%; }
        @media (max-width: 480px) {
          #contents .info_table .table_base table .w35 {
            width: 40vw; } }
      #contents .info_table .table_base table .mt8 {
        margin-top: 8px; }
        @media (max-width: 480px) {
          #contents .info_table .table_base table .mt8 {
            margin-top: 2vw; } }
      #contents .info_table .table_base table .mt20 {
        margin-top: 20px; }
        @media (max-width: 480px) {
          #contents .info_table .table_base table .mt20 {
            margin-top: 4vw; } }
      #contents .info_table .table_base table .fs12 {
        font-size: 1.2rem; }
        @media (max-width: 480px) {
          #contents .info_table .table_base table .fs12 {
            font-size: 3.5vw; } }
  #contents .info_table .img_area {
    width: 339px; }
    @media (max-width: 480px) {
      #contents .info_table .img_area {
        width: 77.2%; } }
    #contents .info_table .img_area img {
      display: block;
      width: 100%; }
      @media (max-width: 480px) {
        #contents .info_table .img_area img {
          height: 41.3vw;
          object-fit: cover; } }
    #contents .info_table .img_area p {
      font-size: 12px;
      letter-spacing: 0.01rem;
      padding-top: 10px; }
      @media (max-width: 480px) {
        #contents .info_table .img_area p {
          font-size: 3.5vw;
          letter-spacing: 0.01vw;
          padding-top: 3vw; } }

.service_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }
  @media (max-width: 480px) {
    .service_list {
      flex-direction: column;
      gap: 4vw;
      margin-bottom: 4vw; } }
  .service_list .list_item {
    width: 333px;
    height: 260px;
    padding: 30px 25px;
    border: 1px solid #939393;
    border-radius: 15px;
    background-color: #fff; }
    @media (max-width: 480px) {
      .service_list .list_item {
        width: 100%;
        height: 67.7vw;
        padding: 8vw; } }
    .service_list .list_item .ttl {
      display: flex;
      width: 283px;
      height: 54px;
      font-size: 2.4rem;
      line-height: 1;
      color: #fff;
      background-color: #1d50a2;
      justify-content: center;
      align-items: center;
      border-radius: 15px;
      margin-bottom: 30px; }
      @media (max-width: 480px) {
        .service_list .list_item .ttl {
          width: 100%;
          height: 13vw;
          font-size: 5.2vw;
          letter-spacing: 0.4vw;
          margin-bottom: 6vw; } }
    .service_list .list_item .list_inner {
      display: flex;
      align-items: center;
      height: 120px; }
      @media (max-width: 480px) {
        .service_list .list_item .list_inner {
          height: 32vw; } }
      .service_list .list_item .list_inner ul li {
        position: relative;
        min-height: 16px;
        font-size: 1.8rem;
        line-height: 1.3;
        letter-spacing: 0.03rem;
        padding-left: 24px;
        margin-bottom: 7px; }
        @media (max-width: 480px) {
          .service_list .list_item .list_inner ul li {
            font-size: 4.5vw;
            margin-bottom: 3vw;
            padding-left: 6vw; } }
        .service_list .list_item .list_inner ul li:last-child {
          margin-bottom: 0; }
        .service_list .list_item .list_inner ul li.marker::before {
          position: absolute;
          content: "";
          display: block;
          width: 16px;
          height: 16px;
          background-image: url(../img/list_marker.png);
          background-size: contain;
          background-repeat: no-repeat;
          left: 0;
          top: 4.5px; }
          @media (max-width: 480px) {
            .service_list .list_item .list_inner ul li.marker::before {
              width: 4.4vw;
              height: 4.4vw;
              top: 1vw; } }
    .service_list .list_item .txt p {
      margin-bottom: 0; }

#facility .table_base table tbody th {
  background-color: #fff; }
