@charset "UTF-8";
/* ----------------------------- 各ページで利用するスタイル */
/* お問い合わせページ */
dl.contact dt {
  margin-bottom: 10px;
}

dl.contact dd {
  margin-bottom: 40px;
}

dl.contact dd input {
  width: 100%;
}

dl.contact dd textarea {
  width: 100%;
  height: 265px;
}

.submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto;
}

.submit-btn .btn {
  max-width: 300px;
}

.submit-btn .btn-return {
  background-color: #aaa;
  width: 80%;
  margin-right: 20px;
}

/* 会社概要ページ */
dl.director-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

dl.director-list dt {
  width: 9em;
}

dl.director-list dd {
  width: calc(100% - 9em);
}

/* タレント一覧ページ */
.talents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2%;
}

.talents-list::before, .talents-list::after {
  content: "";
  display: block;
  width: 25%;
  height: 0px;
}

.talents-list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.talents-list li {
  width: 25%;
  margin: 0 0px 60px 0px;
  padding: 0 2%;
}

.talents-list li a {
  display: block;
  position: relative;
}

.talents-list li a:hover {
  opacity: 1;
}

.talents-list li a:hover .photo {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.talents-list li a:hover .photo img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

.talents-list li .photo {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.talents-list li .photo img {
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.talents-list li .name {
  position: absolute;
  bottom: 0;
  color: #fff !important;
  text-align: right;
  z-index: 5;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  padding: 25px 25px 25px 5px;
  border-radius: 10px;
}

.talents-list li .name .ja {
  display: block;
  font-size: 2.0rem;
  margin-bottom: 5px;
}

.talents-list li .name .en {
  display: block;
  font-size: 1.2rem;
}

/* タレント詳細ページ */
.talent-section-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.talent-section-contents a {
  text-decoration: underline;
}

.talent-section-contents a:hover {
  text-decoration: none;
}

.talent-section-contents strong {
  font-weight: bold;
}

.talent-section-contents-biography {
  margin-bottom: 60px;
  font-size: 1.8rem;
  line-height: 1.7;
}

.talent-section-contents-biography .title {
  margin-bottom: 25px;
  font-size: 3.8rem;
}

.talent-section-photo {
  width: 48%;
}

.talent-section-photo img {
  border-radius: 10px;
}

.talent-section-text {
  width: 48%;
}

.talent-section-text-head {
  margin-bottom: 60px;
}

.talent-section-text-head .position {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  background-color: #325186;
}

.talent-section-text-head .name {
  margin-bottom: 10px;
  font-size: 4.2rem;
  line-height: 1;
}

.talent-section-text-head .en {
  line-height: 1;
  color: #999999;
}

.talent-section-text-faq dd,
.talent-section-text-faq li {
  margin-bottom: 30px;
}

.talent-section-text-faq span {
  display: block;
}

.talent-section-text-faq dt,
.talent-section-text-faq .title {
  position: relative;
  font-size: 1.6rem;
  color: #888888;
  margin-bottom: 5px;
  padding-left: 35px;
}

.talent-section-text-faq dt::before,
.talent-section-text-faq .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #888;
}

.talent-section-text-faq dd,
.talent-section-text-faq .subtitle {
  font-size: 1.8rem;
  line-height: 1.7;
}

.talent-section-text-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.talent-section-text-sns li {
  margin-right: 15px;
}

.talent-section-text-sns img {
  width: 40px;
  height: auto;
}

.talent-section .pdf-btn {
  margin: 60px auto;
}

.talent-section .pdf-btn .w3eden .wpdmdl-btn {
  width: 100%;
}

.talent-section .pdf-btn .w3eden .link-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 75px;
  margin: 0 auto;
  color: #fff !important;
  text-decoration: none;
  background-color: #325186;
  border-radius: 100px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
  border: none;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.related-section {
  padding: 80px;
}

.related-section-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.related-section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.related-section-head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.related-section-head-title .en {
  margin-right: 20px;
  padding-right: 20px;
  font-size: 3.8rem;
  border-right: solid 1px #e5e5e5;
}

.related-section-head-title .ja {
  font-size: 1.4rem;
}

.related-section-head-more {
  margin-left: auto;
  margin-right: 0;
  padding-right: 40px;
  background-image: url(../img/icon_link_blue.png);
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: 100% 50%;
}

.related-section.schedule {
  color: #fff;
  background-color: #325186;
}

.related-section.schedule a {
  color: #fff;
}

.related-section.schedule .related-section-head .en {
  border-right: solid 1px #5b749e;
}

.related-section.schedule .related-section-head-more {
  background-image: url(../img/icon_link_white.png);
}

.related-section.schedule .schedule-list {
  border-top: solid 1px #5b749e;
}

.related-section.schedule .schedule-list li {
  border-bottom: solid 1px #5b749e;
}

.related-section.news {
  padding-bottom: 0;
}

.related-section.news a {
  color: #000;
}

.related-section .more-btn .btn {
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  /* タレント一覧ページ */
  .talents-list {
    margin: 0 0px;
  }
  .talents-list::before, .talents-list::after {
    content: "";
    display: block;
    width: 47%;
    height: 0px;
  }
  .talents-list::before {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .talents-list li {
    width: 47%;
    margin: 0 0px 20px 0px;
    padding: 0 0px;
  }
  .talents-list li .photo {
    border-radius: 5px;
  }
  .talents-list li .name {
    padding: 15px 15px 15px 0;
  }
  .talents-list li .name .ja {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .talents-list li .name .en {
    font-size: 1.0rem;
  }
  /* タレント詳細ページ */
  .talent-section-contents {
    display: block;
    margin-bottom: 25px;
  }
  .talent-section-contents-biography {
    margin-bottom: 25px;
    font-size: 1.2rem;
  }
  .talent-section-contents-biography .title {
    margin-bottom: 10px;
    font-size: 2.6rem;
  }
  .talent-section-photo {
    width: 100%;
    margin-bottom: 30px;
  }
  .talent-section-photo img {
    border-radius: 5px;
  }
  .talent-section-text {
    width: 100%;
  }
  .talent-section-text-head {
    margin-bottom: 30px;
  }
  .talent-section-text-head .position {
    margin-bottom: 10px;
    padding: 5px 7px;
    border-radius: 3px;
    font-size: 1.0rem;
  }
  .talent-section-text-head .name {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .talent-section-text-head .en {
    font-size: 1.0rem;
  }
  .talent-section-text-faq dt {
    position: relative;
    font-size: 1.0rem;
    color: #888888;
    margin-bottom: 5px;
    padding-left: 20px;
  }
  .talent-section-text-faq dt::before {
    width: 15px;
  }
  .talent-section-text-faq dd {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .talent-section-text-sns {
    margin-top: 10px;
  }
  .talent-section-text-sns li {
    margin-right: 10px;
  }
  .talent-section-text-sns img {
    width: 30px;
  }
  .talent-section .pdf-btn {
    margin: 30px auto;
  }
  .talent-section .pdf-btn .btn {
    width: 100%;
    max-width: 480px;
  }
  .related-section {
    padding: 30px 5%;
  }
  .related-section-head {
    position: relative;
    margin-bottom: 20px;
  }
  .related-section-head-title {
    display: block;
  }
  .related-section-head-title .en {
    display: block;
    margin-right: 0px;
    padding-right: 0px;
    font-size: 2.6rem;
    border-right: solid 0px #e5e5e5;
  }
  .related-section-head-title .ja {
    display: block;
    font-size: 1.0rem;
  }
  .related-section-head-more {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 1.2rem;
    padding-right: 25px;
    background-size: auto 10px;
  }
  .related-section.schedule {
    color: #fff;
    background-color: #325186;
  }
  .related-section.schedule a {
    color: #fff;
  }
  .related-section.schedule .top-section-head .en {
    border-right: solid 0px #5b749e;
  }
  .related-section.schedule .top-section-head-more {
    background-image: url(../img/icon_link_white.png);
  }
  .related-section.news {
    padding-bottom: 0;
  }
  .related-section.news a {
    color: #000;
  }
}
/*# sourceMappingURL=pages.css.map */