@charset "UTF-8";

/*
Theme Name: breeze
*/
/*----------- common----------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
    font-family:  
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "ヒラギノ角ゴ ProN W3",
    "メイリオ",
    "Meiryo",
    "游ゴシック体",
    "Yu Gothic",
    "YuGothic",
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
    font-weight: 300;
    font-style: normal;
    color:#242424;
}
ol, ul {
  list-style: none;
}
img{
    max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
a{
   text-decoration: none;
}
a :hover{
    opacity: 0.7;
    transition: all 0.3s ease; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
.pc {
  display: block;
}
@media only screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  .sp {
    display: block;
  }
}
.futura{
    font-family:
  "futura-100",
  "Futura",
  "Futura PT",
  "Avenir Next",
  "Avenir",
  "Helvetica Neue",
  "Helvetica",
  "Arial",
  sans-serif;
font-weight: 700;
font-style: normal;
color:#5BAAF2;
letter-spacing: 0.08em;
}
.yu-go{
  font-weight:700;
  padding-top: 6px;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #242424;
  font-family:
"Yu Gothic",
"YuGothic",
"游ゴシック体",
"ヒラギノ角ゴ ProN",
"Hiragino Kaku Gothic ProN",
"メイリオ",
"Meiryo",
sans-serif;
}


/* ----------   Header   ----------*/

.header {
    background-color: #fff;
    width: 100%;
    height: 95px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0px;
  }
  @media screen and (max-width: 960px) {
    .header__inner {
        padding: 10px 11px;
    }
    .header{
      height: auto;
      padding: 11px 0px;
    }
  }
  
  .header__title {
    width: 77.5px;
  }
  
  
  @media screen and (min-width: 960px) {
    .header__title {
      width: 134px;
    }
  }
  
  .header__title img {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #fff;
    transition: ease .4s;
  }
  
  
  @media screen and (min-width: 960px) {
    .header__nav {
      position: static;
      transform: initial;
      background-color: inherit;
      height: inherit;
      display: flex;
      justify-content: end;
      width: 62%;
      align-items: center;
    }
  }
  
  
  @media screen and (min-width: 960px){
    .nav__items {
      width: 100%;
      display:flex;
      align-items:center;
      height:initial;
      justify-content:space-between;
    }
  }
  
  .nav-items {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
  
  
  @media screen and (min-width: 960px) {
    .nav-items {
      padding-top: inherit;
      padding-bottom: inherit;
      position: inherit;
      top: 0;
      left: 0;
      transform: translate(0, 0);
    }
  }
  
  .nav-items__item a {
    color: black;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 24px;
  }
  
  .nav-items__item:last-child a {
    margin-bottom: 0;
  }
  
  @media screen and (min-width: 960px) {
    .nav-items__item a {
      margin-bottom: 0;
    }
  }
  .nav-items__item p{
    font-size: 24px;
    display: flex;
  flex-direction: column;
  align-items: center;
  }
  .nav-items__item span{
    font-weight:700;
    padding-top: 6px;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #242424;
    font-family:
  "Yu Gothic",
  "YuGothic",
  "游ゴシック体",
  "ヒラギノ角ゴ ProN",
  "Hiragino Kaku Gothic ProN",
  "メイリオ",
  "Meiryo",
  sans-serif;
  }
  
  
  /* ハンバーガーメニュー */
  .header__hamburger {
    width: 31px;
    height: 100%;
    padding: 0;
  
  }
  
  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }
  
  @media screen and (min-width: 960px) {
    .hamburger {
      display: none;
    }
  }
  
  
  .hamburger span {
    width: 100%;
    height: 1.5px;
    background-color: #5BAAF2;
    position: relative;
    transition: ease .4s;
    display: block;
  }
  
  .hamburger span:nth-child(1) {
    top: 0;
  }
  
  .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  
  .hamburger span:nth-child(3) {
    top: 0;
  }
  
  
  /* ハンバーガーメニュークリック後のスタイル */
  .header__nav.active {
    transform: translateX(0);
  }
  
  .hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }
  
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  
  }
  
  .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  } 

  /* ----------   Footer   ----------*/

footer{
  background-color: #3C3C3C;
  padding: 50px 0;
}
.footer_menu{
  margin: 0 auto;
  max-width: 1160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.footer_logo img{
  max-width: 134px;
}
.footer_menu a{
  color: #fff;
}
.footer_menu ul{
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 960px) {
  footer{
    padding: 30px 0 ;
  }
  .footer_menu{
    display: block;
    margin: 0 3%;
    font-size: 15px;
    max-width: 420px;
  }
  .footer_logo{
    text-align: center;
    margin-bottom: 20px;
  }
  .footer_outer{
    padding: 0 2%;
    max-width: 420px;
    margin: 0 auto;
  }
  .footer_menu ul{
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_menu li{
    padding: 20px 0;
    width: 50%;
  }
  .footer_menu li:nth-of-type(1){
    order: 1;
    max-width: 40%;
  }
  .footer_menu li:nth-of-type(2){
    order: 3;
    max-width: 40%;
  }
  .footer_menu li:nth-of-type(3){
    order: 5;
    max-width: 40%;
  }
  .footer_menu li:nth-of-type(4){
    order: 2;
    max-width: 50%;
  }
  .footer_menu li:nth-of-type(5){
    order: 4;
    max-width: 50%;
  }
  .footer_menu li:nth-of-type(6){
    order: 6;
    max-width: 50%;
  }
}


/*-----------------   TOPページ   -----------------*/
 /*----------------------------------------------*/

/* ---   FV   ----*/
.fv div{
    max-width: 1160px;
    margin: 0 auto;
    padding: 111px 0 50px;
}
@media screen and (max-width: 960px) {
  .fv div{
    padding: 70px 15px 30px;
  }
}

/*----- TOP TALENTS エリア  -----*/
.talets_area{
  background-color: #F7F7F7;
}
.talets_area_wrap{
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px 0;
}
.talents_ttl_area{
  padding-bottom: 30px;
  text-align: center;
}
.talets_area_txt{
  line-height: 1.8;
  font-size: 18px;
  letter-spacing: 0.07em;
  text-align: center;
  padding-bottom: 36px;
}

.top-fan_area{
  padding: 60px;
  background-color: #5BAAF2;
}
.top-fan_wrap{
  padding: 60px 0;
  background-color: #fff;
  border-radius: 20px;
  max-width: 1160px;
  margin: 0 auto;
}
.fan_area{
  background-color: #F7F7F7;
}
.fan_area_wrap{
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px 0;
}
.fan_ttl_area{
  padding-bottom: 30px;
  text-align: center;
}
.fan_area_txt{
  line-height: 1.8;
  font-size: 18px;
  letter-spacing: 0.07em;
  text-align: center;
  padding-bottom: 36px;
}


.ttl .futura{
  font-size: 50px;
}
.ttl .yu-go{
  font-size: 24px;
  padding-top: 20px;
}
.btn_blue{
  text-align: center;
}
.btn_blue a{
  background-color: #5BAAF2;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 0px;
  width: 100%;
  border-radius: 35px;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  max-width: 271px;
  display: block;
  margin: 0 auto;
}
.btn_blue a:hover{
 opacity: 0.6;
 transition: 0.3s;
}
.btn_blue span{
  padding-left: 10px;
}
.btn_blue img{
  width: 13px;
  padding-top: 2px;
}
@media screen and (max-width: 960px) {
  .top-fan_area{
    padding: 30px 3%;
  }
  .fan_area_txt{
    font-size: 14px;
    padding-bottom: 20px;
  }
  .top-fan_wrap{
    padding: 30px 0;
  }
  .fan_ttl_area{
    padding-bottom: 20px;
  }
  .talets_area_wrap{
    margin: 0 15px;
    padding: 40px 0;
  }
  .talents_ttl_area{
    padding-bottom: 20px;
  }
  .ttl .futura{
    font-size: 25px;
  }
  .ttl .yu-go{
    font-size: 14px;
    padding-top: 10px;
  }
  .talets_area_txt{
    font-size: 14px;
    padding-bottom: 20px;
  }
  .btn_blue a{
    font-size: 16px;
    padding: 15px 0px;
    max-width: 235px;
  }
  .btn_blue img{
    width: 10px;
  }
  .btn_blue span{
    padding-left: 20px;
  }
}

/*-----  TOP NEWS エリア   -----*/
.top-news{
  max-width: 1160px;
  margin: 0 auto;
  padding: 50px 0 80px;
}
.top-news__inner{
display: flex;
justify-content: flex-start;
}

.top-news .ttl{
 text-align: left;
 margin-right: 37px;
 padding-top: 27px;
}

.top-news__button{
  max-width: 279px;
  margin-left: auto;
}
.top-news__button a{
    text-align: center;
    border: 3px solid #5BAAF2;
    padding: 14px 0;
    border-radius: 50px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
  color: #5BAAF2;
  display: block;
}
.top-news__button a:hover{
opacity: 0.6;
transition: 0.3s;
}
.top-news__button span img{
  width: 13px;
  margin-left: 20px;
}

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

.news-list-top{
  width: 950px;
  margin-left: auto;
  color: #343534;
  font-weight: 500;
}
.news-list-top a{
  text-decoration: none;
  color: #343534;
  display: flex;
  align-items: center;
}
.news-list__link-top {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.news-list__item-top{
  padding: 20px 0;
  border-bottom: 1px solid #DEDEDE;
}
.news-list__item-top a:hover{
  opacity: 0.6;
  transition: 0.3s;
}
.news-date-top{
  font-size: 14px;
  margin-right: 10px;
}
.news-label-top{
  font-size: 12px;
    color: #fff;
    background-color: #343534;
    margin-right: 20px;
    width: 51px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.05em;
    padding:  5px 8px;
    border-radius: 4px;
    background: #343534;
    text-wrap: nowrap;

}
.news-post-title-top{
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .top-news{
    padding: 37px 15px;
  }
  .top-news__inner{
    display: block;
  }
  .top-news .ttl{
    margin-right: 0;
    padding-top: 0;
    font-size: 25px;
  }
.news-category-top, .news-list-top{
  max-width: 100%;
  }
  .news-category-top{
    margin-top: 30px;
    margin-bottom: 15px;
  }
.news-list-top a{
  display: block;
}
.news-list__item-top{
  padding: 15px 0;
}
.news-date-top{
  font-size: 12px;
  margin-right: 10px;
}
.news-label-top{
  font-size: 10px;
  width: 42px;
}
.news-post-title-top{
  margin-top: 10px;
  font-size: 14px;
  display: block;
}
.top-news__button{
  max-width: 235px;
  margin: 19px auto 0px;
}
.top-news__button a{
  font-size: 16px;
  border: 2px solid #5BAAF2;
  padding: 12px 0;
  margin: 0;
}
.top-news__button span img{
  width: 10px;
}
}
/*------------  TOP WORKSエリア  -------------*/
.top-appearance{
  max-width: 1160px;
  margin: 0 auto;
}
.top-appearance_wrap{
  max-width: 1160px;
    margin: 0 auto;
    margin-right: calc(50% - 50vw);
    padding-left: 30px;
    padding-right: calc(50vw - 50% + 30px);
    background-color: #F7F7F7;
    padding-top: 40px;
    padding-bottom: 60px;
    border-radius: 20px 0 0 20px;
    margin-bottom: 80px;
}

.top-appearance__inner{
  display: flex;
  justify-content: flex-end;
  margin-right: calc(45% - 46vw);
  padding-left: 30px;
  padding-right: calc(50vw - 50% + 30px);
  background-color: #F7F7F7;
}

.top-appearance_wrap .ttl{
  text-align: left;
  margin-left: 45px;
  padding-top: 27px;
}

.top-appearance__button{
  max-width: 279px;
  margin-right: auto;
}
.top-appearance__button a{
    text-align: center;
    border: 3px solid #5BAAF2;
    padding: 14px 0;
    border-radius: 50px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
  color: #5BAAF2;
  display: block;
  background-color: #fff;
}
.top-appearance__button a:hover{
opacity: 0.6;
transition: 0.3s;
}
.top-appearance__button span img{
  width: 13px;
  margin-left: 20px;
}

.appearance-list-top{
  width: 858px;
  color: #343534;
  font-weight: 500;
}
.appearance-list-top a{
  text-decoration: none;
  color: #343534;
  display: flex;
  align-items: center;
}
.appearance-list__link-top {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.appearance-list__item-top{
  padding: 20px 0;
  border-bottom: 1px solid #DEDEDE;
}
.appearance-list__item-top a:hover{
  opacity: 0.6;
  transition: 0.3s;
}
.appearance-date-top{
  font-size: 14px;
  margin-right: 10px;
}
.appearance-label-top{
  font-size: 12px;
    color: #fff;
    background-color: #343534;
    margin-right: 20px;
    width: 51px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.05em;
    padding:  5px 8px;
    border-radius: 4px;
    background: #343534;
    text-wrap: nowrap;

}
.appearance-post-title-top{
  font-size: 16px;
  line-height:1.4;
}
@media screen and (max-width: 960px) {
  .top-appearance_wrap{
    padding: 40px 17px;
    margin-left: 15px;
    margin-bottom: 25px;
  }
  .top-appearance__inner{
    display: block;
    padding: 0;
    width: 100%;
  }
  .top-appearance_wrap .ttl{
    text-align: left;
    margin-left: 0px;
    padding-top: 0px;
  }
.appearance-category-top, .appearance-list-top{
  max-width: 100%;
  }
  .appearance-category-top{
    margin-top: 30px;
    margin-bottom: 15px;
  }
.appearance-list-top a{
  display: block;
}
.appearance-list__item-top{
  padding: 15px 0;
}
.appearance-date-top{
  font-size: 12px;
  margin-right: 10px;
}
.appearance-label-top{
  font-size: 10px;
  width: 42px;
}
.appearance-post-title-top{
  margin-top: 10px;
  font-size: 14px;
  display: block;
}
.top-appearance__button{
  max-width: 235px;
  margin: 19px auto 0px;
}
.top-appearance__button a{
  font-size: 16px;
  border: 2px solid #5BAAF2;
  padding: 12px 0;
  margin: 0;
}
.top-appearance__button span img{
  width: 10px;
}
}


/*--------------  NEWS 投稿ページ   --------------*/
/*----------------------------------------------*/
.news-single{
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 100px;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
.news-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 20px;
}

.news-date {
  font-size: 14px;
  color: #666;
}

.news-label {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #343534;
  color: #fff;
}

.news-title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 3px solid #5BAAF2;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
.news-content{
    font-size: 16px;
  line-height: 2.5;
}
.news-content h1{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
}
.news-content h2{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
}
.news-content h3{
  font-size: 25px;
  font-weight: bold;
  line-height: 1.1;
}
.news-content h4{
  font-size: 20px;
  font-weight: bold;
}
.news-content h5{
  font-size: 16px;
  font-weight: bold;
}
.news-content h6{
  font-size: 12px;
  font-weight: bold;
}

.news-content img {
  /* width: 597px; */
  height: auto;
  padding: 30px 0 0;
}
.news-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}
.news-post-date{
 margin-right: 0 !important;
}
.news-post-label{
  margin-right: 0 !important;
}

.news_nav{
  display: flex;
  justify-content: center;
  padding-top: 80px;
  align-items: center;
}
.news-content iframe{
  max-width: 100%;
  padding: 30px 0 0;
}
.news-content a{
  color:#242424;
  text-decoration:underline;
}
.news-content a:hover{
  opacity: 0.7;
}

/* 前後ページへボタン共通 */
.news-pager__prev, .news-pager__next{
  width: 200px;
}

.news-pager__prev a,
.news-pager__next a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: 3px solid #5BAAF2;
  border-radius: 999px;
  color: #5BAAF2;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  /* padding: 0 54px; */
  width: 100%;
}

.news-pager__prev a:hover,
.news-pager__next a:hover {
  opacity: 0.6;
}

/*--  三角共通  --*/
.news-pager a,
.pager-disabled {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
/*--  左三角  --*/
.news-pager__prev a::before,
.news-pager__prev .pager-disabled::before {
  content: "";
  position: relative;
  left: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 12px 8px 0;
  border-color: transparent #5BAAF2 transparent transparent;
}
.news-pager__prev .pager-disabled::before {
  border-color: transparent #fff transparent transparent;
}

/*---  右三角  --*/
.news-pager__next a::after,
.news-pager__next .pager-disabled::after {
  content: "";
  position: relative;
  right: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #5BAAF2;
}
.news-pager__next .pager-disabled::after{
  border-color: transparent transparent transparent #fff;
}

/* 中央：四角一覧ボタン */
.news-pager__index {
  max-width: 49px;
  margin: 0px 100px;
}

.news-pager__index:hover {
  opacity: 0.7;
}
.news-pager a,
.pager-disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}


@media screen and (max-width: 960px) {
  .news_nav{
    padding-top: 15px;
  }
  .news-single{
    padding: 85px 15px 51px;
  }
  .news-title {
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #5BAAF2;
  }
  .news-meta {
    padding-bottom: 15px;
  }
  .news-date {
    font-size: 12px;
  }
  .news-label {
    font-size: 10px;
}
.news-content{
  font-size: 14px;
  line-height: 1.8;
}
.news-content img{
  padding: 20px 0 0px;
}
.news-pager__prev a,
.news-pager__next a {
  height: 44px;
  font-size: clamp(12px, 2vw, 12px);
  border: 2px solid #5BAAF2;
}
.news-pager__index{
max-width: 39px;
margin: 0 20px;
}
.news-pager__prev a::before,
.news-pager__prev .pager-disabled::before {
  border-width: 5px 8px 5px 0;
  left: -14px;
}
.news-pager__next a::after,
.news-pager__next .pager-disabled::after {
  border-width: 5px 0 5px 8px;
  right: -13px;
}

}

/*--------------  NEWS 一覧ページ  --------------*/
/*----------------------------------------------*/
.news-archive{
  margin-bottom: 100px;
}
.page_ttl_wrap{
  background-color: #F7F7F7;
  text-align: center;
}
.page_ttl{
  padding: 158px 0 70px;
}
.page_ttl div{
  font-size: 50px;
  margin-bottom: 17px;
}
.page_ttl p{
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .page_ttl div{
    font-size: 25px;
    margin-bottom: 10px;
  }
  .page_ttl p{
    font-size: 12px;
  }
  .page_ttl{
    padding: 103px 0 40px; 
  }
}

/*------  タブ  -----*/
.news-category{
  max-width: 777px;
  margin: 60px auto 10px;  
}

.news-category__list {
  display: flex;
  border: 2px solid #5BAAF2;
  border-radius: 999px;
  padding: 6px;
  letter-spacing: 0.08em;
}

.news-category__list li {
  flex: 1;
  text-align: center;
}

.news-category__list a {
  display: block;
  padding: 10px 0;
  border-radius: 999px;
  color: #5BAAF2;
  font-weight: 600;
}
.news-category__list .is-active a {
  background: #5BAAF2;
  color: #fff;
}
.news-category__list a:hover{
  background: #5BAAF2;
  color: #fff;
  transition: 0.5s;
}

.news-category__list a:nth-of-type(2){
  font-family:
  "Yu Gothic",
  "YuGothic",
  "游ゴシック体",
  "ヒラギノ角ゴ ProN",
  "Hiragino Kaku Gothic ProN",
  "メイリオ",
  "Meiryo",
  sans-serif;
}
@media screen and (max-width: 960px) {
  .news-category__list{
    border: 1.5px solid #5BAAF2;
  }
  .news-category__list a {
    font-size: 13px;
  }
}
/*------  ニュース一覧  リスト  -----*/
.news-list{
  max-width: 1000px;
  margin: 0 auto;
  color: #343534;
  font-weight: 500;
}
.news-list a{
  text-decoration: none;
  color: #343534;
  display: flex;
  align-items: center;
}
.news-list__link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.news-list__item{
  padding: 37px 0;
  border-bottom: 1px solid #DEDEDE;
}
.news-list__item a:hover{
  opacity: 0.6;
  transition: 0.3s;
}
.news-date{
  font-size: 14px;
  margin-right: 15px;
}
.news-label{
  font-size: 12px;
    color: #fff;
    background-color: #343534;
    margin-right: 20px;
    width: 51px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.05em;

}
.news-post-title{
  font-size: 16px;
}
@media screen and (max-width: 960px) {
.news-category, .news-list{
  max-width: 100%;
  padding: 0 15px;
  }
  .news-category{
    margin-top: 30px;
    margin-bottom: 15px;
  }
.news-list a{
  display: block;
}
.news-list__item{
  padding: 15px 0;
}
.news-date{
  font-size: 12px;
  margin-right: 10px;
}
.news-label{
  font-size: 10px;
  width: 42px;
}
.news-post-title{
  margin-top: 10px;
  font-size: 14px;
}
}

/*------  ページネーション  -----*/
/* ===== pagination reset ===== */
.news-pagination {
  margin-top: 40px;
}

/* ------------------------------
   レイアウト
------------------------------ */

.news-pagination__list,
.news-pagination__list ul {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

/* paginate_links が出力する ul */
.news-pagination__list ul.page-numbers {
  display: flex;
  gap: 16px;
}

/* ------------------------------
   li をボタンとして扱う
------------------------------ */

.news-pagination__list li,
.news-pagination__list ul.page-numbers li {
  width: 57px;
  height: 51px;
  border-radius: 40px;
  border: 3px solid #5BAAF2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .3s, border-color .3s;
}

/* ------------------------------
   中身（a / span）
------------------------------ */

.news-pagination__list li a,
.news-pagination__list li span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5BAAF2;
  font-weight: 700;
  text-decoration: none;
}

/* ------------------------------
   hover（li にかける）
------------------------------ */

.news-pagination__list li:hover {
  background: #5BAAF2;
}

.news-pagination__list li:hover a,
.news-pagination__list li:hover span {
  color: #fff;
}

/* ------------------------------
   current
------------------------------ */

.news-pagination__list li:has(.current) {
  background: #5BAAF2;
  border-color: #5BAAF2;
}

.news-pagination__list li .current {
  color: #fff;
}

/* ------------------------------
   prev / next（三角）
------------------------------ */

.page-numbers.prev::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 12px 8px 0;
  border-color: transparent #5BAAF2 transparent transparent;
}

.page-numbers.next::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #5BAAF2;
}

/* hover時の三角 */
.news-pagination__list li:hover .page-numbers.prev::before {
  opacity: 0.6;
  transition: 0.4s;
}

.news-pagination__list li:hover .page-numbers.next::after {
  opacity: 0.6;
  transition: 0.3s;
}

.news-pagination__list li:has(.prev),
.news-pagination__list li:has(.next) {
  border: none !important;
}
.news-pagination__list li:has(.prev):hover,
.news-pagination__list li:has(.next):hover {
  background: #fff;
}
/* ------------------------------
   SP
------------------------------ */

@media screen and (max-width: 960px) {
  .news-pagination__list ul.page-numbers {
    gap: 6px;
  }

  .news-pagination__list li {
    width: 46px;
    height: 40px;
    border-radius: 40px;
    border: 1.5px solid #5BAAF2;
    font-size: 14px;
  }
}


/*--------------  TALENTS 詳細ページ  --------------*/
/*----------------------------------------------*/

.talent-single{
  padding-top: 170px;
}
.talent-profile{
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 50px;
}
.talent-profile__left{
  max-width: 398px;
}
.talent-profile__left img{
width: 100%;
height: auto;
border-radius: 20px;
}
.talent-profile__right{
  width: 714px;
}
.talent-kana{
font-size: 46px;
padding-bottom: 20px;
letter-spacing: 0.05em;
}
.talent-eng{
  font-size: 22px;
  padding-bottom: 40px;
  letter-spacing: 0.25em;
}
.talent-meta div{
  display: flex;
  align-items: center;
  font-size: 20px;
  border-bottom: 1px solid #DEDEDE;
  letter-spacing: 0.05em;
  background-color: #F7F7F7;
}
.talent-meta div:nth-of-type(1){
  border-top: 1px solid #DEDEDE;
}
.talent-meta dt{
  background-color: #F7F7F7;
    padding: 20px 0;
    min-width: 142px;
    text-align: left;
    padding-left: 20px;
}
.talent-meta dd{
  font-weight: 500;
  background-color: #fff;
  padding: 20px;
  width: 100%;
  line-height: 1.1em;
}

/*----- ボイスサンプル ---*/
.talent-voice{
  max-width: 1160px;
  margin: 70px auto 75px;
}
.section_ttl{
  text-align: left;
  margin-bottom: 44px;
}
.eng_ttl{
  font-size: 50px;
  padding-bottom: 15px;
}
.ttl_sub{
  font-size: 24px;
}
.voice-list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 95px;
}
.voice-item{
  display: flex;
  align-items: center;
  width: 45%;
  padding-bottom: 25px;
}
.voice-item-left{
  display: flex;
  align-items: center;
}
.voice-item p{
  width: 249px;
}

.speaker_icon{
  width: 30px;
  margin-right: 10px;
}

/*---タレント WORK---*/
.talent-work_bg{
  background-color:#F7F7F7;
  padding-bottom: 10px;
}
.work-block{
  background-color: #fff;
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 10px;
  font-weight: 500;
}
.talent-work_bg .section_ttl, .talent-work{
  max-width: 1160px;
  margin: 0 auto;
}
.talent-work_bg .section_ttl{
  padding: 90px 0 40px;
}
.work-block__title{
  color: #5BAAF2;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.work-block__title::before{
content: "";
  width: 14px;
  height: 14px;
  background-color: #5BAAF2; /* 円の色 */
  border-radius: 50%;
  display: block;
  margin-right: 14px;
}
.work-block__list{
  margin-top: 20px;
}
.work-block__item{
  font-size: 14px;
  padding: 7px 0;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: 960px) {
  .talent-single{
    padding-top: 70px;
  }
  
.talent-profile{
  display: block;
  padding: 0 15px;
}
.talent-profile__right{
  max-width: 100%;
}
.talent-kana{
  font-size: 28px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.talent-eng{
  font-size: 16px;
  padding-bottom: 17px;
}
.talent-meta div{
  font-size: clamp(14px, 1.86666vw ,14px);
}
.talent-meta dt{
  width: 25%;
  padding: 10px 0;
  padding-left: 10px;
}
.eng_ttl{
  font-size: 25px;
  padding-bottom: 4px;
}
.ttl_sub{
  font-size: 14px;
}
.talent-voice{
  margin: 45px 0 20px;
  padding: 0 15px;
}
.section_ttl{
  margin-bottom: 15px;
}
.voice-list{
  display: block;
}
.voice-item{
  width: 100%;
  display: block;
}
.voice-item-left{
  padding-bottom: 10px;
}
.voice-item p{
  font-size: 14px;
}
.speaker_icon{
  width: 18px;
}
.voice-item audio{
  width: 100%;
  max-width: 400px;
}
.talent-work_bg .section_ttl{
  padding: 40px 15px 20px;
}
.talent-work{
  padding: 0 15px;
}
.work-block__title{
  font-size: 15px;
}
.work-block{
  padding: 20px 15px;
}
.work-block__item{
  line-height: 1.3em;
}
.work-block__title::before{
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.work-block__list{
  margin-top: 10px;
}
}

/*---タレント 詳細ページ ボタン--*/
.talent_btn_bg{
  background-color: #F7F7F7;
}
.talent_btn_area{
  max-width: 331px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.btn-to-contact{

}
.btn-to-contact a{
  display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #5BAAF2;
    height: 50px;
    border: 3px solid #5BAAF2;
    border-radius: 999px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 5px;
}
.btn-to-contact span{
  max-width: 27px;
  margin-right: 10px;
}

.btn-to-talents a{
  display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 3px solid #5BAAF2;
    border-radius: 999px;
    color: #5BAAF2;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
}
.btn-to-talents a::before{
content: "";
    position: relative;
    left: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent #5BAAF2 transparent transparent;
}
.btn-to-contact a:hover{
  opacity: 0.6;
  transition: 0.5s;
}

.btn-to-talents a:hover{
  opacity: 0.6;
  transition: 0.5s;
}

@media screen and (max-width: 960px) {
  .talent_btn_bg{
    padding-bottom: 50px;
  }
  .talent_btn_area{
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
    margin-top: -10px;
  }
  .btn-to-contact a,.btn-to-talents a{
  max-width: 235px;
  font-size: 16px;
  height: 44px;
}
}

/*--------------  TALENTS 一覧ページ  --------------*/
/*----------------------------------------------*/

.talent-archive{
  padding-bottom: 100px;
}

.page-header{
  text-align: center;
  margin-bottom: 60px;
}

.talent-section{
  width: min(1160px, 90%);
  margin: 0 auto 60px;
}

.talent-section__head{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  margin-top: 80px;
}

.talent-section__title{
  font-size: 36px;
  font-weight: 700;
  color: #5BAAF2;
  white-space: nowrap;
  padding-top: 0;
}

.talent-section__line{
  flex: 1;
  height: 1px;
  background: #d9d9d9;
}

.talent-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  row-gap: 50px;
}

.talent-card__link{
  display: block;
  text-decoration: none;
  color: inherit;
}

.talent-card__img{
  border-radius: 18px;
  overflow: hidden;
  background: #eee;
  aspect-ratio: 3 / 4; /* 画像の縦横比を揃える */
}

.talent-card__thumb{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
    border-radius: 20px;
}

.talent-card__name{
  margin-top: 14px;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}

@media (max-width: 960px){
  .talent-archive{
    padding-bottom: 10px;
  }
  .talent-section{
    width: min(100%, 93%);
    margin-bottom: 40px;
  }
  .talent-section__title{
    font-size: 23px;
  }
  .talent-card__name{
    font-size: 16px;
    margin-top: 4px;
  }
  .talent-section__head{
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .talent-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

/*--------------  COMPANY 会社概要 ページ  --------------*/
/*----------------------------------------------*/

.company_table{
  max-width: 770px;
  margin: 0 auto;
  padding: 80px 0 100px;
}
.company_table dl{
  font-size: 18px;
}
.company_table div{
display: flex;
align-items: start;
gap: 40px;
margin-bottom: 70px;
}
.company_table div:last-of-type{
  margin-bottom: 0;
}
.company_table dt{
  font-weight: bold;
  color: #5BAAF2;
  min-width: 140px;
  margin-top: 7px;
}
.company_table dd{
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 960px){
  .company_table{
    max-width: 100%;
    padding: 40px 15px 50px;
  }
  .company_table dl{
    font-size: 16px;
  }
  .company_table dt{
    min-width: 90px;
    text-wrap: nowrap;
  }
  .company_table div{
    gap: 20px;
    margin-bottom: 30px;
    }
}
@media (min-width: 470px) and (max-width: 959px) {
  .company_table{
    margin: 0 auto;

  }
}

/*--------------  PRIVACY POLICY プラポリページ  --------------*/
/*----------------------------------------------*/

.privacy_wrap{
  max-width: 1160px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.privacy_toptext{
  font-weight: 500;
  margin: 60px 0;
  line-height: 1.9em;
}
.privacy_block{
  margin-bottom: 60px;
}
.privacy_block div{
  font-size: 32px;
  color: #5BAAF2;
  font-weight: bold;
  border-bottom: 2px solid #5BAAF2;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.privacy_block p{
  font-weight: 500;
  line-height: 1.9em;
}
.privacy_lasttxt{
  text-align: right;
  font-weight: 500;
  line-height: 1.5em;
}
.privacy_block ul{
  display: flex;
  align-items: start;
  gap: 5px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-left: 15px;
}
.privacy_block ul:last-of-type{
  padding-bottom:0;
}

@media (max-width: 960px){
  .privacy_wrap{
    max-width: 100%;
    padding: 30px 15px 50px;
  }
  .privacy_toptext{
    margin:0 0 30px;
    line-height: 1.5em;
    font-size: 14px;
}
  }
  .privacy_block{
    margin-bottom: 40px;
  }
  .privacy_block div{
    font-size: 23px;
    padding-bottom: 7px;
    margin-bottom: 15px;
  }
  .privacy_block p{
    font-size: 14px;
    line-height: 1.5em;
}
.privacy_lasttxt{
  font-size: 14px;
}
.privacy_block ul{
  font-size: 14px;
  line-height: 1.5em;
}

/*--------------  CONTACT お問い合わせページ  --------------*/
/*----------------------------------------------*/

.cf7-contact{
  max-width: 912px;
  margin: 0 auto;
  font-size: 16px;
  padding: 50px 0  100px;
  font-weight: 500;
}
.contact-text-area{
  padding-bottom: 50px;
}
.contact-text-area p{
line-height: 2em;
}
.contact-text-area p:last-of-type{
  padding-top: 30px;
  }
.cf7-lead{
  margin-bottom: 30px;
}
.cf7-toptxt a{
 color: #5BAAF2;
 text-decoration:underline;
}
.cf7-toptxt a:hover{
  opacity: 0.6;
}

.cf7-lead small{
  display: block;
  margin-top: 12px;
  font-size: 13px;
  color: #555;
}

.cf7-row{
  margin-bottom: 20px;
}

.cf7-row label{
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 10px;
}

.cf7-required{
  background: #DD585B;
  color: #fff;
  font-size: 12px;
  padding: 5px 7px;
  border-radius: 3px;
  margin-right: 6px;
}
.name input{
  max-width: 342px;
}

.cf7-row input,
.cf7-row textarea{
  width: 100%;
  padding: 11px 16px;
  border: 1px solid #202124;
  border-radius: 4px;
  font-size: 15px;
}
::placeholder{
color: #CCCCCC;
}
.cf7-row textarea{
  min-height: 230px;
  resize: vertical;
}
.wpcf7-list-item{
  margin: 0;
  text-wrap: nowrap;
}




/* 同意 */

.cf7-check{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 30px 0 40px;
  font-size: 14px;
}
.cf7-check .cf7-required{
  top: -7px;
  position: relative;
}
.cf7-check input{
  width: 24px;
  height: 24px;
  border: solid 1px #242424;
  border-radius: 3px;
  cursor: pointer;
}
.required-text{
  padding-top: 8px;
}


/* エラー・完了 */

.wpcf7-not-valid-tip{
  font-size: 13px;
  margin-top: 6px;
}

.wpcf7 form .wpcf7-response-output{
  margin: 20px 0 0;
  padding: 14px 16px;
  border-radius: 6px;
}


/* 送信ボタン */

.cf7-submit{
  text-align: center;
}
.wpcf7-spinner{
  display: none;
}


/* 送信ボタン共通 */

.cf7-submit input[type="submit"]{
  background: #BCBCBC;
  color: #fff;
  font-weight: 700;
  padding: 15px 130px;
  border-radius: 999px;
  border: none;
  cursor: not-allowed;
  transition: background-color .2s;
  font-size: 20px;
  letter-spacing: 0.08em;
}


/* 有効時 */
.cf7-submit input[type="submit"].is-active{
  background: #5BAAF2;
  cursor: pointer;
}
.cf7-submit input[type="submit"].is-active:hover{
  opacity: 0.6;
  transition: all 0.3s ease; 
}


/* 無効時クリック防止 */
.cf7-submit input[type="submit"]:disabled{
  opacity: 1;
}


@media (max-width: 960px){
  .cf7-contact {
    max-width: 100%;
    padding: 40px 5% 50px;
    font-size: 14px;
  }
  .contact-text-area p{
  line-height: 1.7;
}
.cf7-submit input[type="submit"]{
  font-size: 16px;
  padding: 15px 54px;
}
.cf7-row input,
.cf7-row textarea{
  width: 95%;
}
}
@media (min-width:450px) and (max-width: 670px) {
  .cf7-row input,
  .cf7-row textarea{
    width: 93%;
  }
}
@media (max-width:450px) {
  .cf7-row input,
  .cf7-row textarea{
    width: 90%;
  }
}


/*--------------  THANK YOU サンクスページ  --------------*/
/*----------------------------------------------*/

.thanks-txt{
  max-width: 1035px;
  margin: 0 auto;
  line-height: 2;
  letter-spacing: 0.03em;
  font-size: 16px;
  padding: 50px 0;
}
.btn_blue-thanks{
  text-align: center;
  padding-bottom: 80px;
}
.btn_blue-thanks a{
  background-color: #5BAAF2;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 17px 0px;
  width: 100%;
  border-radius: 35px;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  max-width: 331px;
  display: block;
  margin: 0 auto;
}
.btn_blue-thanks a:hover{
 opacity: 0.6;
 transition: 0.3s;
}
.btn_blue-thanks span{
  padding-left: 10px;
}
.btn_blue-thanks img{
  width: 13px;
  padding-top: 2px;
}

@media (max-width: 960px){
  .thanks-txt{
    max-width: 100%;
    padding: 20px 15px 50px;
    font-size: 14px;
    line-height: 1.7;
  }
  .btn_blue-thanks a{
    font-size: 16px;
    padding: 15px 0px;
    max-width: 250px;
  }
  .btn_blue-thanks img{
    width: 10px;
  }
  .btn_blue-thanks span{
    padding-left: 20px;
  }
}

/*--------------  FAN LETTER ファンレター・プレゼントについて  --------------*/
/*----------------------------------------------*/

.fanletter_wrap{
  max-width: 1160px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.fanletter_toptext{
  font-weight: 500;
  margin: 60px 0;
  line-height: 1.9em;
}
.fanletter_block{
  margin-bottom: 60px;
}
.fanletter_block div{
  font-size: 32px;
  color: #5BAAF2;
  font-weight: bold;
  border-bottom: 2px solid #5BAAF2;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.fanletter_block p{
  font-weight: 500;
  line-height: 1.9em;
}
.fanletter_lasttxt{
  text-align: right;
  font-weight: 500;
  line-height: 1.5em;
}

@media (max-width: 960px){
  .fanletter_wrap{
    max-width: 100%;
    padding: 30px 15px 50px;
  }
  .fanletter_toptext{
    margin:0 0 30px;
    line-height: 1.5em;
    font-size: 14px;
}
  }
  .fanletter_block{
    margin-bottom: 40px;
  }
  .fanletter_block div{
    font-size: 23px;
    padding-bottom: 7px;
    margin-bottom: 15px;
  }
  .fanletter_block p{
    font-size: 14px;
    line-height: 1.5em;
}
.fanletter_lasttxt{
  font-size: 14px;
}

