@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- mv_sec
- products_sec
- news_sec
- works_sec
- business_sec
- recruit_sec
- contents_sec
-------------------------*/
/*=======================================
　mv_sec
=======================================*/
.mv_sec {
  position: relative;
  margin-bottom: 61px;
}
@media screen and (max-width: 768px) {
  .mv_sec {
    margin-bottom: 77px;
  }
}
.mv_sec .splide__slide {
  position: relative;
}
.mv_sec .splide__slide .img {
  width: 59.2142857143vw;
  margin-left: auto;
}
.mv_sec .splide__slide .img img {
  width: 100%;
  vertical-align: middle;
}
.mv_sec .splide__slide .copy {
  position: absolute;
  top: 12.7785714286vw;
  left: 8.3928571429vw;
}
@media screen and (max-width: 768px) {
  .mv_sec .splide__slide .copy {
    top: 48.1866666667vw;
    left: 6.2933333333vw;
  }
}
.mv_sec .splide__slide:nth-child(1) .copy {
  width: 12.6428571429vw;
}
@media screen and (max-width: 768px) {
  .mv_sec .splide__slide:nth-child(1) .copy {
    width: 27.992vw;
  }
}
.mv_sec .splide__slide:nth-child(2) .copy {
  width: 15.9078571429vw;
}
@media screen and (max-width: 768px) {
  .mv_sec .splide__slide:nth-child(2) .copy {
    width: 36.344vw;
  }
}
.mv_sec .splide__slide:nth-child(3) .copy {
  width: 13.1878571429vw;
}
@media screen and (max-width: 768px) {
  .mv_sec .splide__slide:nth-child(3) .copy {
    width: 29.288vw;
  }
}
.mv_sec .splide__slide:nth-child(4) .copy {
  width: 18.2835714286vw;
}
@media screen and (max-width: 768px) {
  .mv_sec .splide__slide:nth-child(4) .copy {
    width: 41.0293333333vw;
  }
}
.mv_sec .mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50.7142857143vw;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .mv_sec .mv_bg {
    width: 57.8666666667vw;
  }
}
.mv_sec .mv_copy_area {
  position: absolute;
  top: 5.6142857143vw;
  left: 7.3285714286vw;
}
@media screen and (max-width: 768px) {
  .mv_sec .mv_copy_area {
    top: 18.5066666667vw;
    left: 5.4933333333vw;
  }
}
.mv_sec .mv_copy_area img {
  width: 100%;
}
.mv_sec .mv_copy_area .logo {
  width: 36.7857142857vw;
}
@media screen and (max-width: 768px) {
  .mv_sec .mv_copy_area .logo {
    width: 49.6vw;
  }
}

/* ページネーション */
.mv_splide-pagination {
  padding: 0;
  gap: 0 3px;
  left: calc(55px + 7.5vw);
  bottom: 5.0714285714vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .mv_splide-pagination {
    gap: 0 0.8vw;
    bottom: 4.5333333333vw;
    left: 20vw;
  }
}
.mv_splide-pagination li {
  line-height: 0;
}
.mv_splide-pagination li .mv_splide-page {
  background: #D2CFCF;
  width: 48px;
  height: 3px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .mv_splide-pagination li .mv_splide-page {
    width: 12.8vw;
    height: 0.8vw;
  }
}
.mv_splide-pagination li .mv_splide-page.is-active {
  background: var(--main_orange);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ページネーション 数字 */
.pagination {
  bottom: 4.7142857143vw;
  left: 7.5vw;
  z-index: 1;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .pagination {
    left: 5.3333333333vw;
    bottom: 3.2vw;
  }
}
.pagination span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.03em;
  color: #2b2b2b;
}
@media screen and (max-width: 768px) {
  .pagination span {
    font-size: 2.9333333333vw;
  }
}
.pagination span#slide-current {
  color: var(--main_orange);
}

/*=======================================
　products_sec
=======================================*/
.products_sec .inner {
  /* タブ */
}
.products_sec .inner .cmn_ttl_area01 {
  gap: 30px 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media screen and (max-width: 768px) {
  .products_sec .inner .cmn_ttl_area01 {
    margin-bottom: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.products_sec .inner .cmn_ttl_area01 .cmn_txt01 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.products_sec .inner .cmn_tab .tab-list {
  gap: 0 0.56%;
  border-bottom: none;
  margin-bottom: 17px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media screen and (max-width: 768px) {
  .products_sec .inner .cmn_tab .tab-list {
    gap: 12px 5.08%;
    margin-bottom: 50px;
  }
}
.products_sec .inner .cmn_tab .tab-list .tab-menu {
  width: 24.58%;
}
@media screen and (max-width: 768px) {
  .products_sec .inner .cmn_tab .tab-list .tab-menu {
    width: 47.46%;
    height: 48px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.714;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .products_sec .inner .cmn_tab .tab-list .tab-menu::after {
    content: "";
    background: url("../img/common/arrow03.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 9px;
    width: 4px;
    height: 7.5px;
  }
}
@media screen and (max-width: 768px) {
  .products_sec .inner .cmn_tab .tab-list .tab-menu.top-menu-current::after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(19deg) brightness(103%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(19deg) brightness(103%) contrast(101%);
  }
}
.products_sec .inner .cmn_tab .top-menu-content {
  display: none;
}

/* 検索フォーム */
.search-form-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  width: 32.16%;
  height: 56px;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .search-form-1 {
    width: 100%;
    height: 48px;
  }
}
.search-form-1 label {
  width: calc(100% - 60px);
}
@media screen and (max-width: 768px) {
  .search-form-1 label {
    width: calc(100% - 48px);
  }
}
.search-form-1 label input {
  padding: 0 16px;
  border: none;
  outline: none;
}
.search-form-1 label ::-webkit-input-placeholder {
  color: var(--main_black);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
}
.search-form-1 label ::-moz-placeholder {
  color: var(--main_black);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
}
.search-form-1 label :-ms-input-placeholder {
  color: var(--main_black);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
}
.search-form-1 label ::-ms-input-placeholder {
  color: var(--main_black);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
}
.search-form-1 label input, .search-form-1 label ::placeholder {
  color: var(--main_black);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
}
.search-form-1 input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 56px;
  border: none;
  background-color: #707070;
  text-indent: -9999px;
  background-image: url("../img/common/icon_search01.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search-form-1 input[type=submit] {
    width: 48px;
    height: 48px;
  }
}

/*=======================================
　news_sec
=======================================*/
.news_sec .inner .category_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5%;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .news_sec .inner .category_area {
    gap: 0 2.99%;
    margin-bottom: 30px;
  }
}
.news_sec .inner .category_area .category {
  width: 30%;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.777;
  text-align: center;
  display: block;
  padding-bottom: 11px;
  border-bottom: 2px solid #D9D9D9;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .news_sec .inner .category_area .category {
    font-size: 14px;
    padding-bottom: 8px;
    width: 31.34%;
  }
}
.news_sec .inner .category_area .category.top-news-current {
  position: relative;
  border-bottom: 2px solid #ec6d3c;
}
.news_sec .inner .category_area .category.top-news-current::after {
  content: "";
  width: 12px;
  height: 8px;
  display: inline-block;
  background: var(--main_orange);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -8px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.news_sec .inner .news_area {
  margin-bottom: 50px;
}
.news_sec .inner .news_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 0 4%;
}
.news_sec .inner .news_area ul li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .news_sec .inner .news_area ul li {
    width: 100%;
  }
}
.news_sec .inner .news_area ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-bottom: 1px solid #d9d9d9;
  gap: 0 25px;
  padding: 22px 25px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .news_sec .inner .news_area ul li a {
    gap: 0 17px;
    padding: 20px 1em 20px 0;
  }
}
.news_sec .inner .news_area ul li a .thumbnail {
  width: 74px;
  height: 74px;
  overflow: hidden;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .news_sec .inner .news_area ul li a .thumbnail {
    width: 90px;
    height: 90px;
  }
}
.news_sec .inner .news_area ul li a .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.news_sec .inner .news_area ul li a .ttl_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 0 8px;
}
@media screen and (max-width: 768px) {
  .news_sec .inner .news_area ul li a .ttl_area {
    gap: 22px 14px;
  }
}
.news_sec .inner .news_area ul li a .ttl_area .day {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.news_sec .inner .news_area ul li a .ttl_area .category {
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 6px;
  background: var(--main_orange);
}
@media screen and (max-width: 768px) {
  .news_sec .inner .news_area ul li a .ttl_area .category {
    font-size: 12px;
    letter-spacing: 0.06em;
  }
}
.news_sec .inner .news_area ul li a .ttl_area .ttl {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 2.133;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news_sec .inner .news_area ul li a .ttl_area .ttl {
    line-height: 1.333;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .news_sec .inner .news_area ul li a:hover {
    background: #fff2ed;
    opacity: 1;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .news_sec .inner .news_area ul li a:hover {
    background: #fff2ed;
    opacity: 1;
  }
}
.news_sec .inner .top-news-content {
  display: none;
}

/*=======================================
　works_sec
=======================================*/
.works_sec {
  background: #f0f0f0;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .works_sec {
    padding: 60px 0;
  }
}
.works_sec .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5%;
}
@media screen and (max-width: 768px) {
  .works_sec .inner ul {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    gap: 20px 0;
  }
}
.works_sec .inner ul li {
  width: 30%;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .works_sec .inner ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .works_sec .inner ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .works_sec .inner ul li a .img {
    width: 38.8%;
  }
}
.works_sec .inner ul li a .img img {
  border-radius: 2px 2px 0 0;
}
@media screen and (max-width: 768px) {
  .works_sec .inner ul li a .img img {
    border-radius: 2px 0 0 2px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.works_sec .inner ul li a .txt_area {
  background: #fff;
  -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.23));
          filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.23));
  will-change: filter;
  border-radius: 0 0 2px 2px;
  padding: 20px calc(33px + 1em) 25px 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .works_sec .inner ul li a .txt_area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 0 2px 2px 0;
    padding: 21px 18px 21px 15px;
  }
}
.works_sec .inner ul li a .txt_area::after {
  content: "";
  background: url("../img/common/arrow01.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 28px;
  right: 18px;
  width: 15px;
  height: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .works_sec .inner ul li a .txt_area::after {
    top: auto;
    bottom: 12px;
    right: 13px;
    width: 18px;
    height: 10px;
  }
}
.works_sec .inner ul li a .txt_area .works_sttl {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .works_sec .inner ul li a:hover {
    opacity: 1;
  }
  .works_sec .inner ul li a:hover .txt_area::after {
    right: 13px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .works_sec .inner ul li a:hover {
    opacity: 1;
  }
  .works_sec .inner ul li a:hover .txt_area::after {
    right: 13px;
  }
}

/*=======================================
　business_sec
=======================================*/
.business_sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .business_sec ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
    width: 90%;
    margin: 0 auto;
  }
}
.business_sec ul li {
  width: 32.85%;
}
@media screen and (max-width: 768px) {
  .business_sec ul li {
    width: 100%;
  }
}
.business_sec ul li a {
  position: relative;
  display: block;
}
.business_sec ul li a .busi_sttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 30px;
  bottom: 23px;
}
@media screen and (max-width: 768px) {
  .business_sec ul li a .busi_sttl {
    left: 17px;
    bottom: 11px;
  }
}
.business_sec ul li a .busi_sttl span {
  color: #fff;
  display: block;
}
.business_sec ul li a .busi_sttl span.jp {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .business_sec ul li a .busi_sttl span.jp {
    font-size: 19px;
  }
}
.business_sec ul li a .busi_sttl span.en {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.142;
}
@media screen and (max-width: 768px) {
  .business_sec ul li a .busi_sttl span.en {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}

/*=======================================
　recruit_sec
=======================================*/
@media screen and (max-width: 768px) {
  .recruit_sec {
    margin-bottom: 150px;
  }
}
.recruit_sec .inner {
  background: url("../img/top/recruit_bg01.jpg") no-repeat;
  background-size: cover !important;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0 7.2%;
}
@media screen and (max-width: 768px) {
  .recruit_sec .inner {
    background: url("../img/top/recruit_bg01_sp.jpg") no-repeat;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 60px;
    position: relative;
  }
}
.recruit_sec .inner .img_area {
  width: 40.2%;
}
@media screen and (max-width: 768px) {
  .recruit_sec .inner .img_area {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.recruit_sec .inner .txt_area {
  width: 44.5%;
  margin: 51px 0;
}
@media screen and (max-width: 768px) {
  .recruit_sec .inner .txt_area {
    display: contents;
  }
}
.recruit_sec .inner .txt_area .cmn_ttl01 {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .recruit_sec .inner .txt_area .cmn_ttl01 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 84.47%;
    margin: 0 auto 35px;
  }
}
.recruit_sec .inner .txt_area .cmn_txt01 {
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .recruit_sec .inner .txt_area .cmn_txt01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 29px;
    width: 84.47%;
  }
}
@media screen and (max-width: 768px) {
  .recruit_sec .inner .txt_area .cmn_btn01 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -30px;
    width: 84.47%;
  }
}

/*=======================================
　contents_sec
=======================================*/
@media screen and (max-width: 768px) {
  .contents_sec .inner {
    width: 100%;
  }
}
.contents_sec .inner .swiper .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  padding-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .contents_sec .inner .swiper .swiper-wrapper {
    padding-bottom: 73px;
  }
}
.contents_sec .inner .swiper .swiper-wrapper .swiper-slide {
  padding: 0 22px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.contents_sec .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  padding: 0;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .contents_sec .inner .swiper .swiper-wrapper .swiper-slide a:hover {
    opacity: 1;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .contents_sec .inner .swiper .swiper-wrapper .swiper-slide a:hover {
    opacity: 1;
  }
}
.contents_sec .inner .swiper .swiper-wrapper .swiper-slide a .img {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: 20.6666666667vw;
  max-height: 248px;
}
@media screen and (max-width: 768px) {
  .contents_sec .inner .swiper .swiper-wrapper .swiper-slide a .img {
    margin-bottom: 20px;
    max-height: inherit;
    height: 46.9333333333vw;
  }
}
.contents_sec .inner .swiper .swiper-wrapper .swiper-slide a .img img {
  width: 100%;
}
.contents_sec .inner .swiper .swiper-wrapper .swiper-slide a .contents_sttl {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.625;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_sec .inner .swiper .swiper-wrapper .swiper-slide a .contents_sttl {
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-bottom: 12px;
  }
}
.contents_sec .inner .swiper .swiper-wrapper .swiper-slide a .contents_sttl::after {
  content: "";
  width: 46px;
  height: 2px;
  display: inline-block;
  background: var(--main_orange);
  position: absolute;
  left: 0;
  bottom: 0;
}

/* プログレスバー */
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 4px;
  bottom: 20px;
  top: auto;
  border-radius: 50vw;
  overflow: hidden;
  width: calc(100% - 88px - 7px - 32px);
}
@media screen and (max-width: 768px) {
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    left: 5%;
    width: calc(100% - 88px - 12px - 25px - 5% - 5%);
  }
}

.swiper-pagination-progressbar {
  background: #ccc;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--main_orange);
}

/* 矢印 画像*/
.swiper-button-prev,
.swiper-button-next {
  height: 44px;
  width: 44px;
  top: auto;
  bottom: 0;
}
.swiper-button-prev::after, .swiper-button-prev::after,
.swiper-button-next::after,
.swiper-button-next::after {
  background-size: contain;
  content: "";
  height: 44px;
  margin: auto;
  width: 44px;
}

.swiper-button-prev {
  left: auto;
  right: 51px;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    right: calc(56px + 5%);
  }
}
.swiper-button-prev::after {
  background: url("../img/common/arrow_prev01.svg") no-repeat;
}

.swiper-button-next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 5%;
  }
}
.swiper-button-next::after {
  background: url("../img/common/arrow_next01.svg") no-repeat;
}/*# sourceMappingURL=top.css.map */