@charset "UTF-8";
.quest-hero{
  background:url("../images/quest/mypurpose/quest-hero-back.png");
}

.quest-case-study{
background: url("../images/common/footer-back.png") repeat;
}
.quest-main-logo {
	background:#003364;
}
/************higuchi************/
.quest-main{
    background: url("../images/quest/mypurpose/quest-hero-back.png") repeat;
    background-color: #2F487A;
}
.quest-download-btn{
  color: #2F487A;
}
.quest-download-btn{
  color: #2F487A;
}
.quest-download-btn::before{
  border-bottom:60px solid #2F487A;
}
.quest-content-sub-title {
  color: #2F487A;
}
.quest-content-intern-effect {
  background-color: #F7FAFF;
}
.quest-content-intern-effect-title::before {
  border-color: #2F487A;
}
.quest-content-intern-effect-card-image p{
 color: #2F487A;
}
.quest-content-intern-effect-card-check {
  border-color:#2F487A;
}
.quest-content-intern-effect-card-link {
  border-color: #2F487A;
  color: #2F487A;
}
.quest-content-intern-effect-card-link:hover {
  background-color: #2F487A;
}
.quest-content-program {
  background-color: #F7FAFF;
}

.quest-content-program-card-section {
  color: #2F487A;
}
.quest-content-program-card-icon {
  color: #2F487A;
}

.quest-content-coordinator{
  background-color: #F7FAFF;
}
.quest-content-plan-card-title{
  color: #2F487A;
}

.quest-content-case-card-back-button:hover{
  color: #fff;
	
}

.quest-content-case-card-back-button:hover::before {

  border-bottom: 60px solid #2F487A;
}

.quest-content-case-card-back-button {
  border: 1px solid #2F487A;
  color: #2F487A;

}
.quest-content-case-card-back-button::before {
  border-bottom: 60px solid #2F487A;

}
.quest-content-faq{
  background-color: #F7FAFF;
}
.quest-content-faq-question::after {
  background-image: url("../images/quest/mypurpose/plus.png");
}
.quest-content-faq-question::before {
  background-image: url("../images/quest/mypurpose/question-icon.png");
}
.quest-content-faq-item.active .quest-content-faq-question::after {
  background-image: url("../images/quest/mypurpose/minus.png");
}