@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*=======================================
  clampの計算
=======================================*/
/*-------------------------
- info（会社概要）
- info_slider
- info_table
-------------------------*/
/*=======================================
　info（会社概要）
=======================================*/
.info_page {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .info_page .page_head {
    padding-top: 20px;
  }
}
.info_page .breadcrumb ul {
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9DC;
}
.info_page .breadcrumb ul li:first-child a {
  color: #222;
}
.info_page .breadcrumb ul li + li::before {
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
}

.info_sec {
  padding: 120px 0 140px;
}
@media screen and (max-width: 768px) {
  .info_sec {
    padding: 30px 0 100px;
  }
}
.info_sec .info_inner {
  width: calc(100% - 32px);
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .info_sec .info_inner {
    width: 89.6%;
  }
}

/*=======================================
　info_slider（画像スライダー）
=======================================*/
.info_slider {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .info_slider {
    margin-bottom: 110px;
  }
}
.info_slider__frame {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.info_slider__frame .splide__track,
.info_slider__frame .splide__list {
  height: 100%;
}
.info_slider__frame img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .info_slider__frame img {
    aspect-ratio: 336/189;
  }
}
.info_slider__pagination {
  position: absolute;
  left: 0;
  bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
}
.info_slider__pagination li {
  width: 10px;
  height: 10px;
}
.info_slider__pagination li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  background: #E3E3E6;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.info_slider__pagination li button.is-active {
  background: var(--main_black);
}
.info_slider__arrows {
  position: absolute;
  right: 0;
  bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 768px) {
  .info_slider__arrows {
    bottom: -48px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.info_slider__arrow {
  position: relative;
  width: 58px;
  height: 30px;
  border-radius: 50vw;
  background: var(--main_black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .info_slider__arrow:hover {
    opacity: 0.75;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .info_slider__arrow:hover {
    opacity: 0.75;
  }
}
.info_slider__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.info_slider__arrow--prev::before {
  -webkit-transform: translate(-35%, -50%) rotate(-135deg);
      -ms-transform: translate(-35%, -50%) rotate(-135deg);
          transform: translate(-35%, -50%) rotate(-135deg);
}
.info_slider__arrow--next::before {
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
      -ms-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}

/*=======================================
　info_table（会社概要テーブル）
=======================================*/
.info_table {
  position: relative;
  border-top: 1px solid #E3E3E6;
}
.info_table::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 43px;
  height: 1px;
  background: var(--main_red);
}
.info_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 29.5px 0;
  border-bottom: 1px solid #E3E3E6;
}
@media screen and (max-width: 768px) {
  .info_table dl {
    display: block;
    padding: 19px 0;
  }
}
.info_table dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 328px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
  color: var(--main_black);
}
@media screen and (max-width: 768px) {
  .info_table dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.info_table dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 1.625;
  color: var(--main_black);
}