@charset "utf-8";
.wf-noto{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.jp{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.recella_contents a{
  
}
/* link */
.recella_contents .text p a:link {
  color: #538BF5;
  text-decoration: underline;
}
.recella_contents .text p a:visited {
  color: #538BF5;
  text-decoration: underline;
}
.recella_contents .text p a:hover {
  color: #8ACFF2;
  text-decoration: underline;
}
.recella_contents .text p a:active {
  color: #8ACFF2;
  text-decoration: underline;
}

/*========================================================================================== INDEX ===*/
.recella_contents{
  margin: 0 auto;
  width: 90%;
  max-width: 1240px;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 901px) {
	.sp_category{
		background: url("../common/img/bg_circle.png") left center no-repeat;
		background-size: 131px auto;
		display: block;
		padding: 20px 0 20px 20px;
		margin: 75px auto 0;
    margin: 175px auto 0;
		text-align: center;
		width: 300px;
	}
	.sp_category .en{
		color: #292727;
		font-size: 40px;
		letter-spacing: .05em;
	}
	.sp_category .jp{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 18px;
		letter-spacing: .04em;
	}
	.recella_contents > p{
		font-size: 18px;
		line-height: 2.11;
		margin: 60px auto 0;
		text-align: center;
		width: 79.06%;
		max-width: 1080px;
	}
  .recella_contents{
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 900px) {	
	.recella_contents > p{
		font-size: 16px;
		line-height: 2.375;
		margin: 40px 20px 0;
	}
	.recella_contents > p br{
		display: none;
	}
}


/* workstory__main
   ========================================================================== */
.workstory__main .title{
  background: linear-gradient(225deg, #8ACFF2 0%, #538BF5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.workstory__main .title .en,
.workstory__main .title .wf-noto{
  color: #fff;
  line-height: 1;
  text-align: center;
}
.workstory__main .title .wf-noto{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
}
.workstory__main .title .wf-noto span{
  padding: 0 .5em;
}
.workstory__main .title .wf-noto::before,
.workstory__main .title .wf-noto::after{
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
}
#who .workstory__main .photo{background-image: url("../img/workstory/who_main.jpg");}
#what .workstory__main .photo{background-image: url("../img/workstory/what_main.jpg");}
#how .workstory__main .photo{background-image: url("../img/workstory/how_main.jpg");}
.workstory__main .photo{
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 900px) {
  #who{
    margin-top: 60px;
  }
  .workstory__block+.workstory__block{
    margin-top: 20px;
  }
  
  .workstory__main{
    display: flex;
    flex-direction: column-reverse;
  }
  .workstory__main .title{
    z-index: 1;
    padding: 30px 0;
  }
  .workstory__main .title__set{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .workstory__main .title .wf-noto{
    margin-top: 0;
    margin-left: 1em;
  }
  .workstory__main .title .wf-noto::before,
  .workstory__main .title .wf-noto::after{
    width: 15px;
  }
  .workstory__main .title .en{
    font-size: 34px;
  }
  .workstory__main .title .wf-noto{
    font-size: 18px;
  }
  .workstory__main .photo{
    width: 100%;
    padding-top: 60%;
  }
}
@media screen and (min-width: 901px){
  #who{
    margin-top: 90px;
  }
  .workstory__block+.workstory__block{
    margin-top: 60px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1239px) {
  .workstory__main{
    position: relative;
    height: 400px;
  }
  .workstory__main .title{
    position: absolute;
    z-index: 2;
    width: 330px;
    height: 330px;
    top: 35px;
  }
  .workstory__main .title .en{
    font-size: 50px;
  }
  .workstory__main .title .wf-noto{
    font-size: 22px;
  }
  .workstory__main .photo{
    position: absolute;
    z-index: 1;
    width: calc(100% - 260px);
    height: 400px;
    right: 0;
  }
}

@media screen and (min-width: 1240px) {
  .workstory__main{
    position: relative;
    height: 500px;
  }
  .workstory__main .title{
    position: absolute;
    z-index: 2;
    width: 430px;
    height: 430px;
    top: 35px;
  }
  .workstory__main .title .en{
    font-size: 70px;
  }
  .workstory__main .title .wf-noto{
    font-size: 24px;
  }
  .workstory__main .photo{
    position: absolute;
    z-index: 1;
    width: calc(100% - 320px);
    height: 500px;
    right: 0;
  }
}

/* btn__more
   ========================================================================== */
.workstory__main .btn__more{
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  line-height: 1;
  width: 200px;
}
.workstory__main .btn__more span{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100vh;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  padding: 20px 0;
  color: #5891F5;
  cursor: pointer;
}
.workstory__main .btn__more span::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #5891F5;
  line-height: 1;
  width: .6em;
  height: .6em;
  border: 1px solid #5891F5;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(135deg);
  margin-left: 10px;
  margin-top: -.4em;
}
.workstory__main .btn__more span.close::after{
  transform: translateY(25%) rotate(-45deg);
  margin-top: 0;
}
.workstory__main .btn__more span.close{
  position: absolute;
  opacity: 0;
}
.workstory__main .btn__more.active span.close{
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .workstory__main .btn__more{
    width: 200px;
    margin: 20px auto 0;
  }
  .workstory__main .btn__more span{
    font-size: 15px;
    line-height: 1;
    padding: 15px 0;
    width: 200px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1239px) {
  .workstory__main .btn__more span{
    margin: 40px auto 0;
    width: 200px;
  }
}
@media screen and (min-width: 1240px) {
  .workstory__main .btn__more span{
    margin: 50px auto 0;
    width: 200px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .workstory__main .btn__more span{
    transition: background .3s,color .3s;
  }
  .workstory__main .btn__more:hover span{
    background: #064896;
    color: #fff;
  }
  .workstory__main .btn__more:hover span::after{
    transition:border .3s;
  }
  .workstory__main .btn__more:hover span.more::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: .6em;
    height: .6em;
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(135deg);
    margin-left: 10px;
    margin-top: -.4em;
  }
  .workstory__main .btn__more:hover span.close::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: .6em;
    height: .6em;
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
    margin-left: 10px;
    margin-top: 0;
  }
}


/* workstory__contents
   ========================================================================== */
.workstory__contents{
  display: none;
}
.workstory__contents img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .workstory__contents{
    width: 95%;
    margin: 0 auto;
    padding: 40px 0;
  }
  .workstory__contents h5{
    font-size: 20px;
  }
  .workstory__contents__inner{
    display: flex;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .workstory__contents__inner .text p+p{
    margin-top: .5em;
  }
  .workstory__contents__inner > .text{
    margin-top: 20px;
  }
  .workstory__contents__inner .emblem{
    width: 50%;
    margin: 20px auto 0;
  }
  .workstory__contents__inner .emblem__caption{
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
  }
}
@media screen and (min-width: 901px){
  .workstory__contents{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .workstory__contents h5{
    text-align: center;
    font-size: 25px;
  }
  .workstory__contents__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
  }
  .workstory__contents__inner .block{
    width: 46%;
  }
  .workstory__contents__inner .emblem{
    width: 50%;
    margin: 20px auto 0;
  }
  .workstory__contents__inner .emblem__caption{
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
  }
  .workstory__contents__inner .text p+p{
    margin-top: 1em;
  }
  .workstory__contents__inner .btn__link{
    margin-top: 40px;
  }
  .workstory__contents__inner.reverse{
    flex-direction: row-reverse;
  }
}

/* btn__link
   ========================================================================== */
.btn__link{
  position: relative;
  max-width: 540px;
}
.btn__link a{
  position: relative;
  display: block;
}
.btn__link::before{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ff8f6e 0%, #f2ca8a 100%);
  z-index: -2;
  top: 0;
  left: 0;
}
.btn__link::after{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(225deg, #8ACFF2 0%, #538BF5 100%);
  z-index: -1;
  top: 0;
  left: 0;
}
.btn__link a,
.btn__link a .en{
  color: #fff;
}
.btn__link span{
  display: block;
  line-height: 1;
}
.btn__link span:last-child{
  margin-top: 16px;
}
.btn__link a::after{
  position: absolute;
  content: "";
  display: block;
  background-image: url("../img/workstory/ic_arrow_entry.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 12px;
  right: 20px;
  top: calc(50% - 6px);
}
@media screen and (max-width: 900px) {
  .btn__link a{
    position: relative;
    display: block;
    padding: 20px;
  }
  .btn__link a .en{
    font-size: 26px;
  }
  .btn__link span:last-child{
    margin-top: 10px;
  }
  .btn__link{
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 901px){
  .btn__link a{
    padding: 24px 30px;
  }
  .btn__link a .en{
    font-size: 30px;
  }
  #how .btn__link{
    margin: 40px auto 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn__link::after{
    transition: opacity .3s;
  }
  .btn__link:hover::after{
    opacity: 0;
  }
}


/* btn_close
   ========================================================================== */
.btn__close{
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn__close span{
  text-align: center;
  display: block;
  line-height: 1;
  color: #fff;
  padding: 20px 0;
  max-width: 220px;
  width: 220px;
  background: #535252;
  border-radius: 100vh;
  cursor: pointer;
}
.btn__close span::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: .6em;
  height: .6em;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  .btn__close{
    margin-top: 40px;
  }
}
@media screen and (min-width: 901px){
  .btn__close{
    margin-top: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn__close span{
    transition: background .3s;
  }
  .btn__close span:hover{
    background: #064896;
  }
}


/* how__list
   ========================================================================== */
.how__list{
  background: linear-gradient(145deg, #BBC3FD 0%, #F0FBFF 50%, #DDFFFA 100%);
}
.how__list li .inner{
  background: #fff;
}
.how__list li::after{
  display: block;
  content: "";
  background-image: url("../img/workstory/how_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.how__list li:last-child::after{
  display: none;
}
.how__list .step1 .photo{ background-image: url("../img/workstory/how_phot01.jpg"); }
.how__list .step2 .photo{ background-image: url("../img/workstory/how_phot02.jpg"); }
.how__list .step3 .photo{ background-image: url("../img/workstory/how_phot03.jpg"); }
.how__list .step4 .photo{ background-image: url("../img/workstory/how_phot04.jpg"); }
.how__list .photo{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.how__list .sub-title{
  font-size: 22px;
  line-height: 1;
}
.how__list .text p span{
  color: #5891F5;
}

@media screen and (max-width: 900px) {
  #how .lead {
    margin-top: .8em;
  }
  #how .lead br{
    display: none;
  }
  .how__list{
    padding: 10px;
    width: 100%;
  }
  .how__list .sub-title{
    font-size: 18px;
    line-height: 1;
  }
  .how__list li .inner{
    display: flex;
    flex-direction: column;
  }
  .how__list li+li{
    margin-top: 10px;
  }
  .how__list li::after{
    width: 40px;
    height: 20px;
  }
  .how__list .text{
    width: 100%;
    padding: 1.4em;
    line-height: 1.6;
  }
  .how__list .text .sub-title{
    margin-bottom: .5em;
  }
  .how__list .photo{
    width: 100%;
    padding-bottom: 60%;
  }
}
@media screen and (min-width: 901px){
  #how .lead {
    text-align: center;
    margin-top: 1em;
  }
  .how__list{
    padding: 40px 60px;
    width: 100%;
    max-width: 1080px;
  }
  .how__list .sub-title{
    font-size: 22px;
    line-height: 1;
  }
  .how__list li{
  }
  .how__list li .inner{
    display: flex;
    align-items: center;
    min-height: 250px;
  }
  .how__list li+li{
    margin-top: 20px;
  }
  .how__list li::after{
    width: 60px;
    height: 30px;
  }
  .how__list .text{
    padding: 40px 60px;
    width: 63%;
  }
  .how__list .photo{
    width: 37%;
    min-height: 250px;
  }
}























