/*------------------------------------------------------ mainvisual*/
.mainVisual {
  margin: 0 0 12.5rem 0;
  position: relative;
}

.mainVisual__title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.mainVisual__title--sub {
  display: inline-block;
  background: -webkit-linear-gradient(135deg, #FDD65B 0%, #F46E19 100%);
  background: linear-gradient(-45deg, #FDD65B 0%, #F46E19 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-size: 3rem;
  margin: 0 0 1.25rem 0;
}

.mainVisual__areaNews {
  background: #fff;
  -webkit-box-shadow: 0 0.1875rem 1.875rem 0.25rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 1.875rem 0.25rem rgba(0, 0, 0, 0.16);
  border-radius: 0.5rem;
  left: 0;
  margin: auto;
  max-width: 62.5rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 100%;
}

.mainVisual__areaNews .swiper-button-prev,
.mainVisual__areaNews .swiper-button-next {
  position: absolute;
  right: 0;
}

.mainVisual__areaText {
  margin: 0 0 3.75rem 0;
}

.mainVisual__areaBottom {
  margin: -8.75rem 0 0 0;
  position: relative;
  z-index: 2;
}

.contents .swiperMain img {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}

.main__sub__search {
  background: #ddd;
  border-radius: 0.3125rem;
  padding: 0.8125rem 0.8125rem 0.8125rem 1.25rem;
  position: relative;
}

.main__sub__search__form {
  border-radius: 0.3125rem;
}

.main__sub__search__text {
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: 0.9375rem center;
  border: none;
  border-radius: 0.3125rem 0 0 0.3125rem;
  display: inline-block;
  padding: 0.8125rem 0.625rem 0.8125rem 2.5rem;
}

.main__sub__search__btn {
  background: #F76B1C;
  border: none;
  border-radius: 0 0.3125rem 0.3125rem 0;
  color: #fff;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin: 0 0 0 -0.625rem;
}

.c-mainVisual__newsListItem a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.75rem 2rem 1.75rem 2rem;
}

.c-mainVisual__newsListItem--tag, .c-mainVisual__newsListItem--date, .c-mainVisual__newsListItem--title {
  font-size: 0.875rem;
  margin: 0 1.25rem 0 0;
}

.c-mainVisual__newsListItem--tag {
  color: #F76B1C;
  font-weight: 700;
}

.c-mainVisual__areaBtnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 62.5rem;
  margin: 0 auto 1.25rem auto;
}

.c-mainVisual__areaBtnListItem {
  width: calc(30% - 20px);
}

.c-mainVisual__areaBtnListItem--search {
  width: calc(70% - 20px);
}

.c-mainVisual__areaBtnListItem .main__sub__search {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}

.c-mainVisual__areaBtnListItem .main__sub__search__btn {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.c-mainVisual__areaBtnListItem form {
  margin: 0 0 0 0;
}

.swiperNews .swiper-button-prev_news, .swiperNews .swiper-button-next_news {
  bottom: 0;
  border: none;
  left: unset;
  height: 2.5rem;
  margin: auto;
  position: absolute;
  right: 3.75rem;
  top: 0;
  width: 0.625rem;
}

.swiperNews .swiper-button-prev_news:before, .swiperNews .swiper-button-next_news:before {
  border-top: 0.0625rem solid #e97602;
  border-right: 0.0625rem solid #e97602;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0;
  height: 10px;
  width: 10px;
  z-index: 2;
}

.swiperNews .swiper-button-next_news {
  right: 2.5rem;
}

.swiperNews .swiper-button-next_news:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contents img {
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 18px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 18px 6px rgba(0, 0, 0, 0.16);
}

.contents-link {
  padding: 3.75rem 9.375rem 3.75rem 9.375rem;
}

@media screen and (max-width: 768px) {
  .mainVisual {
    background-position: right;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
  }
  .mainVisual__title {
    font-size: 10.92328vw;
  }
  .mainVisual__title--sub {
    font-size: 7.80234vw;
  }
  .mainVisual__areaBottom {
    bottom: unset;
    margin: -30px auto 160px auto;
    position: relative;
    width: 90vw;
  }
  .c-mainVisual__areaBtnList {
    display: block;
    margin: 0 auto 0 auto;
    max-width: unset;
  }
  .c-mainVisual__areaBtnListItem {
    margin: 0 0 1.25rem 0;
    width: auto;
  }
  .c-mainVisual__areaBtnListItem .main__sub__search__btn {
    font-size: 13px;
    position: unset;
  }
  .c-mainVisual__newsListItem {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-mainVisual__newsListItem a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px;
  }
  .c-mainVisual__newsListItem--title {
    margin: 0 0 0 0;
  }
  .c-mainVisual__newsListItem--date {
    margin: 0 0 0 0;
  }
  .main__sub__portal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
  .main__sub__register {
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main__sub__search {
    padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  }
  .main__sub__search__text {
    border-radius: 0.3125rem;
    display: block;
    font-size: 14px;
    padding: 10px;
    width: 100%;
  }
  .main__sub__search__btn {
    border-radius: 0;
    display: block;
    font-size: 3.64109vw;
    margin: 0.625rem auto 0 auto;
    padding: 0.625rem 3.125rem 0.625rem 3.125rem;
  }
  .main__sub__img img {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 1px;
  }
  .main__sub__text {
    font-size: 18px;
    padding: 0 0 0 20px;
  }
  .swiperNews .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .swiperNews .swiper-button-prev, .swiperNews .swiper-button-next {
    display: block;
  }
  .tab-label {
    font-size: 16px;
  }
  .tab-wrap-sub .tab-label {
    font-size: 16px;
  }
}

/*------------------------------------------------------ contents*/
#trainer .l-section__header {
  color: #fff;
  max-width: 29.375rem;
  text-align: left;
}

#trainer .l-sectionTitle {
  position: relative;
}

.tab-wrap, .tab-wrap-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tab-wrap:after, .tab-wrap-sub:after {
  background: #F76B1C;
  content: "";
  display: block;
  height: 0.1875rem;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
}

.tab-wrap-sub .tab-label {
  background: #fff;
  color: #8F8F8F;
  font-size: 1rem;
  font-weight: 700;
  padding: 1.25rem 0 1.25rem 0;
}

.tab-wrap-sub .tab-label:not(:last-of-type) {
  margin: 0 0.125rem 0 0;
}

.tab-label {
  background: #797979;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.125rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.25rem 0.5em 1.25rem 0.5em;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}

.tab-switch:checked + .tab-label {
  background: #F76B1C;
}

.tab-switch:checked + .tab-label + .tab-content {
  background: #D2D2D2;
  height: auto;
  overflow: auto;
  opacity: 1;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.tab-switch-sub:checked + .tab-label {
  background: #F76B1C;
  color: #fff;
}

.tab-switch-sub:checked + .tab-label + .tab-content-sub {
  background: #ddd;
  height: auto;
  opacity: 1;
  overflow: auto;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.tab-switch, .tab-switch-sub {
  display: none;
}

.tab-content-btn {
  margin: 3.125rem 0 1.25rem 0;
}

.tab-content-sub__container {
  background: #fff;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.625rem 0 0.625rem 0;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}

.tab-content, .tab-content-sub {
  height: 0;
  overflow: hidden;
  width: 100%;
}

#training .c-trainingLinkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.875rem;
  margin: 0 0 2.5rem 0;
}

#training .c-trainingLinkListItem {
  width: calc(25% - 23px);
}

#training .c-trainingLinkListItem a {
  display: block;
  margin: 0 0 0 0;
}

#training .c-trainingLinkListItem__image {
  width: 100%;
}

#training .c-trainingLinkListItem__title {
  font-size: 1.0625rem;
  margin: 0.625rem 0 0 0;
  text-align: center;
}

#trainer:after, #about:after {
  background: -webkit-gradient(linear, left top, right top, from(#F47219), to(#FACD59));
  background: -webkit-linear-gradient(left, #F47219, #FACD59);
  background: linear-gradient(90deg, #F47219, #FACD59);
  border-radius: 0 0.625rem 0.625rem 0;
  content: "";
  height: calc(100% + 400px);
  left: 0;
  position: absolute;
  right: 1.25rem;
  top: 0;
  width: 80%;
  z-index: -1;
}

#trainer .l-section__inner, #about .l-section__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 10rem 0 0.625rem 0;
}

#trainer .l-section__body, #about .l-section__body {
  margin: 0 0 0 6.25rem;
  max-height: 43.75rem;
  width: calc(100vw - 550px);
}

#trainer .l-section__body img, #about .l-section__body img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#trainer .l-section__image, #about .l-section__image {
  height: 37.5rem;
  width: 60vw;
}

#trainer .l-section__headerText, #about .l-section__headerText {
  margin: 0 0 3.125rem 0;
}

#trainer .l-sectionTitle:before, #about .l-sectionTitle:before {
  background: #fff;
  border-radius: 0 0.625rem 0.625rem 0;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: -3.125rem;
  width: 6.25rem;
}

#trainer .l-sectionTitle__main, #about .l-sectionTitle__main {
  color: #fff;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 0 0;
  margin: 0 0 2.5rem 0;
}

#trainer a.c-btn, #about a.c-btn {
  margin: 0 auto 0 0;
}

#trainer {
  margin: 0 0 9.375rem 0;
  position: relative;
}

#trainer .l-section__header {
  min-width: 25rem;
}

#customer .l-sectionTitle {
  color: #fff;
}

#customer .l-sectionTitle__main {
  color: #fff;
}

#service {
  position: relative;
}

#service .l-section__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 auto 0 auto;
}

#service .l-section__header {
  margin: 0 0 0 5.625rem;
}

#service .l-section__headerText {
  margin: 0 0 3.125rem 0;
}

#service .l-section__body {
  max-height: 43.75rem;
  width: calc(80vw - 550px);
}

#service .l-section__body img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#service .l-sectionTitle {
  position: relative;
}

#service .l-sectionTitle:before {
  background: -webkit-linear-gradient(135deg, #FDD65B 0%, #F46E19 100%);
  background: linear-gradient(-45deg, #FDD65B 0%, #F46E19 100%);
  border-radius: 0 0.625rem 0.625rem 0;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: -1.25rem;
  width: 6.25rem;
}

#service .l-sectionTitle__main {
  color: #1F1F1F;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 2.5rem 0;
  padding: 0 0 0 0;
}

#feature .l-section___header {
  margin: 0 0 5.625rem 0;
}

#feature a.c-btn {
  margin: 1.25rem auto 0 0;
}

#partner {
  background: #F5F6F7;
  margin: 0 0 0 0;
  padding: 7.5rem 0 7.5rem 0;
}

#partner a.c-btn {
  margin: 3.125rem auto 0 auto;
}

#about {
  margin: 0 0 18.75rem 0;
  position: relative;
}

#about:after {
  height: calc(100% + 150px);
}

#about .l-section__header {
  max-width: 29.375rem;
  min-width: 25rem;
}

#about .l-section__headerText {
  color: #fff;
}

#news .l-section__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#news .l-sectionTitle {
  margin: 0 0 6.25rem 0;
}

#news .l-section__body {
  margin: 0 0 0 0;
  width: 70%;
}

#blog {
  background: #F5F6F7;
  padding: 7.5rem 0 7.5rem 0;
}

.c-snsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 5rem 0;
}

.c-snsListItem {
  margin: 0 auto 0 auto;
  text-align: center;
  width: calc(50% - 20px);
}

.c-snsListItem--facebook {
  overflow: hidden;
}

#twitter-widget-0 {
  max-height: 25rem;
}

.c-youtubeWrapper {
  margin: 0 auto 3.125rem auto;
  max-width: 62.5rem;
  width: 100%;
}

.c-youtubeWrapper iframe {
  height: 35rem;
  width: 100%;
}

.c-blogList, .c-customerList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-blogListItem, .c-customerListItem {
  width: 25rem;
}

.c-blogListItem__image, .c-customerListItem__image {
  margin: 0 0 20px 0;
}

.c-blogListItem__name, .c-customerListItem__name {
  margin: 0 0 0 0;
}

.swiper {
  width: auto;
}

@media screen and (max-width: 768px) {
  #pick-up {
    margin: 3.75rem 0 3.75rem 0;
  }
  #trainer:after {
    height: calc(100% + 200px);
  }
  #trainer .l-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #trainer .l-section__header {
    min-width: unset;
    max-width: unset;
  }
  #training .c-serviceListItem__tagList {
    margin: 0 0 1.25rem 3.125rem;
  }
  #training .c-trainingLinkList {
    gap: 20px;
  }
  #training .c-trainingLinkListItem {
    width: calc(50% - 10px);
  }
  #training .c-trainingLinkListItem__image {
    margin: 0 0 0 0;
  }
  #service .l-section__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 0 0 0;
  }
  #service .l-section__header {
    margin: 0 0 0 0;
    padding: 5.625rem 1.25rem 0 1.25rem;
    min-width: unset;
    width: 100%;
  }
  #service .l-sectionTitle__main {
    font-size: 2.5rem;
  }
  #service .l-sectionTitle:before {
    top: -2.5rem;
  }
  #service .l-section__body {
    width: 100%;
  }
  #about .l-section__header {
    max-width: unset;
    min-width: unset;
  }
  #about .l-section__headerText {
    color: #fff;
  }
  #about .l-section__image {
    margin: 0 0 80px 0;
  }
  #customer {
    position: relative;
  }
  #customer .l-section__header {
    margin: 0 0 2.5rem 0;
    min-width: unset;
  }
  #customer .l-sectionTitle {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #customer .l-sectionTitle__main {
    padding: 0.625rem 0 0.625rem 0.5rem;
  }
  .tab-wrap-sub .tab-label {
    display: inline-table;
    font-weight: 400;
    line-height: 1.2;
    padding: 10px 20px;
    text-align: center;
    width: 50%;
    font-size: 4.16125vw;
    margin: 0 0 0.1875rem 0;
    height: unset;
  }
  .tab-wrap-sub .tab-label:not(:last-of-type) {
    margin: 0 0.0625rem 0.125rem 0;
  }
  .tab-wrap-sub .tab-label:last-child {
    margin: 0 0 0 0.3125rem;
  }
  .tab-wrap-sub:checked + .tab-label + .tab-content-sub {
    margin: 0.625rem 0 0 0;
    padding: 1.25rem 0.625rem 1.25rem 0.625rem;
  }
  .tab-content-btn {
    margin: 1.25rem 0 0 0;
  }
  .tab-switch:checked + .tab-label + .tab-content, .tab-switch-sub:checked + .tab-label + .tab-content-sub {
    padding: 1.25rem 0.625rem 1.25rem 0.625rem;
  }
  #trainer, #blog {
    margin: 0 0 0 0;
  }
  #trainer .l-section__inner, #blog .l-section__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 3.75rem 1.25rem 3.75rem 1.25rem;
  }
  #trainer .l-section__body, #blog .l-section__body {
    margin: 0 0 5.625rem 0;
    width: 100%;
  }
  #trainer:after, #about:after {
    border-radius: 0 0 0.625rem 0.625rem;
    width: 100%;
  }
  #trainer .l-section__body, #about .l-section__body {
    max-height: unset;
    margin: 0 0 0 0;
    width: auto;
  }
  #trainer .l-section__inner, #about .l-section__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 3.75rem 1.25rem 3.75rem 1.25rem;
  }
  #trainer .l-section__headerText, #about .l-section__headerText {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0 0 40px 0;
  }
  #trainer .l-sectionTitle__main, #about .l-sectionTitle__main {
    font-size: 40px;
  }
  #trainer .l-sectionTitle:before, #about .l-sectionTitle:before {
    top: -2.5rem;
  }
  #trainer .l-section__image, #about .l-section__image {
    height: auto;
    margin: 0 0 80px 0;
    width: 100%;
  }
  #feature .l-section__header {
    margin: 0 0 2.5rem 0;
  }
  #partner {
    padding: 3.75rem 0 3.75rem 0;
  }
  #partner .l-sectionTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
  }
  #partner .l-sectionTitle__main {
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  #about {
    margin: 0 0 3.75rem 0;
  }
  #about:after {
    background: -webkit-linear-gradient(135deg, #FDD65B 0%, #F46E19 100%);
    background: linear-gradient(-45deg, #FDD65B 0%, #F46E19 100%);
    border-radius: 0;
    height: 100%;
  }
  #about .l-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #news {
    position: relative;
  }
  #news .l-section__inner {
    display: block;
  }
  #news .l-section__body {
    margin: 0 0 0 0;
    width: 100%;
  }
  #news .l-sectionTitle {
    margin: 0 0 1.25rem 0;
  }
  #news a.c-btn {
    bottom: 0;
    position: absolute;
    width: calc(100% - 40px);
  }
  #blog {
    padding: 0 0 0 0;
  }
  #blog .l-section__body {
    margin: 0 0 0 0;
  }
  #sns {
    padding: 3.75rem 0 0 0;
  }
  .c-snsList {
    display: block;
  }
  .c-snsListItem {
    width: 100%;
  }
  .c-snsListItem--twitter {
    margin: 0 0 2.5rem 0;
  }
  .c-blogList, .c-customerList {
    display: block;
  }
  .c-blogListItem, .c-customerListItem {
    width: 100%;
  }
  .contents-link {
    padding: 5vw;
  }
}

/*------------------------------------------------------ swiper*/
#pick-up, #customer, #blog {
  overflow: hidden;
}

#pick-up .l-section__inner, #customer .l-section__inner, #blog .l-section__inner {
  position: relative;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}

.swiper-button-next:before, .swiper-button-prev:before {
  background: #F76B1C;
  bottom: 0;
  content: '';
  display: block;
  height: 0.625rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
  width: 0.0625rem;
  z-index: 2;
}

.swiper-button-next_main, .swiper-button-prev_main {
  background: #fff;
  bottom: 0;
  border: 2px solid #ef6b25;
  border-radius: 50%;
  height: 60px;
  left: 10px;
  top: 0;
  width: 60px;
  margin: auto;
  position: absolute;
  z-index: 2;
}

.swiper-button-next_main:before, .swiper-button-prev_main:before {
  background: #F76B1C;
  bottom: 0;
  content: '';
  display: block;
  height: 0.625rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  width: 0.0625rem;
  z-index: 2;
}

.swiper-button-next_main:after, .swiper-button-prev_main:after {
  border-top: 0.0625rem solid #e97602;
  border-right: 0.0625rem solid #e97602;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0;
  height: 10px;
  width: 10px;
  z-index: 2;
}

.swiper-button-next {
  left: unset;
  right: -80px;
  position: absolute;
  z-index: 9999;
}

.swiper-button-next_main {
  left: unset;
  right: 10px;
}

.swiper-button-next_main:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swiper-button-prev {
  left: -80px;
  right: unset;
}

.swiperMain .swiper-button-next_main, .swiperMain .swiper-button-prev_main {
  background: transparent;
  border: none;
}

.swiperMain .swiper-button-next_main:after, .swiperMain .swiper-button-prev_main:after {
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
  height: 20px;
  width: 20px;
}

.swiperMain .swiper-button-next_main:before, .swiperMain .swiper-button-prev_main:before {
  display: none;
}

.swiper-rtl .swiper-button-prev, .swiper-rtl .swiper-button-next, .swiper-button-prev, .swiper-button-next {
  background: #fff;
  border: 2px solid #ef6b25;
  border-radius: 50%;
  height: 60px;
  top: 25%;
  width: 60px;
}

.swiper-rtl .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-prev:after, .swiper-button-next:after {
  border-top: 0.0625rem solid #e97602;
  border-right: 0.0625rem solid #e97602;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 0;
  height: 10px;
  width: 10px;
  z-index: 2;
}

.swiper-rtl .swiper-button-next:after, .swiper-button-next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .swiper {
    width: calc(100vw - 40px);
  }
  .swiper-wrapper {
    display: block;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .swiperMain {
    margin: 60px 0px 0 0;
  }
  .swiperMain .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .swiperMain .swiper-button-next_main, .swiperMain .swiper-button-prev_main {
    height: 40px;
    width: 40px;
    bottom: 0;
    position: absolute;
    margin: unset;
    top: 90px;
    z-index: 2;
  }
  .swiperMain .swiper-button-next_main:after, .swiperMain .swiper-button-prev_main:after {
    height: 8px;
    width: 8px;
  }
  .tab-label {
    font-size: 15px;
  }
  .tab-wrap-sub .tab-label {
    font-size: 14px;
    height: 54px;
  }
  .tab-wrap:after, .tab-wrap-sub:after {
    display: none;
  }
}
/*# sourceMappingURL=top.css.map */