/*
Theme Name: 78base
Author: Tarincafe, LLC.
Template: cocoon-master
Version: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 78base
*/

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}


/* トップページ */
.top-box-ap {
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 1em;
}
.top-title-ul {
    text-align: right;
    font-size: 0.9em;
}
.appeal-title {
    font-size: 1.5em;
}
.top-title h1 {
    text-align: center;
    color: #a4a4a4;
    margin: 2em;
}
.top-title {
    margin-bottom: 5em;
}
.top-title .top-block {
    margin: 1em 1.5em 3em;
    line-height: 2em;
}
.top-title .top-block-p {
    margin-bottom: 1em;
}
ul.top-news-list {
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
}
ul.top-news-list li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul.top-news-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;

  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: gray; /*アイコン色*/
}
ul.top-news-list a {
    position: relative;
 	color: #333;
    text-decoration: none;
}
ul.top-news-list a:hover {
 	color: #ffe721;
}
ul.top-news-list .top-news-date {
    font-size: 0.8em;
    color: #828282;
    padding-right: 1em;
}
h2.list-title {
    font-size: 1.2em;
    color: #a4a4a4;
}
.list-title .list-title-in:before, .list-title .list-title-in:after {
    background-color: #a4a4a4;
}
.top-box {
    margin-bottom: 3em;
}
.top-kids-list {
    display: flex; /* 横並び */
    flex-wrap: wrap; /* 折り返す */
}
.top-text {
    margin: 0.5em;
    line-height: 2em;
}
.top-mid-title {
    margin-bottom: 1em;
}
.item-talent {
    position: relative;
    width: 33%; /* 幅 */
    padding-bottom: 33.3%; /* 幅と同じ高さをつくる */
    border: solid 2px #FFF; /* 白の枠線 */
    box-sizing: border-box;
    margin-bottom: 1em;
}
.item-talent img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.2s;
}

.item-talent img:hover {
  transform: scale(0.9);
}
.top-school-text {
    margin: 1em;
}
.top-school-text .list-more-button-wrap {
    margin-top: 1em;
}

/* タレント一覧 */
.list-talent.ect-vertical-card {
    justify-content: left;
}
.list-talent.ect-vertical-card .entry-card-wrap {
    width: 25%;
}

/* タレントページ */
.kids-img {
    position: relative;
    width: 22%; /* 幅 */
    box-sizing: border-box;
    margin-right: 1%;
    margin-bottom: 1em;
}
dl.kids-item-list {
    border-bottom: 1px solid #ccc;
}
.kids-item-list dt {
    margin: 0;
    padding-left: 0.5em;
    padding-top: 0.5em;
    font-weight: bold;
    border-top: 1px solid #ccc;
    float: left;
    clear: left;
}
.kids-item-list dd {
    margin: 0.5em;
    padding: 0;
    padding-left: 6em;
    padding-top: 0.5em;
    border-top: 1px solid #ccc;
}
.talent-pdf-button {
    display: block;
    width: 300px;
    padding: 15px 0;
    margin: 0;
    background: #015a09;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}
.talent-pdf-button:hover {
    background: #3bc60b;
}
.works-title {
    margin: 2em 0 0.5em 1em;
    font-weight: bold;
    font-size: 1.2em;
}
dl.talent-work-list {
    margin: 2em;
}
.talent-work-list dd {
    margin: 0;
    border-bottom: 1px dotted #ccc;
}
.ect-vertical-card .entry-card-wrap {
    vertical-align: top;
    }
@media all and (max-width: 640px) {
    .ect-vertical-card .entry-card-wrap {
        width: 100%;
    }
}
/* 20260213-1 */
/*====================================================================
slick
====================================================================*/

html, body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.slick-prev,.slick-next{
    width: 40px;
    height: 40px;
}

.slick-prev:before, .slick-next:before {
    color: #016c14;
    font-size: 40px;/*少し大きくする*/
}
/* 20260213-1 */



/* 応募フォーム */
.form-art {
    color:red;
}
input.wpcf7-submit {
    display: inline-block;
    padding: 0.8em 2em;
    text-decoration: none;
    color: #333;
    border: solid 2px #ccc;
    border-radius: 3px;
    transition: .4s;
    margin: 1em 0 2em;
    font-size: 1em;
    border-radius: 99px;
    width: 150px;
}

/* スマホ　*/

@media all and (max-width: 480px) {
    #list-school.ect-2-columns > * {
        width: 100%;
    }
    .list-talent.ect-vertical-card .entry-card-wrap {
        width: 50%;
    }
    .kids-img {
        width: 100%; /* 幅 */
    }
}

/*全てをまとめて非表示*/
.author-info{
  display: none;
}
/*固定ページの投稿日・更新日を非表示*/
.post-3 .date-tags,
.post-26 .date-tags,
.type-kids .date-tags,
.post-241 .date-tags,
.post-308 .date-tags,
.post-74 .date-tags,
.post-28 .date-tags,
.post-9 .date-tags,
.post-12 .date-tags,
.post-13 .date-tags,
.post-10 .date-tags {
display: none;
}

.grecaptcha-badge { visibility: hidden; }
.google-msg { font-size: 0.5em;}
