@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
/* --------------------------------------------------

result.css

-------------------------------------------------- */
.center {
  text-align: center;
}

.blue2-l {
  background: url(../img/bg_blue.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.blue2-l .img-center {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .blue2-l .img-center {
    width: 100%;
  }
}
.blue2-l .ttl, .blue2-l .txt {
  color: #fff;
}
.blue2-l .ttl {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 1em 0;
}
.blue2-l .txt {
  margin-bottom: 3em;
}
.blue2-l .txt-l {
  margin-bottom: 2em;
}
.blue2-l .list-thumb {
  justify-content: space-between;
}
.blue2-l .list-thumb li {
  width: 19%;
  margin: 0 1% 2em 0;
  background: #fff;
  padding: 0.5rem;
}
.blue2-l .list-thumb li .challenge-list {
  text-align: center;
  width: 100%;
}
.blue2-l .list-thumb li .challenge-list .ttl-challenge {
  margin: 0.5rem 0;
}
.blue2-l .list-thumb li .challenge-list .ttl-challenge img {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .blue2-l .list-thumb li .challenge-list .ttl-challenge img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.blue2-l .list-thumb li .challenge-list .txt-part .txt-blue {
  color: #00A4AE;
  margin-bottom: 1rem;
  min-height: 6em;
}
@media only screen and (max-width: 1220px) {
  .blue2-l .list-thumb li .challenge-list .txt-part .txt-blue {
    min-height: 4em;
  }
}
.blue2-l .list-thumb li .challenge-list .txt-part .bf-pink {
  background: #ECD6D3;
  padding: 1rem;
  padding-bottom: 2rem;
  border-radius: 1rem;
  min-height: 8em;
}
@media only screen and (max-width: 1220px) {
  .blue2-l .list-thumb li .challenge-list .txt-part .bf-pink {
    min-height: 0;
  }
}

.blue2-l .list-thumb li .challenge-list .ph-list img {
  width: 100%;
}


.yellowyellow-l {
  background: #f8f4d4;
}
.yellowyellow-l .team-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 2rem 0;
}
.yellowyellow-l .list-thumb .team-list {
  background: #fff;
  width: 100%;
  border: 1px solid #000;
  border-radius: 27px;
  padding: 1em;
  display: flex;
  flex-direction: column;
}
.yellowyellow-l .list-thumb .team-list .ph-list {
  background: fff;
  padding-top: 70%;
  border-radius: 17px;
  overflow: hidden;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.yellowyellow-l .list-thumb .team-list .ph-list > img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: contain;
}
.yellowyellow-l .list-thumb .txt-part {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.yellowyellow-l .list-thumb .txt-part p{
  margin: 0.5rem 0;
}
.yellowyellow-l .list-thumb .txt-part .company-name,
.yellowyellow-l .list-thumb .txt-part .company-pdf{
  font-weight: bold;
}
.yellowyellow-l .list-thumb .txt-part .company-pdf{
	margin-top: 10px;
}