@charset "UTF-8";
/*! Writen  by SCSS */
body {
  background: #f5f4f4; }

.contarea {
  overflow-x: hidden; }

@media screen and (min-width: 960px) {
  .txt02 {
    line-height: 2.2;
    font-size: clamp(12px, calc(17vw / 9.6), 17px); } }

.img_cap .cap {
  font-size: 9px;
  font-size: 12px; }
  @media screen and (max-width: 480px) {
    .img_cap .cap {
      font-size: 8px;
      font-size: 10px; } }
  .img_cap .cap .lg {
    font-size: 160%; }
    @media screen and (max-width: 480px) {
      .img_cap .cap .lg {
        font-size: 120%; } }
  .img_cap .cap .big {
    font-size: 260%;
    display: inline-block;
    margin-bottom: 0.3em;
    letter-spacing: 0.1em; }

.main_wrap {
  background: #231f20;
  padding-top: clamp(22px, 2.5vw, 30px); }
  .main_wrap .text_wrap {
    color: #fff;
    text-align: center; }
    .main_wrap .text_wrap .ttl {
      color: #fff; }
      @media screen and (min-width: 960px) {
        .main_wrap .text_wrap .ttl {
          line-height: 2; } }
  @media screen and (max-width: 480px) {
    .main_wrap .swipe1 img {
      width: 700px;
      max-width: 700px; } }

/*.des_txts {
	.en_ttl {
		font-size: clamp_gm(20,1200,36);
		color: #94822c;
		margin-bottom: 0.75em;
		letter-spacing: 0.1em;
		line-height: 1;
		font-weight: bold;
		@include mq($br_sp){
			font-size: calc(20vw / 3.9);
		}
	}
	.ttl {
		font-size: clamp_gm(20,1200,24);
		color: #94822c;
		margin-bottom: 0.75em;
		letter-spacing: 0.1em;
		line-height: 1.6;
		font-weight: bold;
		@include mq($br_sp){
			font-size: calc(18vw / 3.9);
		}
	}
}*/
.des_en {
  font-size: clamp(20px, 3vw, 36px);
  color: #94822c;
  margin-bottom: 0.75em;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold; }
  @media screen and (max-width: 480px) {
    .des_en {
      font-size: calc(20vw / 3.9); } }
  .des_en .min {
    font-size: 55%;
    align-items: baseline; }

.des_ttl {
  color: #94822c;
  margin-bottom: 20px; }

.sec01 .img {
  max-width: 960px;
  margin-inline: auto; }
  @media screen and (max-width: 480px) {
    .sec01 .img {
      margin-inline: -20px; } }
  .sec01 .img .cap {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 2px rgba(0, 0, 0, 0.3), 0px 0px 3px rgba(0, 0, 0, 0.3), 0px 0px 4px rgba(0, 0, 0, 0.3), 0px 0px 5px rgba(0, 0, 0, 0.3), 0px 0px 6px rgba(0, 0, 0, 0.3), 0px 0px 7px rgba(0, 0, 0, 0.3), 0px 0px 8px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(0, 0, 0, 0.3); }

.sec02 .flex_wrap {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  align-content: flex-start; }
  @media screen and (max-width: 480px) {
    .sec02 .flex_wrap {
      flex-direction: column-reverse;
      row-gap: 20px; } }
  .sec02 .flex_wrap .item_wrap {
    width: 48.75%;
    max-width: 780px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: clamp(40px, 5vw, 60px); }
    @media screen and (max-width: 480px) {
      .sec02 .flex_wrap .item_wrap {
        width: 100%; } }
    .sec02 .flex_wrap .item_wrap .item {
      width: 30.77%;
      display: flex;
      flex-direction: column;
      row-gap: clamp(10px, 1.25vw, 15px); }
      @media screen and (max-width: 480px) {
        .sec02 .flex_wrap .item_wrap .item {
          width: 48%; } }
      @media screen and (max-width: 480px) {
        .sec02 .flex_wrap .item_wrap .item .img {
          aspect-ratio: 1; }
          .sec02 .flex_wrap .item_wrap .item .img img {
            width: 100%;
            height: 100%;
            object-fit: cover; } }
      .sec02 .flex_wrap .item_wrap .item .ttl {
        color: #94822c;
        display: flex;
        align-items: baseline;
        column-gap: 10px;
        font-size: clamp(14px, 1.667vw, 20px);
        padding-bottom: 0.25em;
        border-bottom: 1px solid;
        line-height: 1.2;
        font-weight: bold; }
        @media screen and (max-width: 480px) {
          .sec02 .flex_wrap .item_wrap .item .ttl {
            font-size: calc(15vw / 3.9); } }
        @media screen and (max-width: 480px) {
          .sec02 .flex_wrap .item_wrap .item .ttl.s_sp {
            align-items: flex-start; } }
        .sec02 .flex_wrap .item_wrap .item .ttl .icon {
          width: 30px;
          height: 30px;
          background: #94822d;
          display: grid;
          place-items: center;
          line-height: 1;
          color: #fff; }
      .sec02 .flex_wrap .item_wrap .item .text {
        font-size: clamp(12px, 1.334vw, 16px);
        line-height: 1.6; }
        @media screen and (max-width: 480px) {
          .sec02 .flex_wrap .item_wrap .item .text {
            font-size: calc(13vw / 3.9); } }
  .sec02 .flex_wrap .img_wrap {
    width: 49.69%;
    max-width: 795px;
    margin-left: -3%; }
    @media screen and (max-width: 480px) {
      .sec02 .flex_wrap .img_wrap {
        width: 100%;
        margin-left: 0; } }
    @media screen and (max-width: 480px) {
      .sec02 .flex_wrap .img_wrap .img {
        margin-inline: -20px;
        width: calc(100% + 70px);
        margin-left: -50px; } }
    .sec02 .flex_wrap .img_wrap .img .cap {
      padding-bottom: 12%;
      padding-right: 6%; }
      @media screen and (max-width: 480px) {
        .sec02 .flex_wrap .img_wrap .img .cap {
          padding-right: 5px;
          font-weight: 300;
          color: #222; } }
    .sec02 .flex_wrap .img_wrap .hanrei {
      text-align: center;
      width: 69.94%;
      margin-inline: auto;
      margin-top: -4%; }
      @media screen and (max-width: 480px) {
        .sec02 .flex_wrap .img_wrap .hanrei {
          width: 90%;
          margin-inline: auto; } }

.sec03 {
  background: #fff; }
  @media screen and (max-width: 480px) {
    .sec03 {
      padding: 50px 0; } }
  .sec03 .flex_wrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    column-gap: 8.75%; }
    @media screen and (min-width: 960px) {
      .sec03 .flex_wrap {
        overflow: hidden; } }
    @media screen and (max-width: 480px) {
      .sec03 .flex_wrap {
        flex-direction: column;
        width: calc(100% - 40px);
        align-items: center;
        row-gap: 5px; } }
    .sec03 .flex_wrap .ttl {
      font-size: clamp(18px, 1.751vw, 28px);
      font-size: clamp(18px, 1.875vw, 30px);
      display: flex;
      align-items: center;
      line-height: 1;
      letter-spacing: 0.1em;
      column-gap: clamp(40px, 5vw, 80px);
      /*pcのみ*/ }
      @media screen and (max-width: 1700px) {
        .sec03 .flex_wrap .ttl {
          font-size: clamp(20px, 1.5vw, 24px);
          column-gap: 5%; } }
      @media screen and (min-width: 960px) {
        .sec03 .flex_wrap .ttl {
          font-weight: bold;
          flex-direction: column;
          row-gap: clamp(20px, 2.5vw, 30px); } }
      @media screen and (max-width: 480px) {
        .sec03 .flex_wrap .ttl {
          line-height: 1.4;
          font-size: 18px;
          text-align: center; } }
      .sec03 .flex_wrap .ttl .ttl_in {
        display: flex;
        align-items: center;
        flex-direction: column;
        row-gap: 0.1em; }
        @media screen and (max-width: 480px) {
          .sec03 .flex_wrap .ttl .ttl_in {
            flex-direction: row;
            row-gap: 0;
            display: block;
            font-weight: bold; } }
        @media screen and (min-width: 960px) {
          .sec03 .flex_wrap .ttl .ttl_in span {
            display: block; } }
        @media screen and (min-width: 960px) {
          .sec03 .flex_wrap .ttl .ttl_in span.ex {
            transform: translate(10px, -10px); } }
      .sec03 .flex_wrap .ttl .icon {
        line-height: 1;
        font-size: 0; }
        @media screen and (max-width: 480px) {
          .sec03 .flex_wrap .ttl .icon {
            display: none; } }
    .sec03 .flex_wrap .img {
      width: 75%; }
      @media screen and (max-width: 480px) {
        .sec03 .flex_wrap .img {
          width: calc(100% + 120px);
          margin-inline: -60px; }
          .sec03 .flex_wrap .img .cap {
            right: 40px; } }

.sec04 {
  position: relative;
  padding-top: clamp(50px, 6.667vw, 80px); }
  @media screen and (max-width: 480px) {
    .sec04 {
      width: calc(100% - 40px);
      margin-inline: auto; } }
  .sec04 .flex_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
    @media screen and (max-width: 480px) {
      .sec04 .flex_wrap {
        flex-direction: column;
        row-gap: 30px; } }
    .sec04 .flex_wrap .item_wrap {
      width: 43.75%;
      max-width: 700px; }
      @media screen and (max-width: 480px) {
        .sec04 .flex_wrap .item_wrap {
          width: 100%; } }
      .sec04 .flex_wrap .item_wrap .item .ttl {
        text-align: center; }
      .sec04 .flex_wrap .item_wrap .item01 {
        margin-bottom: clamp(30px, 2.917vw, 35px);
        padding-bottom: clamp(30px, 2.917vw, 35px);
        border-bottom: 1px solid #94822c; }
        .sec04 .flex_wrap .item_wrap .item01 .img_wrap {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .sec04 .flex_wrap .item_wrap .item01 .img_wrap .img01 {
            width: 42.86%; }
          .sec04 .flex_wrap .item_wrap .item01 .img_wrap .img02 {
            width: 55.29%; }
          .sec04 .flex_wrap .item_wrap .item01 .img_wrap .cap_r {
            width: 100%; }
      .sec04 .flex_wrap .item_wrap .item02 {
        width: fit-content; }
        .sec04 .flex_wrap .item_wrap .item02 .name {
          letter-spacing: 0.1em;
          font-size: clamp(15px, 1.584vw, 19px); }
          .sec04 .flex_wrap .item_wrap .item02 .name .big {
            font-size: 160%; }
          .sec04 .flex_wrap .item_wrap .item02 .name .small {
            font-size: 75%; }
        .sec04 .flex_wrap .item_wrap .item02 .txt02 {
          width: 85.72%;
          margin-inline: auto; }
          @media screen and (max-width: 480px) {
            .sec04 .flex_wrap .item_wrap .item02 .txt02 {
              width: 100%; } }
    .sec04 .flex_wrap .main_img {
      width: 56.07%;
      margin-left: -4%; }
      @media screen and (max-width: 480px) {
        .sec04 .flex_wrap .main_img {
          width: 100%;
          margin-left: 0;
          margin-inline: -60px;
          width: calc(100% + 120px); }
          .sec04 .flex_wrap .main_img .cap {
            right: 40px; } }
  .sec04 .icon {
    position: absolute;
    z-index: -1;
    inset: 0;
    left: auto;
    right: 6.25%; }
    @media screen and (max-width: 480px) {
      .sec04 .icon {
        opacity: .8; } }
    .sec04 .icon img {
      height: 100%; }

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