/*! Writen  by SCSS */
.breadlist {
  display: none; }

div.wrap {
  padding-top: 0 !important; }

.inner_main .inn {
  display: grid;
  grid-template-columns: calc(1040% / 16) calc(560% / 16);
  grid-template-columns: calc(976% / 16) calc(624% / 16);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px; }
  .inner_main .inn > div:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2; }
  .inner_main .inn > div:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3; }
  .inner_main .inn > div:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3; }
  .inner_main .inn img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media screen and (max-width: 480px) {
    .inner_main .inn {
      display: flex;
      flex-wrap: wrap; }
      .inner_main .inn > div {
        width: 50%;
        width: 100%; }
      .inner_main .inn > div:nth-child(1) {
        width: 100%; } }

.container {
  padding: 0;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .container::before {
    content: '';
    position: fixed;
    inset: 0;
    background: url("../images/common/bg.png") left top/cover no-repeat;
    z-index: -1; }

.sec00 .bg {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 5; }
  .sec00 .bg::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    background: url("../images/common/bg01.png") left top/100% auto no-repeat; }
    @media screen and (max-width: 767px) {
      .sec00 .bg::before {
        background: url("../images/common/bg01.png") left top/160% auto no-repeat; } }
.sec00 .bg1 {
  position: relative;
  z-index: 5; }
  .sec00 .bg1::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    top: 380px;
    background: #fff; }
    @media screen and (max-width: 1600px) {
      .sec00 .bg1::after {
        top: calc(380vw / 16); } }
    @media screen and (max-width: 880px) {
      .sec00 .bg1::after {
        top: calc(380vw / 8.8);
        top: calc(220vw / 8.8); } }
.sec00 .img101 figure {
  opacity: 0;
  transform: translateY(200px);
  transition: all 2s ease-in-out 0s; }
  .sec00 .img101 figure.p_view {
    opacity: 1;
    transform: translateY(0); }
  .sec00 .img101 figure .cap101 {
    bottom: 2%; }
    @media screen and (max-width: 767px) {
      .sec00 .img101 figure .cap101 {
        bottom: 0; } }
    @media screen and (max-width: 480px) {
      .sec00 .img101 figure .cap101 {
        bottom: -0.8em; } }
  @media screen and (max-width: 880px) {
    .sec00 .img101 figure figcaption {
      padding-right: 0.4em; } }

.sec02 {
  padding: 120px 0; }
  @media screen and (max-width: 480px) {
    .sec02 {
      padding: 50px 0; } }
  .sec02 .img201 {
    display: grid;
    grid-template-columns: calc(1040% / 16) calc(560% / 16);
    grid-template-columns: calc(976% / 16) calc(624% / 16);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    /*display: flex;
    align-items: flex-end;
    max-width: 1140px;
    margin-inline: auto;
    @include mq($br_sp){
    	display: block;
    }
    .l {
    	width: calc(686% / 11.4);
    	padding-bottom: calc(125% / 11.4);
    	@include mq($br_sp){
    		width: 100%;
    		padding-bottom: 0;
    	}
    }
    .r {
    	width: calc(647% / 11.4);
    	margin-left:  calc(-193% / 11.4);
    	@include mq($br_sp){
    		width: calc(647% / 6.86);
    		margin: -30px auto 0;
    	}
    	.cap1 {
    		right: calc(330% / 6.47);
    	}
    	.cap2 {
    		right: calc(83% / 6.47);
    		bottom: calc(168% / 3.79);
    	}
    }*/ }
    .sec02 .img201 > div:nth-child(1) {
      grid-area: 1 / 1 / 3 / 2; }
    .sec02 .img201 > div:nth-child(2) {
      grid-area: 1 / 2 / 2 / 3; }
    .sec02 .img201 > div:nth-child(3) {
      grid-area: 2 / 2 / 3 / 3; }
    .sec02 .img201 img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media screen and (max-width: 480px) {
      .sec02 .img201 {
        display: flex;
        flex-wrap: wrap; }
        .sec02 .img201 > div {
          width: 50%; }
        .sec02 .img201 > div:nth-child(1) {
          width: 100%; } }

.sec03 {
  padding: 120px 0 0; }
  @media screen and (max-width: 480px) {
    .sec03 {
      padding-top: 70px; } }
  .sec03 .bg2 {
    background: #fff;
    padding: 90px 0; }
    @media screen and (max-width: 480px) {
      .sec03 .bg2 {
        padding: 50px 0 50px; } }
  .sec03 .img301 {
    max-width: 800px;
    margin: 0 auto 40px; }
    @media screen and (max-width: 480px) {
      .sec03 .img301 {
        margin-bottom: 20px; } }
    .sec03 .img301 img {
      max-width: 800px;
      display: block;
      margin: 0 auto;
      width: 100%; }
    .sec03 .img301 .cap_img {
      bottom: 18px;
      right: 9%; }
      @media screen and (max-width: 480px) {
        .sec03 .img301 .cap_img {
          bottom: 0;
          right: 6%; } }
  .sec03 .box2 {
    max-width: 1080px;
    max-width: 800px;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px calc(40% / 10.8);
    gap: 20px calc(40% / 8); }
    @media screen and (max-width: 480px) {
      .sec03 .box2 {
        gap: 10px; } }
    .sec03 .box2 li {
      width: calc(520% / 10.8);
      width: calc(380% / 8); }
      @media screen and (max-width: 480px) {
        .sec03 .box2 li {
          width: 100%;
          width: calc(50% - 5px); } }
      .sec03 .box2 li .inn {
        background: linear-gradient(90deg, #009081, #005344);
        background: linear-gradient(151deg, #a29e93, #7a766d 54%, #4f4b44);
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 3.3em;
        padding: 5px;
        font-size: clamp(12px, calc(24vw / 11.2), 24px);
        font-size: clamp(12px, calc(23vw / 11.2), 23px);
        font-size: clamp(12px, calc(21vw / 11.2), 21px);
        letter-spacing: 0.05em;
        line-height: 1.3;
        font-weight: 600;
        text-align: center;
        color: #fff; }
        .sec03 .box2 li .inn::after {
          content: "";
          position: absolute;
          inset: 3px;
          border: solid 1px #fff; }
        @media screen and (max-width: 480px) {
          .sec03 .box2 li .inn {
            font-size: calc(17vw / 3.9);
            font-size: calc(15vw / 3.9);
            font-size: calc(13vw / 3.9);
            padding: 10px 5px; } }
      @media screen and (max-width: 480px) {
        .sec03 .box2 li .cap_r {
          text-align: left; } }
  .sec03 .kako {
    max-width: 1280px;
    max-width: 1080px;
    width: calc(100% - 40px);
    margin-inline: auto;
    background: url("../images/design/img210_bg.jpg") center center/cover;
    padding: 40px 40px; }
    @media screen and (max-width: 480px) {
      .sec03 .kako {
        background: url("../images/design/img210_bg_sp.jpg") center center/cover;
        padding: 30px 20px; } }
    .sec03 .kako .inn {
      color: #fff;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .sec03 .kako .inn {
          flex-direction: column;
          gap: 15px; } }
      .sec03 .kako .inn .txt {
        width: calc(470% / 10.8);
        width: calc(430% / 10);
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media screen and (max-width: 480px) {
          .sec03 .kako .inn .txt {
            width: 100%; } }
        .sec03 .kako .inn .txt .t1 {
          font-size: clamp(16px, calc(40vw / 10.8), 40px);
          font-size: clamp(16px, calc(38vw / 10.8), 38px);
          font-size: clamp(16px, calc(44vw / 10.8), 44px);
          letter-spacing: 0.05em;
          line-height: 1;
          margin-bottom: 0.4em;
          margin-bottom: 0.3em;
          font-weight: 600;
          font-weight: 300;
          opacity: 0.7;
          opacity: 0.4; }
          @media screen and (max-width: 480px) {
            .sec03 .kako .inn .txt .t1 {
              font-size: calc(20vw / 3.9); } }
        .sec03 .kako .inn .txt .t2 {
          font-size: clamp(11px, calc(16vw / 10.8), 16px);
          font-size: clamp(11px, calc(15vw / 10.8), 15px);
          letter-spacing: 0.05em;
          line-height: 1;
          margin-bottom: 0.4em;
          padding-bottom: 0.4em;
          font-weight: 600;
          font-weight: 400;
          border-bottom: solid 1px rgba(255, 255, 255, 0.7); }
          @media screen and (max-width: 480px) {
            .sec03 .kako .inn .txt .t2 {
              font-size: calc(12vw / 3.9); } }
        .sec03 .kako .inn .txt .t3 {
          font-size: clamp(16px, calc(24vw / 10.8), 24px);
          font-size: clamp(16px, calc(22vw / 10.8), 22px);
          font-size: clamp(16px, calc(20vw / 10.8), 20px);
          font-size: clamp(14px, calc(18vw / 10.8), 18px);
          letter-spacing: 0.05em;
          line-height: 1.5;
          font-weight: 600;
          font-weight: 400; }
          @media screen and (max-width: 480px) {
            .sec03 .kako .inn .txt .t3 {
              font-size: calc(18vw / 3.9); } }
          .sec03 .kako .inn .txt .t3 .s {
            font-size: 70%; }
          .sec03 .kako .inn .txt .t3 .l {
            font-size: 120%; }
        .sec03 .kako .inn .txt .t4 {
          font-size: clamp(12px, calc(16vw / 10.8), 16px);
          letter-spacing: 0.05em;
          line-height: 1.8;
          font-weight: 600;
          font-weight: 400; }
          @media screen and (max-width: 480px) {
            .sec03 .kako .inn .txt .t4 {
              font-size: calc(13w / 3.9); } }
      .sec03 .kako .inn .img1 {
        width: calc(280% / 10); }
        @media screen and (max-width: 480px) {
          .sec03 .kako .inn .img1 {
            order: -1;
            width: 100%; } }
      .sec03 .kako .inn .img2 {
        width: calc(230% / 10);
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
        .sec03 .kako .inn .img2 img {
          width: 100%; }
        @media screen and (max-width: 480px) {
          .sec03 .kako .inn .img2 {
            display: block;
            width: 100%;
            margin-inline: auto; } }
        .sec03 .kako .inn .img2 .t5 {
          font-size: clamp(12px, calc(17vw / 10.8), 17px);
          letter-spacing: 0.05em;
          line-height: 1.2;
          font-weight: 400; }
          @media screen and (max-width: 480px) {
            .sec03 .kako .inn .img2 .t5 {
              font-size: calc(13w / 3.9); } }
        .sec03 .kako .inn .img2 .t6 {
          font-size: clamp(10px, calc(12vw / 10.8), 12px);
          line-height: 1.2;
          font-weight: 400; }
          @media screen and (max-width: 480px) {
            .sec03 .kako .inn .img2 .t6 {
              font-size: calc(12w / 3.9); } }

@media screen and (max-width: 480px) {
  .sld1 img {
    width: 700px;
    max-width: none; } }

/*# sourceMappingURL=design.css.map */
