@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #222222;
}

.wrap.is-checked {
  display: none;
}

.inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    margin-inline: auto;
    padding-inline: 220px;
  }
}

@media screen and (max-width: 799px) {
  .hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}
.change__head {
  opacity: 0.7;
  background: #646464;
}

.change__color {
  color: #EBEBEB;
}

.change__erase {
  display: none;
}

.button {
  cursor: pointer;
}
.button:hover {
  opacity: 0.7;
}

/*=====================================================
# header
======================================================*/
.header {
  height: 473px;
  background: url(/tradeji/img/FV画像sp.png) no-repeat center center/cover;
}

.header__inner {
  padding-top: 25px;
}

.header__wrap {
  display: flex;
  align-items: center;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding-inline: 20px;
  z-index: 5;
}

.header__logo-move {
  display: none;
}
.header__logo-move.change__block {
  display: block;
}

.header__icon {
  position: fixed;
  width: 48px;
  height: 25px;
  top: 25px;
  right: 21px;
}
.header__icon.is-checked .drawer__icon-bar:nth-child(1), .header__icon.is-checked .drawer__icon-bar:nth-child(3) {
  top: 30px;
  background-color: #fff;
}
.header__icon.is-checked .drawer__icon-bar:nth-child(1) {
  transform: rotate(45deg);
  width: 33px;
}
.header__icon.is-checked .drawer__icon-bar:nth-child(3) {
  width: 33px;
  transform: rotate(-45deg);
}
.header__icon.is-checked .drawer__icon-bar:nth-child(2) {
  display: none;
}

.drawer__icon-bar {
  position: absolute;
  width: 48px;
  height: 1px;
  left: 0;
  background-color: #222;
  transition: top 0.4s, transform 0.4s;
}
.drawer__icon-bar:nth-child(1) {
  top: 0;
}
.drawer__icon-bar:nth-child(2) {
  top: 11.5px;
}
.drawer__icon-bar:nth-child(3) {
  top: 23px;
}

.header__fv {
  margin-top: 60px;
}

.header__lead {
  color: #FFF;
  font-size: 14px;
  font-weight: 900;
  line-height: 14px; /* 100% */
}

.header__title {
  display: flex;
  width: 292px;
  padding: 0px 0px 0.007px 0px;
  justify-content: center;
  align-items: center;
  gap: 16.942px;
  margin-top: 18px;
  margin-bottom: 22px;
}

.header__title-logo {
  display: flex;
  width: 292px;
  padding: 0px 0px 0.007px 0px;
  justify-content: center;
  align-items: center;
  gap: 16.942px;
  flex-shrink: 0;
}

.header__title-text {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 165%; /* 19.8px */
}

.drawer__content {
  background-color: rgba(34, 34, 34, 0.7490196078);
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  padding: 82px 65px;
  transform: translateY(-101%);
  transition: transform 0.4s;
  z-index: 5;
}
.drawer__content.is-checked {
  transform: translateY(0);
}

.drawer__content-menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.drawer__content-link {
  color: #EBEBEB;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px; /* 100% */
  cursor: pointer;
}

.swiper {
  margin-top: 54px;
  transition-timing-function: linear;
}

.swiper-wrapper {
  display: flex;
  flex-direction: row;
  transition-timing-function: linear;
  margin: 0 auto;
}

.header-swiper__slide {
  width: 312px !important;
  border-radius: 25px;
  background: #EBEBEB;
  padding: 30px 19px;
  transition-timing-function: linear;
}

.header__swiper-tag {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.header__swiper-tag__box {
  color: #EBEBEB;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px; /* 100% */
  padding: 7px 12px;
  border-radius: 19.5px;
}

.tag__blue {
  background-color: #569BFF;
}

.tag__pink {
  background-color: #EF6BAB;
}

.tag__green {
  background-color: #18BE64;
}

.tag__orange {
  background-color: #EE933E;
}

.header__swiper-img {
  margin: 16px 0;
}
.header__swiper-img img {
  width: 274px;
  height: 185px;
}

.header__swiper-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__swiper-title__name {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  margin-bottom: 8px;
}

.header__swiper-title__heart {
  width: 30px;
  height: 27px;
  background: url(/tradeji/img/heart.png) no-repeat center center/cover;
}
.header__swiper-title__heart:hover {
  cursor: pointer;
  background: url(/tradeji/img/pink_heart.png) no-repeat center center/cover;
}
.header__swiper-title__heart.is-active {
  background: url(/tradeji/img/pink_heart.png) no-repeat center center/cover;
}

.header__swiper-nickname {
  color: #6B6B6B;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%; /* 18px */
  margin-bottom: 16px;
}

.header__swiper-human {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 12px;
}

.header__swiper-designer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
}

.header__swiper-designer__img img {
  border-radius: 50%;
}

.header__swiper-designer__name {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
}
.header__swiper-designer__name span {
  padding-left: 3px;
}

.header__swiper-designer-circle__blue {
  color: #569AFF;
}

.header__swiper-designer-circle__pink {
  color: #EF6BAB;
}

.header__swiper-designer-circle__green {
  color: #18BE64;
}

.header__swiper-designer-circle__orange {
  color: #EE933E;
}

.header__swiper-text {
  color: #6B6B6B;
  font-size: 15px;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
  margin-bottom: 32px;
}

.header__swiper-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header__swiper-link__more:hover {
  opacity: 0.7;
}
.header__swiper-link__more:hover a::after {
  opacity: 0.7;
}
.header__swiper-link__more a {
  position: relative;
}
.header__swiper-link__more a::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #222;
}

.header__swiper-link__page {
  padding-left: 8px;
  display: flex;
  flex-direction: row;
}
.header__swiper-link__page:hover {
  opacity: 0.7;
}
.header__swiper-link__page:hover a::after {
  opacity: 0.7;
}
.header__swiper-link__page a {
  padding-right: 5px;
  position: relative;
}
.header__swiper-link__page a::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #222;
}

.header__swiper-link__page-aroow {
  margin-top: -5px;
}

.swiper-scrollbar-horizontal {
  margin-top: 20px;
  height: 1px;
  position: static !important;
  background: #fff;
  width: 51% !important;
  margin-left: auto;
  margin-right: auto;
}

.swiper-scrollbar-drag {
  background: #9F28FB;
}

/*=====================================================
# fv
======================================================*/
.fv__inner {
  margin-top: -10px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 495px;
  padding-bottom: 45px;
  height: 100%;
  background: #222;
  position: relative;
  z-index: -1;
}

.fv__graduation {
  margin-top: -100px;
}
.fv__graduation img {
  width: 100%;
  height: 110px;
}

.fv__body {
  padding-left: 39px;
  padding-right: 39px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}

.fv__title {
  width: 182px;
  height: 238px;
}

.fv__text {
  color: #EBEBEB;
  font-size: 15px;
  font-weight: 700;
  line-height: 190%; /* 28.5px */
}
.fv__text span {
  display: block;
  margin-bottom: 16px;
}

/*=====================================================
# works
======================================================*/
.works {
  background: #222;
  padding-bottom: 70px;
}

.works__inner {
  padding-top: 29px;
  padding-bottom: 8px;
}

.works__head {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.works__title {
  margin: 0 auto;
  width: 85px;
  height: 21px;
}

.works__subtitle {
  color: #EBEBEB;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px; /* 100% */
  text-align: center;
}

.works__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 49px;
  margin-bottom: 55px;
}

.works__item {
  height: auto;
}

.works__button-tab {
  display: flex;
  width: 250px;
  height: 48px;
  padding: 16px 26px 16px 66px;
  align-items: center;
  gap: 66px;
  border-radius: 25px;
  color: #EBEBEB;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px; /* 100% */
  position: relative;
}

.button__purple {
  background: #9F28FB;
}

.works__pc {
  display: none;
}

.works__skill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-top: 69px;
  padding-bottom: 97px;
}

.works__tags {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.works__skill-button {
  width: 170px;
  height: 42px;
  display: inline-flex;
  padding: 13px 65px 13px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #9F28FB;
  color: #EBEBEB;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px; /* 100% */
  margin-top: 42px;
  position: relative;
}
.works__skill-button::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  right: 40px;
  background: url(/tradeji/img/虫眼鏡.png) no-repeat center center/cover;
}

.works__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  overflow-x: hidden;
}

.works__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
}

.works__hidden {
  display: none;
}

.button__black {
  margin: 0 auto;
  width: 248px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #EBEBEB;
  color: #EBEBEB;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px; /* 100% */
  padding: 16px 26px 16px 85px;
}

.category__content {
  background: rgba(34, 34, 34, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  padding: 82px 65px;
  transform: translateY(-101%);
  transition: transform 0.4s;
  z-index: 5;
}
.category__content.is-checked {
  transform: translateY(0);
}

.category__content-menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.category__icon {
  position: fixed;
  width: 48px;
  height: 25px;
  top: 25px;
  right: 21px;
}

.category__icon-bar {
  position: absolute;
  width: 48px;
  height: 1px;
  left: 0;
  background-color: #fff;
}
.category__icon-bar:nth-child(1), .category__icon-bar:nth-child(3) {
  top: 30px;
  background-color: #fff;
}
.category__icon-bar:nth-child(1) {
  transform: rotate(45deg);
  width: 33px;
}
.category__icon-bar:nth-child(3) {
  width: 33px;
  transform: rotate(-45deg);
}
.category__icon-bar:nth-child(2) {
  display: none;
}

.category__content-link {
  color: #EBEBEB;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px; /* 87.5% */
  cursor: pointer;
  display: inline-flex;
  padding: 13px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.category__content-link.is-purple {
  background: #9F28FB;
}
.category__content-link.is-blue {
  background: #569BFF;
}
.category__content-link.is-pink {
  background: #EF6BAB;
}
.category__content-link.is-green {
  background: #18BE64;
}
.category__content-link.is-orange {
  background: #EE933E;
}

.detail__content {
  background: rgba(34, 34, 34, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  padding: 82px 65px;
  transform: translateY(-101%);
  transition: transform 0.4s;
  z-index: 5;
  padding-inline: 20px;
}
.detail__content.is-checked {
  transform: translateY(0);
}

.detail__content-menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.detail__icon {
  position: fixed;
  width: 48px;
  height: 25px;
  top: 25px;
  right: 21px;
}

.detail__icon-bar {
  position: absolute;
  width: 48px;
  height: 1px;
  left: 0;
  background-color: #fff;
}
.detail__icon-bar:nth-child(1), .detail__icon-bar:nth-child(3) {
  top: 30px;
  background-color: #fff;
}
.detail__icon-bar:nth-child(1) {
  transform: rotate(45deg);
  width: 33px;
}
.detail__icon-bar:nth-child(3) {
  width: 33px;
  transform: rotate(-45deg);
}
.detail__icon-bar:nth-child(2) {
  display: none;
}

.detail__link {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin: 0 auto;
}

.detail__content-link {
  color: #EBEBEB;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px; /* 87.5% */
  cursor: pointer;
  display: inline-flex;
  padding: 13px 25px;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.detail__content-link.is-gray {
  background: #727272;
}

/*=====================================================
# about
======================================================*/
.about__inner {
  padding-top: 53px;
  padding-bottom: 72px;
  text-align: center;
  background: url(<path-to-image>), lightgray -40.128px -2.073px/204.234% 103.019% no-repeat;
  background-blend-mode: multiply;
}

.about__lead {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 165%; /* 23.1px */
  margin-bottom: 11px;
}

.about__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 39px;
  margin-bottom: 26px;
}

.about__header {
  margin-left: -22px;
}
.about__header img {
  width: 189px;
  height: 39px;
}

.about__header-sub {
  margin-top: 15px;
  color: #222;
  font-size: 16px;
  font-weight: 900;
  line-height: 165%; /* 26.4px */
  padding-left: 12px;
}

.about__comment {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  line-height: 165%; /* 24.75px */
  margin-bottom: 39px;
}

.about__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 58px;
}

.about__content {
  width: 248px;
  height: 66px;
  border-radius: 10px;
  background: #FFF;
  padding: 12px;
}

.about__text {
  color: #222;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 165%; /* 21.45px */
}

.about__button {
  margin: 0 auto;
  font-size: 15px;
}

.about__course {
  display: none;
}

.about__course-inner {
  display: flex;
  flex-direction: row;
  gap: 35px;
  justify-content: center;
}

.about__course-all {
  padding-right: 60px;
  position: relative;
}
.about__course-all::before {
  position: absolute;
  content: "";
  top: -17px;
  height: 1px;
  width: 135px;
  background-color: #6B6B6B;
}

.about__course-detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.about__course-detail::before {
  position: absolute;
  content: "";
  top: -17px;
  left: 0;
  height: 1px;
  width: 480px;
  background-color: #6B6B6B;
}

.about__course-contents {
  display: flex;
  flex-direction: row;
  gap: 36px;
}

.about__course-content {
  padding-left: 10px;
  position: relative;
}
.about__course-content::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: url(/tradeji/img/紫丸.png) no-repeat center center/cover;
  left: 2px;
  top: 8px;
}

.about__course-items {
  margin-bottom: 40px;
}

.about__course-item {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.about__course-content-short {
  padding-right: 18px;
}

/*=====================================================
# footer
======================================================*/
.footer__inner {
  background: #222;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 42px;
  padding-inline: 33px;
}

.footer__logo {
  width: 42.529px;
  height: 30px;
}

.footer__title {
  width: 223.108px;
  height: 23.775px;
}

.footer__head {
  display: flex;
  flex-direction: row;
  gap: 16.36px;
  justify-content: center;
}

.footer__sns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 48px;
  margin-top: 36.42px;
}

.footer__sns-button {
  width: 44px;
  height: 44px;
}

.footer__content {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__right-container {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.footer__content-box {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
}

.footer__content-text {
  color: #EBEBEB;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px; /* 107.692% */
}

.footer__content-box__row {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.footer__comment {
  color: #EBEBEB;
  font-size: 13px;
  font-weight: 400;
  line-height: 165%; /* 21.45px */
  text-align: left;
  margin-top: 64px;
  margin-bottom: 24px;
}

.footer__copyright {
  color: #EBEBEB;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px; /* 107.692% */
}

@media screen and (min-width: 768px) {
  /*=====================================================
  # header
  ======================================================*/
  .header {
    height: 700px;
    background: url(/tradeji/img/FV画像pc.png) no-repeat center center/cover;
  }
  .header__inner {
    padding-top: 27px;
  }
  .header__wrap {
    display: flex;
    padding-inline: 220px;
  }
  .header__logo {
    width: 225px;
    height: 25.135px;
  }
  .header__nav {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .header__lists {
    display: flex;
    gap: 30px;
  }
  .header__list {
    color: #222;
    font-family: Noto Sans JP;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px; /* 100% */
  }
  .header__list a {
    position: relative;
  }
  .header__list a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #222;
    bottom: -4px;
    transform: scale(0, 1);
    transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    transition: transform 0.3s; /*変形の時間*/
  }
  .header__list a:hover::after {
    transform: scale(1, 1);
  }
  .header__button {
    margin-left: 32px;
  }
  .header__button-qa {
    width: 188px;
    height: 38px;
    border-radius: 30px;
    background: #222;
    color: #fff;
    padding: 10px 42px;
  }
  .header__button-qa.change__button {
    background: #EBEBEB;
    color: #222;
  }
  .header__fv {
    padding-top: 100px;
  }
  .header__lead {
    font-size: 26px;
    font-weight: 900;
    line-height: 100%; /* 26px */
  }
  .header__lead span {
    font-size: 26px;
    font-weight: 900;
    line-height: 100%; /* 26px */
  }
  .header__title-logo {
    width: 610px;
    height: 68px;
    margin-left: 320px;
    margin-top: 10px;
  }
  .header__title-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 165%; /* 26.4px */
    margin-top: 43px;
  }
  .header-swiper {
    margin-top: 123px;
  }
  .swiper-scrollbar {
    margin-top: 65px;
    width: 28% !important;
  }
  .fv__body {
    display: flex;
    flex-direction: row;
    padding-left: 295px;
    padding-right: 295px;
    margin-top: 46px;
    gap: 55px;
  }
  .fv__title {
    width: 346.025px;
    height: 452px;
  }
  .fv__title img {
    width: inherit;
    height: inherit;
  }
  .fv__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 210%; /* 37.8px */
    margin-top: 244px;
    margin-left: 50px;
    width: 401px;
  }
  .works {
    padding-bottom: 142px;
    padding-inline: 20px;
  }
  .works__inner {
    padding-top: 135px;
    padding-inline: 200px;
  }
  .works__title {
    width: 98px;
    height: 24px;
  }
  .works__title img {
    width: inherit;
    height: inherit;
  }
  .works__subtitle {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px; /* 100% */
  }
  .works__button {
    display: none;
  }
  .works__pc {
    display: block;
  }
  .works__wrapper {
    height: 100%;
    flex-direction: row;
  }
  .order1 {
    order: 1;
  }
  .order3 {
    order: 2;
  }
  .works__hidden {
    display: block;
  }
  .works__button-tab {
    margin-top: 127px;
  }
  .about__inner {
    padding-top: 83px;
    padding-bottom: 150px;
  }
  .about__lead {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px; /* 100% */
    padding-bottom: 26px;
  }
  .about__top {
    margin-bottom: 43px;
  }
  .about__header {
    width: 306px;
    height: 63px;
    padding-bottom: 26px;
  }
  .about__header img {
    width: inherit;
    height: inherit;
  }
  .about__header-sub {
    font-size: 18px;
    font-weight: 900;
    line-height: 165%; /* 29.7px */
    margin-top: 36px;
  }
  .about__body {
    flex-direction: row;
    gap: 35px;
    margin-bottom: 96px;
  }
  .about__comment {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 165%; /* 29.7px */
    margin-bottom: 45px;
  }
  .about__content {
    display: flex;
    width: 260px;
    height: 99px;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .about__text {
    font-size: 15px;
    font-weight: 700;
    line-height: 165%; /* 24.75px */
    display: flex;
  }
  .about__course {
    display: block;
  }
  .about__button {
    margin-top: 38px;
  }
  .footer__inner {
    padding-top: 41px;
    padding-inline: 220px;
  }
  .footer__container {
    display: flex;
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
  }
  .footer__sns {
    justify-content: start;
    gap: 20px;
    margin-top: 25px;
  }
  .footer__sns-button {
    width: 34.56px;
    height: 34.56px;
  }
  .footer__right {
    margin-top: 8px;
  }
  .footer__content {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 0;
  }
  .footer__right-container {
    display: flex;
    flex-direction: row-reverse;
    gap: 70px;
  }
  .footer__content-box {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .footer__content-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px; /* 100% */
  }
  .footer__comment {
    width: 476px;
    font-size: 13px;
    font-weight: 400;
    line-height: 165%; /* 21.45px */
    margin-top: 73px;
    margin-bottom: 39px;
  }
  .footer__copyright {
    font-size: 13px;
    font-weight: 400;
    line-height: 14px; /* 107.692% */
  }
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  .inner {
    padding-inline: 20px;
  }
  .header__wrap {
    padding-inline: 20px;
  }
  .footer__inner {
    padding-inline: 20px;
  }
  .category__content-link {
    padding: 13px 20px;
  }
  .detail__content-link {
    padding: 13px 10px;
  }
  .works__inner {
    padding-inline: 20px;
  }
  .works__wrapper {
    flex-direction: column;
  }
  .order2 {
    order: 2;
  }
  .works__hidden {
    display: none;
  }
  .block-tc {
    display: block;
  }
  .footer__content {
    gap: 0px;
  }
  .footer__right-container {
    gap: 20px;
  }
  .footer__comment {
    width: 400px;
  }
  .fv__body {
    padding-left: 20px;
    padding-right: 20px;
    gap: 5px;
  }
  .contact-tc {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header__nav {
    display: none;
  }
  .header__icon {
    display: block;
  }
}
@media screen and (min-width: 1320px) and (max-width: 1440px) {
  .works__inner {
    padding-inline: 20px;
  }
}

@media screen and (max-width: 390px) {
  .footer__content-text{
    font-size: 9px;
  }
}