/*-----------------------------------------------------

  Project CSS

-----------------------------------------------------*/
body.prj.idx #mv {
  position: relative;
  height: 530px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  body.prj.idx #mv {
    height: 0;
    padding-top: 38.8%;
  }
}

body.prj.idx #mv .mv-pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
}

body.prj.idx #mv .mv-pic img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  body.prj.idx #mv .mv-pic img {
    position: static;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

body.prj.idx #mv .ttl-01 {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-animation-name: mainttl-fade;
  animation-name: mainttl-fade;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#prj-index {
  padding: 50px 0 250px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #prj-index {
    padding: 25px 0 125px;
  }
}

#prj-index .lead {
  font-size: 2.0rem;
  line-height: 1.9;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #prj-index .lead {
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: left;
  }
}

#prj-index .prj-items {
  margin-top: 100px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #prj-index .prj-items {
    margin-top: 50px;
  }
}

.prj-item {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .prj-item {
    height: auto;
    margin-bottom: 25px;
  }
}

.prj-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 420px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .prj-item a {
    height: auto;
  }
}

.prj-item .pic-block {
  position: relative;
  width: 100%;
  height: 100%;
  /*
		.pic1 ,
		.pic2 ,
		.pic3 {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;

			@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
				height: 0;
				padding-top: 37.3%;
			}

			img {
				position: absolute;
				width: auto;
				height: 100%;
				top: 0;
				left: 0;
			}
		}
		.pic1 img { left: 46.3%; }
		.pic2 img { left: calc(46.3% + 205px); }
		.pic3 img { left: calc(46.3% + 410px); }

		@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
			.pic1 img { left: 38%; }
			.pic2 img { left: 55%; }
			.pic3 img { left: 72%; }
		}
*/
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .prj-item .pic-block {
    height: 0;
    padding-top: 37.3%;
  }
}

.prj-item .pic-block .pic-main {
  background-color: #eee;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
}

.prj-item .pic-block .pic-main img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .prj-item .pic-block .pic-main img {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

.prj-item a:hover .pic-block .pic-main img {
  opacity: 0.7;
}

.prj-item a:hover .txt-block {
  cursor: pointer;
}

.prj-item .txt-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.prj-item .txt-block.white {
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1), -2px -2px 8px rgba(0, 0, 0, 0.1), 2px -2px 8px rgba(0, 0, 0, 0.1), -2px 2px 8px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.1), 2px 0 8px rgba(0, 0, 0, 0.1), 0 -2px 8px rgba(0, 0, 0, 0.1), -2px 0 8px rgba(0, 0, 0, 0.1);
}

.prj-item .txt-block.black {
  color: #000;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.5), -2px -2px 8px rgba(255, 255, 255, 0.5), 2px -2px 8px rgba(255, 255, 255, 0.5), -2px 2px 8px rgba(255, 255, 255, 0.5), 0 2px 8px rgba(255, 255, 255, 0.5), 2px 0 8px rgba(255, 255, 255, 0.5), 0 -2px 8px rgba(255, 255, 255, 0.5), -2px 0 8px rgba(255, 255, 255, 0.5);
}

.prj-item .txt-block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.prj-item .txt-block .sttl {
  margin-bottom: 15px;
  /*
			strong {
				display: inline-block;
				position: relative;
				margin-right: 8px;
				padding-right: 18px;
				font-family: 'Roboto Condensed', sans-serif;
				font-size: 2.2rem;
				font-weight: bold;
				line-height: 1;

				@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
					margin-right: 5px;
					padding-right: 11px;
					font-size: 1.4rem;
				}

				&::after {
					content: '/';
					position: absolute;
					top: -5px;
					right: 0;
					font-size: 3.0rem;
					line-height: 1;

					@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
						top: -4px;
						font-size: 1.8rem;
					}
				}
			}
*/
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .prj-item .txt-block .sttl {
    margin-bottom: 8px;
  }
}

.prj-item .txt-block .sttl span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.0rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .prj-item .txt-block .sttl span {
    font-size: 1.2rem;
  }
}

.prj-item .txt-block .ttl {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.47;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .prj-item .txt-block .ttl {
    font-size: 1.8rem;
  }
}

body.prj.story #mv .prj-item .pic-main {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-animation-name: sotry-ttl-fade-l2r;
  animation-name: sotry-ttl-fade-l2r;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.prj.story #mv .prj-item .pic1 {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-animation-name: sotry-ttl-fade-l2r;
  animation-name: sotry-ttl-fade-l2r;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.prj.story #mv .prj-item .pic2 {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-animation-name: sotry-ttl-fade-l2r;
  animation-name: sotry-ttl-fade-l2r;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.prj.story #mv .prj-item .pic3 {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-animation-name: sotry-ttl-fade-l2r;
  animation-name: sotry-ttl-fade-l2r;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.prj.story #mv .prj-item .txt-block {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-animation-name: sotry-ttl-fade-b2t;
  animation-name: sotry-ttl-fade-b2t;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  body.prj.story #mv .prj-item .txt-block .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

body.prj.story #mv a:hover .pic-block .pic-main img {
  opacity: 1;
}

body.prj.story #mv a:hover .txt-block {
  cursor: default;
}

@-webkit-keyframes sotry-ttl-fade-l2r {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes sotry-ttl-fade-l2r {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes sotry-ttl-fade-b2t {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes sotry-ttl-fade-b2t {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#introduction {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #introduction {
    margin-bottom: 35px;
  }
}

#introduction .lead {
  margin-bottom: 40px;
  font-size: 2.0rem;
  line-height: 1.9;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #introduction .lead {
    padding: 0;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.875;
  }
}

.clm-story {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-story {
    margin-bottom: 40px;
  }
}

.clm-story .clm-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 88px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-story .clm-ttl {
    min-height: 0;
    margin-bottom: 20px;
  }
}

.clm-story .clm-ttl span {
  font-size: 2.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-story .clm-ttl span {
    font-size: 1.7rem;
  }
}

.clm-story .clm-ttl::before {
  content: '';
  background-image: url(../images/story-ttl-slash.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto auto;
  position: absolute;
  width: 71px;
  height: 88px;
  top: -2px;
  left: -81px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-story .clm-ttl::before {
    background-size: 100% auto;
    width: 35px;
    height: 44px;
    top: 0;
    left: -35px;
  }
}

.clm-story .clm-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-story .clm-wrap {
    display: block;
  }
}

.clm-story .clm-wrap .pic {
  width: 45%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-story .clm-wrap .pic {
    width: 66%;
    margin: 0 auto 15px;
  }
}

.clm-story .clm-wrap .pic img {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-story .clm-wrap .pic img {
    margin-bottom: 10px;
  }
}

.clm-story .clm-wrap .pic img:last-of-type {
  margin-bottom: 0;
}

.clm-story .clm-wrap .txt-block {
  width: 53%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-story .clm-wrap .txt-block {
    width: 100%;
  }
}

.clm-story .clm-wrap .txt-block p {
  font-size: 1.6rem;
  line-height: 1.875;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-story .clm-wrap .txt-block p {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.clm-story.pic-r .clm-ttl {
  float: left;
}

.clm-story.pic-r .clm-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.clm-story.pic-l .clm-ttl {
  float: right;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-story.pic-l .clm-ttl {
    float: left;
  }
}

.clm-story.pic-l .clm-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.clm-pic {
  margin-bottom: 80px;
}

.clm-pic .pic img {
  width: 100%;
  height: auto;
}

.product-block {
  background-color: #f2eee9;
  width: 710px;
  margin: 0 auto 100px;
  padding: 20px 25px;
  border-radius: 15px;
  overflow: hidden;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .product-block {
    width: calc(100% - 30px);
    margin: 0 auto 50px;
    padding: 20px 17px;
    border-radius: 8px;
  }
}

.product-block .ttl {
  float: left;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .product-block .ttl {
    margin-bottom: 15px;
  }
}

.product-block .ttl strong {
  display: block;
}

.product-block .ttl span {
  display: block;
  font-size: 1.2rem;
}

.product-block .pic {
  float: right;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .product-block .pic {
    float: none;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .product-block .pic img {
    width: 100%;
    height: auto;
  }
}

.product-block .btn {
  float: left;
  width: 200px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .product-block .btn {
    float: none;
    margin: 0 auto;
  }
}

.product-block .btn a span {
  line-height: 36px;
}

#clm-members {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #clm-members {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

#clm-members .members .ttl {
  margin-bottom: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #clm-members .members .ttl {
    margin-bottom: 20px;
    font-size: 1.9rem;
  }
}

#clm-members .members .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #clm-members .members .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#clm-members .members .list .member {
  display: block;
  margin: 0 20px;
  text-align: center;
}

#clm-members .members .list .member:first-of-type {
  margin-left: 0;
}

#clm-members .members .list .member:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #clm-members .members .list .member {
    width: 30%;
    margin: 0 5% 5% 0;
  }
  #clm-members .members .list .member:nth-child(3n) {
    margin: 0 0 5%;
  }
}

#clm-members .members .list .member .mem-pic {
  margin-bottom: 10px;
}

#clm-members .members .list .member .mem-name span {
  display: block;
  margin-bottom: 0;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #clm-members .members .list .member .mem-name span {
    font-size: 1.2rem;
  }
}

#clm-members .members .list .member .mem-name strong {
  display: block;
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #clm-members .members .list .member .mem-name strong {
    font-size: 1.6rem;
  }
}

.link-block {
  margin-bottom: 140px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .link-block {
    margin-bottom: 70px;
  }
}

.link-block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .link-block .inner {
    display: block;
  }
}

.link-block .link {
  width: 46.3%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .link-block .link {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 0 0 15px;
  }
}

.link-block .link a {
  position: relative;
  display: block;
}

.link-block .link a::before {
  content: '';
  position: absolute;
  background-image: url(../images/story-link-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto auto;
  width: 100%;
  height: 100%;
  top: -30px;
  left: -30px;
  z-index: -1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .link-block .link a::before {
    background-size: 70% auto;
    top: -15px;
    left: -15px;
  }
}

.link-block .link a::after {
  content: '';
  position: absolute;
  background-image: url(/recruit/assets/images/ico-arrow_r_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  background-color: rgba(193, 193, 193, 0.5);
  width: 25px;
  height: 25px;
  bottom: 15px;
  left: 50%;
  margin-left: -12px;
  border-radius: 13px;
  z-index: 1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .link-block .link a::after {
    background-size: auto 10px;
  }
}

.link-block .link a .pic {
  background-color: #fff;
}

.link-block .link a .pic img {
  opacity: 1;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.link-block .link a .ttl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 20%;
  color: #fff;
  text-align: center;
}

.link-block .link a .ttl span {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .link-block .link a .ttl span {
    margin-bottom: 12px;
    padding-bottom: 14px;
    font-size: 1.3rem;
  }
}

.link-block .link a .ttl span::after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 40px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.link-block .link a .ttl strong {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .link-block .link a .ttl strong {
    font-size: 1.4rem;
  }
}

.link-block .link a:hover .pic img {
  opacity: 0.7;
}

/*# sourceMappingURL=project.css.map */