@charset "UTF-8";
/*==============================
設定
==============================*/
@media screen and (min-width: 769px) {
  #tektek .is-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #tektek .is-pc {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 45px;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: min(18px, 1.5vw);
  font-weight: 300;
  color: #111111;
  background: #F1F1F1;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

#tektek small {
  font-size: clamp(13px, 1.3333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  #tektek small {
    font-size: min(16px, 4.2666666667vw);
  }
}

/*==========================
共通クラス
==========================*/
#tektek {
  padding-top: 110px;
}
@media screen and (max-width: 1050px) {
  #tektek {
    padding-top: 45px;
  }
}

section {
  padding-bottom: min(136px, 11.3333333333vw);
}
@media screen and (max-width: 768px) {
  section {
    padding-bottom: min(64px, 17.0666666667vw);
  }
}

#tektek .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  #tektek .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

#tektek .section__title {
  font-size: min(47px, 3.9166666667vw);
  font-weight: 600;
  color: #218B31;
}
#tektek .section__title sup {
  font-size: min(20px, 1.6666666667vw);
}
@media screen and (max-width: 768px) {
  #tektek .section__title {
    font-size: min(32px, 8.5333333333vw);
  }
  #tektek .section__title sup {
    font-size: clamp(13px, 4.2666666667vw, 16px);
  }
}

#tektek .section__sub-title {
  margin-top: min(65px, 5.4166666667vw);
  font-size: min(40px, 3.3333333333vw);
  font-weight: 600;
}
#tektek .section__sub-title.section__sub-title--jp {
  font-size: min(32px, 2.6666666667vw);
}
@media screen and (max-width: 768px) {
  #tektek .section__sub-title {
    margin-top: min(24px, 6.4vw);
    font-size: min(28px, 7.4666666667vw);
  }
  #tektek .section__sub-title.section__sub-title--jp {
    font-size: min(28px, 7.4666666667vw);
  }
}

#tektek .section__lead {
  line-height: 1.8;
  margin-top: min(25px, 2.0833333333vw);
}
#tektek .section__lead.mt10 {
  margin-top: min(10px, 0.8333333333vw);
}
#tektek .section__lead a {
  text-decoration: underline;
  color: #218B31;
}
#tektek .section__lead a:hover {
  opacity: 0.7;
}
#tektek .section__lead span {
  font-size: min(24px, 2vw);
}
@media screen and (max-width: 768px) {
  #tektek .section__lead {
    line-height: 1.75;
    margin-top: min(15px, 4vw);
    font-size: min(16px, 4.2666666667vw);
  }
  #tektek .section__lead.mt10 {
    margin-top: min(6px, 1.6vw);
  }
  #tektek .section__lead span {
    font-size: min(16px, 4.2666666667vw);
  }
}

.label {
  display: inline-block;
  padding: 0 min(20px, 1.6666666667vw);
  line-height: 1.8;
  font-size: min(24px, 2vw);
  font-weight: 600;
  border-radius: 10px;
  background: #D1ED8F;
  white-space: nowrap;
}
.label span {
  display: inline-block;
  line-height: 1.8;
  font-size: min(24px, 2vw);
  font-weight: 600;
  border-radius: 10px;
  background: #D1ED8F;
  white-space: nowrap;
}
.label span:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .label {
    padding: 0 min(12px, 3.2vw);
    line-height: 2;
    font-size: min(20px, 5.3333333333vw);
  }
  .label.label__double {
    padding: 0;
    background: none;
  }
  .label span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 min(12px, 3.2vw);
    line-height: 2;
    font-size: min(20px, 5.3333333333vw);
  }
  .label span:first-child {
    margin-right: 0;
    margin-bottom: min(10px, 2.6666666667vw);
  }
}

#tektek p a {
  text-decoration: underline;
  color: #218B31;
  transition: opacity 0.3s ease;
}
#tektek p a:hover {
  opacity: 0.7;
}

#tektek .section__container {
  margin-top: min(32px, 2.6666666667vw);
  padding: min(35px, 2.9166666667vw) min(100px, 8.3333333333vw) min(25px, 2.0833333333vw);
  border-radius: 20px;
  background: #fff;
}
#tektek .section__container.mt16 {
  margin-top: min(16px, 1.3333333333vw);
}
@media screen and (max-width: 768px) {
  #tektek .section__container {
    margin-top: min(10px, 2.6666666667vw);
    padding: min(20px, 5.3333333333vw) min(12px, 3.2vw);
  }
  #tektek .section__container.mt16 {
    margin-top: min(10px, 2.6666666667vw);
  }
}

/* flex */
#tektek .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#tektek .section__table {
  width: 100%;
  border-collapse: collapse;
}
#tektek .section__table th,
#tektek .section__table td {
  vertical-align: middle;
  padding: min(18px, 1.5vw) 0;
  padding-right: clamp(25px, 8.3333333333vw, 100px);
  border-bottom: 1px solid #D1ED8F;
}
#tektek .section__table th {
  padding: 0 0 min(19px, 1.5833333333vw) 0;
  padding-right: clamp(25px, 8.3333333333vw, 100px);
  text-align: right;
}
#tektek .section__table th span {
  display: inline-block;
  padding: 0 min(20px, 1.6666666667vw);
  line-height: 1.7083333333;
  font-weight: 600;
  font-size: min(24px, 2vw);
  border-radius: 10px;
  background: #D1ED8F;
}
#tektek .section__table td:first-child {
  padding-left: clamp(25px, 5vw, 60px);
  padding-right: 0;
}
#tektek .section__table td:first-child span {
  font-weight: 600;
}
#tektek .section__table td:not(:first-child) span {
  text-align: right;
}
#tektek .section__table td span {
  display: block;
  font-size: min(24px, 2vw);
}
#tektek .section__table td span small {
  display: block;
  line-height: 1.6666666667;
  font-size: clamp(11px, 1vw, 12px);
  font-weight: 300;
}
#tektek .section__table td span.center {
  text-align: center;
}
#tektek .section__table td span.padding {
  padding-right: 15%;
}
@media screen and (max-width: 768px) {
  #tektek .price__scroll {
    overflow-x: scroll;
    margin-right: calc(50% - 50vw);
  }
  #tektek .price__scroll .section__container {
    width: min(800px, 170vw);
    margin-bottom: 20px;
  }
  #tektek .price__scroll::-webkit-scrollbar {
    height: 4px;
    background: #D6D5D5;
  }
  #tektek .price__scroll::-webkit-scrollbar-track {
    margin-right: 15px;
  }
  #tektek .price__scroll::-webkit-scrollbar-thumb {
    background-color: #218B31;
  }
  #tektek .section__table {
    overflow-x: scroll;
  }
  #tektek .section__table th,
  #tektek .section__table td {
    padding: min(19px, 5.0666666667vw) 0;
    padding-right: min(40px, 10.6666666667vw);
  }
  #tektek .section__table th {
    padding: 0 0 min(19px, 5.0666666667vw) 0;
    padding-right: min(40px, 10.6666666667vw);
  }
  #tektek .section__table th span {
    padding: 0 min(12px, 3.2vw);
    line-height: 2;
    font-size: min(20px, 5.3333333333vw);
  }
  #tektek .section__table td {
    white-space: nowrap;
  }
  #tektek .section__table td span {
    display: block;
    font-size: min(24px, 6.4vw);
  }
  #tektek .section__table td:first-child {
    padding-left: 0;
  }
  #tektek .section__table td:first-child span {
    font-size: min(16px, 4.2666666667vw);
  }
  #tektek .section__table td span small {
    line-height: 1.7;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  #tektek .section__table.section__table--no-scroll {
    overflow-x: initial;
    width: 100%;
    word-wrap: break-word;
  }
  #tektek .section__table.section__table--no-scroll th,
  #tektek .section__table.section__table--no-scroll td {
    padding-right: 4.5572916667vw;
  }
  #tektek .section__table.section__table--no-scroll th span {
    padding: min(10px, 2.6666666667vw) min(12px, 3.2vw);
    text-align: center;
    line-height: 1.3333333333;
    font-size: min(18px, 4.8vw);
  }
  #tektek .section__table.section__table--no-scroll td:first-child {
    padding-left: 4.5572916667vw;
  }
}

/*==========================
header
==========================*/
.header {
  position: fixed;
  height: 110px;
  width: 100%;
  background: rgba(241, 241, 241, 0.9);
  z-index: 1;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin: auto;
  padding-right: 40px;
  padding-left: 40px;
  box-sizing: content-box;
}

/* ロゴ */
.header__logo {
  height: 110px;
  line-height: 110px;
  transition: opacity 0.3s ease;
}
.header__logo a {
  font-size: 33px;
  font-weight: 600;
  color: #802F7F;
}

.header__logo:hover {
  opacity: 0.7;
}

/* ナビゲーション */
.header__navi {
  flex: 1;
  height: 100%;
}

.header__items {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header__item:not(:last-child) {
  margin-right: min(32px, 2.4615384615vw);
}

.header__item {
  line-height: 110px;
}

.header__item a {
  display: inline-block;
  color: #802F7F;
  font-size: clamp(14px, 1.2727272727vw, 16px);
  font-weight: 600;
}

.header__item a {
  position: relative;
}
.header__item a::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #802F7F;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.header__item a:hover::after {
  transform: scale(1, 1);
}

/* ハンバーガーメニュー */
.header__hamburger__button,
.header__hamburger__content {
  display: none;
}

.header__hamburger__item a {
  text-decoration: none;
}

@media screen and (max-width: 1050px) {
  .header {
    position: fixed;
    height: 45px;
  }
  .header__container {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* ロゴ */
  .header__logo {
    height: 45px;
    line-height: 45px;
    font-weight: 600;
    color: #802F7F;
  }
  .header__logo a {
    font-size: 20px;
  }
  /* ナビゲーション */
  .header__navi {
    display: none;
  }
  /* ハンバーガーメニュー */
  .header__hamburger__button {
    display: block;
    position: absolute;
    top: 2px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 3;
    cursor: pointer;
    text-align: center;
  }
  .header__hamburger__button span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #802F7F;
    transition: 0.2s ease-in-out;
  }
  .header__hamburger__button span:nth-child(1) {
    top: 10px;
  }
  .header__hamburger__button span:nth-child(2) {
    top: 20px;
  }
  .header__hamburger__button span:nth-child(3) {
    top: 30px;
  }
  .header__hamburger__button.active span {
    background: #fff;
  }
  .header__hamburger__button.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    transform: rotate(-35deg);
  }
  .header__hamburger__button.active span:nth-child(2),
  .header__hamburger__button.active span:nth-child(3) {
    top: 16px;
    transform: rotate(35deg);
  }
  .header__hamburger__content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: min(300px, 73%);
    height: 58vh;
    padding: 15px;
    transition: all 0.2s;
    background: #802F7F;
  }
  .header__hamburger__content.active {
    transform: translateX(0%);
  }
  .header__hamburger__item {
    text-align: center;
  }
  .header__hamburger__item a {
    display: inline-block;
    padding: 16px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: opacity 0.3s ease;
  }
  .header__hamburger__item a:hover {
    opacity: 0.7;
  }
}
/*==========================
main visual
==========================*/
#tektek #mainvisual {
  padding-bottom: min(88px, 7.3333333333vw);
  overflow: hidden;
}
#tektek #mainvisual .container {
  display: flex;
}
#tektek #mainvisual .text {
  position: relative;
  width: 46.6666666667%;
}
#tektek #mainvisual .text h2 {
  position: absolute;
  top: 25%;
  left: 0;
  line-height: 1.25;
  font-size: min(56px, 4.6666666667vw);
  font-weight: 600;
  color: #802F7F;
}
#tektek #mainvisual .text h2 span {
  display: block;
  margin-top: 23px;
  font-size: min(26px, 2.1666666667vw);
  font-weight: 600;
}
#tektek #mainvisual .img {
  flex: 1;
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
#tektek #mainvisual .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #tektek #mainvisual {
    padding-bottom: min(39px, 10.4vw);
  }
  #tektek #mainvisual .container {
    display: block;
    margin-top: min(45px, 12vw);
  }
  #tektek #mainvisual .text {
    position: static;
    width: 100%;
  }
  #tektek #mainvisual .text h2 {
    position: static;
    line-height: 1.25;
    letter-spacing: -0.02em;
    font-size: min(40px, 10.6666666667vw);
  }
  #tektek #mainvisual .text h2 span {
    margin-top: min(15px, 4vw);
    letter-spacing: -0.01em;
    font-size: min(20px, 5.3333333333vw);
  }
  #tektek #mainvisual .img {
    width: 90%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
  }
}

/*==========================
Fabric Texture
==========================*/
#tektek #fabrictexture {
  /* 納品テクスチャ */
}
#tektek #fabrictexture .section__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tektek #fabrictexture .text {
  width: 60%;
}
#tektek #fabrictexture .text .label:not(:first-of-type) {
  margin-top: min(18px, 1.5vw);
}
#tektek #fabrictexture .text p {
  margin-top: min(10px, 0.8333333333vw);
  line-height: 1.75;
  font-size: clamp(13px, 1.3333333333vw, 16px);
}
#tektek #fabrictexture .img {
  width: 37%;
}
#tektek #fabrictexture .img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#tektek #fabrictexture .texture__list {
  width: 33.3333333333%;
}
#tektek #fabrictexture .texture__list:nth-child(n+4) {
  margin-top: min(28px, 3.3333333333vw);
}
#tektek #fabrictexture .texture__list p {
  line-height: 1.7;
  text-align: center;
  font-size: min(20px, 1.6666666667vw);
  font-weight: 600;
}
#tektek #fabrictexture .texture__img {
  width: 62%;
  margin: min(10px, 1.25vw) auto 0;
}
@media screen and (max-width: 768px) {
  #tektek #fabrictexture {
    /* 納品テクスチャ */
  }
  #tektek #fabrictexture .section__container {
    display: block;
  }
  #tektek #fabrictexture .text {
    width: 100%;
  }
  #tektek #fabrictexture .text .label:not(:first-of-type) {
    margin-top: min(13px, 3.4666666667vw);
  }
  #tektek #fabrictexture .text p {
    margin-top: 4px;
    line-height: 1.5;
    font-size: clamp(13px, 4.2666666667vw, 16px);
  }
  #tektek #fabrictexture .img {
    width: 100%;
    margin-top: min(12px, 3.2vw);
  }
  #tektek #fabrictexture .texture__list {
    width: 48%;
  }
  #tektek #fabrictexture .texture__list:nth-child(n+4) {
    margin-top: 0;
  }
  #tektek #fabrictexture .texture__list:nth-child(n+3) {
    margin-top: min(10px, 4.2666666667vw);
  }
  #tektek #fabrictexture .texture__list p {
    line-height: 1.25;
    font-size: min(16px, 4.2666666667vw);
  }
  #tektek #fabrictexture .texture__img {
    width: 100%;
    margin: 5px auto 0;
  }
}

/*==========================
3D Fabric Model
==========================*/
#fabricmodel .text {
  text-align: center;
  font-size: min(24px, 2vw);
}
#fabricmodel .fabricmodel__items--01 {
  justify-content: center;
  margin-top: min(45px, 3.75vw);
}
#fabricmodel .fabricmodel__items--01 li {
  width: 27%;
  margin: 0 min(26px, 2.1666666667vw);
  text-align: center;
}
#fabricmodel .fabricmodel__items--01 .img {
  width: 100%;
  margin-top: min(16px, 1.3333333333vw);
}
#fabricmodel .fabricmodel__items--01 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#fabricmodel .fabricmodel__items--02 {
  width: 85%;
  margin: min(40px, 3.3333333333vw) auto 0;
}
#fabricmodel .fabricmodel__items--02 li {
  width: 25%;
  text-align: center;
}
#fabricmodel .fabricmodel__items--02 li:nth-child(n+5) {
  margin-top: min(10px, 0.8333333333vw);
}
#fabricmodel .fabricmodel__items--02 .img {
  width: 90%;
  margin: auto;
}
#fabricmodel .fabricmodel__items--02 p {
  font-size: min(18px, 1.5vw);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fabricmodel .text {
    line-height: 1.5555555556;
    font-size: min(18px, 4.8vw);
  }
  #fabricmodel .fabricmodel__items--01 {
    justify-content: space-between;
    margin-top: min(24px, 6.4vw);
  }
  #fabricmodel .fabricmodel__items--01 li {
    width: 49%;
    margin: 0;
  }
  #fabricmodel .fabricmodel__items--01 .label {
    padding: 0 min(17px, 4.5333333333vw);
    font-size: min(14px, 3.7333333333vw);
  }
  #fabricmodel .fabricmodel__items--01 .img {
    margin-top: 10px;
  }
  #fabricmodel .fabricmodel__items--02 {
    width: 100%;
    margin: min(20px, 5.3333333333vw) auto 0;
  }
  #fabricmodel .fabricmodel__items--02 li {
    width: 49%;
  }
  #fabricmodel .fabricmodel__items--02 li:nth-child(n+5) {
    margin-top: 0;
  }
  #fabricmodel .fabricmodel__items--02 li:nth-child(n+3) {
    margin-top: min(16px, 4.2666666667vw);
  }
  #fabricmodel .fabricmodel__items--02 .img {
    width: 100%;
  }
  #fabricmodel .fabricmodel__items--02 p {
    font-size: min(18px, 4.8vw);
    font-weight: 600;
  }
}

/*==========================
3D Object
==========================*/
#tektek #object .text {
  margin-top: min(15px, 1.25vw);
  font-size: min(16px, 1.3333333333vw);
}
#tektek #object .list {
  margin-top: min(40px, 3.3333333333vw);
}
#tektek #object .list li {
  line-height: 1.4;
  font-size: min(20px, 1.6666666667vw);
}
#tektek #object .list li:not(:first-child) {
  margin-top: min(10px, 0.8333333333vw);
}
#tektek #object .img {
  justify-content: space-around;
  margin-top: min(40px, 3.3333333333vw);
}
#tektek #object .img li {
  width: calc((100% - 200px) / 4);
}
#tektek #object .img li img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  #tektek #object .text {
    margin-top: 8px;
    line-height: 1.75;
    font-size: min(16px, 4.2666666667vw);
  }
  #tektek #object .list {
    margin-top: 0;
  }
  #tektek #object .list li {
    line-height: 1.5;
    font-size: min(16px, 4.2666666667vw);
  }
  #tektek #object .list li:not(:first-child) {
    margin-top: 0;
  }
  #tektek #object .img {
    justify-content: center;
    margin-top: min(16px, 4.2666666667vw);
  }
  #tektek #object .img li {
    width: 50%;
  }
  #tektek #object .img li img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/*==========================
3D Fabric Model
==========================*/
#tektek #patternmaking .flow__items {
  align-items: stretch;
  justify-content: flex-start;
  margin-top: min(22px, 1.8333333333vw);
}
#tektek #patternmaking .flow__item {
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  width: 16.4%;
  max-height: 140px;
  padding: min(35px, 2.9166666667vw) 0;
  border-radius: 10px;
  background: #F1F1F1;
}
#tektek #patternmaking .flow__item p {
  font-size: min(16px, 1.3333333333vw);
  font-weight: 600;
  color: #218B31;
}
#tektek #patternmaking .flow__item .img {
  margin: min(16px, 1.3333333333vw) auto 0;
  text-align: center;
}
#tektek #patternmaking .flow__item .img img {
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#tektek #patternmaking .flow__arrow {
  justify-content: center;
  width: min(64px, 5.3333333333vw);
}
#tektek #patternmaking .flow__arrow .img {
  width: min(14px, 1.1666666667vw);
}
#tektek #patternmaking .flow__arrow .img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#tektek #patternmaking .text {
  margin-top: min(48px, 4vw);
  font-size: min(20px, 1.6666666667vw);
}
#tektek #patternmaking .label:not(:first-child) {
  margin-top: min(45px, 3.75vw);
}
#tektek #patternmaking small {
  display: block;
  margin-top: min(20px, 1.6666666667vw);
}
#tektek #patternmaking .pattern__img {
  width: 66%;
  margin: min(40px, 3.3333333333vw) auto 0;
}
#tektek #patternmaking .pattern__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#tektek #patternmaking ul {
  margin-top: min(30px, 2.5vw);
}
#tektek #patternmaking li {
  line-height: 1.8;
  font-size: min(20px, 1.6666666667vw);
}
#tektek #patternmaking .section__table th,
#tektek #patternmaking .section__table td {
  padding-right: 0;
}
#tektek #patternmaking .section__table th span {
  display: block;
  max-width: 110px;
  margin: 0 2px;
  text-align: center;
  padding: min(5px, 4.1666666667vw) 0;
  font-size: min(20px, 1.6666666667vw);
}
#tektek #patternmaking .section__table td:first-child {
  padding-left: 0;
}
#tektek #patternmaking .section__table td:first-child span {
  font-size: min(24px, 2vw);
}
#tektek #patternmaking .section__table td.center {
  text-align: center;
}
#tektek #patternmaking .section__table td.center span {
  display: inline-block;
  font-size: min(24px, 2vw);
}
#tektek #patternmaking .section__table td.center span small {
  display: inline-block;
  margin-top: 0;
  font-size: min(18px, 1.5vw);
}
#tektek #patternmaking .section__table td:not(:first-child) span {
  text-align: left;
}
#tektek #patternmaking .section__table td span {
  font-size: min(20px, 1.6666666667vw);
}
@media screen and (max-width: 768px) {
  #tektek #patternmaking .flow__items {
    margin-top: min(16px, 4.2666666667vw);
  }
  #tektek #patternmaking .flow__item {
    width: 100%;
    padding: min(10px, 2.6666666667vw) 0;
  }
  #tektek #patternmaking .flow__item p {
    position: relative;
    padding-left: 50px;
    font-size: min(16px, 4.2666666667vw);
  }
  #tektek #patternmaking .flow__item p::before {
    position: absolute;
    display: inline-block;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #tektek #patternmaking .flow__item .img {
    display: none;
  }
  #tektek #patternmaking .flow__item--01 p::before {
    width: 37px;
    height: 37px;
    background: url(../img/flow01.png) no-repeat center center/contain;
  }
  #tektek #patternmaking .flow__item--02 p::before {
    width: 33px;
    height: 33px;
    background: url(../img/flow02.png) no-repeat center center/contain;
  }
  #tektek #patternmaking .flow__item--03 p::before {
    width: 30px;
    height: 30px;
    background: url(../img/flow03.png) no-repeat center center/contain;
  }
  #tektek #patternmaking .flow__item--04 p::before {
    width: 30px;
    height: 30px;
    background: url(../img/flow04.png) no-repeat center center/contain;
  }
  #tektek #patternmaking .flow__arrow {
    width: 100%;
  }
  #tektek #patternmaking .flow__arrow .img {
    width: min(14px, 3.7333333333vw);
  }
  #tektek #patternmaking .flow__arrow .img img {
    transform: rotate(90deg);
  }
  #tektek #patternmaking .text {
    margin-top: min(21px, 5.6vw);
    line-height: 1.5555555556;
    font-size: min(18px, 4.8vw);
  }
  #tektek #patternmaking .label:not(:first-child) {
    margin-top: min(28px, 7.4666666667vw);
  }
  #tektek #patternmaking small {
    margin-top: min(10px, 2.6666666667vw);
  }
  #tektek #patternmaking .pattern__img {
    width: 100%;
    margin-top: 0;
  }
  #tektek #patternmaking ul {
    margin-top: min(9px, 2.4vw);
  }
  #tektek #patternmaking li {
    line-height: 1.7;
    font-size: min(16px, 4.2666666667vw);
  }
  #tektek #patternmaking .price__scroll .section__container {
    width: min(1000px, 250vw);
  }
  #tektek #patternmaking .section__table th span {
    margin-right: auto;
    font-size: min(20px, 5.3333333333vw);
  }
  #tektek #patternmaking .section__table td span {
    font-size: min(20px, 5.3333333333vw);
  }
  #tektek #patternmaking .section__table td:first-child span {
    font-size: min(16px, 4.2666666667vw);
  }
  #tektek #patternmaking .section__table td.center span {
    font-size: min(24px, 6.4vw);
  }
  #tektek #patternmaking .section__table td.center span small {
    font-size: min(20px, 5.3333333333vw);
  }
}

/*==========================
contact
==========================*/
#tektek #contact .inner {
  flex-direction: column;
  max-width: 920px;
  margin: 0 auto;
  padding-top: min(43px, 3.5833333333vw);
  padding-bottom: min(53px, 4.4166666667vw);
  border-radius: 10px;
  background: #218B31;
}
#tektek #contact .section__title {
  font-size: min(40px, 3.3333333333vw);
  color: #fff;
}
#tektek #contact .list {
  margin-top: min(40px, 3.3333333333vw);
}
#tektek #contact .list li {
  line-height: 1.75;
  font-size: clamp(13px, 1.3333333333vw, 16px);
  font-weight: 600;
  color: #fff;
}
#tektek #contact .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min(25px, 2.0833333333vw);
  width: 48%;
  height: 92px;
  max-width: 434px;
  border-radius: 10px;
  font-size: min(32px, 2.6666666667vw);
  font-weight: 600;
  color: #218B31;
  background: #fff;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #218B31;
  transition: all 0.3s ease;
}
#tektek #contact .btn:hover {
  color: #fff;
  background: #218B31;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #tektek #contact .inner {
    padding-top: min(32px, 8.5333333333vw);
    padding-bottom: min(32px, 8.5333333333vw);
    border-radius: 5px;
  }
  #tektek #contact .section__title {
    font-size: min(38px, 10.1333333333vw);
  }
  #tektek #contact .list {
    margin-top: min(18px, 4.8vw);
  }
  #tektek #contact .list li {
    line-height: 1.6;
    text-align: center;
    font-size: min(16px, 4.2666666667vw);
  }
  #tektek #contact .btn {
    margin-top: min(17px, 4.5333333333vw);
    width: 90%;
    height: 65px;
    max-width: 306px;
    font-size: min(25px, 6.6666666667vw);
  }
}

/*==========================
利用規約
==========================*/
#tektek #kiyaku {
  padding-bottom: min(113px, 9.4166666667vw);
}
#tektek #kiyaku .section__title {
  text-align: center;
  font-size: min(40px, 3.3333333333vw);
  color: initial;
}
#tektek #kiyaku .section__container {
  padding-top: min(53px, 4.4166666667vw);
  padding-bottom: min(35px, 2.9166666667vw);
  border-radius: 10px;
}
#tektek #kiyaku h3 {
  display: flex;
  align-items: center;
  margin-bottom: min(15px, 1.25vw);
  padding: 0 min(32px, 2.6666666667vw);
  height: 64px;
  font-size: min(24px, 2vw);
  font-weight: 600;
  background: #F1F1F1;
}
#tektek #kiyaku h3:not(:first-child) {
  margin-top: min(30px, 2.5vw);
}
#tektek #kiyaku h4,
#tektek #kiyaku p {
  line-height: 2;
  font-size: min(16px, 1.3333333333vw);
}
#tektek #kiyaku h4 {
  font-weight: 600;
}
#tektek #kiyaku h4:not(:first-of-type) {
  margin-top: min(15px, 1.25vw);
}
@media screen and (max-width: 768px) {
  #tektek #kiyaku .section__title {
    font-size: min(32px, 8.5333333333vw);
  }
  #tektek #kiyaku .section__container {
    margin-top: min(40px, 10.6666666667vw);
    padding-bottom: min(20px, 5.3333333333vw);
  }
  #tektek #kiyaku h3 {
    margin-bottom: min(13px, 3.4666666667vw);
    padding: 0 min(12px, 3.2vw);
    height: 46px;
    font-size: min(20px, 5.3333333333vw);
  }
  #tektek #kiyaku h3:not(:first-child) {
    margin-top: min(16px, 4.2666666667vw);
  }
  #tektek #kiyaku h4,
  #tektek #kiyaku p {
    line-height: 1.6;
    font-size: min(16px, 4.2666666667vw);
  }
  #tektek #kiyaku h4:not(:first-of-type) {
    margin-top: min(6px, 1.6vw);
  }
}

/*==========================
footer
==========================*/
.footer {
  min-height: 95px;
  padding: min(20px, 1.6666666667vw) min(20px, 1.6666666667vw) min(48px, 4vw);
  box-sizing: content-box;
  background: #802F7F;
}

.footer__logo__container,
.footer__company__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  color: #fff;
}

.footer__company__container {
  justify-content: flex-end;
  align-items: baseline;
  margin-top: min(20px, 1.6666666667vw);
}

/* ロゴ */
.footer__logo a {
  font-size: 33px;
  font-weight: 600;
  transition: opacity 0.3s ease;
}
.footer__logo a:hover {
  opacity: 0.7;
}

/* ナビゲーション */
.footer__navi {
  flex: 1;
  margin: 10px 0;
}

.footer__navi__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer__navi__item a {
  display: inline-block;
  padding: 12px 14px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer__navi__item a:hover {
  opacity: 0.7;
}

/* 社名 */
.footer__company {
  margin-right: min(24px, 2vw);
  font-size: clamp(16px, 1.6666666667vw, 20px);
  font-weight: 600;
  color: #111111;
}

.footer__address {
  margin-right: min(24px, 2vw);
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
}

.footer__mail {
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  transition: opacity 0.3s ease;
}
.footer__mail:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .footer {
    display: block;
    padding: 20px 15px;
  }
  .footer__logo__container {
    display: block;
    width: 100%;
    margin: auto;
  }
  .footer__company__container {
    flex-direction: column;
    align-items: flex-end;
    margin-top: min(24px, 6.4vw);
  }
  /* ロゴ */
  .footer__logo a {
    font-size: 24px;
  }
  /* ナビゲーション */
  .footer__navi {
    margin: 16px 0 0 0;
  }
  .footer__navi__items {
    justify-content: space-between;
  }
  .footer__navi__item a {
    padding: 12px 14px 12px 0;
    font-size: 14px;
  }
  /* 社名 */
  .footer__company {
    margin-right: 0;
    line-height: 1.7222222222;
    font-size: min(18px, 5.3333333333vw);
  }
  .footer__address {
    margin-right: 0;
    line-height: 1.7142857143;
  }
  .footer__mail {
    line-height: 1.7142857143;
  }
}