@charset "utf-8";

/*CHARACTER_こんな人*/
#character strong {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px auto;
  padding: 16px;
  border: solid 4px transparent;
  border-image: url("../img/index/bg_border.png") 4 stretch;
  font-size: calc(2rem/1.6);
  text-align:justify;
}
#character img {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
/*ROOTS_ナニモノ？*/
#roots .img_box {
  display: flex;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 10px;
  justify-content: center;
	align-items: center;
}
#roots .img_box img {
  display: block;
  flex: 0 1 45%;
  width: 45%;
  height: auto;
  margin: 0 5%;
}

/*CAREER_あゆみ*/
#career .tabs {
  max-width: 600px;
  margin: 0 auto;
}
#career .tab_content .myevent {
  display: table;
  table-layout: fixed;
  margin-top: 16px;
}
#career .tab_content .myevent .age {
  display: table-cell;
  width: 50px;
}
#career .tab_content .myevent .age .term {
  width: 50%;
  margin-top: 4px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

/*PRODUCT_つくったもの*/
#product {
  margin-top: -20px;
  padding: 60px 0 ;
}
#product h3 {
  position: relative;
  text-align: center;
  z-index: 1;
}
#product h3 img {
  display: inline-block;
}
#product .product_box {
  margin: 20px auto 60px;
  padding: 10px 0;
}
#product .product_box.paper,
#product .product_box.project,
#product .product_box.web .swiper-container,
#product .product_box.inhouse .swiper-container  {
  transform:skew(0deg, -6deg);
}
#product .product_box.web,
#product .product_box.inhouse,
#product .product_box.paper .swiper-container,
#product .product_box.project .swiper-container {
  transform:skew(0deg, 6deg);
}
#product .product_box.paper {
  background: #26d8f5;
  background: linear-gradient(-25deg, #3deff4, #26d8f5);
}
#product .product_box.web {
  background: #c87fd1;
  background: linear-gradient(-25deg, #ff9be5, #c87fd1);
}
#product .product_box.project {
  background: #f6f620;
  background: linear-gradient(-25deg, #bff721, #f6f620);
}
#product .product_box.inhouse {
  background: #50fbb5;
  background: linear-gradient(-25deg, #4ff9e2, #50fbb5);
}
#product .product_box p {
  width: 70%;
  margin: 16px auto 26px;
  font-size: calc(1.2rem/1.6);
}
#product .product_box p strong {
  font-size: calc(1.6rem/1.6);
}
#product .product_box p strong::after {
  content: "\A" ;
	white-space: pre ;
}
#product .product_box p strong .xs {
  font-size: calc(1.1rem/1.6);
  font-weight: normal;
}
/*SKILL_できること*/
#skill .skilllevel {
  margin: 0 auto;
  padding-bottom: 40px;
}
#skill .skilllevel li {
  margin-top: 20px;
}
#skill .skilllevel li .skilltype {
  float: left;
  width: 40%;
  text-align: right;
  font-family: 'Shadows Into Light Two', cursive;
  font-size: calc(2.4rem/1.6);
  letter-spacing: 2px;
}
#skill .skilllevel li .levelrating {
  float: left;
  width: 60%;
  padding: 5px 0 0 16px;
}
#skill .skilllevel li .levelrating svg {
  width: 24px;
  height: 24px;
  margin-left: 2%;
  fill: #ddd;
}
#skill .skilllevel li .levelrating svg.on {
  fill: #fdB52e;
}
#skill .learned {
  position: relative;
  max-width: 460px;
  margin: 16px auto;
  padding-left: 36px;
}
#skill .learned::before {
  content: "";
  position: absolute;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #4285f3;
}
#skill .learned::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 14px;
  width: 9px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*CONTACT_一緒にお仕事しませんか？*/
#contact {
  text-align: center;
}
#contact .ic_photo {
  display: block;
  margin: 20px auto;
}
#contact .arrow {
  position: relative;
  height: 160px;
}
#contact .arrow::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 160px;
  margin: 0 0 0 50%;
  background: #333;
}
#contact .arrow::after{
  content: "";
  display: block;
  position: absolute;
  top: 134px;
  left: -10px;
  width: 20px;
  height: 20px;
  margin: 0 0 0 50%;
  border: 1px solid;
  border-color: transparent transparent transparent #333;
  transform: rotate(-45deg);
}
#contact .bt_mail {
  display: block;
  width: 70%;
  max-width: 600px;
  height: 50px;
  line-height: 50px;
  margin: 20px auto 40px;
  border-radius: 6px;
  color: #fff;
  background: #d93025;
  text-align: center;
  text-decoration: none;
}
