/*! Writen  by SCSS */
.breadlist {
  display: none; }

div.contents_wrap {
  background-image: none; }

.container.small {
  background-color: #fff;
  padding-inline: 43px;
  padding-top: 0; }
  @media screen and (max-width: 480px) {
    .container.small {
      padding-inline: 0; } }
  .container.small .sec_inner {
    padding: 20px 30px 40px;
    background-color: #89844f; }
    @media screen and (max-width: 480px) {
      .container.small .sec_inner {
        padding: 15px; } }
    .container.small .sec_inner .head {
      background-color: #fff;
      text-align: center;
      font-size: clamp(18px, 2.308vw, 30px);
      padding: clamp(10px, 1vw, 12px) 0;
      margin-bottom: 1.2em; }
      @media screen and (max-width: 480px) {
        .container.small .sec_inner .head {
          line-height: 1.6; } }

.c_ttl {
  margin: 0 auto -30px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .c_ttl {
      margin-bottom: -20px; } }
  .c_ttl.icn03 {
    width: 17.33%; }
    @media screen and (max-width: 768px) {
      .c_ttl.icn03 {
        width: 31.82%; } }
    @media screen and (max-width: 480px) {
      .c_ttl.icn03 {
        width: 42.86%; } }
  .c_ttl.icn04 {
    width: 19.91%; }
    @media screen and (max-width: 768px) {
      .c_ttl.icn04 {
        width: 36.55%; } }
    @media screen and (max-width: 480px) {
      .c_ttl.icn04 {
        width: 47.62%; } }
  .c_ttl.icn05 {
    width: 25.75%; }
    @media screen and (max-width: 768px) {
      .c_ttl.icn05 {
        width: 47.28%; } }
    @media screen and (max-width: 480px) {
      .c_ttl.icn05 {
        width: 63.5%; } }
  .c_ttl.icn07 {
    width: 16.84%; }
    @media screen and (max-width: 768px) {
      .c_ttl.icn07 {
        width: 30.91%; } }
    @media screen and (max-width: 480px) {
      .c_ttl.icn07 {
        width: 100%; } }
  .c_ttl.icn08 {
    width: 15.75%; }
    @media screen and (max-width: 768px) {
      .c_ttl.icn08 {
        width: 28.91%; } }
    @media screen and (max-width: 480px) {
      .c_ttl.icn08 {
        width: 37.78%; } }
  .c_ttl.icn09 {
    width: 15.45%; }
    @media screen and (max-width: 768px) {
      .c_ttl.icn09 {
        width: 28.37%; } }
    @media screen and (max-width: 480px) {
      .c_ttl.icn09 {
        width: 36.83%; } }

.sec_ttl.small {
  font-size: clamp(17px, 2vw, 24px); }
.sec_ttl.big {
  font-size: clamp(19px, 2vw, 28px); }

.sec01 {
  padding-top: 0; }
  .sec01 .wrap01 {
    background: #fff;
    max-width: 1260px;
    margin: 0 auto;
    padding: 70px 0 70px;
    box-shadow: none; }
    @media screen and (max-width: 1154px) {
      .sec01 .wrap01 {
        padding: calc(70% / 13) 0 calc(70% / 13); } }
    @media screen and (max-width: 768px) {
      .sec01 .wrap01 {
        padding: 40px 0 30px; } }
    @media screen and (max-width: 480px) {
      .sec01 .wrap01 {
        padding: 30px 0 25px; } }
    @media screen and (max-width: 480px) {
      .sec01 .wrap01 .main_ttl {
        font-size: 17px; } }
  .sec01 .wrap02 {
    padding-bottom: clamp(30px, 5.834vw, 70px); }
    .sec01 .wrap02 .img {
      margin-bottom: clamp(20px, 5.556vw, 70px);
      margin-inline: -73px; }
      @media screen and (max-width: 1200px) {
        .sec01 .wrap02 .img .cap {
          margin-right: 53px; } }
    @media screen and (max-width: 480px) {
      .sec01 .wrap02 .sec_read {
        font-size: 13px; } }
  .sec01 .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    align-content: start;
    grid-auto-flow: dense;
    column-gap: 6.27%;
    margin-bottom: clamp(30px, 6.284vw, 70px); }
    @media screen and (max-width: 480px) {
      .sec01 .list {
        grid-template-columns: repeat(1, 1fr); } }
    .sec01 .list li {
      border-bottom: 1px dashed #000;
      display: flex;
      flex-direction: column;
      row-gap: clamp(5px, 0.898vw, 10px);
      padding: clamp(15px, 1.796vw, 20px) 0; }
      .sec01 .list li:nth-child(1) {
        border-top: 1px dashed #000; }
      .sec01 .list li:nth-child(2) {
        border-top: 1px dashed #000; }
        @media screen and (max-width: 480px) {
          .sec01 .list li:nth-child(2) {
            border-top: none; } }
      .sec01 .list li .txt {
        font-size: clamp(12px, 1.437vw, 16px);
        letter-spacing: 0.15em; }
        @media screen and (max-width: 480px) {
          .sec01 .list li .txt {
            text-align: center; } }
      .sec01 .list li .ttl {
        font-size: clamp(18px, 1.975vw, 22px);
        color: #b6ad4f; }
        @media screen and (max-width: 480px) {
          .sec01 .list li .ttl {
            text-align: center; } }
      @media screen and (max-width: 480px) {
        .sec01 .list li .in_box {
          flex-wrap: wrap;
          row-gap: 15px; } }
      .sec01 .list li .in_box.flex .text_wrap {
        width: 67.05%; }
        @media screen and (max-width: 480px) {
          .sec01 .list li .in_box.flex .text_wrap {
            width: 100%; } }
      .sec01 .list li .in_box.flex .img {
        width: 28.74%;
        height: fit-content; }
        @media screen and (max-width: 480px) {
          .sec01 .list li .in_box.flex .img {
            width: 75%;
            margin-inline: auto; } }
      .sec01 .list li .sec_read {
        font-size: clamp(12px, 1.257vw, 14px); }
  @media screen and (max-width: 768px) {
    .sec01 .wrap03 {
      flex-wrap: wrap;
      flex-direction: column-reverse; } }
  .sec01 .wrap03 .in01 {
    width: 51.98%; }
    @media screen and (max-width: 768px) {
      .sec01 .wrap03 .in01 {
        width: 100%; } }
    .sec01 .wrap03 .in01 .img01 {
      max-width: 519px;
      margin-inline: auto;
      margin-bottom: 35px; }
      @media screen and (max-width: 480px) {
        .sec01 .wrap03 .in01 .img01 {
          margin-bottom: 30px; } }
      .sec01 .wrap03 .in01 .img01 .cap {
        bottom: 20px; }
        @media screen and (max-width: 480px) {
          .sec01 .wrap03 .in01 .img01 .cap {
            position: relative;
            bottom: 0; } }
    .sec01 .wrap03 .in01 .img02 {
      margin-bottom: clamp(15px, 3.455vw, 20px); }
      @media screen and (max-width: 768px) {
        .sec01 .wrap03 .in01 .img02 {
          max-width: 577px;
          margin-inline: auto; } }
    .sec01 .wrap03 .in01 .text_wrap {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      align-items: flex-start;
      align-content: start;
      grid-auto-flow: dense;
      column-gap: 16.76%; }
      @media screen and (max-width: 768px) {
        .sec01 .wrap03 .in01 .text_wrap {
          max-width: 577px;
          margin-inline: auto; } }
      .sec01 .wrap03 .in01 .text_wrap p:nth-child(2) {
        letter-spacing: 0.02em; }
  .sec01 .wrap03 .in02 {
    width: 39.5%;
    margin-top: clamp(20px, 2.084vw, 25px);
    /*
    			.in_box {
    				position: relative;
    				padding: 10px 20px;
    				&::after {
    					content: '';
    					position: absolute;
    					inset: 0;
    					border: 2px solid #89844f;
    					pointer-events: none;
    				}
    				.red {
    					color: #b50a14;
    				}
    				.txt01 {
    					background-color: #ddd8ac;
    					margin-inline: -10px;
    					line-height: 1.4;
    					span {
    						font-size: 133.34%;
    						color: #b14600;
    					}
    				}
    				.in02_01 {
    					align-items: center;
    					.txt02 {
    						width: cal_per(400,157);
    						font-size: clamp_gm(12,440,14);
    						letter-spacing: -0.06em;
    						span {
    							font-size: 215%;
    						}
    					}
    					.txt03 {
    						width: cal_per(400,237);
    						font-size: clamp_gm(20,400,30);
    						span {
    							font-size: 400%;	
    						}
    					}
    				}
    			}
    */ }
    @media screen and (max-width: 768px) {
      .sec01 .wrap03 .in02 {
        margin-top: 0;
        width: 100%;
        display: flex;
        flex-direction: column-reverse; } }
    .sec01 .wrap03 .in02 .img {
      margin-bottom: clamp(15px, 4.546vw, 20px);
      text-align: center; }
    @media screen and (max-width: 768px) {
      .sec01 .wrap03 .in02 .text_wrap {
        text-align: center;
        margin-bottom: 20px; } }
    .sec01 .wrap03 .in02 .text_wrap .ttl_wrap {
      position: relative;
      align-items: center;
      justify-content: space-around;
      margin-bottom: clamp(15px, 5vw, 20px);
      padding-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .sec01 .wrap03 .in02 .text_wrap .ttl_wrap {
          flex-direction: column; } }
      .sec01 .wrap03 .in02 .text_wrap .ttl_wrap::after {
        content: '';
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, #b6ad4f 50%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        left: 0;
        bottom: 0; }
      .sec01 .wrap03 .in02 .text_wrap .ttl_wrap .txt01 {
        font-size: clamp(14px, 4.319vw, 19px);
        color: #b6ad4f; }
        @media screen and (max-width: 480px) {
          .sec01 .wrap03 .in02 .text_wrap .ttl_wrap .txt01 {
            font-size: 12px; } }
      .sec01 .wrap03 .in02 .text_wrap .ttl_wrap .sec_ttl {
        margin-bottom: 0;
        font-size: clamp(18px, 2vw, 24px);
        line-height: 1.4; }

.sec02 {
  position: relative; }
  .sec02 .c_ttl {
    margin-bottom: -40px; }
    @media screen and (max-width: 480px) {
      .sec02 .c_ttl {
        margin-bottom: -30px; } }
  .sec02 .sec_ttl {
    font-size: clamp(16px, 2.155vw, 24px);
    letter-spacing: 0; }
  .sec02 .wrap01 {
    color: #fff;
    flex-wrap: wrap;
    padding-bottom: clamp(20px, 2.693vw, 30px);
    margin-bottom: clamp(20px, 2.693vw, 30px);
    border-bottom: 1px #fff dashed; }
    @media screen and (max-width: 480px) {
      .sec02 .wrap01 {
        row-gap: 20px; } }
    .sec02 .wrap01 .item01 {
      width: 61.94%; }
      @media screen and (max-width: 480px) {
        .sec02 .wrap01 .item01 {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .sec02 .wrap01 .item01 .sec_ttl {
          text-align: center; } }
      .sec02 .wrap01 .item01 .in .img {
        width: 48.41%;
        height: fit-content; }
        @media screen and (max-width: 480px) {
          .sec02 .wrap01 .item01 .in .img {
            width: 37%;
            aspect-ratio: 117 / 151;
            height: fit-content; }
            .sec02 .wrap01 .item01 .in .img img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: right; } }
      .sec02 .wrap01 .item01 .in .txt {
        width: 47.69%;
        font-size: clamp(12px, 1.308vw, 17px); }
        @media screen and (max-width: 480px) {
          .sec02 .wrap01 .item01 .in .txt {
            width: 60%;
            line-height: 1.6;
            letter-spacing: -0.01em; } }
    .sec02 .wrap01 .item02 {
      width: 31.69%;
      display: flex;
      flex-direction: column;
      row-gap: 13px; }
      @media screen and (max-width: 480px) {
        .sec02 .wrap01 .item02 {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .sec02 .wrap01 .item02 .img {
          width: 70%;
          margin-inline: auto; } }
      .sec02 .wrap01 .item02 .sec_read {
        font-size: clamp(12px, 3.967vw, 14px);
        line-height: 1.4; }
        @media screen and (max-width: 480px) {
          .sec02 .wrap01 .item02 .sec_read {
            font-size: 12px; } }
      .sec02 .wrap01 .item02 .cap_l {
        color: #000; }
  .sec02 .wrap02 {
    color: #fff;
    flex-wrap: wrap; }
    .sec02 .wrap02 .sec_ttl {
      width: 100%;
      margin-bottom: 0.8em; }
      @media screen and (max-width: 480px) {
        .sec02 .wrap02 .sec_ttl {
          text-align: center; } }
    @media screen and (max-width: 480px) {
      .sec02 .wrap02 .in_box {
        margin-bottom: 15px; } }
    .sec02 .wrap02 .in_box .sec_read {
      width: 67.51%; }
      @media screen and (max-width: 480px) {
        .sec02 .wrap02 .in_box .sec_read {
          width: 60%;
          font-size: clamp(12px, 1.257vw, 14px); } }
    .sec02 .wrap02 .in_box .img01 {
      width: 25.68%;
      height: fit-content;
      margin-top: calc(-40% / 10.42); }
      @media screen and (max-width: 480px) {
        .sec02 .wrap02 .in_box .img01 {
          width: 37%;
          height: auto;
          margin-top: 0; }
          .sec02 .wrap02 .in_box .img01 img {
            width: 100%;
            height: 100%;
            object-fit: cover; } }
    .sec02 .wrap02 .img02 {
      width: 100%; }

.sec03 .icn02 {
  margin-bottom: -40px; }
  @media screen and (max-width: 480px) {
    .sec03 .icn02 {
      margin-bottom: -30px; } }
.sec03 .head {
  margin-bottom: clamp(25px, 4.489vw, 40px) !important; }
  @media screen and (max-width: 480px) {
    .sec03 .head {
      margin-bottom: 15px; } }
.sec03 .wrap01 {
  margin-bottom: clamp(30px, 4.489vw, 50px);
  align-items: center;
  max-width: 940px;
  margin-inline: auto; }
  @media screen and (max-width: 768px) {
    .sec03 .wrap01 {
      flex-direction: column;
      row-gap: 15px; } }
  .sec03 .wrap01 .img01 {
    width: 39.37%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .sec03 .wrap01 .img01 {
        width: 60%; } }
  .sec03 .wrap01 .text_wrap {
    width: 55.32%;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .sec03 .wrap01 .text_wrap {
        width: 100%; } }
    .sec03 .wrap01 .text_wrap .sec_ttl {
      display: flex;
      flex-wrap: wrap;
      font-size: clamp(16px, 2.065vw, 23px);
      letter-spacing: 0.05em;
      margin-bottom: 0.8em; }
      @media screen and (max-width: 480px) {
        .sec03 .wrap01 .text_wrap .sec_ttl {
          justify-content: center; } }
      .sec03 .wrap01 .text_wrap .sec_ttl .small {
        font-size: 10px; }
      .sec03 .wrap01 .text_wrap .sec_ttl .big {
        font-size: 150%; }
.sec03 .wrap02 {
  margin-bottom: clamp(30px, 3.591vw, 40px); }
  .sec03 .wrap02 .list {
    flex-wrap: wrap;
    row-gap: 25px; }
    .sec03 .wrap02 .list .item {
      width: 47.94%;
      background: rgba(255, 255, 255, 0.65); }
      @media screen and (max-width: 768px) {
        .sec03 .wrap02 .list .item {
          width: 100%; } }
      .sec03 .wrap02 .list .item .text_wrap {
        width: 59.74%;
        padding: 12px clamp(10px, 6.27vw, 20px) 0;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        @media screen and (max-width: 480px) {
          .sec03 .wrap02 .list .item .text_wrap {
            padding: 10px; } }
        .sec03 .wrap02 .list .item .text_wrap .sec_ttl {
          letter-spacing: 0em;
          margin-bottom: 25px;
          line-height: 1; }
          @media screen and (max-width: 480px) {
            .sec03 .wrap02 .list .item .text_wrap .sec_ttl {
              margin-bottom: 20px; } }
        .sec03 .wrap02 .list .item .text_wrap .sec_read {
          line-height: 1.4; }
          @media screen and (max-width: 480px) {
            .sec03 .wrap02 .list .item .text_wrap .sec_read {
              font-size: 12px; } }
      .sec03 .wrap02 .list .item .img {
        width: 40.08%; }
        @media screen and (max-width: 768px) {
          .sec03 .wrap02 .list .item .img {
            height: 100%; }
            .sec03 .wrap02 .list .item .img img {
              width: 100%;
              height: 100%;
              object-fit: cover; } }

.item_wrap {
  padding: 0 clamp(30px, 4.668vw, 52px) clamp(25px, 2.693vw, 30px);
  background-color: #fff;
  margin-bottom: clamp(20px, 2.476vw, 25px); }
  .item_wrap.mb0 {
    margin-bottom: 0; }
  @media screen and (max-width: 480px) {
    .item_wrap {
      padding-top: 0;
      padding-inline: 15px;
      margin-inline: 0px; } }
  .item_wrap .list {
    position: relative;
    flex-wrap: wrap;
    padding-top: clamp(20px, 3.466vw, 35px);
    row-gap: clamp(25px, 2.971vw, 30px);
    margin-top: clamp(5px, 0.991vw, 10px); }
    .item_wrap .list.mt0 {
      margin-top: 0; }
    .item_wrap .list::after {
      content: '';
      width: 100%;
      height: 6px;
      background: linear-gradient(to right, #b6ae4f 0%, #7f770d 100%);
      position: absolute;
      top: 0;
      left: 0; }
    .item_wrap .list li {
      width: 30.5%;
      display: flex;
      flex-direction: column;
      row-gap: 10px; }
      @media screen and (max-width: 768px) {
        .item_wrap .list li {
          width: 48%; } }
      .item_wrap .list li .img {
        margin-bottom: 5px;
        height: fit-content; }
      .item_wrap .list li .name {
        color: #b6ad4f;
        text-align: center;
        font-size: clamp(15px, 1.539vw, 20px);
        letter-spacing: -0.1em;
        display: grid;
        place-items: center;
        line-height: 1.2; }
        @media screen and (max-width: 480px) {
          .item_wrap .list li .name.small01 {
            font-size: 15px; } }
        @media screen and (max-width: 480px) {
          .item_wrap .list li .name.small02 {
            font-size: clamp(15px, 1.462vw, 19px); } }
        @media screen and (max-width: 480px) {
          .item_wrap .list li .name.small03 {
            letter-spacing: -0.14em;
            font-size: 15px; } }
      .item_wrap .list li .sec_read {
        font-size: clamp(12px, 1.308vw, 17px);
        line-height: 1.5;
        font-feature-settings: "palt";
        letter-spacing: 0.04em; }
        .item_wrap .list li .sec_read.lp_05 {
          letter-spacing: -0.05em; }
      .item_wrap .list li .obj {
        position: relative;
        width: 100%;
        text-align: center;
        font-size: clamp(19px, 9.741vw, 30px);
        padding-bottom: 15px;
        line-height: 1;
        color: #b6ad4f; }
        @media screen and (max-width: 480px) {
          .item_wrap .list li .obj {
            font-size: 19px; } }
        .item_wrap .list li .obj::after {
          content: '';
          width: 100%;
          height: 5px;
          background: linear-gradient(to right, #b6ae4f 0%, #7f770d 100%);
          position: absolute;
          bottom: 0;
          left: 0; }

.sec04 .icn06 {
  margin-bottom: -50px; }
  @media screen and (max-width: 480px) {
    .sec04 .icn06 {
      margin-bottom: -30px; } }
.sec04 .head {
  margin-bottom: clamp(15px, 4.489vw, 25px) !important; }
@media screen and (max-width: 768px) {
  .sec04 .item_wrap .list li.sp_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
    .sec04 .item_wrap .list li.sp_flex .text_wrap {
      width: 48%; }
    .sec04 .item_wrap .list li.sp_flex .img {
      width: 48%; } }
.sec04 .item_wrap .list li .in {
  display: flex;
  flex-direction: column;
  row-gap: 10px; }
.sec04 .item_wrap .list li.content01 {
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 20px;
  width: 100%;
  padding: clamp(15px, 1.981vw, 20px) clamp(15px, 2.971vw, 30px); }
  @media screen and (max-width: 768px) {
    .sec04 .item_wrap .list li.content01 {
      padding: 0;
      row-gap: 0;
      align-items: flex-end; } }
  .sec04 .item_wrap .list li.content01 .text_wrap01 {
    width: 51.06%; }
    @media screen and (max-width: 480px) {
      .sec04 .item_wrap .list li.content01 .text_wrap01 {
        width: 100%; } }
    .sec04 .item_wrap .list li.content01 .text_wrap01 .sec_ttl {
      color: #c8a374;
      letter-spacing: 0em;
      line-height: 1; }
      @media screen and (max-width: 480px) {
        .sec04 .item_wrap .list li.content01 .text_wrap01 .sec_ttl {
          font-size: 18px;
          line-height: 1.3;
          margin-bottom: 0.6em; } }
    .sec04 .item_wrap .list li.content01 .text_wrap01 .img01 {
      margin-bottom: 1.2em; }
      @media screen and (max-width: 480px) {
        .sec04 .item_wrap .list li.content01 .text_wrap01 .img01 {
          width: fit-content;
          width: 80%;
          margin-inline: auto;
          margin-bottom: 15px; } }
    .sec04 .item_wrap .list li.content01 .text_wrap01 .sec_read {
      letter-spacing: -0.03em; }
      @media screen and (max-width: 480px) {
        .sec04 .item_wrap .list li.content01 .text_wrap01 .sec_read {
          text-indent: -1em;
          margin-left: 1em;
          letter-spacing: 0.04em; }
          .sec04 .item_wrap .list li.content01 .text_wrap01 .sec_read:nth-last-child(1) {
            margin-bottom: 15px; } }
  .sec04 .item_wrap .list li.content01 .img02 {
    width: 34.43%;
    height: fit-content; }
    @media screen and (max-width: 480px) {
      .sec04 .item_wrap .list li.content01 .img02 {
        width: 80%;
        margin-inline: auto;
        margin-bottom: 10px; } }
    .sec04 .item_wrap .list li.content01 .img02 .cap {
      width: 90px;
      right: 100%; }
      @media screen and (max-width: 480px) {
        .sec04 .item_wrap .list li.content01 .img02 .cap {
          bottom: calc(115%/1.71);
          left: 0; } }
  .sec04 .item_wrap .list li.content01 .text_wrap02 .name {
    display: block;
    text-align: left;
    margin-bottom: 0.5em;
    line-height: 1; }
    @media screen and (max-width: 480px) {
      .sec04 .item_wrap .list li.content01 .text_wrap02 .name {
        margin: 15px 0; } }
  @media screen and (max-width: 480px) {
    .sec04 .item_wrap .list li.content01 .text_wrap02 .sec_read {
      letter-spacing: 0.04em; } }
.sec04 .item_wrap .list li.content02 {
  width: 65.25%; }
  @media screen and (max-width: 768px) {
    .sec04 .item_wrap .list li.content02 {
      width: 100%; } }
  .sec04 .item_wrap .list li.content02 .img_wrap {
    flex-wrap: wrap; }
    .sec04 .item_wrap .list li.content02 .img_wrap .img {
      width: 31.87%; }
      @media screen and (max-width: 480px) {
        .sec04 .item_wrap .list li.content02 .img_wrap .img {
          margin-bottom: 0; } }
    .sec04 .item_wrap .list li.content02 .img_wrap .cap_r {
      width: 100%; }
@media screen and (max-width: 768px) {
  .sec04 .item_wrap .list li.content03 {
    width: 100%; }
    .sec04 .item_wrap .list li.content03 .img {
      margin-inline: auto; } }

.item_wrap .list05 .item01 {
  width: 100%;
  flex-direction: row-reverse; }
  @media screen and (max-width: 480px) {
    .item_wrap .list05 .item01 {
      flex-wrap: wrap; } }
  .item_wrap .list05 .item01 .img {
    width: 67.33%; }
    @media screen and (max-width: 480px) {
      .item_wrap .list05 .item01 .img {
        width: 100%; } }
  .item_wrap .list05 .item01 .text_wrap {
    width: 27.73%; }
    @media screen and (max-width: 480px) {
      .item_wrap .list05 .item01 .text_wrap {
        width: 100%; } }
.item_wrap .list05 .item02 {
  width: 48%;
  width: 48.52%; }
  @media screen and (max-width: 480px) {
    .item_wrap .list05 .item02 {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .item_wrap .list05 .item02 .img {
        width: 48%; }
      .item_wrap .list05 .item02 .txt {
        width: 48%; } }
.item_wrap .list05 .item03 {
  width: 19.81%; }
  @media screen and (max-width: 480px) {
    .item_wrap .list05 .item03 {
      width: 48%; } }
.item_wrap .list05 .item04 {
  width: 53.07%;
  width: 48.52%; }
  @media screen and (max-width: 480px) {
    .item_wrap .list05 .item04 {
      width: 100%; } }
  .item_wrap .list05 .item04 .img_wrap .img:nth-child(1) {
    width: 59.71%;
    width: 55.92%; }
  .item_wrap .list05 .item04 .img_wrap .img:nth-child(2) {
    width: 37.32%;
    width: 40.82%; }
.item_wrap .list05 .sp {
  width: 53.07%; }
  @media screen and (max-width: 480px) {
    .item_wrap .list05 .sp {
      display: none; } }
.item_wrap .list05 li .pc_ta {
  place-items: baseline; }
  @media screen and (max-width: 480px) {
    .item_wrap .list05 li .pc_ta {
      place-items: center; } }

@media screen and (max-width: 480px) {
  .ls_02 {
    letter-spacing: -0.02em !important; } }

@media screen and (max-width: 480px) {
  .ls_06 {
    letter-spacing: -0.06em !important; } }

.ls06_pc {
  letter-spacing: -0.06em !important; }
  @media screen and (max-width: 480px) {
    .ls06_pc {
      letter-spacing: 0 !important; } }

@media screen and (max-width: 480px) {
  .ls_22 {
    letter-spacing: -0.22em !important; } }

@media screen and (max-width: 480px) {
  .ls_26 {
    letter-spacing: -0.26em !important; } }

.cap_l {
  font-size: 10px; }

@media screen and (max-width: 480px) {
  .cap_lh {
    line-height: 1.2;
    margin-top: 5px;
    display: block; } }

.mt_no10 {
  margin-top: -10px; }
  @media screen and (max-width: 480px) {
    .mt_no10 {
      margin-top: 0; } }

.wh {
  color: #fff !important; }

.cap_l {
  line-height: 1.4; }

sup {
  font-size: 50%; }

.ls_01 {
  letter-spacing: -0.01em !important; }

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

.ls_03 {
  letter-spacing: -0.03em !important; }

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

.ls_05 {
  letter-spacing: -0.05em !important; }

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

.ls_07 {
  letter-spacing: -0.07em !important; }

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

.ls_09 {
  letter-spacing: -0.09em !important; }

.ls_15 {
  letter-spacing: -0.15em !important; }
  @media screen and (max-width: 480px) {
    .ls_15 {
      letter-spacing: 0 !important; } }

@media screen and (max-width: 480px) {
  .ls_01_sp {
    letter-spacing: -0.01em !important; }

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

  .ls_03_sp {
    letter-spacing: -0.03em !important; }

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

  .ls_05_sp {
    letter-spacing: -0.05em !important; }

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

  .ls_07_sp {
    letter-spacing: -0.07em !important; }

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

  .ls_09_sp {
    letter-spacing: -0.09em !important; } }

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