/* TCS Pro Micro */
@font-face {
  font-family: 'TCS Pro Micro';
  src: url('../fonts/TCSProMicro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TCS Pro Micro';
  src: url('../fonts/TCSProMicro-SemiBold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* TCS Pro Display */
@font-face {
  font-family: 'TCS Pro Display';
  src: url('../fonts/TCSProDisplay-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* IBM Plex Sans JP Text */
@font-face {
  font-family: 'IBM Plex Sans JP Text';
  src: url('../fonts/IBMPlexSansJP-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'IBM Plex Sans JP Text';
  src: url('../fonts/IBMPlexSansJP-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'IBM Plex Sans JP Text';
  src: url('../fonts/IBMPlexSansJP-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'IBM Plex Sans JP Text';
  src: url('../fonts/IBMPlexSansJP-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'IBM Plex Sans JP Text';
  src: url('../fonts/IBMPlexSansJP-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'IBM Plex Sans JP Text';
  src: url('../fonts/IBMPlexSansJP-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'IBM Plex Sans JP Text';
  src: url('../fonts/IBMPlexSansJP-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

/* リセット */

* {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

p {
  color: #000;
}

ul {
  list-style: none;
}

/* 共通スタイル */


.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
      display: none;
    }
  .sp {
      display: block;
    }
}

/* .text_eng */

.text_eng {
  font-family: 'TCS Pro Micro', sans-serif;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0em;
}
h2.text_eng {
  font-family: 'TCS Pro Display', sans-serif;
  font-size: 40px;
  font-weight: normal;
}
h3.text_eng {
  font-family: 'TCS Pro Display', sans-serif;
  font-size: 26px;
  font-weight: normal;
}
p.text_eng {
  font-family: 'TCS Pro Micro', sans-serif;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
    h2.text_eng {
      font-size: 22px;
    }
  
    h3.text_eng {
      font-size: 16px;
    }
  
    p.text_eng {
      font-size: 12px;
    }
}

/* .text_jp */

.text_jp {
  font-family: 'IBM Plex Sans JP Text';
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
p.text_jp {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
    p.text_jp {
      font-size: 12px;
    }
}

/* .contents_wrapper */

.contents_wrapper {
  width: 90%;
  max-width: 1270px;
  margin: 0 auto;        
}

@media screen and (max-width: 768px) {
  .contents_wrapper {}
}

button {
  background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

