@charset "utf-8";
#contents header {
  background: #fff;
  border-bottom: #a5a3ad 1px solid;
  padding: 0;
}
#contents header > h2 {
  width: 551px;
  height: 310px;
  margin: 0 auto;
  padding: 120px 0 80px;
}
#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: 1px #ccc solid;
}
#contents header .tab a {
  display: block;
  width: 360px;
  color: #1e1a33;
  text-decoration: none;
  text-align: center;
  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;
  height: 40px;
  border-left: 1px #ccc solid;
}
#contents header .tab a + a {
  border-right: 1px #ccc solid;
}
#contents header .tab a.current {
  background: rgba(102,102,102,0.15);
  pointer-events: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#contents header .tab a.current i:before {
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1, 0.6);
  -moz-transform: translate(-50%, -50%) rotate(180deg) scale(1, 0.6);
  -o-transform: translate(-50%, -50%) rotate(180deg) scale(1, 0.6);
  -ms-transform: translate(-50%, -50%) rotate(180deg) scale(1, 0.6);
  transform: translate(-50%, -50%) rotate(180deg) scale(1, 0.6);
}
#contents header .tab a i {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background: rgba(30,26,51,0.4);
  color: #fff;
  margin-left: 16px;
  position: relative;
}
#contents header .tab a i:before {
  display: block;
  font-size: 10px;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(1, 0.6);
  -moz-transform: translate(-50%, -50%) rotate(90deg) scale(1, 0.6);
  -o-transform: translate(-50%, -50%) rotate(90deg) scale(1, 0.6);
  -ms-transform: translate(-50%, -50%) rotate(90deg) scale(1, 0.6);
  transform: translate(-50%, -50%) rotate(90deg) scale(1, 0.6);
}
#contents header .tab a span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
#contents header > div {
  padding: 80px 0 75px;
  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 {
  width: 450px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  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: 72px 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 20px;
  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: 700;
  font-size: 28px;
  line-height: 1.5;
}
#contents > div section h3 + p {
  margin-top: 59px;
}
#contents > div section h3 + figure {
  margin-top: 60px;
}
#contents > div section h4 {
  display: table;
  margin: 0 auto;
  padding: 0 84px;
  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: 700;
  font-size: 28px;
  line-height: 1.71;
  white-space: nowrap;
  border-bottom: 4px #1e1a33 solid;
  padding-top: 4px;
}
#contents > div section h4 + h5 {
  margin-top: 96px;
}
#contents > div section h4 + figure {
  margin-top: 56px;
}
#contents > div section h5:nth-of-type(5) div {
  width: 473px;
}
#contents > div section h5 i {
  display: table;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 2.27;
  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: calc(50% + 0.1em);
}
#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;
  width: 225px;
  margin: 0 auto;
}
#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: 700;
  font-size: 28px;
  line-height: 1.5;
  white-space: nowrap;
}
#contents > div section h5 + figure {
  margin-top: 44px;
}
#contents > div section > p {
  width: 380px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}
#contents > div section > p strong {
  font-weight: 700;
}
#contents > div section > p + h5 {
  margin-top: 66px;
}
#contents > div section > p + figure {
  margin-top: 59px;
}
#contents > div section > p + a {
  margin-top: 59px;
}
#contents > div section > p + nav {
  margin-top: 91px;
}
#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 + a {
  margin-top: 64px;
}
#contents > div section figure + p {
  margin-top: 55px;
}
#contents > div section figure + figure {
  margin-top: 40px;
}
#contents > div section > a {
  width: 380px;
  margin: 0 auto;
  height: auto;
  padding: 11.5px 0;
}
#contents > div section > a:before {
  font-size: 28.75px;
  right: 6px;
  z-index: 1;
}
#contents > div section > a span {
  font-size: 20px;
  line-height: 1.5;
}
#contents > div section > a + h4 {
  margin-top: 80px;
}
#contents > div section > a + p {
  margin-top: 55px;
}
#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;
  width: 340px;
  border: 6px #f18e8e solid;
  border-radius: 10px;
}
#contents > div section nav a dl dd {
  position: relative;
  padding-top: 66.77%;
}
#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;
  height: 115px;
}
#contents > div section nav a dl dt span {
  letter-spacing: 0;
  font-weight: 700;
  display: block;
  width: 100%;
  font-size: 28px;
  line-height: 1.07;
  padding: 0 24px;
}
#contents > div section nav a dl dt span:before {
  font-size: 32px;
  right: 16px;
}
#contents > div section nav a dl dt span small {
  display: block;
  font-size: 20px;
  line-height: 1.5;
}
#contents > div section nav + h4 {
  margin-top: 80px;
}
#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 footer {
  padding: 55px 0 72px;
  width: 700px;
  margin: 0 auto;
}
#contents > div footer .btn-wrap {
  width: 267px;
  margin: 0 auto;
  overflow: hidden;
}
#contents > div footer .btn-wrap a {
  width: 100%;
  height: 30px;
  color: #1e1933;
}
#contents > div footer .btn-wrap a span {
  font-size: 13px;
  padding: 0 16px 0 0;
  position: relative;
}
#contents > div footer .btn-wrap a span i {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background: #1e1a33;
  color: #f18e8e;
  position: absolute;
  right: 12px;
  top: 50%;
  -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 footer .btn-wrap a span i:before {
  display: block;
  font-size: 10px;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(0.8, 0.4);
  -moz-transform: translate(-50%, -50%) rotate(90deg) scale(0.8, 0.4);
  -o-transform: translate(-50%, -50%) rotate(90deg) scale(0.8, 0.4);
  -ms-transform: translate(-50%, -50%) rotate(90deg) scale(0.8, 0.4);
  transform: translate(-50%, -50%) rotate(90deg) scale(0.8, 0.4);
}
#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%;
}
