@charset "UTF-8";


/* common */
.wrap_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* fv */
#fv {
  margin-top: 70px;
  background-color: #FFDA25;
}

#fv .fv_content {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  width: calc(100% - 40px);
  height: 460px;
  margin: 0 20px;
}

#fv .fv_headline {
  position: absolute;
  left: 5%;
  margin: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 70px);
}

#fv .fv_content .fv_logo {
  width: 440px;
  margin: 0 auto;
}

#fv .fv_button {
  background: #1EAEFF;
  width: 400px;
  height: 80px;
  border-radius: 60px;
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../img/search_icon.svg');
  background-size: 18px;
  background-position: 6%;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}

#fv .fv_image img {
  object-fit: cover;
  height: 100%;
}

#fv .affiliates_count_no_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 70px;
  background-color: #000;
  background-image: url('../img/top/listed_affiliates_count_no_1.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 840px 69px;
}

#fv .affiliates_count_no_1 img {
  width: 840px;
  margin: 0 auto;
}

/* slider */
.splide {
  padding: 24px 0;
}

.splide__list {
  height: auto !important;
}

.splide__slide img {
  height: auto;
  width: 100%;
}

/* secondview */
#sv {
  padding-top: 24px;
  padding-bottom: 48px;
  background: #F3F7FB;
}

#sv .banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: white;
  padding-top: 24px;
  padding-bottom: 24px;
}

#sv .banner img {
  width: 440px;
  height: 110px;
}

#sv .search_box {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  padding: 0 40px;
}

#sv .search_box .search_by_applications,
#sv .search_box .search_by_keywords {
  background: #FFFFFF;
  border-radius: 30px;
}

#sv .search_box .search_by_applications {
  width: calc(60% - 12px);
  padding: 40px;
}

#sv .search_box .search_by_keywords {
  width: calc(40% - 12px);
  padding: 40px 55px 40px 40px;
}

#sv .search_box .search_by_applications .search_contents {
  margin-top: 40px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 2fr));
}

#sv .search_box .search_by_keywords .search_contents {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#sv .search_box .search_by_keywords .search_contents a {
  display: inline-flex;
  padding: 16px 14px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  border: 2px solid #000000;
  border-radius: 10px;
}

#sv .search_box .search_by_keywords .search_contents a:hover {
  background: #000000;
  color: #FFFFFF;
}

/* articles */
.articles {
  padding: 48px 40px 0;
}

.articles .posts {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 32px;
}

.articles .posts .post img {
  border-radius: 15px;
}

.articles .posts .post .title {
  margin-top: 16px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}

.articles .posts .post .group {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.articles .posts .post .group img {
  width: 32px;
  height: 32px;
}

.articles .posts .post .group span {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
}

.articles .view_more {
  margin-top: 40px;
}

/* about */
#about {
  margin-top: 64px;
  padding: 0 40px;
}

#about .wrapper {
  background: #FFDA25;
  padding: 48px 0;
  border-radius: 30px;
}

#about .wrapper img {
  display: block;
  margin: 0 auto;
  width: 400px;
}

#about .wrapper .about_description {
  margin: 24px auto 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

#about .counseling_wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

#about .counseling_wrapper .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

#about .counseling_wrapper .text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

#about .counseling_wrapper .apply {
  background: #1EAEFF;
  border-radius: 30px;
  padding: 32px 50px;
}

#about .counseling_wrapper .apply .title,
#about .counseling_wrapper .apply .text {
  color: #FFFFFF;
}

#about .counseling_wrapper .transfer {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 32px 50px;
}

#about .counseling_wrapper .transfer .title,
#about .counseling_wrapper .transfer .text {
  color: #000000;
}

/* client_ad */
#client_ad {
  margin-top: 64px;
  padding: 0 40px;
}

#client_ad .wrapper {
  background: #F3F7FB;
  border-radius: 30px;
  padding: 32px 0;
}

#client_ad .wrapper img {
  width: 440px;
  margin: 0 auto;
}

/*---------------------------------------------------------------*\
$1080px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1080px) {

  /* fv */
  #fv {
    margin-top: 56px;
  }
}

/*---------------------------------------------------------------*\
$860px
\*---------------------------------------------------------------*/
@media screen and (max-width: 860px) {

  /* sv */
  #sv .banner img {
    width: 328px;
    height: 82px;
  }

  #sv .search_box {
    display: block;
  }

  #sv .search_box .search_by_applications,
  #sv .search_box .search_by_keywords {
    width: 100%;
  }

  #sv .search_box .search_by_applications {
    width: 100%;
  }

  #sv .search_box .search_by_keywords {
    margin-top: 24px;
  }

  #sv .search_box .search_by_keywords {
    width: 100%;
  }


  /* about */
  #about {
    padding: 0;
  }

  #about .wrapper {
    border-radius: 0;
  }

  #about .wrapper img {
    margin: 0 auto;
    width: 262px;
  }

  #about .wrapper .about_description {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }

  #about .counseling_wrapper {
    display: block;
    margin-top: 24px;
  }

  #about .counseling_wrapper .apply,
  #about .counseling_wrapper .transfer {
    padding: 32px;
  }

  #about .counseling_wrapper .transfer {
    margin-top: 24px;
  }

  #about .counseling_wrapper .title {
    font-size: 19px;
    line-height: 19px;
  }

  #about .counseling_wrapper .text {
    font-size: 13px;
    line-height: 19px;
  }
}

/*--------------------------------------------------------------*\
$600px
\*---------------------------------------------------------------*/
@media screen and (max-width: 600px) {

  /* fv */
  #fv .fv_content {
    width: calc(100% - 32px);
    margin: 0 16px;
    height: 555px;
  }

  #fv .fv_headline {
    left: 0;
    bottom: inherit;
    justify-content: space-between;
    padding: 24px 0;
    height: calc(100% - 99px);
  }

  #fv .fv_content .fv_logo {
    width: 80%;
  }

  #fv .fv_button {
    width: 90%;
    height: 56px;
  }

  #fv .affiliates_count_no_1 {
    height: 100px;
    background-image: url('../img/top/listed_affiliates_count_no_1_sp.png');
    background-size: 343px 99px;
    background-color: inherit;
  }

  #fv .fv_content:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 89px;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 0;
  }

  /* sv */
  #sv .banner {
    display: block;
  }

  #sv .banner img {
    margin: 0 auto;
    width: 343px;
    height: 110px;
  }

  #sv .banner img:nth-child(2) {
    margin-top: 16px;
  }

  #sv .search_box {
    padding: 0 16px;
  }

  #sv .search_box .search_by_keywords {
    margin-top: 24px;
  }

  #sv .search_box .search_by_applications,
  #sv .search_box .search_by_keywords {
    padding: 24px 20px;
  }

  #sv .search_box .search_by_keywords .search_contents,
  #sv .search_box .search_by_applications .search_contents {
    margin-top: 24px;
  }

  #sv .search_box .search_by_keywords .search_contents a {
    padding: 12px 14px;
  }

  #sv .search_box .search_by_applications .search_contents {
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
  }

  /* about */
  #about {
    margin-top: 0;
  }

  #about .wrapper {
    padding: 48px 16px;
  }

  /* articles */
  .articles {
    padding: 40px 16px;
  }

  .articles .posts {
    margin-top: 24px;
    grid-template-columns: repeat(1,minmax(0,1fr));
  }

  /* column_articles */
  .column_articles .posts .post:not(:first-child) {
    display: flex;
  }

  .column_articles .posts .post:not(:first-child),
  .column_articles .posts .post:not(nth-child(2)) {
    margin-top: 16px;
  }

  .column_articles .posts .post:not(:first-child) img {
    width: 175px;
    height: 116px;
  }

  .column_articles .posts .post:not(:first-child) .title {
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
  }

  /* client_ad */
  #client_ad {
    margin-top: 24px;
    background: #6B6B6B;
    padding: 0;
  }

  #client_ad .wrapper {
    padding: 0;
  }

  /* post */
  .articles .posts {
    gap: 16px;
  }
  .articles .posts .post:not(:first-child) a {
    display: flex;
    align-items: center;
  }
  .articles .posts .post:not(:first-child) a img {
    width: 48%;
  }
  .articles .posts .post:not(:first-child) a .title {
    width: 48%;
    margin: 0 0 0 4%;
  }
}
