@charset "utf-8";
#contents {
  width: 100%;
}
#contents header {
  background: #fff;
  border-bottom: #a5a3ad 1px solid;
}
#contents header > h2 {
  width: 551px;
  height: 258px;
  margin: 0 auto;
  padding: 44px 0 52px;
}
#contents header > h2 img {
  display: block;
  width: 100%;
}
#contents header .tab {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-bottom: 3px solid #1e1933;
}
#contents header .tab a {
  width: 360px;
  height: 68px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #1e1a33;
  border: 1px #787585 solid;
  border-bottom: none;
  text-decoration: none;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
#contents header .tab a + a {
  margin-left: 60px;
}
#contents header .tab a.current {
  border-color: #1e1a33;
  background: #1e1a33;
  color: #fff;
  pointer-events: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#contents header .tab a.current:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fff;
  color: #1e1a33;
}
#contents header .tab a:before {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background: #1e1a33;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-right: 24px;
}
#contents header .tab a span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#contents header > div {
  padding: 80px 0;
  width: 960px;
  margin: 0 auto;
}
#contents header > div h2 {
  position: relative;
  height: 585px;
}
#contents header > div h2 img {
  display: block;
  width: 100%;
}
#contents header > div h2 img:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
#contents header > div p {
  display: table;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0;
  padding-top: 75px;
}
#contents > div {
  background: url("/store/techo/ja/2022/pc/about/img/index/bg.png") no-repeat center center;
  background-color: #fcfcfd;
  background-attachment: fixed;
  -webkit-background-size: 1200px auto;
  -moz-background-size: 1200px auto;
  background-size: 1200px auto;
}
#contents > div section {
  width: 700px;
  margin: 0 auto;
  padding: 68px 0 0;
}
#contents > div section h3 {
  width: 451px;
  min-height: 75px;
  background: #1e1a33;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  border-radius: 9.67px;
  padding: 13px 0;
  position: relative;
}
#contents > div section h3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 9px 0 9px;
  border-color: #1e1a33 transparent transparent transparent;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
#contents > div section h3 span {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-right: -0.5em;
  white-space: nowrap;
}
#contents > div section h3 + p {
  margin-top: 54px;
}
#contents > div section h3 + figure {
  margin-top: 60px;
}
#contents > div section h4 {
  display: table;
  margin: 0 auto;
  padding: 0 52px;
  position: relative;
}
#contents > div section h4:before,
#contents > div section h4:after {
  content: "";
  width: 23px;
  height: 56px;
  position: absolute;
  top: 50%;
  background: url("/store/techo/ja/2022/pc/about/img/index/icon_title.svg") no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
#contents > div section h4:before {
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#contents > div section h4:after {
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -moz-transform: translate(0, -50%) rotate(180deg);
  -o-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
#contents > div section h4 span {
  display: block;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.71;
  letter-spacing: 0.1em;
  white-space: nowrap;
  border-bottom: 4px #1e1a33 solid;
  padding-top: 4px;
}
#contents > div section h4 + h5 {
  margin-top: 30px;
}
#contents > div section h4 + figure {
  margin-top: 56px;
}
#contents > div section h5 {
  width: 225px;
  margin: 0 auto;
}
#contents > div section h5 i {
  display: table;
  margin: 0 auto;
  padding: 0 16px;
  min-width: 128px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 2.56;
  letter-spacing: 0.1em;
  position: relative;
  white-space: nowrap;
}
#contents > div section h5 i:before,
#contents > div section h5 i:after {
  content: "";
  height: 18px;
  width: 2px;
  background: #1e1a33;
  position: absolute;
  top: 50%;
}
#contents > div section h5 i:before {
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(-27deg);
  -moz-transform: translate(0, -50%) rotate(-27deg);
  -o-transform: translate(0, -50%) rotate(-27deg);
  -ms-transform: translate(0, -50%) rotate(-27deg);
  transform: translate(0, -50%) rotate(-27deg);
}
#contents > div section h5 i:after {
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(27deg);
  -moz-transform: translate(0, -50%) rotate(27deg);
  -o-transform: translate(0, -50%) rotate(27deg);
  -ms-transform: translate(0, -50%) rotate(27deg);
  transform: translate(0, -50%) rotate(27deg);
}
#contents > div section h5 div {
  min-height: 53px;
  background: #1e1a33;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  border-radius: 7.88px;
  position: relative;
}
#contents > div section h5 div:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 9px 0 9px;
  border-color: #1e1a33 transparent transparent transparent;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
#contents > div section h5 div span {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
#contents > div section h5 + figure {
  margin-top: 44px;
}
#contents > div section > p {
  width: 380px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
#contents > div section > p strong {
  font-weight: bold;
}
#contents > div section > p + h5 {
  margin-top: 64px;
}
#contents > div section > p + figure {
  margin-top: 54px;
}
#contents > div section > p + a {
  margin-top: 54px;
}
#contents > div section > p + nav {
  margin-top: 54px;
}
#contents > div section figure {
  border-radius: 8.87px;
  border: 8px #f18e8e solid;
  position: relative;
  padding-top: 63.45%;
  overflow: hidden;
  background: #fff url("/store/techo/2022/images/loading3.gif") no-repeat 50% 50%;
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  background-size: 32px 32px;
}
#contents > div section figure.video {
  padding-top: 56.25% !important;
}
#contents > div section figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#contents > div section figure img.state-ready {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#contents > div section figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents > div section figure + p {
  margin-top: 54px;
}
#contents > div section figure + figure {
  margin-top: 40px;
}
#contents > div section > a {
  width: 380px;
  margin: 0 auto;
  height: auto;
  padding: 12px 0;
}
#contents > div section > a:before {
  font-size: 28.75px;
  right: 6px;
}
#contents > div section > a span {
  font-size: 20px;
  line-height: 1.49;
}
#contents > div section > a + h4 {
  margin-top: 80px;
}
#contents > div section > a + p {
  margin-top: 54px;
}
#contents > div section nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#contents > div section nav a {
  display: block;
  overflow: hidden;
  background: #fff;
}
#contents > div section nav a dl dd {
  position: relative;
}
#contents > div section nav a dl dd img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents > div section nav a dl dt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#contents > div section nav a dl dt span {
  letter-spacing: 0;
  font-weight: bold;
  display: block;
  width: 100%;
}
#contents > div section nav a dl dt span:before {
  font-size: 28px;
  top: inherit;
  bottom: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
#contents > div section nav a dl dt span small {
  display: block;
}
#contents > div section nav + h4 {
  margin-top: 80px;
}
#contents > div section nav + a {
  margin-top: 60px;
}
#contents > div section:nth-of-type(3) figure:not(:last-of-type) {
  border-radius: 10px;
  border: 4px #f18e8e solid;
  padding-top: 63.87%;
}
#contents > div section:nth-of-type(3) nav a {
  width: 340px;
  border: 6px #f18e8e solid;
  border-radius: 10px;
}
#contents > div section:nth-of-type(3) nav a dl dd {
  padding-top: 66.77%;
}
#contents > div section:nth-of-type(3) nav a dl dt {
  height: 115px;
}
#contents > div section:nth-of-type(3) nav a dl dt span {
  font-size: 22px;
  line-height: 1.45;
  padding: 0 24px;
}
#contents > div section:nth-of-type(3) nav a dl dt span:before {
  right: 16px;
}
#contents > div section:nth-of-type(3) nav a dl dt span small {
  font-size: 16px;
  line-height: 1.75;
}
#contents > div section:nth-of-type(4) nav a {
  width: 225px;
  border: 4px #f18e8e solid;
  border-radius: 8.87px;
}
#contents > div section:nth-of-type(4) nav a dl dd {
  padding-top: 66.77%;
}
#contents > div section:nth-of-type(4) nav a dl dt {
  height: 76px;
}
#contents > div section:nth-of-type(4) nav a dl dt span {
  font-size: 18px;
  line-height: 1.56;
  padding: 0 16px;
}
#contents > div section:nth-of-type(4) nav a dl dt span:before {
  right: 4px;
}
#contents > div section:nth-of-type(4) nav a dl dt span small {
  font-size: 12px;
  line-height: 2.33;
  font-weight: normal;
}
#contents > div footer {
  padding: 78px 0 72px;
  width: 700px;
  margin: 0 auto;
}
#contents > div footer .btn-wrap {
  width: 230px;
  margin: 0 auto;
  overflow: hidden;
}
#contents > div footer .btn-wrap a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
  padding: 9px 0;
  height: auto;
  min-height: 40px;
}
#contents > div footer .btn-wrap a:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  color: #1e1a33;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  right: 8px;
}
#contents > div footer .btn-wrap a span {
  font-size: 14px;
  line-height: 1.5;
}
#contents > div footer > a {
  display: block;
  padding-top: 80px;
  position: relative;
  margin-top: 80px;
}
#contents > div footer > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
