@charset "UTF-8";
/*
 パートナープログラム
 特集記事をベースに作成
*/

/* pp-comon */
.pp{
	min-width: auto;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.75;
}
.pp *{
	letter-spacing: 0.075rem;
	box-sizing: border-box;
}
.pp-main{
	background: #F0F0F0;
  padding-bottom: 48px;
}
.is-be_main{
  background: #fff;
}

.pp-section{
  padding: 74px 0;
}
.pp-inner{
	width: 100%;
	max-width: 1320px;
	padding: 0 40px;
	margin: 0 auto;
}
.pp-title{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.7;
}

.is-only-sp{
	display: none;
  visibility: hidden;
}
.is-nobreak{
	display: inline-block;
}
@media screen and (max-width: 639px) {
  .pp-section{
    padding: 32px 0;
  }
  .pp-main > .pp-section:last-child{
    padding-bottom: 80px;
  }
  .pp-inner{
    padding: 0 20px;
  }
  .pp-title{
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 40px;
  }
  .is-only-sp{
    display: inline;
  }
  .is-pc{
    display: none;
    visibility: hidden;
  }
}


/*special-header*/
.pp-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 72px;
}
.pp-header-logo{
	width: 268px;
	padding: 20px 30px;
	position: relative;
	z-index: 98;
}
.pp-header-text{
  color: #eee;
  flex-grow: 2;
}
.pp-header-nav{
	display: flex;
	align-items: center;
	gap: 20px;
	height: 100%;
}
.pp-header-nav-list-inner{
	display: flex;
	align-items: center;
}
.pp-header-nav-link{
	display: block;
	padding: 24px 20px;
	font-weight: 600;
  color: #efefef;
	transition: color .2s;
}

.pp-header-nav-recruit{
	height: 100%;
	position: relative;
	z-index: 98;
}

.pp-header-nav-recruit-link{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #D96623;
	font-weight: 600;
	color: #fff;
	padding: 20px 50px;
	transition: background .2s;
}
@media (hover: hover) {
  .pp-header-nav-link:hover{
    color: #ccc;
    opacity: 0.9;
  }
  .pp-header-nav-recruit-link:hover{
    background: #e47e2d;
    opacity: 1;
  }
}
.pp-header-btn{
	width: 50px;
    height: 50px;
    position: relative;
    z-index: 100;
	background: #000;
	display: none;
}
.pp-header-btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 17px 15px;
}
.pp-header-btn a span, .pp-header-btn a:before, .pp-header-btn a:after {
    position: absolute;
    content: '';
    right: 12px;
    height: 2px;
    background-color: #fff;
    transition: width .25s cubic-bezier(0.2, 1, 0.25, 1), transform .25s cubic-bezier(0.2, 1, 0.25, 1);
    width: 25px;
}
.pp-header-btn a span{
    top: 24px;
}
.pp-header-btn a:before{
    top: 17px;
}
.pp-header-btn a:after{
    bottom: 17px;
}
.open.pp-header-btn{
    background: #fff;
}
.open.pp-header-btn a span{
    display: none;
}
.open.pp-header-btn a:before,
.open.pp-header-btn a:after{
    top: 25px;
	right: 10px;

}
.open.pp-header-btn a:before{
    transform: rotate(45deg);
	background: #000;
}
.open.pp-header-btn a:after{
    transform: rotate(-45deg);
	background: #000;
}
@media screen and (max-width: 1139px) {
  .pp-header{
    height: 50px;
  }
  .pp-header-logo{
    width: 158px;
    padding: 12px 15px;
  }
  .pp-header-text{
    color: #eee;
    opacity: 0;
    display: none;
    visibility: hidden;
  }
  .pp-header-nav{
    gap: 0;
  }
  .pp-header-nav-list{
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background: #000;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
  }
  .pp-header-nav-list-inner{
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 100%;
    padding: 50px 0;
  }
  .pp-header-nav-item {
      width: 100%;
  }
  .pp-header-nav-link {
      padding: 30px 20px;
  }
  .pp-header-nav-recruit-link{
    padding: 12px 15px;
  }
  .pp-header-btn{
    display: block;
  }
}


/*__ Hero __*/
.pp-hero{
  background: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pp-logo-title{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.25);
}
.pp-hero-shoulder,
.pp-hero-title{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
}
.pp-hero-shoulder{
  flex-direction: row;
  gap: 10px;
}
.pp-hero-shoulder span{
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.pp-hero-title strong{
  font-size: 28px;
  font-weight: 800;
}
.pp-takenaka .pp-hero-shoulder img{
  max-width: 90px;
}
.pp-takenaka .pp-hero-title img{
  max-width: 120px;
}


.pp-hero-kv{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.pp-hero-kv img{
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  /*object-fit: cover;
  object-position: bottom center;*/
}
@media only screen and (max-width: 767px) {
  .pp-hero{
    margin-top: 50px;
    height: 303px;
  }
  .pp-hero-kv img{
    height: 100%;
  }
  .pp-daidan .pp-hero-shoulder img{
    max-width: 230px;
  }
}
@media only screen and (min-width: 767.1px) {
  .pp-hero{
    margin-top: 72px;
    height: 448px;
    text-align: left;
  }
  .pp-logo-title{
    /*padding: 40px 60px;*/
    padding: 40px;
  }
  .pp-hero-shoulder,
  .pp-hero-title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: row;
  }
  .pp-takenaka .pp-hero-shoulder img{
    max-width: 120px;
  }
  .pp-takenaka .pp-hero-title img{
    max-width: 140px;
  }
  .pp-daidan .pp-hero-shoulder img{
    max-width: 270px;
  }
}

/*__ Lead __*/
.pp-lead{
  background: #fff;
}
.pp-lead-title{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.pp-lead-block{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .pp-lead{
    margin-top: 50px;
  }
}
@media only screen and (min-width: 767.1px) {
  .pp-lead{
    margin-top: 72px;
  }
  .pp-lead-block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
  .pp-lead-block > *{
    width: calc( 50% - 25px );
  }
  .pp-lead-title{
    font-size: 32px;
    line-height: 42px;
  }
  .pp-lead-block > .pp-logo-title{
    width: 500px;
  }
  .pp-lead-block > .pp-lead-title{
    width: calc( 100% - 525px );
  }
}


/*__ About __*/
.pp-about{
  background: url(../img/about_bg01.svg) no-repeat 0 0;
}
.pp-about-title{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}
.pp-about-subtitle{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.pp-about-text{
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.pp-about-text a{
  text-decoration: underline;
}
.pp-about-text strong{
  font-weight: 600;
}

.pp-about-block{
  padding: 25px 0;
}
.pp-about-block.has-figure{
  display: block;
}
.pp-about-figure{
  margin-bottom: 12px;
}
.pp-about-link{
  margin-top: 32px;
}

.pp-daidan .pp-about-link a{
  /*display: inline-block;
  padding: 10px 20px;
  background: #fff;*/
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.pp-daidan .pp-about-link a:hover{
  opacity: .8;
}
@media only screen and (max-width: 767px) {}
@media only screen and (min-width: 767.1px) {
  .pp-about-block.has-figure{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-direction: row;
  }
  .pp-about-figure img{
    max-width: 560px;
  }
  .pp-about-textarea{
    width: calc( 100% - 600px );
  }
  .pp-about-block.has-figure:nth-of-type(odd) .pp-about-figure{
    order: 1;
  }
}

/*__ recruits __*/
.pp-recruit-title{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.pp-recruit-text{
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}
.pp-recruit-cta-text{
  text-align: right;
  font-size: 17px;
  font-weight: 600;
  color: #D96623;
}
.pp-recruit-cta-text::after{
  content:">";
  margin-left: 10px;
}

.pp-recruit-cta-block{
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.pp-recruit-cta{
  width: 100%;
}
.pp-recruit-cta-link{
  display: flex;
  padding: 20px;
  flex-direction: column;
  background: #fff;
  transition: all .2s;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.pp-recruit-cta-link:hover{
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.pp-recruit-cta-title{
  font-size: 22px;
  font-weight: 600;
}

.pp-daidan .pp-section.pp-recruit{
  padding-top: 0;
}


@media only screen and (min-width: 767.1px) {
  .pp-recruit-title{
    font-size: 32px;
  }
  .pp-recruit-cta-block{
    flex-direction: row;
  }
  .pp-recruit-cta{
    max-width: 420px;
  }
}


/*__ BE Viola リストページ向け __*/
.pp-article-lists{
  padding-top: 0;
}

.pp-article-list {
  display: flex;
  gap: 2.6vw 2.6%;
  flex-wrap: wrap;
}

@media screen and (max-width: 639px){
	.pp-article-list {
		gap: 20px;
	}
}

.pp-article-list.current {
  display: flex;
}
div.pp-article-list {
  flex-direction: column;
}
.pp-article-list-item {
  width: 31.6%;
}
@media screen and (max-width: 639px){
	.pp-article-list-item {
		width: 100%;
	}
}

.pp-article-list-link {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.pp-article-list-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 2 / 1;
}

.pp-article-list-img img {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition-duration: .3s;
}

.pp-article-list-img.-small img {
  height: 50%;
}
a:hover .pp-article-list-img img{
  transform: scale(1.1);
}
.pp-article-list-link:hover{
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.35);
}

.pp-article-list-subtext {
  padding-top: 18px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #666;
}
@media screen and (max-width: 639px){
	.pp-article-list-subtext {
		font-size: 1.4rem;
	}
}

.pp-article-list-title {
  flex-grow: 1;
  padding-top: 6px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600 !important;
}
@media screen and (max-width: 639px){
	.pp-article-list-title {
		font-size: 1.8rem;
	}
}

.pp-article-list-detail{
	margin-top: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}
.pp-article-list-detail-item{
	display: flex;
	font-size: 12px;
	font-weight: 600!important;
	color: #D96623;
}
.pp-article-list-detail-item:before{
	content: "";
	display: inline-block;
	margin: 3px 6px 0 0;
	width: 14px;
	height: 14px;
	background: no-repeat center center/contain;
	flex-shrink: 0;
}
.pp-article-list-detail-item.occupation:before{
	background-image: url("/assets/img/interview/icon_occupation.svg");
}
.pp-article-list-detail-item.address:before{
	background-image: url("/assets/img/interview/icon_address.svg");
}
.pp-article-list-detail-item.salary:before{
	background-image: url("/assets/img/interview/icon_salary.svg");
}
.pp-article-list-detail-item.holiday:before{
	background-image: url("/assets/img/interview/icon_holiday.svg");
}
@media screen and (max-width: 639px) {
.pp-article-list-detail{
	flex-direction: column;
	gap: 4px;
}
}

/*__ for BE app リストページ向け__*/