header {
  background: url(/business_support/img/img_bs.webp) no-repeat #fff;
  background-position: center bottom;
  background-size: contain;
  padding: 70px 0 96px;
  height: auto;
  display: block;
  margin-top: 70px; }
  @media screen and (max-width: 768px) {
    header {
      background-position: center bottom;
      background-size: 70%;
      padding-top: 105px;
      margin-top: 0;
      padding-bottom: 200px; } }
  header h1 {
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    color: #4fa7b2; }
    @media screen and (max-width: 768px) {
      header h1 {
        font-size: 30px;
        margin-top: 50px; } }

@media screen and (max-width: 768px) {
  #main {
    padding-top: 0; } }

#business_support {
  background: #e8f7ff; }
  @media screen and (max-width: 1160px) {
    #business_support {
      margin-top: 40px; } }
  #business_support .inner > .flex {
    margin: 40px 0 0;
    padding: 0;
    align-items: stretch; }
    @media screen and (max-width: 1160px) {
      #business_support .inner > .flex {
        flex-flow: column-reverse;
        padding-bottom: 30px;
        margin-top: 0; } }
    #business_support .inner > .flex > div {
      width: 50%;
      min-width: 50%;
      padding: 0 60px 0 0;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      @media screen and (max-width: 1160px) {
        #business_support .inner > .flex > div {
          width: 100%;
          padding: 0; } }
      #business_support .inner > .flex > div h3 {
        font-size: 32px;
        color: #4fa7b2;
        text-align: left; }
      #business_support .inner > .flex > div p {
        text-align: justify;
        line-height: 2em; }
        @media screen and (max-width: 1160px) {
          #business_support .inner > .flex > div p {
            margin: 0; } }
      #business_support .inner > .flex > div a {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background: #FF9800;
        padding: 10px 30px;
        border-radius: 50px;
        text-decoration: none;
        margin: 30px auto;
        display: inline-block; }
        #business_support .inner > .flex > div a:hover {
          background: #ef5526; }
        @media screen and (max-width: 1160px) {
          #business_support .inner > .flex > div a {
            text-align: center; } }
    #business_support .inner > .flex figure {
      width: 50%;
      min-width: 50%;
      margin: 0;
      text-align: center;
      background: url("/business_support/img/img_bs_contents.webp") no-repeat;
      background-size: cover; }
      @media screen and (max-width: 1160px) {
        #business_support .inner > .flex figure {
          width: 100%;
          height: 120px;
          margin: 30px 0;
          background-size: contain;
          background-position: center; } }

.riyo {
  padding: 100px 0 160px; }

#jirei_wrap {
  padding: 40px 0 0; }
  #jirei_wrap h3 {
    margin: 0 0 40px; }
  #jirei_wrap .flex {
    border: 5px solid #4fa7b2;
    padding: 20px;
    align-items: flex-start;
    flex-direction: row-reverse;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px; }
    #jirei_wrap .flex.no-img {
      display: block; }
      #jirei_wrap .flex.no-img div {
        width: auto; }
    @media screen and (max-width: 1160px) {
      #jirei_wrap .flex {
        flex-direction: column; } }
    #jirei_wrap .flex h4.kino_title, #jirei_wrap .flex h4.kino_title_sp {
      align-items: center;
      display: none; }
      @media screen and (max-width: 1160px) {
        #jirei_wrap .flex h4.kino_title, #jirei_wrap .flex h4.kino_title_sp {
          justify-content: center;
          width: 100%;
          display: flex; } }
      #jirei_wrap .flex h4.kino_title img, #jirei_wrap .flex h4.kino_title_sp img {
        width: 40px;
        height: 40px; }
      #jirei_wrap .flex h4.kino_title p, #jirei_wrap .flex h4.kino_title_sp p {
        margin: 0;
        padding-left: 1em; }
        #jirei_wrap .flex h4.kino_title p span, #jirei_wrap .flex h4.kino_title_sp p span {
          font-weight: bold;
          font-size: 24px;
          color: #4fa7b2;
          display: block; }
          #jirei_wrap .flex h4.kino_title p span.option, #jirei_wrap .flex h4.kino_title_sp p span.option {
            background: #53a654;
            color: #fff;
            font-weight: bold;
            padding: 3px 20px;
            border-radius: 50px;
            font-size: 12px;
            text-align: center;
            margin-bottom: 5px; }
      #jirei_wrap .flex h4.kino_title::before, #jirei_wrap .flex h4.kino_title_sp::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #53a654;
        border-radius: 50px; }
      #jirei_wrap .flex h4.kino_title.kino_title, #jirei_wrap .flex h4.kino_title_sp.kino_title {
        display: flex; }
        @media screen and (max-width: 1160px) {
          #jirei_wrap .flex h4.kino_title.kino_title, #jirei_wrap .flex h4.kino_title_sp.kino_title {
            display: none; } }
    #jirei_wrap .flex div {
      width: 65%;
      min-width: auto; }
      @media screen and (max-width: 1160px) {
        #jirei_wrap .flex div {
          width: 100%;
          padding: 0; } }
      #jirei_wrap .flex div p {
        line-height: 2em; }
    #jirei_wrap .flex figure {
      width: 35%;
      min-width: auto; }
      @media screen and (max-width: 1160px) {
        #jirei_wrap .flex figure {
          margin: 0;
          width: 100%;
          text-align: center; } }
      #jirei_wrap .flex figure img {
        width: 100%;
        border: 1px solid #ccc; }
    #jirei_wrap .flex.open_jirei {
      height: auto !important;
      padding-bottom: 60px !important; }

#jirei_modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7); }
  #jirei_modal #jirei_modal_inner {
    background: #fff;
    padding: 20px 20px 120px;
    position: relative;
    width: 80%;
    max-height: 85vh; }
    @media screen and (max-width: 768px) {
      #jirei_modal #jirei_modal_inner {
        width: 98%;
        max-height: none; } }
    #jirei_modal #jirei_modal_inner figure {
      width: 100%;
      height: calc(85vh - 140px);
      margin: 0;
      overflow-y: auto; }
      @media screen and (max-width: 768px) {
        #jirei_modal #jirei_modal_inner figure {
          height: auto; } }
      #jirei_modal #jirei_modal_inner figure img {
        width: 100%; }
    #jirei_modal #jirei_modal_inner > div {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      #jirei_modal #jirei_modal_inner > div a {
        cursor: pointer;
        border: 1px solid #4fa7b2;
        color: #4fa7b2;
        padding: 10px 30px;
        border-radius: 4px; }
        #jirei_modal #jirei_modal_inner > div a:hover {
          color: #53a654;
          border-color: #53a654; }

#gtp-wrap {
  background: #F9FAFB;
  padding: 80px 0 160px; }
  #gtp-wrap h3 {
    position: relative;
    z-index: 1; }
    #gtp-wrap h3 + p {
      font-size: 14px;
      color: #4a5565;
      text-align: center; }
  #gtp-wrap .container {
    max-width: 1280px;
    margin: 0 auto; }
  #gtp-wrap .sections {
    display: flex;
    flex-direction: column;
    gap: 3rem; }
  #gtp-wrap .section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    margin-top: 50px; }
  #gtp-wrap .section-heading {
    color: #1e2939;
    font-size: 18px;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #gtp-wrap .section-heading {
        font-size: 16px; } }
  #gtp-wrap .cards-grid {
    display: flex;
    gap: 1.25rem;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      #gtp-wrap .cards-grid {
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column; } }
  #gtp-wrap .cards-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: flex-start;
    width: 100%; }
  #gtp-wrap .card {
    background-color: #ffffff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: flex-start;
    padding: 1.5rem;
    position: relative;
    border-radius: 14px;
    border: 3px solid #4fa7b2;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s; }
    @media screen and (max-width: 768px) {
      #gtp-wrap .card {
        padding: 1.5rem 10px; } }
    #gtp-wrap .card:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
    #gtp-wrap .card.card-flex {
      flex: 1;
      min-width: 0;
      min-width: calc(50% - 1.25rem / 2); }
    #gtp-wrap .card.card-full {
      width: 611px; }
  #gtp-wrap .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      #gtp-wrap .card-header {
        align-items: flex-start;
        gap: 10px; } }
  #gtp-wrap .card-title {
    color: #101828;
    margin: 0;
    font-size: 1.17em; }
  #gtp-wrap .card-icon {
    position: relative;
    flex-shrink: 0;
    width: 16px;
    height: 16px; }
    #gtp-wrap .card-icon svg {
      display: block;
      width: 100%;
      height: 100%; }
  #gtp-wrap .card-description {
    color: #4a5565;
    width: 100%;
    margin: 0; }
