* {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
html {
    font-size: 10px;
}
body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    background: #ffffff!important;
    line-height: 1.5;
    color: #777;
    font-size: 16px;
    font-size: 1.6rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #555;
}

@media(max-width:500px) {
iframe {
    width: 100%;
    height: auto;
}
}
.white-background h1, .white-background h2, .white-background h3, .white-background h4, .white-background h5, .white-background h6 {
    color: #555;
}
a {
    color: #666;
    cursor: pointer;
}
a:hover, a:active, a:focus {
    color: #27293e;
    text-decoration: none;
}
.navbar-default .navbar-nav li.active a:hover, .navbar-default .navbar-nav li.active a:active, .navbar-default .navbar-nav li.active a:focus {
    background-color: transparent;
    color: #27293e;
}
figure img {
    width: 100%;
}
#banner figure img {
    width: auto;
}
.primary-background .title h1 {
    color: #fff;
}
.section h2 {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 600;
}
.section50 {
    padding: 50px 0;
    position: relative;
}
/* margin ------------------------------*/

.mar-t20 {
    margin-top: 20px;
}
.mar-t30 {
    margin-top: 30px;
}
.mar-t40 {
    margin-top: 40px;
}
.mar-t60 {
    margin-top: 60px;
}

@media (max-width: 767px) {
div[class^="col-"] {
    margin-bottom: 0;
}
.mar-xs-t20 {
    margin-top: 20px;
}
.mar-xs-t30 {
    margin-top: 30px;
}
.mar-xs-t40 {
    margin-top: 40px;
}
.mar-xs-t60 {
    margin-top: 60px;
}
}
/* gridのgutter調整 ------------------------------*/
.row-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.row-0 > div {
    padding-right: 0px;
    padding-left: 0px;
}
.row-10 {
    margin-left: -5px;
    margin-right: -5px;
}
.row-10 > div {
    padding-right: 5px;
    padding-left: 5px;
}
.row-20 {
    margin-left: -10px;
    margin-right: -10px;
}
.row-20 > div {
    padding-right: 10px;
    padding-left: 10px;
}
.row-30 {
    margin-left: -15px;
    margin-right: -15px;
}
.row-30 > div {
    padding-right: 15px;
    padding-left: 15px;
}
.row-40 {
    margin-left: -20px;
    margin-right: -20px;
}
.row-40 > div {
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 480px) {
.row-xs-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.row-xs-0 > div {
    padding-right: 0px;
    padding-left: 0px;
}
.row-xs-10 {
    margin-left: 10px;
    margin-right: 10px;
}
.row-xs-10 > div {
    padding-right: 0px;
    padding-left: 0px;
}
}
/* btn ------------------------------*/

.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
    color: #27293e;
    background-color: #fff;
    border: 1px solid #27293e;
}
.btn.btn-md {
    font-size: 16px;
    font-size: 1.6rem;
}
/*flex-box ------------------------------*/

.flex-box {
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
/*table ------------------------------*/

.table {
    border-collapse: collapse;
    width: 100%;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px 8px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>tbody>tr>th {
    font-size: 14px;
    font-size: 1.4rem;
}
.table tr:last-child {
    border-bottom: solid 1px #ddd;
}
.table iframe {
    margin: 15px 0 0 0;
    width: 100%;
    height: 400px;
    border: 0;
}

@media screen and (max-width: 500px) {
.table td {
    display: block;
    background-color: #FFF;
}
.table th {
    display: block;
    width: 100%;
    background-color: #f9f9f9;
}
}
/* NAVBAR ------------------------------*/

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0 0 0 15px;
}
.navbar-brand img {
    height: 50px;
    width: auto!important;
}

@media (min-width: 768px){
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
    margin-right: 15px;
}
    }

.navbar-default {
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.navbar-default .navbar-nav li a {
    font-family: 'Hammersmith One', sans-serif;
}
.navbar-default .navbar-nav li a.active, .navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover {
    color: #27293e;
}
.header-sns {
    display: inline-block;
    padding: 9px 15px;
    font-size: 32px;
    line-height: 32px;
}
.header-sns .fa-twitter {
    color: #1da1f2;
}
.header-sns:hover .fa-twitter {
    opacity: .7;
}



/* page-title ------------------------------*/

.page-title {
    text-align: center;
    margin: 0;
    padding: 120px 0 40px;
    background-color: #27293e;
}
.page-title h1 {
    color: #fff;
    font-family: 'Hammersmith One', sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 0 0 1px;
}
.page-title p {
    display: block;
    color: #ddd;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 5px;
    margin: 10px 0 0 2.5px;
    line-height: 1.3;
}

@media(max-width:480px) {
.page-title {
    padding: 110px 0 30px;
}
.page-title h1 {
    font-size: 24px;
    font-size: 2.4rem;
}
.page-title p {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin: 5px 0 0 1px;
}
}
/* .breadcrumb ------------------------------*/
.breadcrumb {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 0;
    margin-bottom: 0;
}
.breadcrumb ul {
    padding-left: 0;
    list-style: none;
}
.breadcrumb ul li {
    display: inline-block;
}
.breadcrumb ul li:after {
    content: ">";
    margin: 0 4px;
}
.breadcrumb ul li:last-child:after {
    content: "";
    margin: 0;
}
.breadcrumb ul.post-categories {
    display: inline-block;
}
/* .title ------------------------------*/

.title {
    margin: 0 0 40px 0;
}
.title h1 {
    color: #27293e;
    font-family: 'Hammersmith One', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600;
    padding: 0 3px;
    letter-spacing: 0.5px;
}
.title label {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 3px;
}

@media(max-width:480px) {
.title h1 {
    color: #27293e;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 600;
}
.title label {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
}
}
/*====================================================

   Home

====================================================*/


/* top-portfolio ------------------------------*/

.top-portfolio {
    margin-top: 74px;
}
#portfolio .mix .item .item-content h5.item-title {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
}
#portfolio .mix .item .item-content p.description {
    color: #eee;
    font-size: 14px;
    font-size: 1.4rem;
}

@media(max-width:767px) {
#portfolio .mix .item .item-content h5.item-title {
    font-size: 14px;
    font-size: 1.4rem;
}
#portfolio .mix .item .item-content p.description {
    color: #eee;
    font-size: 12px;
    font-size: 1.2rem;
}
}
/* slider (top-topix)------------------------------*/

.slider {
    display: none;
}
.slider.slick-initialized {
    display: block;
}
.slider-for > div figure {
    padding: 0 5px 10px;
}
.slider-nav > div figure {
    padding: 0 2.5px;
}
.slick-slide {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.slick-slide.slick-current {
    opacity: 1;
}
.slick-slide img {
    border: solid 1px #27293e;
}
.div.slider-nav {
    margin-top: 15px;
}
/*.slider-container {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
.top-topics .flex-control-thumbs li {
	width: 20%;
	width: -webkit-calc(100% / 5);
	width: calc( 100% / 5);
}
.top-topics .flexslider {
	margin: 0;
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.top-topics .flex-control-thumbs {
	margin: 0;
}
.flex-direction-nav a {
	height: 100px;
	top: 40%;
}
.flex-direction-nav a:before {
	font-family: "Font Awesome 5 Free";
	font-size: 100px;
	font-size: 10rem;
	display: inline-block;
	content: '\f104';
	line-height: 1;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.flex-direction-nav a.flex-next:before {
	content: '\f105';
}
.flex-direction-nav .flex-prev {
	left: 5px;
}
.flex-direction-nav .flex-next {
	right: 5px;
	text-align: right;
}

@media(max-width:480px) {
.flex-direction-nav a {
	height: 65px;
	top: 40%;
}
.flex-direction-nav a:before {
	font-size: 60px;
	font-size: 6rem;
}
}*/
/* topics ------------------------------*/

.img-topics figure {
    margin: 0 0 20px 0;
}
/* home-talent ------------------------------*/

.top-talent h2 {
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #fff;
    font-family: 'Hammersmith One', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.top-talent .fig-sm h2 {
    font-size: 24px;
    font-size: 2.4rem;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.top-talent h2 span {
    /*color:#ddd;*/
    color: #999;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    text-shadow: none;
}
.top-talent figure.zoom {
    box-sizing: border-box;
}
.top-talent .zoom:hover h2 {
    color: #27293e;
    text-shadow: none;
}
.top-talent .zoom:hover h2 span {
    /*color:#ddd;*/
    color: #666;
}
.top-talent .layer-line:after {
    content: ' ';
    position: absolute;
    border: solid 5px #27293e;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;/*-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; */
}
.top-talent .layer-line:hover:after {
    visibility: visible;
    opacity: 1;
}

@media(min-width:768px) {
figure.p-btm {
    position: absolute;
    bottom: 0;
}
}

@media(max-width:992px) {
.top-talent h2 {
    left: 10px;
}
}

@media(max-width:480px) {
.top-talent h2 {
    font-size: 24px;
    font-size: 2.4rem;
}
.top-talent .fig-sm h2 {
    font-size: 16px;
    font-size: 1.6rem;
}
.top-talent .fig-sm h2 span {
    font-size: 12px;
    font-size: 1.2rem;
}
}
/*====================================================

   タレント一覧

====================================================*/

section.talent-list div[class^="col-"] {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
section.talent-list #portfolio div[class^="col-"] {
    margin-bottom: 10px;
}
section.talent-list #portfolio div[class^="col-"]:last-child {
    margin-bottom: 0;
}
}
section.talent-list .portfolio-filter li:before {
    content: none;
}
section.talent-list .portfolio-filter li.active {
    color: #27293e;
    font-weight: 600;
}
section.talent-list .portfolio-filter li:hover {
    color: #27293e;
}
/* .list-box ------------------------------*/

.list-box {
    border: solid 1px #eee;
    padding: 8px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    cursor: pointer;
}
.list-box figure:after {
    content: ' ';
    position: absolute;
    background-color: rgba(255,255,255, 0.2);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.list-box:hover figure:after {
    visibility: visible;
    opacity: 1;
}
.list-box figure img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.list-box:hover figure img {
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.list-box h3 {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}
.list-box:hover h3 {
    color: #27293e;
}
.list-box h3 span {
    display: block;
    color: #939292;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    margin-top: 4px;
}

@media(max-width:480px) {
.list-box {
    padding: 4px;
    margin-bottom: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.list-box h3 {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 4px;
}
.list-box h3 span {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 1px;
}
}
.type-box {
}
.type-box h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 40px 0 0 0;
    padding-bottom: 10px;
    border-bottom: solid 3px #27293e;
}
.type-box h2 span {
    color: #777;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 0 10px;
}
.type-box h2 span:after {
    font-weight: normal;
    font-family: "Font Awesome 5 Free";
    content: '\f0d7';
    margin-left: 5px;
}
/*====================================================

   タレントプロフィール詳細

====================================================*/

ul.list-sub_images {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
ul.list-sub_images li {
    padding: 0;
    margin: 0;
}
ul.list-sub_images img {
    border: solid 1px #f7f7f7;
}
.social-icons.style2 li.blog a {
    background-color: #394;
}
.social-icons.style2 li.homepage a {
    background-color: #FC689B;
}
.plofile-box {
    border: solid 1px #27293e;
    border-radius: 10px;
    padding: 30px 30px 0;
}
.plofile-box h2 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
    margin: 0 0 30px;
}
.plofile-box h2 span {
    display: block;
    color: #27293e;
    font-family: 'Lato', sans-serif!important;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 5px;
    margin-top: 8px;
}
.plofile-box dl dd {
    border-bottom: solid 1px #eee;
    margin-left: 90px;
}
.plofile-box dl dt {
    color: #555;
    font-size: 14px;
    font-size: 1.4rem;
    width: 90px;
    float: left;
}
.plofile-box dl dt:before {
    color: #27293e;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-size: 1.2rem;
    content: '\f04d';
    margin-right: 5px;
}
.plofile-box dl dd span {
    display: inline-block;
    margin-right: 5px;
}
.plofile-box .social-icons {
    margin: 30px 0 0;
}
.fa-homepage:before {
    content: "\f109";
}
.fa-blog:before {
    content: "\f044";
}
.plofile-box h3 {
    color: #27293e;
    font-family: 'Hammersmith One', sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 600;
    margin: 40px 0 0;
}
.plofile-box ul.info-list li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 15px 0 15px 15px;
    border-bottom: solid 1px #eee;
}
.plofile-box ul.info-list li:before {
    color: #27293e;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-size: 1.2rem;
    content: '\f054';
    margin-right: 5px;
    margin-left: -12px;
}
/*
.plofile-box ul.info-list li:last-child{
	border-bottom: none;
}*/


.plofile-banner div img {
    border: solid 1px #ccc;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.plofile-banner div img:hover {
    opacity: 0.7;
}

@media (max-width: 480px) {

.plofile-box dl dt {
    color: #555;
    font-size: 12px;
    font-size: 1.2rem;
    width: 80px;
}
.plofile-box dl dd {
    color: #555;
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 80px;
}
.plofile-banner div:nth-child(3), .plofile-banner div:nth-child(4) {
    margin-top: 20px;
}
}
.tab-content {
    font-size: 14px;
    font-size: 1.4rem;
}
/*talent works tab----------------------*/

/*tab process*/
.nav-process li a {
    color: #555;
    font-size: 12px;
    font-weight: 600;
}
.nav-process li a span.number {
    font-size: 40px;
    line-height: 40px;
    width: 60px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.1);
}
.tab-content {
    margin-top: 0;
    padding-top: 30px;
}

@media (max-width: 1199px) {
.nav-process li {
    display: block;
    margin-bottom: 40px;
}
.tab-content {
    padding-top: 0;
}
}

@media (max-width: 767px) {
.nav-process li a span.number {
    font-size: 36px;
    line-height: 36px;
    width: 56px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.1);
}
}

@media (max-width: 480px) {
.nav-process li a {
    font-size: 12px;
}
}
.tab-content {
    font-size: 14px;
    font-size: 1.4rem;
}
.tab-content h2 {
    margin-bottom: 20px;
}
.tab-content h2 span {
    display: inline-block;
    color: #777;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 10px;
}
.tab-content h3 {
    color: #27293e;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
}
.tab-content ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 15px;
}
.tab-content p {
    font-size: 14px;
    font-size: 1.4rem;
}
.tab-content dt {
    color: #777;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: right;
    width: 105px;
    float: left;
}
.tab-content dl.dt-wide dt {
    width: 105px;
}
.tab-content dd {
    margin-left: 115px;
}
.tab-content dt span {
    display: inline-block;
    float: left;
}

@media (max-width: 480px) {
.tab-content {
    font-size: 12px;
    font-size: 1.2rem;
}
.tab-content dt {
    font-size: 10px;
    font-size: 1.0rem;
    padding-right: 10px;
    width: 95px;
}
.tab-content dl.dt-wide dt {
    width: 95px;
}
.tab-content dd {
    margin-left: 100px;
    margin-bottom: 7px;
}
}
#talent-news .news-box {
    border: solid 1px #eee;
    /*border-radius: 10px;*/
    padding: 0;
    background: #fff;
}
#talent-news .news-box .news-item {
    padding: 30px;
}
#talent-news .news-box figure {
    /*border-radius: 10px 10px 0 0;*/
    overflow: hidden;
}
#talent-news .news-box h2 {
    font-size: 14px;
    font-size: 1.4rem;
}

@media(max-width:767px) {
#talent-news .news-box .news-item {
    padding: 0 15px;
}
}
/*====================================================

   news-box

====================================================*/

.news-box {
    font-size: 12px;
    font-size: 1.4rem;
    border: solid 1px #eee;
    padding: 30px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    margin-bottom: 40px;
    background-color: #fff;
    overflow: hidden;
}
/*.news-box:last-child{
	margin-bottom: 0;
}*/

.news-box figure {
    margin-bottom: 20px;
}
.news-box figure:after {
    content: ' ';
    position: absolute;
    background-color: rgba(255,255,255, 0.2);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.news-box figure:hover:after {
    visibility: visible;
    opacity: 1;
}
.news-box h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}
.news-box h3 span {
    display: block;
    color: #939292;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 4px;
}
.news-box .news-date {
    display: inline-block;
    color: #27293e;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 5px;
}
.news-box .news-name, .news-box .news-type {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    background: #999;
    padding: 1px 5px 0;
    border-radius: 1px;
    vertical-align: 1px;
    margin-right: 5px;
}
.news-box .news-type {
    color: #27293e;
    background: #fff;
    border: solid 1px #27293e;
}
.news-box .news-name:hover {
    opacity: 0.8;
}
.news-box h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 5px 0 10px;
    font-weight: 500;
    line-height: 1.3;
}
.news-box p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
}
.news-box p.more {
    font-size: 14px;
    font-size: 1.4rem;
}
.news-box .news-content {
    margin: 0 0 20px;
    line-height: 1.8;
}

@media(max-width:921px) {
.news-box {
    padding: 18px;
}
.news-box h3 {
    font-size: 21px;
    font-size: 2.1rem;
}
.news-box h2 {
    font-size: 16px;
    font-size: 1.6rem;
}
}

@media(max-width:767px) {
.news-box {
    padding: 15px;
}
.news-box {
    margin-bottom: 20px;
}
.news-box h3 {
    font-size: 18px;
    font-size: 1.8rem;
}
.news-box h3 span {
    font-size: 12px;
    font-size: 1.2rem;
}
.news-box h2 {
    font-size: 16px;
    font-size: 1.6rem;
}
.news-box p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
}
}

@media(max-width:480px) {
.news-box h3 {
    font-size: 16px;
    font-size: 1.6rem;
    float: none;
}
}
/*=============================

   news-list

===============================*/

.news-list {
    font-size: 14px;
    font-size: 1.4rem;
}
.news-list dt {
    margin: 0 0 2px;
    float: left;
    width: 100px;
    vertical-align: bottom;
    line-height: 1.3;
}
.news-list dd {
    margin: 0 0 15px 100px;
    vertical-align: bottom;
    line-height: 1.3;
}
.news-list dd:last-child {
    margin-bottom: 0;
}
.news-list .news-date {
    display: inline-block;
    color: #e71b1f;
    margin: 0;
}
.news-list span.news-name, .news-list span.news-type {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    background: #999;
    padding: 1px 5px 0;
    border-radius: 1px;
    vertical-align: 1px;
    margin-right: 5px;
}
.news-list span.news-type {
    color: #27293e;
    background: #fff;
    border: solid 1px #27293e;
}
.news-list span.news-name:hover {
    opacity: 0.8;
}
.news-list .more-link {
    text-align: right;
}
.news-list .more-link a {
    display: inline-block;
}

@media(max-width:991px) {
.news-list {
    font-size: 12px;
    font-size: 1.2rem;
}
}

@media(max-width:500px) {
.news-list dt {
    margin: 0 0 2px;
    float: none;
    width: auto;
}
.news-list dd {
    margin-left: 0;
}
}
/*=============================

   pager-box

===============================*/

.pager-prev p, .pager-next p {
    display: inline-block;
    color: 666;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 5px 0 0;
    text-align: left;
    line-height: 1.4;
}
.pager-prev p:hover, .pager-next p:hover {
    color: #27293e;
}
.pager-prev {
    text-align: right;
    border-left: solid 1px #ddd;
}
.pager-prev span, .pager-next span {
    display: block;
}
.pager-prev span i, .pager-next span i {
    color: #27293e;
}
.pager-next span i {
    padding: 0 5px 0 0;
}
.pager-prev span i {
    padding: 0 0 0 5px;
}

@media(max-width:500px) {
.pager-prev p, .pager-next p {
    font-size: 12px;
    font-size: 1.2rem;
}
}
/*====================================================

   会社概要

====================================================*/

dl.history dt {
    display: block;
    color: #27293e;
    font-size: 12px;
    font-size: 1.2rem;
    width: 75px;
    float: left;
}
dl.history dd {
    display: block;
    margin: 0 0 0 70px;
    font-size: 14px;
    font-size: 1.4rem;
}
dl.history dt, dl.history dd {
    border-top: solid 1px #ddd;
    padding: 15px 8px 5px 8px;
}
dl.history dd ul {
    list-style: none;
    padding: 0;
}
dl.history dd ul li {
    margin: 0 0 10px 0;
}
dl.history dd ul li:last-child {
    margin-bottom: 0;
}
dl.history dd ul li:before {
    color: #27293e;
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    margin: 0 3px 0 -8px;
}

@media(max-width:500px) {
dl.history dd {
    font-size: 12px;
    font-size: 1.2rem;
}
}
/*====================================================

   新人タレント募集

====================================================*/
#audition dl dt {
    color: #27293e;
    font-size: 12px;
    font-size: 1.2rem;
}
#audition dl dd {
    font-size: 14px;
    font-size: 1.4rem;
}
#audition dd ul li {
    padding-left: 12px;
    line-height: 1.2;
    margin-bottom: 4px;
}
#audition dd ul li:last-child {
    margin-bottom: 0;
}
#audition dl dd li:before {
    color: #27293e;
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    margin: 0 3px 0 -8px;
}
/*====================================================

   お問い合わせ

====================================================*/

.contact-form p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 30px;
}
.form-control {
    color: #939292;
    font-size: 16px;
    font-size: 1.6rem;
    border: none;
    border-bottom: 2px solid #444;
}
.form-control:hover, .form-control:focus, .form-control:active {
    outline: none;
    box-shadow: none !important;
    border: 2px solid #27293e;
}
.form-control.select-md {
    margin-top: 10px;
}
.input-lg {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 20px 15px;
}
/*====================================================

   新人タレント募集

====================================================*/
dl.audition dt {
    width: 100px;
}
dl.audition dd {
    margin: 0 0 0 95px;
}
/*====================================================

   sidebar-news

====================================================*/
.sidebar-widget {
    margin-bottom: 40px;
}
.sidebar-widget:last-child {
    margin-bottom: 0;
}
.sidebar-widget li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 5px 0;
    border-bottom: solid 1px #f7f7f7;
}
.sidebar-widget h1 {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 2px;
    background: #27293e;
    padding: 10px;
    margin: 0 0 15px;
}
.sidebar-widget .date {
    color: #27293e;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
}
.sidebar-widget .badge-new {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    vertical-align: 2px;
    padding: 2px 5px 1px;
    margin-left: 5px;
    background: #FD6E77;
    border-radius: 1px;
}
.sidebar-widget .badge-name {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    vertical-align: 2px;
    padding: 2px 5px 1px;
    margin-left: 5px;
    background: #999;
    border-radius: 1px;
}
.sidebar-widget .badge-name:hover {
    opacity: 0.8;
}
/*====================================================

   footer

====================================================*/

.footer {
    padding: 30px 0 60px;
}
.footer-nav a {
    color: #eee;
    font-size: 12px;
    font-size: 1.2rem;
}
.footer-nav a:hover, .footer-nav a:active {
    color: #ccc;
}
.footer p {
    color: #ccc;
    font-size: 11px;
    font-size: 1.1rem;
}
.footer p.copyright {
    color: #eee;
    font-size: 14px;
    font-size: 1.4rem;
}
.footer-sns {
    display: inline-block;
    margin-bottom: 10px;
}
.footer-sns .fa-twitter {
    color: #fff;
}
.footer-sns:hover .fa-twitter {
    color: #1da1f2;
}

/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0 10px; /* ボックス全体の位置調整 */
}

.acbox label{
  width: auto;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background: #000000; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:8px;
  border-radius: 4px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #fff;
}

.acbox label:hover{
  background: #000000; /* ラベルにマウスを乗せた時の背景色 */
}

.acbox input{
  display: none;
}

.acbox label:after{
  color: #fff;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
  height: auto;
  padding: 18px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #F3F4F5; /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox input:checked ~ label {
  background: #000000; /* クリック後のラベルの背景色 */
}

.acbox-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
  color: #555555; /* 開いた部分の文字色 */
}

