@charset "UTF-8";

.ul-col-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ul-col-2 li {
  width: calc((100% - 2rem) / 2);
  margin-right: 2rem;
  margin-top: 2rem;
}

.ul-col-2 li:nth-child(2n+2) {
  margin-right: 0;
}

.ul-col-2 li:nth-child(-n+2) {
  margin-top: 0;
}

.ul-col-2 li a {
  min-height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 3rem 3rem;
  box-sizing: border-box;
}

.ul-col-2 li a h3 {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4rem 1rem;
  box-sizing: border-box;
  font-size: 150%;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width:1000px) {
  .ul-col-2 li a {
    padding: 2rem 2rem;
    min-height: 200px;
  }

  .ul-col-2 li a h3 {
    padding: 3rem 1rem;
    font-size: 120%;
  }
}

@media screen and (max-width:767px) {

  .ul-col-2 li {
    margin-right: 1rem;
  }
}

@media screen and (max-width:640px) {

  .ul-col-2 li {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 2rem !important;
  }

  .ul-col-2 li:first-child {
    margin-top: 0 !important;
  }

}

#support-blc {
  position: relative;
  background-image: url(../img/top/support_bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

#support-blc .ul-list-3,
#support-blc .btn-style-blc {
  position: relative;
  z-index: 1;
}

/*-----------------------------------------------

work-col-blc 

------------------------------------------------- */
#working-blc {
  position: relative;
}

#working-blc::before {
  position: absolute;
  top: -40%;
  left: 0;
  content: '';
  display: block;
  width: 614px;
  height: 614px;
  background-image: url(../img/top/working_bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.work-col-blc {
  display: flex;
  flex-wrap: wrap;
}

.work-col-blc li {
  width: calc((100% - 3rem) / 3);
  margin-right: 1.5rem;
  margin-top: 3rem;
  box-sizing: border-box;
}

.work-col-blc li:nth-child(3n+3) {
  margin-right: 0;
}

.work-col-blc li:nth-child(-n+3) {
  margin-top: 0;
}

.work-col-blc li a {
  text-align: left;
  text-decoration: none;
  color: #333;
}

.work-col-blc li a figure figcaption {
  text-align: left;
  margin-top: 5px;
  font-size: 120%;
  display: block;
  font-weight: bold;
}

.work-col-blc li.first .ttl-heading {
  font-size: 150%;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 10px;
}

.work-col-blc li.first {
  padding: 1rem 0;
}

.work-col-blc li.first .txt-desc {
  font-size: 100%;
}

@media screen and (max-width:1600px) {
  #working-blc::before {
    width: 514px;
    height: 514px;
  }
}

@media screen and (max-width:1400px) {
  #working-blc::before {
    width: 414px;
    height: 414px;
  }
}

@media screen and (max-width:1200px) {
  #working-blc::before {
    top: -30%;
    width: 314px;
    height: 314px;
  }
}

@media screen and (max-width:1000px) {
  #working-blc::before {
    top: -15vw;
    width: 314px;
    height: 40vw;
  }
  .work-col-blc li.first .ttl-heading {
    font-size: 120%;
  }

  .work-col-blc li a figure figcaption {
    font-size: 100%;
  }
}

@media screen and (max-width:767px) {

  .work-col-blc li {
    width: calc((100% - 1rem) / 2);
    margin-right: 1rem;
    margin-top: 2rem;
  }

  .work-col-blc li:nth-child(3n+3) {
    margin-right: 1rem;
  }

  .work-col-blc li:nth-child(-n+3) {
    margin-top: 2rem;
  }

  .work-col-blc li:nth-child(2n+2) {
    margin-right: 0;
  }

  .work-col-blc li:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (max-width:480px) {
  #working-blc {
    position: relative;
    padding-top: 60px;
  }
  #working-blc::before {
    top: -120px;
    width: 314px;
    height: 200px;
  }
  .work-col-blc li {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 2rem !important;
  }

  .work-col-blc li:first-child {
    margin-top: 0 !important;
  }

  .work-col-blc li.first {
    padding: 0;
  }
}

/*-----------------------------------------------

ul-list-3

------------------------------------------------- */

.ul-list-3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ul-list-3 li {
  width: calc((100% - 3rem) / 3);
  margin-right: 1.5rem;
  margin-top: 2rem;
}

.ul-list-3 li:nth-child(3n+3),
.ul-list-3 li:last-child {
  margin-right: 0;
}

.ul-list-3 li:nth-child(-n+3) {
  margin-top: 0;
}

.ul-list-3 li a {
  text-decoration: none;
  color: #333;
}

.ul-list-3 li a figcaption {
  display: block;
  margin-top: 10px;
  font-size: 120%;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width:1000px) {
  .ul-list-3 li a figcaption {
    font-size: 100%;
  }
}

@media screen and (max-width:767px) {

  .ul-list-3 li {
    width: calc((100% - 1rem) / 2);
    margin-right: 1rem;
    margin-top: 2rem;
  }

  .ul-list-3 li:nth-child(3n+3) {
    margin-right: 1rem;
  }

  .ul-list-3 li:nth-child(-n+3) {
    margin-top: 2rem;
  }

  .ul-list-3 li:nth-child(2n+2) {
    margin-right: 0;
  }

  .ul-list-3 li:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (max-width:480px) {

  .ul-list-3 li {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 2rem !important;
  }

  .ul-list-3 li:first-child {
    margin-top: 0 !important;
  }
}

/*-----------------------------------------------

news-blc

------------------------------------------------- */

#news-blc .inner-blc {
  display: flex;
}

#news-blc .inner-blc .ttl {
  max-width: 80px;
  font-weight: bold;
  width: 100%;
}

#news-blc .inner-blc .news-blc {
  width: calc(100% - 80px);
  padding-left: 10px;
  box-sizing: border-box;
}

#news-blc .inner-blc .news-blc dl {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6;
  display: none;
}

#news-blc .inner-blc .news-blc dl:nth-child(-n+3) {
  display: flex;
}

#news-blc .inner-blc .news-blc dl:last-child {
  margin-bottom: 0;
}

#news-blc .inner-blc .news-blc dl dt {
  max-width: 100px;
  width: 100%;
}

#news-blc .inner-blc .news-blc dl dd {
  width: calc(100% - 100px);
  box-sizing: border-box;
}

#news-blc .inner-blc .news-blc dl dd h3 {
  color: var(--main-color);
  font-weight: bold;
}

@media screen and (max-width:480px) {
  #news-blc .inner-blc {
    flex-wrap: wrap;
  }

  #news-blc .inner-blc .ttl {
    max-width: 100%;
    text-align: center;
    font-size: 150%;
  }

  #news-blc .inner-blc .news-blc {
    width: 100%;
    margin-top: 1rem;
    padding-left: 0;
  }

  #news-blc .inner-blc .news-blc dl {
    flex-wrap: wrap;
  }

  #news-blc .inner-blc .news-blc dl dt {
    max-width: 100%;
  }

  #news-blc .inner-blc .news-blc dl dd {
    width: 100%;
    margin-top: 5px;
  }
}
