@charset "UTF-8";
main .organization-section {
  margin-bottom: 56px; }
  main .organization-section .inner {
    width: min(920px, 92%);
    margin: 0 auto; }
  main .organization-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      main .organization-section p {
        font-size: 4.2666666667vw; } }
  main .organization-section .link-btn {
    width: min(380px, 100%);
    margin: 24px 0 0; }
    main .organization-section .link-btn a {
      display: block;
      border: 2px solid #0068B7;
      line-height: 36px;
      border-radius: 20px;
      text-align: center;
      position: relative;
      font-size: 16px;
      font-weight: 700;
      color: #0068B7;
      text-decoration: none; }
      main .organization-section .link-btn a::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 6px;
        height: 6px;
        border-top: 2px solid #0068B7;
        border-right: 2px solid #0068B7;
        transform: rotate(45deg);
        right: 30px; }
        @media screen and (max-width: 767px) {
          main .organization-section .link-btn a::after {
            width: 2.6666666667vw;
            height: 2.6666666667vw; } }
  main .organization-section .office-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 40px 0 24px; }
    main .organization-section .office-list li {
      width: 32.174%;
      border: 2px solid #CACACA;
      margin-bottom: 1.739%; }
      @media screen and (min-width: 768px) {
        main .organization-section .office-list li:not(:nth-of-type(3n)) {
          margin-right: 1.739%; } }
      main .organization-section .office-list li a {
        display: block;
        font-size: 18px;
        font-weight: 700;
        padding: 10px 30px;
        text-decoration: none;
        position: relative; }
        main .organization-section .office-list li a span {
          width: 14px;
          height: 14px;
          border-radius: 7px;
          position: absolute;
          top: 0;
          right: 14px;
          bottom: 0;
          margin: auto;
          background: #0068B7; }
          main .organization-section .office-list li a span::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 6px;
            height: 6px;
            border-top: 2px solid #0068B7;
            border-right: 2px solid #0068B7;
            transform: rotate(45deg);
            border-top: none;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            top: calc(50% - 8px);
            right: calc(50% - 3px); }
            @media screen and (max-width: 767px) {
              main .organization-section .office-list li a span::before {
                width: 2.6666666667vw;
                height: 2.6666666667vw; } }
  main .organization-section .office-single {
    padding: 24px 56px 40px;
    border: 2px solid #0068B7;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    main .organization-section .office-single h3 {
      font-size: 24px;
      line-height: 1.8;
      font-weight: 500;
      color: #0068B7;
      padding-bottom: 4px;
      border-bottom: 10px solid #EBF6FF;
      margin-bottom: 24px;
      text-align: center;
      width: 100%; }
    main .organization-section .office-single .office-single-left {
      width: 49.26%;
      margin-right: 9.952%; }
      main .organization-section .office-single .office-single-left .office-information .address {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8;
        margin-bottom: 24px; }
        @media screen and (max-width: 767px) {
          main .organization-section .office-single .office-single-left .office-information .address {
            font-size: 4.2666666667vw; } }
      main .organization-section .office-single .office-single-left .office-information .tel-btn {
        margin-bottom: 24px; }
        main .organization-section .office-single .office-single-left .office-information .tel-btn a {
          background: #0068B7;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          font-size: 20px;
          font-weight: 700;
          text-decoration: none;
          line-height: 58px;
          border-radius: 30px; }
          @media screen and (min-width: 768px) {
            main .organization-section .office-single .office-single-left .office-information .tel-btn a {
              pointer-events: none; } }
          main .organization-section .office-single .office-single-left .office-information .tel-btn a::before {
            content: "";
            background: url("../img/common/icon/call-white.svg") no-repeat center/100%;
            width: 20px;
            height: 20px;
            margin-right: 2px; }
      main .organization-section .office-single .office-single-left .office-information .membership {
        background: #EBF6FF;
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center; }
        main .organization-section .office-single .office-single-left .office-information .membership p {
          font-size: 21px;
          font-weight: 700;
          color: #0068B7;
          line-height: 1.5;
          text-align: center; }
    main .organization-section .office-single .office-single-right {
      width: 40.788%; }
      main .organization-section .office-single .office-single-right ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        main .organization-section .office-single .office-single-right ul li {
          font-size: 16px;
          font-weight: 400;
          line-height: 1.8;
          display: flex;
          align-items: flex-start; }
          @media screen and (max-width: 767px) {
            main .organization-section .office-single .office-single-right ul li {
              font-size: 4.2666666667vw; } }
          main .organization-section .office-single .office-single-right ul li span {
            display: block; }
        main .organization-section .office-single .office-single-right ul.member .position {
          width: 120px; }
          main .organization-section .office-single .office-single-right ul.member .position::before {
            content: "・"; }
      main .organization-section .office-single .office-single-right .branch {
        margin-top: 16px; }
        main .organization-section .office-single .office-single-right .branch .ttl {
          font-size: 16px;
          font-weight: 700;
          color: #0068B7;
          margin-bottom: 8px; }
        main .organization-section .office-single .office-single-right .branch ul {
          display: flex;
          flex-wrap: wrap;
          align-items: flex-start; }
          main .organization-section .office-single .office-single-right .branch ul li {
            width: 50%; }
            main .organization-section .office-single .office-single-right .branch ul li::before {
              content: "・"; }
@media screen and (max-width: 1023px) {
  main .organization-section .office-single {
    padding: 24px 40px 40px; }
  main .organization-section .office-list li a {
    padding: 10px 15px; } }
@media screen and (max-width: 767px) {
  main .organization-section {
    margin-bottom: 14.9333333333vw; }
    main .organization-section .inner {
      width: 87.2%; }
    main .organization-section .link-btn {
      margin-top: 6.4vw;
      width: 100%; }
      main .organization-section .link-btn a {
        line-height: 14.9333333333vw;
        font-size: 4.2666666667vw;
        border-radius: 7.4666666667vw; }
        main .organization-section .link-btn a::after {
          right: 5.3333333333vw; }
    main .organization-section .office-list {
      margin: 6.4vw 0 1.6vw;
      align-items: stretch; }
      main .organization-section .office-list li {
        width: 47.1%;
        margin-bottom: 5.8%; }
        main .organization-section .office-list li:nth-of-type(odd) {
          margin-right: 5.8%; }
        main .organization-section .office-list li a {
          width: 100%;
          padding: 1.8666666667vw 2.6666666667vw;
          font-size: 4.2666666667vw;
          min-height: 16.5333333333vw;
          display: flex;
          align-items: center; }
          main .organization-section .office-list li a span {
            right: 2.6666666667vw;
            width: 3.7333333333vw;
            height: 3.7333333333vw;
            border-radius: 3.7333333333vw; }
            main .organization-section .office-list li a span::before {
              width: 1.6vw;
              height: 1.6vw;
              top: -.5vw;
              left: 1vw; }
    main .organization-section .office-single {
      padding: 6.4vw;
      display: block; }
      main .organization-section .office-single h3 {
        font-size: 6.4vw;
        padding-bottom: 1.0666666667vw;
        margin-bottom: 6.4vw; }
      main .organization-section .office-single .office-single-left {
        width: 100%;
        margin: 0 0 6.4vw; }
        main .organization-section .office-single .office-single-left .office-information .address {
          margin-bottom: 6.4vw; }
        main .organization-section .office-single .office-single-left .office-information .tel-btn {
          margin-bottom: 6.4vw; }
          main .organization-section .office-single .office-single-left .office-information .tel-btn a {
            font-size: 5.3333333333vw;
            line-height: 15.4666666667vw;
            border-radius: 15.4666666667vw; }
            main .organization-section .office-single .office-single-left .office-information .tel-btn a::before {
              width: 5.3333333333vw;
              height: 5.3333333333vw;
              margin-right: 0.5333333333vw; }
        main .organization-section .office-single .office-single-left .office-information .membership {
          height: 29.8666666667vw; }
          main .organization-section .office-single .office-single-left .office-information .membership p {
            font-size: 5.6vw; }
      main .organization-section .office-single .office-single-right {
        width: 100%; }
        main .organization-section .office-single .office-single-right ul.member .position {
          width: 32vw; }
        main .organization-section .office-single .office-single-right .branch {
          margin-top: 4.2666666667vw; }
          main .organization-section .office-single .office-single-right .branch .ttl {
            font-size: 4.2666666667vw;
            margin-bottom: 2.1333333333vw; } }
main #office1,
main #office2,
main #office3,
main #office4,
main #office5,
main #office6,
main #office7,
main #office8,
main #office9 {
  padding-top: 80px;
  margin-top: -80px; }
  @media screen and (max-width: 1023px) {
    main #office1,
    main #office2,
    main #office3,
    main #office4,
    main #office5,
    main #office6,
    main #office7,
    main #office8,
    main #office9 {
      padding-top: 82px;
      margin-top: -82px; } }
  @media screen and (max-width: 767px) {
    main #office1,
    main #office2,
    main #office3,
    main #office4,
    main #office5,
    main #office6,
    main #office7,
    main #office8,
    main #office9 {
      padding-top: 13.4666666667vw;
      margin-top: -13.4666666667vw; } }
