/*! Writen  by SCSS */
.ttl_wrap {
  margin-bottom: 60px; }
  @media screen and (max-width: 480px) {
    .ttl_wrap {
      margin-bottom: 30px; } }

.sec01 .item_wrap, .sec02 .item_wrap {
  text-align: left;
  row-gap: clamp(50px, calc(100vw / 11.8), 100px); }
  @media screen and (max-width: 480px) {
    .sec01 .item_wrap .item, .sec02 .item_wrap .item {
      flex-direction: column !important;
      row-gap: 20px; } }
  @media screen and (max-width: 480px) {
    .sec01 .item_wrap .item .text_wrap, .sec02 .item_wrap .item .text_wrap {
      width: 100% !important;
      text-align: center; } }
  .sec01 .item_wrap .item .text_wrap .txt01, .sec02 .item_wrap .item .text_wrap .txt01 {
    margin-bottom: 0.6em; }
    @media screen and (max-width: 480px) {
      .sec01 .item_wrap .item .text_wrap .txt01, .sec02 .item_wrap .item .text_wrap .txt01 {
        margin-bottom: 0.8em; } }
    .sec01 .item_wrap .item .text_wrap .txt01 .small, .sec02 .item_wrap .item .text_wrap .txt01 .small {
      font-size: 55%; }
  @media screen and (max-width: 480px) {
    .sec01 .item_wrap .item .text_wrap .read, .sec02 .item_wrap .item .text_wrap .read {
      font-size: calc(14vw / 3.9); } }
  @media screen and (max-width: 480px) {
    .sec01 .item_wrap .item .img, .sec02 .item_wrap .item .img {
      width: 100% !important; } }

.sec01 {
  padding-bottom: 70px; }
  @media screen and (max-width: 480px) {
    .sec01 {
      padding-bottom: 50px; } }
  .sec01 .img01 {
    position: relative;
    margin-bottom: 80px;
    background: #fff; }
    @media screen and (max-width: 480px) {
      .sec01 .img01 {
        margin-bottom: 50px; } }
    .sec01 .img01 .cap_r {
      position: absolute;
      top: calc(100% + 0px);
      right: 5px; }
    .sec01 .img01 .sld_box {
      background: #fff; }
  @media screen and (max-width: 480px) {
    .sec01 .ttl_wrap {
      margin-bottom: 50px; } }
  @media screen and (max-width: 480px) {
    .sec01 .ttl_wrap .sec_ttl {
      letter-spacing: 0.05em; } }
  .sec01 .sec01_wrap01 .item_wrap {
    flex-direction: column; }
  .sec01 .sec01_wrap01 .item:nth-child(2) {
    flex-direction: row-reverse; }
    .sec01 .sec01_wrap01 .item:nth-child(2) .text_wrap {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 10px; }
  .sec01 .sec01_wrap01 .item .text_wrap {
    width: 38.84%; }
    .sec01 .sec01_wrap01 .item .text_wrap .txt01 {
      font-size: clamp(16px, calc(21vw / 11.8), 21px); }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap01 .item .text_wrap .txt01 {
          font-size: calc(17vw / 3.9); } }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_wrap01 .item .text_wrap .img_s {
        width: 60%;
        margin-inline: auto; } }
  .sec01 .sec01_wrap01 .item .img {
    width: 56.61%; }

.sec02 {
  padding: 80px 0;
  background: #363530;
  color: #fff;
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .sec02 {
      padding: 50px 0;
      margin-bottom: 50px; } }
  .sec02 .cap_l, .sec02 .cap_r {
    color: #fff; }
  .sec02 .item_wrap {
    flex-wrap: wrap; }
    .sec02 .item_wrap .item {
      row-gap: 30px; }
      @media screen and (max-width: 480px) {
        .sec02 .item_wrap .item {
          row-gap: 20px; } }
      .sec02 .item_wrap .item.item01 .text_wrap, .sec02 .item_wrap .item.item02 .text_wrap {
        row-gap: 20px; }
        @media screen and (max-width: 480px) {
          .sec02 .item_wrap .item.item01 .text_wrap, .sec02 .item_wrap .item.item02 .text_wrap {
            margin-bottom: 0; } }
      .sec02 .item_wrap .item.item01 {
        flex-direction: row-reverse; }
      .sec02 .item_wrap .item:nth-child(n+3) {
        width: 47.33%;
        flex-direction: column; }
        @media screen and (max-width: 480px) {
          .sec02 .item_wrap .item:nth-child(n+3) {
            width: 100%; } }
        .sec02 .item_wrap .item:nth-child(n+3) .text_wrap {
          width: 100%; }
        .sec02 .item_wrap .item:nth-child(n+3) .img {
          width: 100%; }
      .sec02 .item_wrap .item:nth-last-child(1) {
        justify-content: flex-start; }
      .sec02 .item_wrap .item .text_wrap {
        width: 36.61%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .sec02 .item_wrap .item .text_wrap .txt01 {
          text-align: center;
          color: #b28247;
          padding: 0.5em 0;
          line-height: 1;
          border-top: 1px solid;
          border-bottom: 1px solid;
          font-size: clamp(16px, calc(24vw / 11.8), 22px); }
          @media screen and (max-width: 480px) {
            .sec02 .item_wrap .item .text_wrap .txt01 {
              font-size: calc(18vw / 3.9); } }
        @media screen and (max-width: 480px) {
          .sec02 .item_wrap .item .text_wrap .img_s {
            width: 60%;
            margin-inline: auto; } }
      .sec02 .item_wrap .item .img {
        width: 58.93%; }
        .sec02 .item_wrap .item .img .cap_r {
          display: inline-block;
          width: 100%; }

.sec03 .sec03_wrap {
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .sec03 .sec03_wrap {
      margin-bottom: 40px; } }
.sec03 .sec03_wrap01 a {
  display: flex;
  text-decoration: none; }
  @media screen and (max-width: 480px) {
    .sec03 .sec03_wrap01 a {
      flex-direction: column-reverse; } }
  .sec03 .sec03_wrap01 a .img {
    position: relative;
    width: 36.43%;
    width: 100%; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap01 a .img {
        width: 100%;
        display: none; } }
    .sec03 .sec03_wrap01 a .img span {
      z-index: 1;
      right: 64%; }
  .sec03 .sec03_wrap01 a .btn_lm {
    width: 63.58%;
    font-size: clamp(12px, calc(19vw / 11.8), 19px);
    line-height: 1;
    background: #363531;
    text-align: center !important;
    padding: 0.6em;
    /*transition: all 0.3s ease-in-out 0s;
    
    &:hover {
    	background: #774f24;
    }*/
    display: none;
    justify-content: center;
    align-items: center;
    padding-inline: 0; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap01 a .btn_lm {
        width: 100%;
        display: flex; } }
    .sec03 .sec03_wrap01 a .btn_lm p {
      display: flex;
      justify-content: center;
      gap: 1.2em;
      width: 100%;
      padding-block: 1.2em;
      border-top: 1px solid #c9a063;
      border-bottom: 1px solid #c9a063; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_wrap01 a .btn_lm p {
          flex-direction: column;
          gap: 0.8em; } }
      .sec03 .sec03_wrap01 a .btn_lm p .en {
        font-size: 150%;
        color: #c9a063;
        text-decoration: none; }
      .sec03 .sec03_wrap01 a .btn_lm p .ja {
        color: #fff;
        font-size: 150%;
        line-height: 1.4; }
      .sec03 .sec03_wrap01 a .btn_lm p .small {
        font-size: 85%; }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_wrap01 a .btn_lm p .small {
            display: block;
            margin-top: 0.7em; } }
  .sec03 .sec03_wrap01 a .text01 {
    display: block; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap01 a .text01 {
        display: none; } }
.sec03 .sec03_wrap02 .ttl_wrap {
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .sec03 .sec03_wrap02 .ttl_wrap {
      margin-bottom: 30px; } }
.sec03 .sec03_wrap02 .img01 {
  max-width: 813px;
  max-width: 707px;
  margin-inline: auto; }
  @media screen and (max-width: 480px) {
    .sec03 .sec03_wrap02 .img01 {
      width: 90%; } }
  .sec03 .sec03_wrap02 .img01 span {
    left: 6%;
    bottom: 3.65%; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap02 .img01 span {
        bottom: 2%; } }
.sec03 .sec03_wrap03 {
  margin-bottom: 50px; }
  .sec03 .sec03_wrap03 .item_ttl {
    margin-bottom: 0px; }
    .sec03 .sec03_wrap03 .item_ttl .sec_ttl {
      margin-bottom: 0.6em; }
  .sec03 .sec03_wrap03 .img01 {
    margin-inline: auto; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap03 .img01 {
        margin-inline: -20px; } }
    .sec03 .sec03_wrap03 .img01 span {
      right: 11.91%;
      bottom: 23.01%; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_wrap03 .img01 span {
          right: 5px;
          bottom: 18%; } }
.sec03 .sec03_wrap04 {
  display: grid;
  grid-template-columns: 22.06% 74.11%;
  align-items: flex-start;
  align-content: start;
  grid-auto-flow: dense;
  text-align: left;
  justify-content: space-between;
  grid-row-gap: clamp(20px, calc(45vw / 11.8), 45px); }
  @media screen and (max-width: 480px) {
    .sec03 .sec03_wrap04 {
      grid-template-columns: 1fr;
      column-gap: 0%; } }
  .sec03 .sec03_wrap04 .img {
    position: relative;
    grid-row: span 2; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap04 .img {
        grid-row: span 1;
        width: 70%;
        width: 64%;
        margin-inline: auto; } }
    .sec03 .sec03_wrap04 .img::after {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55); }
  @media screen and (max-width: 480px) {
    .sec03 .sec03_wrap04 .text_wrap {
      grid-row: 1/1;
      text-align: center; } }
  .sec03 .sec03_wrap04 .text_wrap .lead {
    margin-bottom: 0.6em; }
  @media screen and (max-width: 480px) {
    .sec03 .sec03_wrap04 .list {
      flex-wrap: wrap;
      row-gap: 10px;
      justify-content: center;
      column-gap: 2%; } }
  .sec03 .sec03_wrap04 .list li {
    width: 17.96%; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap04 .list li {
        width: 32%; } }
    .sec03 .sec03_wrap04 .list li:nth-child(1) {
      margin-left: 20px; }
    .sec03 .sec03_wrap04 .list li:nth-child(2) {
      margin-right: 20px; }
.sec03 .sec03_wrap05 .text_wrap {
  margin-bottom: 20px; }
  .sec03 .sec03_wrap05 .text_wrap .lead {
    margin-bottom: 0.6em; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap05 .text_wrap .lead:nth-child(2) {
        font-size: 14px;
        margin-bottom: 0; } }
.sec03 .sec03_wrap05 .item_wrap {
  flex-wrap: wrap;
  row-gap: 15px; }
  .sec03 .sec03_wrap05 .item_wrap .item {
    width: 47.33%;
    width: 31.79%; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap05 .item_wrap .item {
        width: 70%;
        margin-inline: auto; } }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap05 .item_wrap .item .img {
        aspect-ratio: 1/1;
        aspect-ratio: 1.3/1; }
        .sec03 .sec03_wrap05 .item_wrap .item .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }
    .sec03 .sec03_wrap05 .item_wrap .item .txt01 {
      font-size: clamp(12px, calc(16vw / 11.8), 16px);
      text-align: left;
      line-height: 1;
      margin-top: 0.5em;
      font-weight: 500; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_wrap05 .item_wrap .item .txt01 {
          line-height: 1.4; } }
@media screen and (max-width: 480px) {
  .sec03 .sec03_wrap06 .item_wrap {
    flex-direction: column;
    row-gap: 30px; } }
.sec03 .sec03_wrap06 .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 32.59%;
  text-align: left;
  row-gap: 35px;
  font-weight: 500; }
  @media screen and (max-width: 480px) {
    .sec03 .sec03_wrap06 .item {
      width: 100%;
      row-gap: 15px; } }
  .sec03 .sec03_wrap06 .item .txt01 {
    width: 100%;
    font-size: clamp(16px, calc(20vw / 11.8), 20px);
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap06 .item .txt01 {
        justify-content: center;
        column-gap: 15px;
        font-weight: bold; } }
    .sec03 .sec03_wrap06 .item .txt01 .img_txt {
      font-size: 0;
      line-height: 1;
      width: 49.32%; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_wrap06 .item .txt01 .img_txt {
          width: 22%;
          width: 18%; } }
  .sec03 .sec03_wrap06 .item .img {
    width: 47.4%; }
    .sec03 .sec03_wrap06 .item .img .txt {
      line-height: 1;
      font-size: clamp(12px, calc(20vw / 11.8), 14px);
      margin-top: 0.5em; }

.sec03_wrap07 ul {
  max-width: 940px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 50px; }
  @media screen and (max-width: 480px) {
    .sec03_wrap07 ul {
      gap: 35px; } }
  .sec03_wrap07 ul li {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .sec03_wrap07 ul li:nth-child(2n - 1) {
      flex-direction: row-reverse; }
    @media screen and (max-width: 480px) {
      .sec03_wrap07 ul li {
        flex-direction: column;
        gap: 15px; }
        .sec03_wrap07 ul li:nth-child(2n - 1) {
          flex-direction: column; } }
    .sec03_wrap07 ul li .img {
      width: calc(430% / 9.4); }
      @media screen and (max-width: 480px) {
        .sec03_wrap07 ul li .img {
          width: 80%;
          margin-inline: auto; } }
    .sec03_wrap07 ul li .txt {
      width: calc(450% / 9.4);
      text-align: left; }
      @media screen and (max-width: 480px) {
        .sec03_wrap07 ul li .txt {
          width: 100%;
          text-align: center; } }
.sec03_wrap07 .txt01 {
  margin-bottom: 0.6em;
  font-size: clamp(16px, calc(21vw / 11.8), 21px); }
  @media screen and (max-width: 480px) {
    .sec03_wrap07 .txt01 {
      font-size: calc(17vw / 3.9); } }

.ls01_n {
  letter-spacing: 0.1em !important; }

@media screen and (max-width: 480px) {
  .sld1 img {
    max-width: 600px;
    width: 600px; } }

.cap_box span {
  font-weight: bold !important; }

.cap_l, .cap_r {
  font-weight: bold !important; }
  @media screen and (max-width: 480px) {
    .cap_l, .cap_r {
      text-align: right !important;
      width: 100%;
      display: inline-block; } }

/*# sourceMappingURL=design.css.map */
