@charset "UTF-8";
/* CSS Document */
/*main {
  width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 5%;
}

@media screen and (max-width: 1024px) {
    main {
        padding: 0 2%;
    }
}*/
main {
  margin: 0 auto;
  padding: 0 0 150px;
}

/*========= section - setting ===========*/
section {
  /*ブロックの上下の基本の余白*/
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 25px 5% 125px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  section p {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 567px) {
  section {
    /*SPの場合のセクション下余白*/
    padding-bottom: 100px;
  }
}

.section {
  /*全画面幅の指定の場合*/
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 100px;
  box-sizing: border-box;
  overflow: hidden;
}
.section .h3__type01,
.section .intro-item,
.section .BTN-wrapper {
  max-width: 1260px;
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .section .h3__type01,
  .section .intro-item,
  .section .BTN-wrapper {
    max-width: 600px;
    padding: 0 5%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 567px) {
  .section .h3__type01,
  .section .intro-item,
  .section .BTN-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .section p {
    width: 95% !important;
    margin: 0 auto;
  }
}
.section .intro-item {
  padding-top: 15px;
}
@media screen and (max-width: 599px) {
  .section .intro-item p {
    width: 100% !important;
  }
}

@media screen and (max-width: 599px) {
  p.p-intro {
    width: 100% !important;
    margin: 0 auto;
  }
}

.vw-over {
  /*100vwのsection*/
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .vw-over {
    width: 100%;
    position: initial;
    left: initial;
    transform: none;
  }
}

/*========= 見出しのsetting ===========*/
h3.h3__type01_white, h3.h3__type01 {
  width: 100%;
  overflow: hidden;
  font-size: 5rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
  padding: 0 0 10px;
  letter-spacing: -0.02em;
  color: black;
}
h3.h3__type01_white div, h3.h3__type01 div {
  padding-left: 5px;
  margin: 0 !important;
}
h3.h3__type01_white img, h3.h3__type01 img {
  width: 9px;
  display: inline-block;
  padding-right: 3px;
}
h3.h3__type01_white span, h3.h3__type01 span {
  font-size: 1.7rem;
  display: inline-block;
  padding-left: 10px;
  letter-spacing: 1px;
  font-weight: bold;
  color: black;
}

@media screen and (max-width: 567px) {
  h3.h3__type01 {
    font-size: 4.5rem;
  }
}

h3.h3__type01_white {
  text-align: center;
  color: white;
}
@media screen and (max-width: 1024px) {
  h3.h3__type01_white {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 819px) {
  h3.h3__type01_white {
    text-align: left;
  }
}
h3.h3__type01_white span {
  color: white;
}

/*黒背景の場合-縦は親要素でstretch*/
.bg-black__ttl {
  width: 30%;
  min-height: 280px;
  /*aspect-ratio: 1 / 1;*/
  background: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  /*タブレット以下の調整*/
}
.bg-black__ttl .PC-set {
  display: inline;
  padding: 0;
}
.bg-black__ttl .SP-set {
  display: none;
}
@media screen and (max-width: 819px) {
  .bg-black__ttl {
    all: initial;
    width: 100%;
  }
  .bg-black__ttl .SP-set {
    display: block;
    padding: 0;
    display: inline;
  }
  .bg-black__ttl button {
    display: none;
  }
  .bg-black__ttl .PC-set {
    display: none;
  }
  .bg-black__ttl .h3__type01_white {
    color: black;
  }
  .bg-black__ttl .h3__type01_white span {
    color: black;
  }
}

/*========= h5見出しテキスト ===========*/
h5 {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 15px;
  color: black;
  text-align: justify;
}
h5.lead-center {
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 1px;
  padding: 0;
  line-height: 1.6;
}
@media screen and (max-width: 567px) {
  h5 {
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 399px) {
  h5 {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 349px) {
  h5 br {
    display: none;
  }
}

/*========= h6 見出しテキスト ===========*/
h6.h6-center, h6 {
  margin-bottom: 25px;
}
h6.h6-center span, h6 span {
  /*三角３つ＋テキスト*/
  font-size: 2rem;
  padding-left: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}
h6.h6-center img, h6 img {
  width: 10px;
  display: inline-block;
  padding-right: 3px;
}

h6.h6-center {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 860px;
}
h6.h6-center span {
  display: inline-block;
  line-height: 1;
}

/*========= br /　改行の調整 ===========*/
.br_pc,
.br_980,
.br_860,
.br_tb,
.br_sp {
  display: none;
}

.br_pc_none,
.br_980_none,
.br_860_none,
.br_tb_none,
.br_sp_none {
  display: block;
}

@media screen and (max-width: 1024px) {
  .br_pc {
    display: block;
  }
  .br_pc_none {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .br_980 {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .br_860 {
    display: block;
  }
  .br_860_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br_tb {
    display: block;
  }
  .br_tb_none {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .br_sp {
    display: block;
  }
  .br_sp_none {
    display: none;
  }
}
@media screen and (max-width: 349px) {
  .br_pc,
  .br_980,
  .br_860,
  .br_tb,
  .br_sp {
    display: none;
  }
}
/*========= ボタンの設定 ===========*/
.BTN_type01,
.BTN_type01-border_none {
  /*赤丸ボタン*/
  margin: 100px auto 0;
  display: block;
  position: relative;
  z-index: 999;
  /* アニメーション定義 */
}
.BTN_type01:after,
.BTN_type01-border_none:after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 75px;
  background: #adadad;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.BTN_type01:before,
.BTN_type01-border_none:before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3a3a3c;
  bottom: calc(100% + 70px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 99;
  /* アニメーション */
  animation: moveUpDown 3s linear infinite;
}
@keyframes moveUpDown {
  0% {
    bottom: calc(100% + 70px);
    /* スタート位置 */
    opacity: 1;
    /* 開始時は表示 */
  }
  70% {
    opacity: 1;
    /* 70% までは表示 */
  }
  100% {
    bottom: calc(100% - 10px);
    /* 終了位置 */
    opacity: 0;
    /* 終了時は透明 */
  }
}
.BTN_type01 img,
.BTN_type01-border_none img {
  width: 40px;
  display: inline-block;
  padding-right: 10px;
}
.BTN_type01 a,
.BTN_type01-border_none a {
  background: #b71c26;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 10px 30px;
  min-width: 100px;
  line-height: 1;
  font-size: 17px;
  font-weight: 600;
  border-radius: 999px;
  letter-spacing: 2px;
}
.BTN_type01 a .svg-inline--fa,
.BTN_type01-border_none a .svg-inline--fa {
  color: white;
  padding-left: 10px;
  font-size: 18px;
}

.BTN_type01-border_none {
  position: initial;
  margin: 45px auto 0;
}
.BTN_type01-border_none:after, .BTN_type01-border_none:before {
  content: none;
}

.BTN_type02 {
  /*赤スクエアタイプ*/
}
.BTN_type02 a,
.BTN_type02 span {
  background: #b71c26;
  color: white;
  padding: 10px 1em;
  min-width: 100px;
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.BTN_type02 a .svg-inline--fa,
.BTN_type02 span .svg-inline--fa {
  color: white;
  padding-left: 10px;
  font-size: 16px;
}

.BTN_type03 {
  /*スクエアタイプ（アイコン）*/
}
.BTN_type03 img {
  width: 40px;
}
.BTN_type03 a {
  background: #b71c26;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 20px 30px;
  width: 100%;
  line-height: 1;
  font-size: 17px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 319px) {
  .BTN_type03 a {
    min-width: initial;
    padding: 15px 15px;
  }
}

.BTN_type04 {
  position: relative;
  margin-top: 15px;
  /*スクエアタイプ（黒矢印）*/
}
@media screen and (max-width: 768px) {
  .BTN_type04 {
    width: 100%;
  }
}
.BTN_type04 a {
  background: #202020;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 20px 30px;
  width: 280px;
  line-height: 1;
  text-indent: -1em;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  .BTN_type04 a {
    width: 80%;
    margin: 0 auto;
    padding: 25px 30px;
    text-indent: -4em;
  }
}
@media screen and (max-width: 567px) {
  .BTN_type04 a {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
    text-indent: -2em;
  }
}
@media screen and (max-width: 359px) {
  .BTN_type04 a {
    font-size: clamp(1.4rem, 1.3231rem + 0.4103vw, 1.6rem);
  }
}
.BTN_type04 a .button-icon {
  width: 20%;
  position: absolute;
  left: 0 !important;
  bottom: 0 !important;
  padding: 0 !important;
}
.BTN_type04 a:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .BTN_type04 a:hover {
    opacity: 0.75;
  }
}
.BTN_type04 a .skew_arrow {
  position: absolute;
  right: -40px;
  width: 80px;
  height: 8px;
  transform: skew(40deg);
  /* 矢印の傾き */
  border-bottom: 1px solid #b71c26;
  border-right: 1px solid #b71c26;
  transition: width 0.3s ease, right 0.3s ease;
  /* 幅と位置のアニメーションを設定 */
}
@media screen and (max-width: 768px) {
  .BTN_type04 a .skew_arrow {
    transition: none;
    width: 15%;
    right: 20%;
  }
}
@media screen and (max-width: 567px) {
  .BTN_type04 a .skew_arrow {
    transition: none;
    width: 12%;
    right: 12%;
  }
}
.BTN_type04 a:hover .skew_arrow {
  width: 150px;
  /* 幅を100pxに伸ばす */
  right: -110px;
  /* 右側に向かって伸びる分だけ位置を調整 */
}
@media screen and (max-width: 768px) {
  .BTN_type04 a:hover .skew_arrow {
    width: 15%;
    right: 20%;
  }
}
@media screen and (max-width: 567px) {
  .BTN_type04 a:hover .skew_arrow {
    width: 12%;
    right: 12%;
  }
}

.BTN-wrapper {
  width: 100%;
  margin: 50px auto 0;
  text-align: center;
}

/*========= 共通のスタイル ===========*/
/* 丸数字 */
.circle_number-black, .circle_number-red, .circle_number {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 2.4rem;
  line-height: 1;
  /* 高さを幅と同じに指定 */
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 567px) {
  .circle_number {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}

.circle_number-red {
  background: #c0360f;
}
@media screen and (max-width: 768px) {
  .circle_number-red {
    width: 45px;
    height: 45px;
    font-size: 2rem;
  }
}

.circle_number-black {
  background: #3a3a3c;
}

/*数字と■■■見出しの組み合わせ*/
.number-ttl {
  /*数字*/
  font-size: 9rem;
  font-weight: 700;
  line-height: 0.9;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: black;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .number-ttl {
    font-size: 8rem;
  }
}
.number-ttl img {
  /*■■■*/
  width: 8px;
  height: 8px;
  display: inline-block !important;
  padding-right: 2.5px;
}
.number-ttl span {
  /*五興の強み*/
  font-size: 13px;
  letter-spacing: 0.1em;
  color: black;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.number-ttl span img:last-child {
  padding-right: 8px;
}

/*========= 2カラム　テキスト画像アイテム ===========*/
.col_2_item {
  width: 100%;
  margin: 0 auto;
}
.col_2_item__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.col_2_item-img {
  width: 46%;
  /*gap:4%*/
  display: block;
  box-sizing: border-box;
}
.col_2_item-img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .col_2_item-img {
    width: 40%;
  }
  .col_2_item-img img {
    width: 100%;
    aspect-ratio: 3/2.5;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .col_2_item-img {
    /*左画像消える*/
    display: none;
  }
}
.col_2_item-txt {
  width: 50%;
  box-sizing: border-box;
}
.col_2_item-txt-img {
  display: none;
}
@media screen and (max-width: 1024px) {
  .col_2_item-txt {
    /*gap:3%*/
    width: 56%;
  }
}
@media screen and (max-width: 768px) {
  .col_2_item-txt {
    width: 100%;
  }
  .col_2_item-txt-img {
    /*右画像現れる*/
    display: block;
    padding-bottom: 20px;
    margin: 0 auto;
  }
}
.col_2_item-txt p span.sign {
  display: block;
  margin-top: 25px;
  text-align: right;
}
.col_2_item-txt p span.sign img {
  width: 65%;
  max-width: 250px;
}
@media screen and (max-width: 567px) {
  .col_2_item-txt p span.sign img {
    width: 70%;
  }
}

/*========= フローチャート ===========*/
.flow-chart {
  width: 100%;
  position: relative;
  padding: 25px 0 50px;
}
.flow-chart ul {
  max-width: 1080px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: center;
  /*吹き出しの行間はここ*/
  margin: 0 auto;
  padding: 25px 0;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .flow-chart ul {
    flex-direction: column;
    max-width: 680px;
  }
}
.flow-chart ul li {
  background: white;
  width: 18.5%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 15px;
  z-index: 10;
}
.flow-chart ul li img {
  width: 90%;
  display: block;
  padding: 30px 0;
}
.flow-chart ul li strong {
  font-weight: bold;
  line-height: 1.5em;
  /* 行の高さを設定 */
  min-height: 3em;
  /* 2行分の高さを確保 */
  max-height: 3em;
  /* 2行以上は非表示に */
  overflow: hidden;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.flow-chart ul li p {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: -0.03em;
  padding-bottom: 0 !important;
}
.flow-chart ul li p br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .flow-chart ul li {
    width: 85%;
    margin: 0 auto 35px;
    flex-direction: row;
    position: relative;
    padding: 10px 5% 10px 2%;
  }
  .flow-chart ul li div {
    padding-left: 10px;
  }
  .flow-chart ul li span {
    position: absolute;
    top: -20px;
    left: -20px;
    transform: scale(1.1);
  }
  .flow-chart ul li img {
    width: 30%;
    max-width: 110px;
    padding: 10px 0;
  }
  .flow-chart ul li strong {
    font-weight: bold;
    line-height: 1.4em;
    min-height: initial;
    max-height: initial;
    padding: 0 0 5px;
    display: block;
    font-size: 1.8rem;
    width: 100%;
    text-align: left;
  }
  .flow-chart ul li strong br {
    display: none;
  }
  .flow-chart ul li p {
    line-height: 1.6em;
    letter-spacing: 0;
    font-size: 1.6rem;
  }
  .flow-chart ul li p br {
    display: block;
  }
}
@media screen and (max-width: 567px) {
  .flow-chart ul li {
    width: 90%;
  }
  .flow-chart ul li img {
    max-width: 80px;
    padding: 10px 0;
  }
  .flow-chart ul li p {
    line-height: 1.5em;
    letter-spacing: 0em;
    width: 100% !important;
  }
  .flow-chart ul li p br {
    display: block;
  }
}
.flow-chart .bg-line {
  background: #c0360f;
  height: 20px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .flow-chart .bg-line {
    height: 85%;
    width: 20px;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

/*========= お知らせのDL ===========*/
dl.type-news {
  line-height: 1;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3% 0 3% 5%;
}
@media screen and (max-width: 567px) {
  dl.type-news {
    flex-direction: column;	  
    padding: 3% 0 3% 0%;
  }
}
dl.type-news dt {
  width: 10em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.4;
  border-bottom: #ccc dashed 1px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 567px) {
  dl.type-news dt {
    width: 100%;
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 1.5rem;
  }
}
dl.type-news dt:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
dl.type-news dt span {
  /*カテゴリ*/
  border: 1px solid #666;
  font-size: 12px;
  line-height: 1.4;
  padding: 2px 5px;
  margin-left: 10px;
}
dl.type-news dd {
  width: calc(100% - 10em);
  border-bottom: #ccc dashed 1px;
  padding: 0 30px 15px 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
dl.type-news dd a {
  width: 100%;
  display: block;
  position: relative;
  line-height: 1.5;
  font-size: 1.7rem;
}
dl.type-news dd a:after {
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f138";
  /* Font Awesome "arrow-right" */
  margin-right: 8px;
  color: #b71c26;
}
dl.type-news dd:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 567px) {
  dl.type-news dd {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 0;
  }
  dl.type-news dd a:after {
    right: -35px;
  }
}

/*===== 両サイド サイズ変更　スライダー =====*/
.top-gallery {
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 567px) {
  .top-gallery {
    padding: 0 5% 100px;
  }
}
.top-gallery__inner {
  position: relative;
  padding: 25px 0 50px;
}
@media screen and (max-width: 768px) {
	.top-gallery__inner {
  padding: 25px 0 10px!important;
}
}

.top-gallery__inner .swiper-pagination {
	position:absolute!important;
	display:block!important;
	z-index:99!important;
}
.top-gallery__inner .swiper-slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.top-gallery__inner .swiper-slide img {
  width: 100%;
  aspect-ratio: 3/1.8;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 567px) {
  .top-gallery__inner .swiper-slide img {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 567px) {
  .top-gallery__inner .swiper-slide img {
    aspect-ratio: 3/3;
  }
}
.top-gallery__inner .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.85);
  /* 80%サイズ */
  opacity: 0.5;
  /* 薄くする場合 */
}
@media screen and (max-width: 567px) {
  .top-gallery__inner .swiper-slide:not(.swiper-slide-active) {
    transform: scale(1);
    opacity: 1;
  }
}
.top-gallery__inner .swiper-button-prev {
  left: initial;
  right: calc(22.5% + 52px);
  top: initial;
  bottom: -15px;
  /* スライドの左寄りに配置 */
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .top-gallery__inner .swiper-button-prev {
    right: calc(15% + 52px);
  }
}
@media screen and (max-width: 768px) {
  .top-gallery__inner .swiper-button-prev {
    display: none;
  }
}
.top-gallery__inner .swiper-button-next {
  left: initial;
  right: 22.5%;
  top: initial;
  bottom: -15px;
  /* スライドの右寄りに配置 */
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .top-gallery__inner .swiper-button-next {
    right: 15%;
  }
}
@media screen and (max-width: 768px) {
  .top-gallery__inner .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-gallery__inner .swiper-button-prev::after,
  .top-gallery__inner .swiper-button-next::after {
    height: 35px;
    /* アイコンの高さ */
    width: 35px;
  }
}
.top-gallery .BTN-wrapper {
  margin-top: 25px;
}

/*2025.09 施工事例 追加*/
.works_gallery {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  justify-content: space-between;
  row-gap: 90px;
  margin: 20px auto 0;
}
.works_gallery:after {
  content: "";
  display: block;
  width: 32%;
}

.works_gallery-item {
  width: 32%;
  padding: 0 0 50px;
  position: relative;
}
.works_gallery-item ul li {
  display: none;
}
.works_gallery-item ul li:first-child {
  display: block !important;
}
.works_gallery-item ul li img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.works_gallery-item button {
  display: flex;
  justify-content: center;
  background: #b71c26;
  background: #333;
  color: white;
  border-radius: 5px;
  padding: 10px 0;
  font-size: 1.6rem;
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.works_gallery-item button:hover {
	cursor:pointer;
}
.works_gallery-txt {
  padding-bottom: 25px;
}
.works_gallery-txt date {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.works_gallery-txt dl {
  display: flex;
}
.works_gallery-txt dl dt {
  padding-right: 10px;
}
.works_gallery-txt p {
  padding: 5px 0;
  width: 100%;
  line-height: 1.4;
  font-weight: 600;
  font-size: 1.8rem;
}

@media screen and (max-width: 980px) {
  .works_gallery-item {
    width: 48%;
    max-width: 600px;
    margin: 0 auto;
  }
  .works_gallery:after {
    content: "";
    display: block;
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .works_gallery-item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.lb-nav a.lb-next,
.lb-nav a.lb-prev {
  opacity: 1 !important;
}

.lb-data .lb-caption {
  font-size: 15px !important;
  color: white;
  padding: 10px 0 5px !important;
  display: block;
}
.works .BTN-wrapper {
	margin-top:0;
}
.works .BTN-wrapper button.BTN_type04 {
	margin-top:0;
	padding-top:0;
}
.works-carousel {
  position: relative;
  overflow-x: hidden;
	padding:65px 0 0;
}
.works-carousel .swiper-slide ul li img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.works-carousel .swiper-works-button-prev,
.works-carousel .swiper-works-button-next {
  position:absolute;
  top: 5px;
  bottom:initial;
}
.works-carousel .swiper-works-button-prev {
  left: initial !important;
  right: 55px !important;
}
.works-carousel .swiper-works-button-next {
  left: initial !important;
  right: 0 !important;
}
.swiper-works-button-next.swiper-button-disabled,
.swiper-works-button-prev.swiper-button-disabled {
	opacity:0.25;
}
@media screen and (min-width: 768px) {
	.BTN-wrapper.col-2 {
	display:flex;
	justify-content:center;
	gap:80px;	
}
.BTN-wrapper.col-2 > .BTN_type04 a {
	width:240px;
}

.BTN-wrapper.col-2 > .BTN_type04 a:hover .skew_arrow {
  width: 100px;
  /* 幅を100pxに伸ばす */
  right: -60px;
  /* 右側に向かって伸びる分だけ位置を調整 */
}
}
/*# sourceMappingURL=works.css.map */