@charset "UTF-8";
/* CSS Document */

/*
CSS for Builds ver.01.01
*/

.ttlTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 85px 0 0;
  font-size: 18px;
  letter-spacing: .15rem;
}
.ttiFix {
  padding: 0;
  margin: 0;
  font-size: 100px;
  line-height: 1.2;
  text-align: right;
  color: var(--white);
  opacity: .5;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0,-55%);
  z-index: -1;
}

.category {
  width: 175px;
  margin: 45px auto 0;
  position: relative;
}
.category i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
}
.category dt {
  letter-spacing: .05rem;
  background-color: var(--black);
  color: var(--white);
  border-radius: 20px;
}
.category dt i { height: 30px; }
.category dt i:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: var(--white) transparent transparent transparent;
  position: absolute;
  top: 12px;
  right: 15px;
}
.category dd {
  display: none;
  width: 90%;
  background-color: rgba(255,255,255,.9);
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 10;
}
.category dd i {
  height: 28px;
  letter-spacing: .05rem;
  border-top: 2px solid var(--yellow);
}

article {
  width: 67.5%;
  margin: 0 auto;
  position: relative;
}
article .verLarge img { width: 100%; }
article .verMid img { width: 50%; }
article .verSmall img { width: 30%; }

/* typeHead */
.typeHead {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 65px 0;
  position: relative;
}
.typeHead sub {
  padding: 0 30px;
  font-size: 12px;
  color: var(--white);
  background-color: var(--black);
  border-radius: 5px; 
  letter-spacing: .03rem;
}
.typInterview .typeHead sub { margin: 25px 0 0 0; }
.typeHead h3 {
  display: flex;
  align-items: center;
  padding: 30px 0 0 0;
}
.typeHead h3 i {
  font-size: 20px;
  letter-spacing: .35rem;
}
.typeHead h3 b {
  margin: 3px 0 0 12px;
  padding: 0 0 0 18px;
  font-size: 17px;
  letter-spacing: .08rem;
  position: relative;
}
.typeHead h3 b:before {
  content: '';
  width: 2px;
  height: 17px;
  background-color: var(--black);
  position: absolute;
  top: 8px;
  left: 0;
  transform: rotate(40deg);
}
.typeHead h4 {
  margin: 30px 0 0 0;
  text-align: center;
}

.typTopics .typeHead h3 {
  padding: 100px 0 45px 0;
  font-size: 18px;
  letter-spacing: .08rem;
}

/* typeJob */
.typeJob {
  display: flex;
}
.typeJob ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 55px;
  position: relative;
}
.typeJob ul:before,
.typeJob ul:after {
  content: '';
  position: absolute;
}
.typeJob ul:before {
  width: 60%;
  height: 2px;
  background-color: var(--black);
  top: 50%;
  left: 50%;
  transform: translate(-50%,0);
}
.typeJob ul:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 0 13px;
  border-color: transparent transparent transparent var(--black);
  top: 50%;
  right: 20%;
  transform: translate(5px,-7px);
}
.typeJob ul li {
  padding: 0 75px 0 0;
  font-size: 13px;
  letter-spacing: .05rem;
  white-space: nowrap;
}
.typeJob ul > li + li { padding: 0 0 0 75px; }

/* typeMov */
.typeMov { padding: 12px 0 0 0; }
.typeMov > * {
  display: block;
  width: 100%;
  padding: 56.25% 0 0;
  margin: 0 auto 55px;
  position: relative;
}
.typeMov iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* typeTitle */
.typeTitle { margin: 0 auto 45px; }
.typeTitle h3 {
  font-size: 15px;
  letter-spacing: .08rem;
  line-height: 2.1;
}

/* typeSubtitle */
.typeSubtitle { margin: 0 auto 45px; }
.typeSubtitle h3 {
  padding: 0 0 0 45px;
  font-size: 14px;
  letter-spacing: .05rem;
  position: relative;
}
.typeSubtitle h3:before {
  content: '';
  width: 35px;
  height: 2px;
  background-color: var(--black);
  position: absolute;
  top: 13px;
  left: 0;
}

/* typeText */
.typeText { margin: 0 auto 45px; }
.typeText p {
  font-size: 13px;
  letter-spacing: .02rem;
}
.typeText + .typeSubtitle { padding: 10px 0 0 0; }
.typeText + .typeText { margin: -20px auto 45px; }

/* typeImage */
.typeImage { margin: 60px auto; }
.typeImage span {
  display: flex;
  justify-content: flex-end;
  margin: 8px 0 0 0;
  font-size: 12px;
}

/* typeProfile */
.typeProfile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 75px auto 50px;
  padding: 75px;
  border: 2px solid var(--black);
  border-radius: 10px;
  background-color: var(--white);
}
.typeProfile div {
  width: 100%;
  padding: 0 0 30px;
}
.typeProfile div h3 {
  padding: 0 0 20px;
  font-size: 15px;
  letter-spacing: .2rem;
}
.typeProfile div h3 small {
  margin: 0 0 0 15px;
  font-size: 11px;
  letter-spacing: .1rem;
}
.typeProfile div p {
  font-size: 12px;
  line-height: 2.2;
}
.typeProfile picture { width: 100%; }

/* typeIcons */
.typeIcons {
  display: flex;
  flex-direction: column;
  margin: 75px auto 50px;
  padding: 75px 0;
}
.typeIcons h3 {
  display: flex;
  align-items: center;
  margin: 0 0 25px 0;
}
.typeIcons h3 i { font-size: 23px; }
.typeIcons h3 b {
  padding: 2px 0 0 15px;
  font-size: 12px;
  letter-spacing: .05rem;
}
.typeIcons ul {
  display: flex;
  flex-wrap: wrap;
}
.typeIcons ul li {
  height: 190px;
  margin: 4px;
  border-radius: 12px;
  background-color: var(--white);
}
.typeIcons ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 45px;
  height: 100%;
}
.typeIcons ul li img {
  width: auto;
  height: 125px;
  max-width: 150px;
  object-fit: contain;
}

/* pageback */
.pageback {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 75px 0 25px;
}
.pageback i {
  padding: 30px 0 0 0;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.pageback i:before {
  content: '';
  width: 15px;
  height: 18px;
  background-image: url(/images/common/btn-return.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
}

/* typeLink */
.typeLink { margin: 0 auto 45px; }
.typeLink a {
  font-size: 12px;
  padding: 0 55px 12px 0;
  white-space: nowrap;
}


@media (max-width: 1040px) {

article { width: 87.5%; }
article .verMid img { width: 70%; }
article .verSmall img { width: 50%; }

.ttlTop {
  padding: 40px 0 0 0;
  font-size: 17px;
  letter-spacing: .1rem;
}
.category { margin: 40px auto 0 auto; }

.typeHead { padding: 0 0 50px 0; }
.typTopics .typeHead h3 {
  padding: 55px 0 45px 0;
  font-size: 16px;
}
.typeTitle h2 {
  font-size: 13px;
  letter-spacing: .03rem;
}
.typeHead + .typeImage { margin: 10px auto 60px; }
.typeImage span {
  margin: 5px 0 0 0;
  font-size: 11px;
}

}

@media (max-width: 840px) {

.typeTitle h2 { font-size: 13px; }

}

@media (max-width: 640px) {

article { width: 82.5%; }
article .verMid img { width: 100%; }
article .verSmall img { width: 100%; }

.verDetail article { width: 80%; }
.ttlTop {
  padding: 23px 0 0 0;
  font-size: 15px;
  letter-spacing: .08rem;
}
.ttiFix {
  font-size: 25px;
  color: var(--black);
  position: absolute;
  top: 7.75vw;
  right: 25px;
  transform: none;
  opacity: 1;
}
.category {
  width: 150px;
  margin: 27px auto 0 auto;
}
.category i { font-size: 10px; }
.category dt i { height: 27px; }
.category dt i:before { border-width: 5px 3px 0 3px; }
.category dd { top: 28px; }
.category dd i {
  height: 30px;
  letter-spacing: .03rem;
}

.typeHead { padding: 0 0 55px 0; }
.typeHead h3 i { font-size: 18px; }
.typeHead h3 b {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 11px;
  letter-spacing: .03rem;
}
.typeHead h3 b:before { display: none; }
.typeHead h4 { margin: 20px 0 0 0; }
.typeHead sub {
  padding: 0 25px;
  font-size: 10px;
}
.typTopics .typeHead h3 {
  padding: 25px 0 30px 0;
  font-size: 14px;
  letter-spacing: 0;
}
.typInterview .typeHead { padding: 20px 0 35px; }
.typInterview .typeHead h3 {
  flex-direction: column;
  padding: 22px 0 0 0;
}

.typeTitle { margin: 0 0 40px 0; }
.typeTitle h2 {
  font-size: 14px;
  line-height: 1.8;
}

.typeSubtitle { margin: 0 0 35px 0; }
.typeSubtitle h3 {
  padding: 0 0 0 35px;
  letter-spacing: 0;
}
.typeSubtitle h3:before {
  width: 22px;
  top: 12px;
}

.typeText { margin: 0 0 40px 0; }
.typeText p { letter-spacing: 0; }
.typeText + .typeSubtitle { padding: 5px 0 0 0; }
.typeText + .typeText { margin: -25px 0 40px; }

.typeImage { margin: 45px auto; }

.typeProfile {
  flex-direction: column;
  align-items: flex-start;
  padding: 35px 30px 30px;
  margin: 60px auto 30px 0;
}
.typeProfile div {
  width: 100%;
  padding: 0;
}
.typeProfile div h3 {
  display: flex;
  flex-direction: column;
  padding: 0 0 25px;
}
.typeProfile div h3 small {
  margin: 5px 0 0 0;
  letter-spacing: .05rem;
}
.typeProfile div p { line-height: 2; }
.typeProfile picture {
  width: 100%;
  margin: 35px 0 0 0;
}
.typeIcons h3 { justify-content: space-between; }
.typeIcons ul { justify-content: space-between; }
.typeIcons ul li {
  height: 160px;
  width: calc(50% - 4px);
  margin: 4px 0;
}
.typeIcons ul li a { padding: 15px; }
.typeIcons ul li img {
  max-width: 125px;
  height: calc(100% - 20px);
}

.typeLink { margin: 0 0 40px 0; }
.typeLink a {
  padding: 0 35px 10px 0;
  font-size: 11px;
}

}
