/*! Writen  by SCSS */
.main_head {
  background-image: url("../images/point/main.jpg"); }

.lead {
  font-size: clamp(16px, 1.69vw, 22px);
  color: #987c58;
  line-height: 1.4;
  letter-spacing: 0.1em; }

.bg_wrap {
  padding-top: clamp(40px, 6.67%, 80px);
  padding-bottom: clamp(40px, 6.67%, 80px);
  background: url("../images/common/bg_pattern.jpg") top left/80px 80px repeat;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .bg_wrap {
      background: url("../images/common/bg_pattern.jpg") top left/40px 40px repeat; } }
  .bg_wrap .lead {
    /*color: #e8c599;*/
    color: #987c58; }

.main_head {
  padding-top: 34.4%; }
  @media screen and (max-width: 600px) {
    .main_head {
      padding-top: 45%; } }

.read {
  letter-spacing: 0.1em; }
  .read .ls_s {
    letter-spacing: 0.05em; }

.sec {
  padding-bottom: clamp(60px, 8.334vw, 100px); }
  .sec .head_wrap {
    border-top: 1px solid #987c58;
    border-bottom: 1px solid #987c58;
    padding: 5px 0;
    margin-bottom: clamp(20px, 3.334vw, 40px); }
    .sec .head_wrap .head {
      background: linear-gradient(90deg, #6d5811 0%, #beaa5a 50%, #6d5811 100%);
      text-align: center;
      padding: 10px 0; }
  .sec .ttl_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-row-gap: clamp(15px, 2.5vw, 30px);
    margin-bottom: clamp(30px, 4.167vw, 50px); }
    .sec .ttl_wrap .ttl {
      letter-spacing: 0.15em;
      color: #940000;
      line-height: 1;
      font-size: clamp(19px, 2.834vw, 34px); }
      @media screen and (max-width: 600px) {
        .sec .ttl_wrap .ttl {
          text-align: center;
          line-height: 1.4; } }
    .sec .ttl_wrap .read {
      text-align: center; }
    @media screen and (max-width: 768px) {
      .sec .ttl_wrap .icon02, .sec .ttl_wrap .icon03 {
        display: none !important; } }
  .sec .text_flex {
    display: flex;
    flex-direction: column; }
  .sec .ttl01 {
    border-left: 5px solid #a47f00;
    padding-left: .5em;
    font-size: clamp(18px, 1.5vw, 24px);
    color: #a47f00;
    margin-bottom: 1em;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 600px) {
      .sec .ttl01 {
        font-size: 16px;
        margin-bottom: 0.5em; } }
  .sec .read.ls_s {
    letter-spacing: 0.05em; }

.flex_img {
  display: flex;
  justify-content: flex-end;
  column-gap: 6.25%;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .flex_img {
      flex-direction: column;
      row-gap: 40px; } }
  .flex_img .text_wrap {
    padding-left: 20px;
    width: 32.5%;
    row-gap: clamp(30px, 4.375vw, 70px); }
    @media screen and (max-width: 768px) {
      .flex_img .text_wrap {
        padding-left: 0;
        width: calc(100% - 40px);
        margin-inline: auto; } }
    @media screen and (max-width: 600px) {
      .flex_img .text_wrap {
        row-gap: 20px; } }
  .flex_img .img_wrap {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .flex_img .img_wrap {
        width: calc(100% - 40px);
        margin-inline: auto;
        display: flex;
        flex-direction: column;
        row-gap: 30px; } }
    @media screen and (max-width: 600px) {
      .flex_img .img_wrap {
        row-gap: 0px; } }
    .flex_img .img_wrap .img {
      width: 100%; }
      .flex_img .img_wrap .img img {
        width: 100%; }

.sec01 {
  padding-top: clamp(30px, 5.834vw, 70px); }
  @media screen and (max-width: 600px) {
    .sec01 .ttl_wrap .icon01 {
      width: 14.4%; } }
  .sec01 .ttl_wrap .icon02 {
    position: absolute;
    left: 2.92%;
    top: 0;
    width: 10.17%; }

@media screen and (max-width: 600px) {
  .sec02 .ttl_wrap .icon01 {
    width: 20.8%; } }
.sec02 .ttl_wrap .icon02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12.59%; }
.sec02 .sec02_wrap01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: clamp(20px, 7.5vw, 90px); }
  .sec02 .sec02_wrap01 .img01 {
    width: 66.66%;
    max-width: 800px; }
    @media screen and (max-width: 600px) {
      .sec02 .sec02_wrap01 .img01 {
        width: 100%; } }
  .sec02 .sec02_wrap01 .img02 {
    width: 33.34%;
    max-width: 400px; }
    @media screen and (max-width: 600px) {
      .sec02 .sec02_wrap01 .img02 {
        order: -1;
        width: 50%; } }
.sec02 .sec02_wrap02 {
  align-items: center; }
  @media screen and (max-width: 600px) {
    .sec02 .sec02_wrap02 {
      flex-direction: column;
      row-gap: 20px; } }
  .sec02 .sec02_wrap02 .read {
    width: 38.67%; }
    @media screen and (max-width: 600px) {
      .sec02 .sec02_wrap02 .read {
        width: 100%; } }
  .sec02 .sec02_wrap02 .img {
    width: 58.34%; }
    @media screen and (max-width: 600px) {
      .sec02 .sec02_wrap02 .img {
        width: 100%; } }

@media screen and (max-width: 600px) {
  .sec03 .ttl_wrap .icon01 {
    margin-inline: auto;
    width: 49.6%; } }
.sec03 .ttl_wrap .icon02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16.09%; }
.sec03 .sec03_wrap01 {
  margin-bottom: 30px; }
  .sec03 .sec03_wrap01 .img_wrao .img {
    width: 50%; }
    .sec03 .sec03_wrap01 .img_wrao .img img {
      width: 100%; }
  @media screen and (max-width: 600px) {
    .sec03 .sec03_wrap01 .cap_r {
      font-size: 8px; } }
.sec03 .sec03_wrap02 .ttl {
  color: #900906;
  font-size: clamp(18px, 2.334vw, 28px);
  letter-spacing: 0.15em;
  margin-bottom: 2em;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .sec03 .sec03_wrap02 .ttl {
      margin-bottom: 1em; } }
.sec03 .sec03_wrap02 .list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.67%;
  row-gap: clamp(30px, 5vw, 60px); }
  @media screen and (max-width: 600px) {
    .sec03 .sec03_wrap02 .list {
      row-gap: 20px; } }
  .sec03 .sec03_wrap02 .list li {
    width: 30.84%; }
    @media screen and (max-width: 600px) {
      .sec03 .sec03_wrap02 .list li {
        width: 48%; } }
    @media screen and (max-width: 600px) {
      .sec03 .sec03_wrap02 .list li:nth-child(3) {
        order: 1;
        width: 100%; } }

@media screen and (max-width: 600px) {
  .sec04 .ttl_wrap .icon01 {
    width: 22.8%; } }
.sec04 .ttl_wrap .icon02 {
  position: absolute;
  right: 3.34%;
  bottom: 0;
  width: 10.25%; }
.sec04 .sec04_wrap {
  display: flex;
  column-gap: 6.25%;
  column-gap: 4.38%;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .sec04 .sec04_wrap {
      flex-direction: column;
      row-gap: 30px; } }
  .sec04 .sec04_wrap .img_wrap {
    width: 50%;
    display: flex; }
    @media screen and (max-width: 768px) {
      .sec04 .sec04_wrap .img_wrap {
        width: 100%; } }
    .sec04 .sec04_wrap .img_wrap .img {
      width: 50%; }
      .sec04 .sec04_wrap .img_wrap .img img {
        width: 100%; }
  .sec04 .sec04_wrap .text_wrap {
    padding-left: 20px;
    padding: 0;
    row-gap: clamp(20px, 2.5vw, 30px); }
    .sec04 .sec04_wrap .text_wrap .ttl01 {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .sec04 .sec04_wrap .text_wrap {
        padding-left: 0; } }
    @media screen and (max-width: 600px) {
      .sec04 .sec04_wrap .text_wrap {
        width: calc(100% - 40px);
        margin-inline: auto; } }

@media screen and (max-width: 600px) {
  .sec05 .ttl_wrap .icon01 {
    width: 22.4%; } }
.sec05 .ttl_wrap .icon02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 17.92%; }
.sec05 .ttl_wrap .icon03 {
  position: absolute;
  left: -20px;
  bottom: -15%;
  width: 20.92%; }

.ls_02 {
  letter-spacing: -0.02em !important; }

.ls_04 {
  letter-spacing: -0.04em !important; }

.ls_06 {
  letter-spacing: -0.06em !important; }

.ls_08 {
  letter-spacing: -0.08em !important; }

.ls_1 {
  letter-spacing: -0.1em !important; }

@media screen and (max-width: 600px) {
  .ls0_sp {
    letter-spacing: -0.0em !important; }

  .ls02_sp {
    letter-spacing: -0.02em !important; }

  .ls04_sp {
    letter-spacing: -0.04em !important; }

  .ls06_sp {
    letter-spacing: -0.06em !important; }

  .ls08_sp {
    letter-spacing: -0.08em !important; }

  .ls1_sp {
    letter-spacing: -0.1em !important; } }

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