/*! Writen  by SCSS */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
.garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal; }

.sec_main {
  position: relative; }
  .sec_main .inner_head {
    width: 30.65%;
    position: absolute;
    z-index: 2;
    top: 71.67%;
    left: 8.58%; }
  .sec_main img {
    width: 100%; }

.wrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100lvh;
  z-index: -1;
  background: url("../images/bg.jpg") top center/cover no-repeat; }

.sec01 {
  padding-top: 140px;
  padding-bottom: 170px; }
  @media screen and (max-width: 768px) {
    .sec01 {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .sec01 .sec01_wrap {
    display: flex;
    justify-content: center;
    column-gap: 9.59%; }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_wrap {
        flex-direction: column;
        row-gap: 30px; } }
    .sec01 .sec01_wrap .text_wrap {
      width: 32.25%; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap .text_wrap {
          width: 100%; } }
      .sec01 .sec01_wrap .text_wrap .ttl01 {
        font-size: clamp(28px, 4vw, 48px);
        line-height: 1;
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
        border-bottom: 1px solid; }
        .sec01 .sec01_wrap .text_wrap .ttl01 .color {
          color: #435057; }
        .sec01 .sec01_wrap .text_wrap .ttl01 .b {
          font-size: 190%; }
        .sec01 .sec01_wrap .text_wrap .ttl01 .b2 {
          font-size: 120%; }
        .sec01 .sec01_wrap .text_wrap .ttl01 .s {
          font-size: 88%; }
        .sec01 .sec01_wrap .text_wrap .ttl01 .s2 {
          font-size: 48%; }
      .sec01 .sec01_wrap .text_wrap .text_in01 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        column-gap: 5px;
        line-height: 1;
        row-gap: clamp(10px, 1.667vw, 20px);
        margin-bottom: clamp(30px, 4.167vw, 50px);
        font-weight: 600; }
        .sec01 .sec01_wrap .text_wrap .text_in01 .txt01 {
          font-size: clamp(15px, 1.5vw, 18px);
          line-height: 1;
          width: fit-content; }
        .sec01 .sec01_wrap .text_wrap .text_in01 .txt02 {
          font-size: clamp(24px, 2.5vw, 30px); }
          .sec01 .sec01_wrap .text_wrap .text_in01 .txt02 .b {
            font-size: 160%; }
          .sec01 .sec01_wrap .text_wrap .text_in01 .txt02 .s {
            font-size: 40%; }
            @media screen and (max-width: 480px) {
              .sec01 .sec01_wrap .text_wrap .text_in01 .txt02 .s {
                font-size: 12px; } }
        .sec01 .sec01_wrap .text_wrap .text_in01 .txt03 {
          font-size: clamp(12px, 1.167vw, 14px);
          line-height: 1.4; }
      .sec01 .sec01_wrap .text_wrap .text_in02 {
        margin-bottom: clamp(20px, 2.5vw, 30px);
        font-weight: 600;
        color: #000; }
        .sec01 .sec01_wrap .text_wrap .text_in02 .txt {
          padding-left: 1em;
          text-indent: -1em;
          font-size: clamp(11px, 1.084vw, 13px);
          line-height: 1.77;
          margin-bottom: 2em; }
          .sec01 .sec01_wrap .text_wrap .text_in02 .txt:nth-last-child(1) {
            margin-bottom: 0; }
      .sec01 .sec01_wrap .text_wrap .text_in03 {
        display: flex;
        margin-bottom: clamp(20px, 2.5vw, 30px);
        width: 50%;
        margin-top: 8.34%;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: clamp(15px, 2.5vw, 30px) 0;
        font-size: clamp(14px, 1.45vw, 18px);
        line-height: 1.34;
        color: #333; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_wrap .text_wrap .text_in03 {
            font-size: 13px;
            width: 100%;
            flex-direction: row;
            gap: 15px 1%; } }
        .sec01 .sec01_wrap .text_wrap .text_in03 .txt {
          width: 100%;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          min-height: 4.72em;
          background: rgba(109, 96, 40, 0.2); }
          @media screen and (max-width: 480px) {
            .sec01 .sec01_wrap .text_wrap .text_in03 .txt {
              width: 33%; } }
          .sec01 .sec01_wrap .text_wrap .text_in03 .txt .small {
            font-size: 0.8em; }
          .sec01 .sec01_wrap .text_wrap .text_in03 .txt::before, .sec01 .sec01_wrap .text_wrap .text_in03 .txt::after {
            content: "";
            display: block;
            position: absolute;
            pointer-events: none;
            width: 23.26%;
            top: 0;
            bottom: 0;
            border-top: 1px solid;
            border-bottom: 1px solid; }
          .sec01 .sec01_wrap .text_wrap .text_in03 .txt::before {
            left: 0;
            border-left: 1px solid; }
          .sec01 .sec01_wrap .text_wrap .text_in03 .txt::after {
            right: 0;
            border-right: 1px solid; }
        .sec01 .sec01_wrap .text_wrap .text_in03.ir {
          width: 100%;
          flex-wrap: wrap;
          flex-direction: row;
          justify-content: space-between; }
          @media screen and (max-width: 480px) {
            .sec01 .sec01_wrap .text_wrap .text_in03.ir {
              justify-content: center; } }
          .sec01 .sec01_wrap .text_wrap .text_in03.ir .txt {
            width: 49%; }
            @media screen and (max-width: 480px) {
              .sec01 .sec01_wrap .text_wrap .text_in03.ir .txt {
                width: 49%; } }
      .sec01 .sec01_wrap .text_wrap .hanrei {
        margin-bottom: clamp(20px, 3.334vw, 40px); }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_wrap .text_wrap .hanrei {
            margin-bottom: 0;
            max-width: 280px;
            width: 100%; } }
    .sec01 .sec01_wrap .main_img {
      width: 45.84%; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap .main_img {
          width: 82.84%;
          align-self: center; } }
      .sec01 .sec01_wrap .main_img.ir {
        width: 56.75%; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_wrap .main_img.ir {
            width: 100%; } }
    .sec01 .sec01_wrap .btn a {
      width: 100%;
      max-width: 300px;
      background: #435057;
      text-align: center;
      line-height: 1;
      padding: 16px 0;
      display: block;
      color: #fff;
      font-size: clamp(14px, 1.334vw, 16px); }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap .btn a {
          max-width: 100%; } }

/*# sourceMappingURL=detail.css.map */
