@charset "UTF-8";


/* header_leaf
----------------------------------------*/
.header_leaf{
  background-color: #000;
  padding: 0 5%;
}
.header_leaf > .inner{
  max-width: 1000px;
  padding: 1.25em 0;
  margin: 0 auto 1.25em;
}
.header_leaf-title{
  max-width: 400px;
}
.header_leaf-btn-back{
  position: fixed;
  top: 180px;
  left: 0;
  width: 40px;
  z-index: 100;
}

@media screen and (max-width: 767px){
  .header_leaf-btn-back{
    top: 150px;
    width: 25px;
  } 
}


/* contents
----------------------------------------*/
.contents{
  padding: 0 5%;
}


/* review
----------------------------------------*/
.review{
  max-width: 1000px;
  margin: 3.125em auto 6.25em;
  padding: 3.75em 6.25em 5.625em;
  background: rgba(255,255,255,0.7);
  box-shadow: 0 0 5px 1px #dbccfb;
}
.review > .inner{
  max-width: 800px;
  margin: 0 auto;
}
.review_shoulder{
  display: flex;
  align-items: center;
}
.review_shoulder-category{
  display: inline-block;
  margin-right: 1em;
  padding: 0.6em 1.5em;
  background: linear-gradient(90deg,#0068b7,#e5004f);
  color: #fff;
  font-feature-settings: "palt";
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.review_shoulder-company{
  display: inline-block;
  font-feature-settings: "palt";
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.review_title{
  margin-top: 1em;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.4;
}
.review_lead{
  margin-top: 2em;
  padding: 1.5em 0;
  border-top: solid 1px #575757;
  border-bottom: solid 1px #575757;
  color: #575757;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.review_section-heading{
  margin: 2.5em 0 1em;
  padding: 0.3em 0 0.3em 0.8em;
  border-left: solid 5px #003b83;
  color: #003b83;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.review_section > p{
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.review_section > p:last-of-type{
  margin-bottom: 0;
}
.review_section > p.note{
  font-size: 80%;
}

@media screen and (max-width: 1000px){
  .review{
    padding: 3.75em 3.75em 5.625em;
  }
}

@media screen and (max-width: 767px){
  .review{
    margin: 2em auto 3em;
    padding: 2em 5% 4em;
  }
  .review_shoulder{
    flex-wrap: wrap;
  }
  .review_shoulder-category{
    margin: 0 0.8em 0.5em 0;
    padding: 0.6em 1em;
    font-size: 1.8rem;
  }
  .review_shoulder-company{
    font-size: 2.0rem;
  }
  .review_title{
    margin-top: 0.8em;
    font-size: 2.6rem;
  }
  .review_lead{
    margin-top: 1.5em;
    padding: 1em 0;
    font-size: 1.5rem;
  }
  .review_section-heading{
    margin: 1.875em 0 0.8em;
    font-size: 2.2rem;
  }
  .review_section > p{
    font-size: 1.5rem;
  }
}


/* photo
----------------------------------------*/
.photo{
  margin: 2.5em 0;
  padding: 1.875em;
  background: #f7f7f7;
}
.photo_item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.photo_item + .photo_item{
  margin-top: 1.5em;
}
.photo_item-img{
  width: 39.18918918918919%;
}
.photo_item-name{
  width: 56.75675675675676%;
  font-size: 1.4rem;
  line-height: 1.8;
}
.photo_item-name span{
  font-size: 150%;
}

@media screen and (max-width: 767px){
  .photo{
    margin: 1.5em 0;
    padding: 1.3em;
  }
  .photo_item-img{
    width: 100%;
  }
  .photo_item-name{
    width: 100%;
    margin-top: 1em;
  }
}


/* figure
----------------------------------------*/
.figure_center{
  margin: 2.5em auto;
  padding: 0 6.125%;
}
.figure_center img{
  border: solid 1px #ccc;
}
.figure_center-title{
  margin-bottom: 0.3em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.figure_center-caption{
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  line-height: 1.5;
}
.figure_center-click{
  margin-top: 0.5em;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px){
  .figure_center{
    margin: 2em auto;
  }
  .figure_center-title{
    font-size: 1.7rem;
  }
  .figure_center-caption{
    font-size: 1.4rem;
  }
	.figure_center-click{
	  font-size: 1.2rem;
	}
}


/* contact
----------------------------------------*/
.contact{
  position: relative;
  margin-top: 3.75em;
  padding-top: 3.75em;
}
.contact::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg,#0068b7,#e5004f);
  content: "";
}
.contact_company{
  margin-bottom: 0.5em;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
}
.contact_link{
  font-size: 1.6rem;
  line-height: 2;
  word-break: break-all;
}
.contact_link + .contact_company{
  margin-top: 30px;
}

@media screen and (max-width: 767px){
  .contact{
    margin-top: 3em;
    padding-top: 3em;
  }
  .contact_company{
    font-size: 1.8rem;
  }
  .contact_link{
    font-size: 1.5rem;
  }
}


/* link
----------------------------------------*/
.link{
  padding: 3.75em 5%;
  background: #000;
}
.link > .inner{
  max-width: 1000px;
  margin: 0 auto;
}
.link_block{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.link_block + .link_block{
  margin-top: 3em;
}
.link_block-heading{
  width: 12em;
  padding-right: 1em;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
}
.link_block-list{
  position: relative;
  padding: 0.5em 0 0.5em 2em;
  width: calc(100% - 14em);
}
.link_block-list::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(0deg,#0068b7,#e5004f);
  content: "";
}
.link_block-list li{
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  list-style-type: disc;
}
.link_block-list li + li{
  margin-top: 0.75em;
}
.link_block-list li a{
  color: #fff;
  text-decoration: none;
}
.link_block-list li a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 767px){
  .link{
    padding: 2.5em 5%;
  }
  .link_block + .link_block{
    margin-top: 2em;
  }
  .link_block-heading{
    width: 100%;
    margin-bottom: 1em;
    font-size: 1.6rem;
    text-align: left;
  }
  .link_block-list{
    width: 100%;
    padding: 0.5em 0 0.5em 1.75em;
  }
  .link_block-list li{
    font-size: 1.4rem;
  }
}


/* btn_back
----------------------------------------*/
.btn_back{
  max-width: 300px;
  margin: 4em auto 0;
}
.btn_back a{
  display: block;
  padding: 1em;
  background: #e5004f;
  color: #fff;
  font-feature-settings: "pals";
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
.btn_back a:hover{
  opacity: 0.7;
}
.btn_back span{
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.btn_back span::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 18px;
  background: url(icon-back.png) no-repeat center;
  background-size: 100%;
  content: "";
}

@media screen and (max-width: 767px){
  .btn_back{
    width: 80%;
    margin: 2.5em auto 0;
  }
  .btn_back a{
    font-size: 1.8rem;
  }
  .btn_back span{
    padding-left: 25px;
  }
  .btn_back span::before{
    width: 16px;
    height: 16px;
  }
}