@charset "UTF-8";
/*! Writen  by SCSS */
.img_cap.black .cap {
  color: #555; }
.img_cap .cap {
  text-shadow: 0px 0px 0px #555555, 0px 0px 1px #555555, 0px 0px 2px #555555, 0px 0px 3px #555555, 0px 0px 4px #555555, 0px 0px 5px #555555, 0px 0px 6px #555555, 0px 0px 7px #555555, 0px 0px 8px #555555, 0px 0px 9px #555555; }

.main .img.fig101 {
  mask-image: linear-gradient(180deg, #eaf6fd 74%, rgba(234, 246, 253, 0) 100%); }

.contarea {
  padding-bottom: 1px;
  padding-bottom: 0;
  transition: all 0.3s ease-in-out 0s; }
  body.k .contarea {
    /*background: #a3b1bd;*/
    background: #94b8d8; }
  body.g .contarea {
    background: #eaf6fd; }

.bold {
  font-weight: bold; }

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

@media screen and (min-width: 960px) {
  .sec02 .txt01, .sec03 .txt01 {
    line-height: 2; } }

.sec0 {
  max-width: 100%;
  padding: 0;
  padding-top: 70px; }
  @media screen and (max-width: 767px) {
    .sec0 {
      padding-top: 30px; } }
  .sec0 .box101 {
    position: relative;
    width: 100%; }
    .sec0 .box101 .txt_box {
      position: absolute;
      top: calc(70vw/16);
      left: calc(290vw/16); }
      @media screen and (max-width: 767px) {
        .sec0 .box101 .txt_box {
          padding: 30px 0;
          width: calc(100% - 40px);
          margin: 0 auto;
          text-align: center;
          position: relative;
          top: 0;
          left: 0; } }
      @media screen and (max-width: 480px) {
        .sec0 .box101 .txt_box {
          display: none; } }
      .sec0 .box101 .txt_box p {
        font-weight: bold; }
        .sec0 .box101 .txt_box p.txt01 {
          margin-bottom: calc(22vw/16); }
    .sec0 .box101 .img_wrap {
      position: relative; }
      .sec0 .box101 .img_wrap .img101_ico {
        width: calc(83%/16);
        position: absolute;
        top: calc(35vw/16);
        left: calc(80vw/16); }
        @media screen and (max-width: 480px) {
          .sec0 .box101 .img_wrap .img101_ico {
            display: none; } }

.sec_cont {
  position: relative; }
  .sec_cont .inner {
    max-width: 1120px; }

.sec_cont .sec {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: 0.3s all ease-in-out 0s; }

.sec_cont .sec.active {
  position: relative;
  pointer-events: all;
  opacity: 1; }

.btn_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto; }

.btn_wrap.bottom {
  padding-top: 70px; }

.btn_wrap li {
  display: block;
  position: relative;
  width: 31.25%;
  line-height: 0;
  max-width: 350px; }

.btn_wrap li .on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s linear; }

.btn_wrap li.active {
  pointer-events: none; }

.btn_wrap li.active .on {
  opacity: 1; }

.btn_wrap li .on:hover {
  opacity: 1; }

@media screen and (max-width: 767px) {
  .btn_wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    row-gap: 10px;
    max-width: 235px; }

  .btn_wrap.bottom {
    padding-top: 50px; }

  .btn_wrap li {
    width: 100%; } }
/*---------------------------*/
.grid_wrap {
  display: grid;
  align-items: flex-start;
  align-content: start;
  grid-auto-flow: dense; }

.main_item {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .main_item {
      aspect-ratio: auto !important; } }
  .main_item .text_img {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end; }

/*.txt01 {
	font-size: clamp_gm(20,1200,24);
	@include mq($br_sp){
		font-size: calc(16vw / 3.9);
	}
}*/
.text_group .txt01 {
  color: #94822c;
  line-height: 1.4;
  margin-bottom: 0.3em;
  display: flex;
  column-gap: 10px;
  align-items: center; }
  @media screen and (max-width: 480px) {
    .text_group .txt01 {
      font-size: calc(14vw / 3.9);
      letter-spacing: 0.02em; } }
  .text_group .txt01 .icon {
    background: #94822c;
    color: #fff;
    font-size: clamp(14px, 1.5vw, 18px);
    width: 26px;
    aspect-ratio: 1;
    display: grid;
    line-height: 1;
    place-items: center;
    flex-shrink: 0; }
    @media screen and (max-width: 480px) {
      .text_group .txt01 .icon {
        width: 20px; } }
.text_group .read {
  line-height: 1.6;
  font-size: clamp(11px, calc(15vw / 9.6), 15px);
  text-align: justify;
  margin-bottom: 0; }

.img_wrap, .text_item {
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(15px, 1.667vw, 20px);
  /*column-gap: 1.37%;*/ }
  @media screen and (max-width: 480px) {
    .img_wrap, .text_item {
      column-gap: 4%; } }
  .img_wrap.col3 .img, .img_wrap.col3 .text_group, .text_item.col3 .img, .text_item.col3 .text_group {
    width: 32.42%; }
    @media screen and (max-width: 480px) {
      .img_wrap.col3 .img, .img_wrap.col3 .text_group, .text_item.col3 .img, .text_item.col3 .text_group {
        width: 48% !important; } }

.img_cap .main_cap {
  bottom: auto;
  top: calc(100% + 5px);
  right: auto;
  left: 0;
  text-shadow: none;
  color: #333; }
  @media screen and (max-width: 480px) {
    .img_cap .main_cap {
      padding-inline: 0;
      text-align: center;
      top: 100%;
      right: 0; } }

.img {
  position: relative; }
  .img .icon {
    width: 32px;
    aspect-ratio: 1;
    background: #94822c;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: clamp(16px, 1.834vw, 22px);
    line-height: 1;
    display: grid;
    place-items: center; }
    @media screen and (max-width: 480px) {
      .img .icon {
        width: 20px; } }

.sec01 .text_group .equ_ttl {
  line-height: 1; }
.sec01 .sec01_wrap01 {
  grid-template-columns: repeat(1, 1fr);
  row-gap: clamp(15px, 5vw, 60px); }
  .sec01 .sec01_wrap01 .img_wrap, .sec01 .sec01_wrap01 .text_item {
    column-gap: 1.37%; }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_wrap01 .img_wrap, .sec01 .sec01_wrap01 .text_item {
        column-gap: 4%;
        justify-content: space-between; } }
  .sec01 .sec01_wrap01 .text_item {
    margin-top: clamp(-40px, -3.57%, 0px);
    column-gap: 3.12%; }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_wrap01 .text_item {
        margin-top: -10px; } }
    .sec01 .sec01_wrap01 .text_item .text_group {
      width: 31.25%; }
  .sec01 .sec01_wrap01 .main_item {
    aspect-ratio: 1120 / 700; }
  .sec01 .sec01_wrap01 .box01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_wrap01 .box01 {
        margin-top: 15px; } }
    .sec01 .sec01_wrap01 .box01 .ttl {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: clamp(16px, 1.917vw, 23px);
      line-height: 1;
      letter-spacing: 0.1em;
      margin-bottom: 2em; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap01 .box01 .ttl {
          flex-direction: column;
          line-height: 1.4;
          margin-bottom: 1.5em; } }
      .sec01 .sec01_wrap01 .box01 .ttl .big {
        font-size: 140%; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_wrap01 .box01 .ttl .big {
            font-size: 120%; } }
      .sec01 .sec01_wrap01 .box01 .ttl .color {
        color: #94822c;
        font-weight: bold; }
      .sec01 .sec01_wrap01 .box01 .ttl .b {
        font-weight: 900; }
    .sec01 .sec01_wrap01 .box01 .item_wrap .txt02 {
      line-height: 1.4;
      margin-bottom: 0.5em;
      font-weight: 900; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap01 .box01 .item_wrap .txt02 {
          font-size: 14px;
          text-align: center; } }
    .sec01 .sec01_wrap01 .box01 .item_wrap .img_in {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      row-gap: clamp(10px, 1.25vw, 15px); }
      .sec01 .sec01_wrap01 .box01 .item_wrap .img_in .item_img {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 320px;
        width: 28.58%; }
      .sec01 .sec01_wrap01 .box01 .item_wrap .img_in .txt {
        width: 100%;
        margin-top: 0.5em;
        line-height: 1;
        font-size: clamp(12px, 1.334vw, 16px); }
    .sec01 .sec01_wrap01 .box01 .item_wrap01 {
      width: 37.5%; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap01 .box01 .item_wrap01 {
          width: 100%; } }
      .sec01 .sec01_wrap01 .box01 .item_wrap01 .img_in .item_img {
        width: 48.34%; }
    .sec01 .sec01_wrap01 .box01 .item_wrap02 {
      width: 59.29%; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap01 .box01 .item_wrap02 {
          width: 100%; } }
      .sec01 .sec01_wrap01 .box01 .item_wrap02 .img_in .item_img {
        width: 48.2%; }
        .sec01 .sec01_wrap01 .box01 .item_wrap02 .img_in .item_img .img {
          width: 48.44%; }
    .sec01 .sec01_wrap01 .box01 .cap_r {
      width: 100%; }
.sec01 .sec01_wrap02 {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.95%;
  row-gap: 10px; }
  @media screen and (max-width: 480px) {
    .sec01 .sec01_wrap02 {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 4%;
      row-gap: 15px; } }
  .sec01 .sec01_wrap02 .item01 {
    grid-row: span 4;
    grid-column: span 2; }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_wrap02 .item01 {
        width: 80%;
        margin-inline: auto;
        margin-bottom: 25px; } }
    .sec01 .sec01_wrap02 .item01 .main_item {
      aspect-ratio: 735 / 892;
      max-width: 735px; }
    .sec01 .sec01_wrap02 .item01 .cap01 {
      bottom: auto;
      top: calc(100% + 5px);
      right: auto;
      left: 0;
      text-shadow: none;
      color: #333; }
  .sec01 .sec01_wrap02 .box02 {
    grid-column: span 3;
    display: flex;
    justify-content: space-between;
    margin-top: clamp(20px, 2.5vw, 30px); }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_wrap02 .box02 {
        margin-top: 0;
        grid-column: span 2;
        flex-direction: column-reverse;
        row-gap: 15px; } }
    .sec01 .sec01_wrap02 .box02 .img {
      width: 31.25%; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap02 .box02 .img {
          width: 50%;
          margin-inline: auto;
          display: none; } }
    .sec01 .sec01_wrap02 .box02 .text_item {
      width: 65.63%;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap02 .box02 .text_item {
          width: 100%; } }
      .sec01 .sec01_wrap02 .box02 .text_item .text_group {
        width: 47.62%; }
.sec01 .sec01_wrap03 {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.13%;
  row-gap: clamp(20px, 2.667vw, 32px); }
  @media screen and (max-width: 480px) {
    .sec01 .sec01_wrap03 {
      grid-template-columns: repeat(1, 1fr); } }
  .sec01 .sec01_wrap03 .item01 {
    grid-row: span 2; }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_wrap03 .item01 {
        width: 80%;
        margin-inline: auto;
        margin-bottom: 17px; } }
  .sec01 .sec01_wrap03 .img_wrap {
    row-gap: 15px;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_wrap03 .img_wrap {
        column-gap: 4%; } }
    .sec01 .sec01_wrap03 .img_wrap .img {
      width: 49.08%; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap03 .img_wrap .img {
          width: 48%; } }
  .sec01 .sec01_wrap03 .text_item {
    row-gap: clamp(10px, 1.25vw, 15px); }
.sec01 .sec01_wrap04 {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.2%;
  row-gap: clamp(15px, 2.084vw, 25px); }
  @media screen and (max-width: 480px) {
    .sec01 .sec01_wrap04 {
      grid-template-columns: repeat(1, 1fr); } }
  .sec01 .sec01_wrap04 .main_item {
    grid-row: span 3; }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_wrap04 .main_item {
        width: 80%;
        margin-inline: auto; } }
  .sec01 .sec01_wrap04 .img_wrap {
    justify-content: space-between; }
    .sec01 .sec01_wrap04 .img_wrap .img {
      width: 48%; }
  .sec01 .sec01_wrap04 .text_item {
    width: fit-content;
    margin-inline: auto; }
    .sec01 .sec01_wrap04 .text_item .equ_ttl {
      justify-content: center; }
  .sec01 .sec01_wrap04 .item_wrap {
    display: flex;
    justify-content: space-between; }
    .sec01 .sec01_wrap04 .item_wrap .item {
      max-width: 124px;
      width: 22.88%; }
      .sec01 .sec01_wrap04 .item_wrap .item .txt {
        line-height: 1;
        margin-top: 0.5em;
        text-align: center;
        font-size: clamp(10px, 1.167vw, 14px); }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_wrap04 .item_wrap .item .txt {
            letter-spacing: -0.02em; } }

.sec02 .sec02_wrap01_1 {
  grid-template-columns: repeat(2, 1fr);
  column-gap: calc(40% / 11.2);
  row-gap: 50px; }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_wrap01_1 {
      row-gap: 30px;
      column-gap: 4%; } }
  .sec02 .sec02_wrap01_1 .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap01_1 .item.vpc {
        display: none; } }
    .sec02 .sec02_wrap01_1 .item .img {
      width: calc(255% / 5.4); }
    .sec02 .sec02_wrap01_1 .item .text_group {
      width: calc(265% / 5.4); }
      @media screen and (min-width: 480px) {
        .sec02 .sec02_wrap01_1 .item .text_group .ex1 {
          height: auto !important; } }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap01_1 .item {
        flex-direction: column;
        row-gap: 15px; }
        .sec02 .sec02_wrap01_1 .item .img {
          width: 100%; }
        .sec02 .sec02_wrap01_1 .item .text_group {
          width: 100%; } }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap01_1 .item.item_sp {
        order: 1;
        grid-column: span 2;
        flex-direction: row;
        justify-content: space-between; }
        .sec02 .sec02_wrap01_1 .item.item_sp .img, .sec02 .sec02_wrap01_1 .item.item_sp .text_group {
          width: 48%; } }
.sec02 .sec02_wrap01 {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.11%;
  row-gap: 50px; }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_wrap01 {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 30px;
      column-gap: 4%; } }
  .sec02 .sec02_wrap01 .item01,
  .sec02 .sec02_wrap01 .item02,
  .sec02 .sec02_wrap01 .item03,
  .sec02 .sec02_wrap01 .aa {
    grid-column: span 3; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap01 .item01,
      .sec02 .sec02_wrap01 .item02,
      .sec02 .sec02_wrap01 .item03,
      .sec02 .sec02_wrap01 .aa {
        grid-column: span 2; } }
  .sec02 .sec02_wrap01 .item02,
  .sec02 .sec02_wrap01 .item03,
  .sec02 .sec02_wrap01 .aa {
    max-width: 960px;
    margin-inline: auto; }
  .sec02 .sec02_wrap01 .item01 {
    grid-template-columns: 52.68% 44.38%;
    justify-content: space-between;
    row-gap: clamp(10px, 1.667vw, 20px); }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap01 .item01 {
        grid-template-columns: 1fr; } }
    .sec02 .sec02_wrap01 .item01 .img01 {
      grid-row: span 3; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap01 .item01 .text_group .txt01 {
        justify-content: center; } }
  .sec02 .sec02_wrap01 .item02 {
    grid-template-columns: 46.88% 49.17%;
    justify-content: space-between;
    row-gap: clamp(15px, 1.667vw, 20px);
    align-items: center; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap01 .item02 {
        grid-template-columns: 1fr; } }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap01 .item02 .text_group {
        grid-row: 2/3;
        /*.read {
        	text-align: center;
        }*/ }
        .sec02 .sec02_wrap01 .item02 .text_group .txt01 {
          justify-content: center; } }
    .sec02 .sec02_wrap01 .item02 .img_wrap .img_in {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap01 .item02 .img_wrap .img_in {
          width: 90%;
          margin-inline: auto; } }
      .sec02 .sec02_wrap01 .item02 .img_wrap .img_in .img .txt {
        text-align: center;
        line-height: 1.2;
        font-size: clamp(10px, 1.084vw, 13px);
        margin-bottom: 0.4em;
        align-content: flex-end; }
      .sec02 .sec02_wrap01 .item02 .img_wrap .img_in .img01 {
        width: 28.45%; }
      .sec02 .sec02_wrap01 .item02 .img_wrap .img_in .img02 {
        width: 21.34%; }
      .sec02 .sec02_wrap01 .item02 .img_wrap .img_in .img03 {
        width: 25.12%; }
    .sec02 .sec02_wrap01 .item02 .img {
      grid-row: 1/3;
      grid-column: 2/3; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap01 .item02 .img {
          grid-row: auto;
          grid-column: auto; } }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap01 .item02 .img_wrap.vpc480, .sec02 .sec02_wrap01 .item02 .img.vpc480 {
        display: none !important; } }
    .sec02 .sec02_wrap01 .item02 .img_sp {
      border: 1px solid #D2D2D2;
      padding: 15px; }
      .sec02 .sec02_wrap01 .item02 .img_sp .img_wrap {
        margin-bottom: 20px; }
  .sec02 .sec02_wrap01 .item03 {
    grid-template-columns: 46.88% 49.69%;
    justify-content: space-between;
    row-gap: 15px; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap01 .item03 {
        grid-template-columns: 1fr; } }
    .sec02 .sec02_wrap01 .item03 .in_box {
      display: flex;
      align-items: center;
      column-gap: 4.45%;
      justify-content: center;
      justify-content: flex-end;
      padding-right: 4.45%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap01 .item03 .in_box {
          width: fit-content;
          margin-inline: auto;
          justify-content: center;
          column-gap: 10px;
          flex-direction: column;
          row-gap: 10px;
          padding-right: 0; } }
      .sec02 .sec02_wrap01 .item03 .in_box .img01 {
        width: 17.78%;
        width: 24.45%; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_wrap01 .item03 .in_box .img01 {
            width: 100%;
            max-width: 70px;
            margin-inline: auto;
            transform: translateX(10px); } }
      .sec02 .sec02_wrap01 .item03 .in_box .txt {
        font-size: clamp(13px, 1.417vw, 17px);
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        align-items: center; }
        .sec02 .sec02_wrap01 .item03 .in_box .txt .icon {
          display: block; }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_wrap01 .item03 .in_box .txt .icon {
              transform: rotate(90deg); } }
    .sec02 .sec02_wrap01 .item03 .item_wrap {
      grid-row: 1/3;
      grid-column: 2/3;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap01 .item03 .item_wrap {
          grid-row: auto;
          grid-column: auto;
          row-gap: 10px; } }
      .sec02 .sec02_wrap01 .item03 .item_wrap .item {
        display: flex;
        flex-direction: column;
        row-gap: clamp(10px, 1.667vw, 20px); }
        .sec02 .sec02_wrap01 .item03 .item_wrap .item .text_group .equ_ttl {
          line-height: 1; }
        .sec02 .sec02_wrap01 .item03 .item_wrap .item:nth-child(1) {
          width: 55.98%; }
        .sec02 .sec02_wrap01 .item03 .item_wrap .item:nth-child(2) {
          width: 37.32%; }
  .sec02 .sec02_wrap01 .fdc {
    display: flex;
    flex-direction: column;
    row-gap: 15px; }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_wrap01 .item_sp {
      order: 1;
      grid-column: span 2;
      flex-direction: row;
      justify-content: space-between; }
      .sec02 .sec02_wrap01 .item_sp .img, .sec02 .sec02_wrap01 .item_sp .text_group {
        width: 48%; } }
  .sec02 .sec02_wrap01 .vsp {
    display: none; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap01 .vsp {
        display: flex; } }
.sec02 .sec02_wrap02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: clamp(15px, 1.667vw, 20px); }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_wrap02 {
      flex-direction: column; } }
  .sec02 .sec02_wrap02 .ttl_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap02 .ttl_wrap {
        justify-content: center; } }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap02 .ttl_wrap .img {
        max-width: 100px;
        margin-inline: auto; } }
    .sec02 .sec02_wrap02 .ttl_wrap .txt01 {
      justify-content: center; }
  .sec02 .sec02_wrap02 .text_wrap {
    width: 54.92%; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap02 .text_wrap {
        width: 100%;
        order: 1; } }
  .sec02 .sec02_wrap02 .img_wrap {
    width: 42.42%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap02 .img_wrap {
        width: 100%; } }
    .sec02 .sec02_wrap02 .img_wrap .img01 {
      width: 74.74%;
      margin-right: -20.1%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap02 .img_wrap .img01 {
          margin-right: -24.1%; } }
    .sec02 .sec02_wrap02 .img_wrap .img02 {
      width: 45.27%; }

@media screen and (max-width: 480px) {
  .sec03 .img_cap .cap {
    font-size: 8px; } }
@media screen and (max-width: 480px) {
  .sec03 .img_cap .cap.s {
    font-size: 6px; } }
.sec03 .sec03_wrap01 {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.38%;
  column-gap: 2.99%;
  row-gap: 50px; }
  @media screen and (max-width: 480px) {
    .sec03 .sec03_wrap01 {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 30px;
      column-gap: 4%; } }
  .sec03 .sec03_wrap01 .fdc {
    display: flex;
    flex-direction: column;
    row-gap: 15px; }
  .sec03 .sec03_wrap01 .item:nth-last-child(1) {
    grid-column: span 3;
    margin-left: -1px; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap01 .item:nth-last-child(1) {
        grid-column: span 2;
        margin-left: 0; }
        .sec03 .sec03_wrap01 .item:nth-last-child(1) img {
          max-width: 880px;
          width: 8880px; } }
    .sec03 .sec03_wrap01 .item:nth-last-child(1) .text_group .txt01 {
      justify-content: center; }
  .sec03 .sec03_wrap01 .ta_l {
    text-align: left; }

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

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

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

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

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

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

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

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

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

.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; }

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