.case_section {
  background: #16172d;
  background: url(../../top/img/header_bg.webp) 50% 0/100% auto no-repeat, linear-gradient(0deg, #16172d 0%, #232e55 100%);
  padding: 1px 0 30px; }
  .case_section .top_title {
    text-align: center;
    font-size: 54.8px;
    padding: 1em 1ex;
    transition: 0.3s all; }
    @media only screen and (max-width: 1199px) and (min-width: 720px), print {
      .case_section .top_title {
        font-size: 4.5666666667vw; } }
    @media only screen and (max-width: 719px) {
      .case_section .top_title {
        font-size: 6.4vw; } }
    .case_section .top_title .top_title_sub {
      font-family: "Shippori Mincho", serif; }
    .case_section .top_title h1 {
      margin: 0 auto;
      padding: 0;
      max-width: 1000px; }
      .case_section .top_title h1 img {
        display: block;
        margin: auto;
        max-width: 100%; }
  .case_section .gold_band {
    background: #ac7a2f;
    background: linear-gradient(270deg, #ac7a2f 0%, #bf974a 18%, #ae7d31 50%, #bf974a 78%, #ac7a2f 100%);
    padding: 20px;
    position: relative;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: 100%; }
    .case_section .gold_band::before, .case_section .gold_band::after {
      content: '';
      display: block;
      height: 1px;
      width: 100%;
      background-color: #d6bc97;
      margin: 0 0;
      position: absolute;
      left: 0; }
    .case_section .gold_band::before {
      top: 11px; }
    .case_section .gold_band::after {
      bottom: 11px; }
    .case_section .gold_band > div:first-child {
      font-size: 24.35px; }
      @media only screen and (max-width: 899px) and (min-width: 720px) {
        .case_section .gold_band > div:first-child {
          font-size: 2.7055555556vw; } }
      @media only screen and (max-width: 719px) {
        .case_section .gold_band > div:first-child {
          font-size: 4vw; } }
    .case_section .gold_band > div:last-child {
      font-size: 40.6px;
      line-height: 1.5; }
      @media only screen and (max-width: 899px) and (min-width: 720px) {
        .case_section .gold_band > div:last-child {
          font-size: 4.5111111111vw; } }
      @media only screen and (max-width: 719px) {
        .case_section .gold_band > div:last-child {
          font-size: 5.5vw; } }
  .case_section .case_head {
    margin-top: 100px;
    font-size: 18px;
    line-height: 2; }
    @media only screen and (max-width: 1199px) and (min-width: 720px), print {
      .case_section .case_head {
        margin-top: 50px; } }
    @media only screen and (max-width: 719px) {
      .case_section .case_head {
        margin-top: 20px;
        padding: 0 15px; } }
    .case_section .case_head p {
      text-align: center;
      letter-spacing: 0.14ex; }
      @media only screen and (max-width: 719px) {
        .case_section .case_head p {
          text-align: left; }
          .case_section .case_head p br.wbr {
            display: none; } }
      @media only screen and (max-width: 520px) {
        .case_section .case_head p {
          font-size: 3.0769230769vw; } }
  .case_section .case_list {
    margin: 50px auto;
    padding: 0;
    list-style-type: none;
    max-width: 1200px; }
    @media only screen and (max-width: 1199px) and (min-width: 720px), print {
      .case_section .case_list {
        margin: 30px 15px; } }
    @media only screen and (max-width: 719px) {
      .case_section .case_list {
        margin: 30px 15px; } }
    .case_section .case_list li {
      break-inside: avoid;
      margin: 30px 0;
      padding: 0;
      display: flex; }
      @media only screen and (max-width: 1199px) and (min-width: 720px), print {
        .case_section .case_list li {
          margin: 15px 0; } }
      @media only screen and (max-width: 719px) {
        .case_section .case_list li {
          margin: 15px 0; } }
      .case_section .case_list li a {
        display: flex;
        text-decoration: none;
        width: 100%;
        padding: 2px;
        background: #ac7a2f;
        background: linear-gradient(90deg, #ac7a2f 0%, #e2bf78 25%, #d2a65e 75%, #a77434 100%);
        box-sizing: border-box;
        transition: 0.3s all; }
        .case_section .case_list li a.disable {
          position: relative;
          pointer-events: none; }
          .case_section .case_list li a.disable::before {
            position: absolute;
            content: "Coming Soon";
            color: #606060;
            font-size: 24px;
            font-family: "Shippori Mincho", serif;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            text-align: center;
            z-index: 10;
            transform: translateY(50%);
            line-height: 0; }
          .case_section .case_list li a.disable::after {
            position: absolute;
            content: "";
            font-size: 48px;
            background: #ffffffcc;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
        @media only screen and (max-width: 719px) {
          .case_section .case_list li a {
            display: block; } }
        .case_section .case_list li a:hover, .case_section .case_list li a:active {
          transform: translateY(3px);
          -webkit-filter: brightness(120%);
          filter: brightness(120%); }
        .case_section .case_list li a .case_img {
          width: 46.75%;
          aspect-ratio: 561/329;
          position: relative; }
          @media only screen and (max-width: 719px) {
            .case_section .case_list li a .case_img {
              width: auto;
              aspect-ratio: 5/2; } }
          .case_section .case_list li a .case_img img {
            position: absolute;
            object-fit: cover;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
        .case_section .case_list li a .case_content {
          padding-left: 2px;
          flex-grow: 1;
          display: flex;
          flex-direction: column;
          box-sizing: border-box; }
          @media only screen and (max-width: 719px) {
            .case_section .case_list li a .case_content {
              padding-left: 0; } }
        .case_section .case_list li a .case_org {
          background: #ac7a2f;
          background: linear-gradient(90deg, #ac792f 0%, #bf974a 25%, #bf974a 75%, #ac792f 100%);
          display: flex;
          color: #ffffff;
          width: 100%;
          padding: 1.2em 2em;
          box-sizing: border-box;
          align-items: center; }
          @media only screen and (max-width: 1199px) and (min-width: 720px), print {
            .case_section .case_list li a .case_org {
              padding: 10px 15px; } }
          @media only screen and (max-width: 719px) {
            .case_section .case_list li a .case_org {
              padding: 10px 15px; } }
          .case_section .case_list li a .case_org .case_org_num {
            display: flex;
            align-items: center;
            border: 1px solid #ffffff;
            padding: 0.75ex 0.8em;
            font-family: "Shippori Mincho", serif;
            line-height: 1.2; }
            @media only screen and (max-width: 1199px) and (min-width: 720px), print {
              .case_section .case_list li a .case_org .case_org_num {
                font-size: 14px; } }
            @media only screen and (max-width: 719px) {
              .case_section .case_list li a .case_org .case_org_num {
                font-size: 14px; } }
            .case_section .case_list li a .case_org .case_org_num > span.num {
              margin-left: 0.5ex;
              font-size: 150%; }
          .case_section .case_list li a .case_org .case_org_name {
            font-size: 18px;
            padding: 0.5ex 0.8em;
            letter-spacing: 0.2ex; }
            @media only screen and (max-width: 1199px) and (min-width: 720px), print {
              .case_section .case_list li a .case_org .case_org_name {
                font-size: 16px; } }
            @media only screen and (max-width: 719px) {
              .case_section .case_list li a .case_org .case_org_name {
                font-size: 14px; } }
        .case_section .case_list li a .case_desc {
          background: #ffffff;
          padding: 20px 36px;
          flex-grow: 1;
          color: #333333; }
          @media only screen and (max-width: 1199px) and (min-width: 720px), print {
            .case_section .case_list li a .case_desc {
              padding: 10px 15px; } }
          @media only screen and (max-width: 719px) {
            .case_section .case_list li a .case_desc {
              padding: 10px 15px; } }
          .case_section .case_list li a .case_desc .case_title {
            font-size: 30px;
            font-family: "Shippori Mincho", serif;
            font-weight: 600;
            color: #996519;
            margin: 0;
            padding: 0.5ex 0; }
            @media only screen and (max-width: 1199px) and (min-width: 720px), print {
              .case_section .case_list li a .case_desc .case_title {
                font-size: 2.5vw; } }
            @media only screen and (max-width: 719px) {
              .case_section .case_list li a .case_desc .case_title {
                font-size: 16px; } }
          @media only screen and (max-width: 1199px) and (min-width: 720px), print {
            .case_section .case_list li a .case_desc .case_person {
              font-size: 14px; } }
          @media only screen and (max-width: 719px) {
            .case_section .case_list li a .case_desc .case_person {
              font-size: 12px; } }

.column_section {
  background: #ffffff;
  padding: 30px 0;
  color: #333333; }
  @media only screen and (max-width: 1199px) and (min-width: 720px), print {
    .column_section {
      padding: 30px 15px; } }
  @media only screen and (max-width: 719px) {
    .column_section {
      padding: 30px 15px; } }
  .column_section > div {
    max-width: 1200px;
    margin: auto; }
    @media only screen and (max-width: 1199px) and (min-width: 720px), print {
      .column_section > div {
        font-size: 14px; } }
    @media only screen and (max-width: 719px) {
      .column_section > div {
        font-size: 12px; } }
    .column_section > div h2 {
      color: #131b37;
      font-family: "Shippori Mincho", serif;
      font-size: 30px;
      letter-spacing: 0.2ex;
      display: table;
      margin: 1ex auto;
      position: relative; }
      @media only screen and (max-width: 719px) {
        .column_section > div h2 {
          font-size: 21px; } }
      .column_section > div h2::after {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: linear-gradient(90deg, #b4833e 0%, #e2bf78 25%, #d2a65e 75%, #a77434 100%); }
    .column_section > div .column_list {
      max-width: 1000px;
      margin: 40px auto;
      padding: 0;
      list-style-type: none; }
      .column_section > div .column_list li {
        padding: 0;
        margin: 20px 0; }
        .column_section > div .column_list li .accordion_cb_label {
          font-size: 18px; }
        .column_section > div .column_list li .column_num {
          background: #ac792f;
          color: #ffffff;
          border-radius: 50% 50%;
          width: 40px;
          height: 40px;
          text-align: center;
          line-height: 40px;
          display: inline-block;
          font-family: "Shippori Mincho", serif;
          font-size: 18px;
          box-sizing: border-box;
          padding-left: 0.3ex;
          margin-right: 1ex; }

@media only print {
  .accordion_content {
    display: block !important; } }

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