@charset "UTF-8";
/*---------------------------------------------------------------------------------------
	大枠設定
----------------------------------------------------------------------------------------*/
body {
  color: #111;
  min-width: 1020px;
  text-align: center;
}

#wrapper {
  position: relative;
}

a {
  color: #111;
  text-decoration: none;
}
a:hover {
  color: #999;
  text-decoration: none;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 90px;
}

/* fxnav */
#fxnav {
  position: fixed;
  right: -130px;
  top: 25%;
  width: 180px;
  margin-top: -75px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  z-index: 999999;
  cursor: pointer;
}
#fxnav:hover {
  right: 0;
}
#fxnav ul {
  padding: 7px 0;
  background: #222;
  border-radius: 7px 0 0 7px;
}
#fxnav ul li a {
  display: block;
  color: #fff;
  text-align: left;
  line-height: 34px;
  padding-left: 50px;
}
#fxnav ul li:nth-child(1) a {
  background: url(../images/fxnav1.png) no-repeat left center;
}
#fxnav ul li:nth-child(2) a {
  background: url(../images/fxnav2.png) no-repeat left center;
}
#fxnav ul li:nth-child(3) a {
  background: url(../images/fxnav3.png) no-repeat left center;
}
#fxnav ul li:nth-child(4) a {
  background: url(../images/fxnav4.png) no-repeat left center;
}
#fxnav ul li:hover {
  background: #444;
}

/* tag */
.tag-new {
  color: #fff;
  font-size: 10px;
  padding: 0 7px;
  margin-left: 10px;
  border-radius: 2px;
  background: #FF2A00;
}

.tag-regular {
  color: #fff;
  font-size: 10px;
  padding: 0 7px;
  margin-left: 10px;
  border-radius: 2px;
  background: #4EDE27;
}

.tag-serial {
  color: #fff;
  font-size: 10px;
  padding: 0 7px;
  margin-left: 10px;
  border-radius: 2px;
  background: #4582FF;
}

.tag-roadshow {
  color: #fff;
  font-size: 10px;
  padding: 0 7px;
  margin-left: 10px;
  border-radius: 2px;
  background: #C37DEF;
}

/* pan */
#pan {
  background: rgba(238, 238, 238, 0.6);
  padding: 5px 0;
  margin-bottom: 60px;
}
#pan ol {
  width: 1090px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
#pan ol li {
  font-size: 12px;
  padding: 5px 15px 5px 0;
  float: left;
}
#pan ol li img {
  vertical-align: middle;
}
#pan ol li a:hover {
  opacity: 0.7;
}
#pan ol li:before {
  content: ">";
  padding-right: 15px;
}
#pan ol li:first-child:before {
  content: none;
  padding-right: 0;
}

/* pager */
ol.pager {
  text-align: center;
}
ol.pager li {
  display: inline-block;
  border-left: 1px solid #030000;
}
ol.pager li:first-child {
  border-left: none;
}
ol.pager li a {
  display: block;
  width: 60px;
  height: 20px;
  line-height: 20px;
}
ol.pager li span {
  display: block;
  width: 60px;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
}

/*------------------------------ sp size ------------------------------*/
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
    min-width: inherit;
  }
}
/*---------------------------------------------------------------------------------------
	area select
----------------------------------------------------------------------------------------*/
body.home_page {
  padding-top: 0 !important;
}

.header_top_page {
  width: 100%;
  height: 220px;
  background-color: #fff;
}
.header_top_page .header_top_page_wrap {
  width: 1100px;
  height: 220px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_top_page .logo {
  width: 150px;
  height: 70px;
}
.header_top_page.fixed {
  position: static;
  height: 220px;
  border-bottom: none;
}

.area_select_wrap {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 25px;
}
.area_select_wrap .area_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.area_select_wrap .area_select .area_item {
  width: 490px;
  aspect-ratio: 490/450;
}
.area_select_wrap .area_select .area_item a {
  display: block;
  width: 100%;
  height: 100%;
}
.area_select_wrap .area_select .area_item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*---------------------------------------------------------------------------------------
	header
----------------------------------------------------------------------------------------*/
header {
  height: 130px;
}
header nav {
  width: 1100px;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
}
header nav h1 {
  margin: 0 auto 15px;
  width: 229px;
  height: 56px;
}
header nav h1 a {
  display: block;
  width: 229px;
  height: 56px;
}
header nav h1 a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header nav h1 img.logo2 {
  display: none;
}
header nav div.sns {
  position: absolute;
  right: 0;
  top: 15px;
}
header nav ul li {
  display: inline-block;
  margin: 0 30px;
  vertical-align: top;
}
header nav ul li > a {
  display: inline-block;
  position: relative;
}
header nav ul li > a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 9999;
}
header nav ul li.active > a:after, header nav ul li:hover > a:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
header nav ul li.drp {
  width: 134px;
}
header nav ul li.drp a {
  margin-bottom: 2px;
}
header nav ul li.drp div {
  display: none;
  width: 670px;
  padding: 50px 30px 50px;
  margin-left: -240px;
  background: #e5e5e5;
  -webkit-box-shadow: 0px 2px 2px 0px #ccc;
          box-shadow: 0px 2px 2px 0px #ccc;
  overflow: hidden;
  position: relative;
  z-index: 999;
}
header nav ul li.drp:hover div {
  display: block;
}
header nav ul li.drp div dl {
  float: left;
  width: 150px;
  margin-right: 40px;
  margin-bottom: 20px;
}
header nav ul li.drp div dl.set_area {
  float: none;
  width: 100%;
  margin-right: 0;
}
header nav ul li.drp div dl.set_area dt {
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  font-size: 16px;
  padding-bottom: 5px;
}
header nav ul li.drp div dl.set_area dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav ul li.drp div dl.set_area dd a {
  width: 25%;
  text-align: center;
  display: inline-block;
}
header nav ul li.drp div dl.set_area + .menuiframe {
  float: none;
  margin: 0 auto;
  padding-top: 0;
}
header nav ul li.drp div dl dt {
  margin-bottom: 10px;
}
header nav ul li.drp .menuiframe {
  width: 100%;
  max-width: 540px;
  height: 30px;
  background-color: #0071b9;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
header nav .area_btn {
  position: absolute;
  right: 0;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav .area_btn .btn {
  width: 136px;
  height: 35px;
}
header nav .area_btn .btn + .btn {
  margin-left: 10px;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: 2px solid #e5e5e5;
  z-index: 999999;
}
header.fixed nav {
  width: 1100px;
  margin: 0 auto;
  padding-top: 0;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.fixed nav h1 {
  width: 177px;
  height: 28px;
  margin: 7px 0 0 0;
}
header.fixed nav h1 a {
  width: 164px;
  height: 26px;
}
header.fixed nav h1 a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header.fixed nav h1 img.logo1 {
  display: none;
}
header.fixed nav h1 img.logo2 {
  display: inline;
}
header.fixed nav div.sns {
  position: static;
  float: right;
  padding-top: 3px;
}
header.fixed nav ul li {
  margin: 0 20px;
}
header.fixed nav ul li > a {
  padding: 3px 0;
}
header.fixed .area_btn {
  position: static;
  margin-top: 7px;
}
header.fixed .area_btn .btn {
  width: 117px;
  height: 30px;
}
header.fixed .area_btn .btn a {
  display: block;
  width: 117px;
  height: 30px;
}
header.fixed .area_btn .btn a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* fixed */
/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/
.contents {
  clear: both;
}

/*---------------------------------------------------------------------------------------
	aside
----------------------------------------------------------------------------------------*/
aside {
  clear: both;
  width: 1090px;
  margin: 0 auto;
  padding: 80px 0 130px;
  overflow: hidden;
}
aside #aside-magezine {
  width: 720px;
  margin: 0 auto 50px auto;
  text-align: left;
}
aside #aside-magezine h2 {
  margin-bottom: 25px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
aside #aside-magezine h2 a {
  position: absolute;
  top: 0;
  right: 0;
}
aside #aside-magezine article {
  clear: both;
  padding: 10px;
  overflow: hidden;
  border-bottom: 1px solid #dadada;
}
aside #aside-magezine article span {
  display: block;
  float: left;
  width: 100px;
  color: #a5a5a5;
}
aside #aside-magezine article p {
  margin: 0 auto;
  overflow: hidden;
}

#aside-magezine .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  gap: 10px;
  margin-bottom: 1em;
  width: 100%;
  border-bottom: 2px solid #000;
}
#aside-magezine .tab-menu .tab-btn {
  cursor: pointer;
  background: #eee;
  height: 40px;
  line-height: 40px;
  width: calc((100% - 20px) / 3);
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #bebebe;
}
#aside-magezine .tab-menu .tab-btn.active {
  background: #000;
  color: #fff;
}
#aside-magezine .tab-content {
  display: none;
}
#aside-magezine .tab-content.active {
  display: block;
}
#aside-magezine .message-list article {
  margin-bottom: 1em;
}
#aside-magezine .btn_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#aside-magezine .btn_more a img {
  width: 52px;
  height: 10px;
}
#aside-magezine .btn_fukiishi {
  width: 530px;
  height: 220px;
  margin: 90px auto 0;
}
/*---------------------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------------------*/
footer {
  clear: both;
  background: #222;
}
footer #footer-wrap {
  width: 1090px;
  margin: 0 auto;
  padding: 20px 0;
  background: #222;
}
footer #footer-wrap div.f-left {
  width: 450px;
  color: #fff;
  font-size: 10px;
  text-align: left;
}
footer #footer-wrap div.f-left a {
  color: #fff;
}
footer #footer-wrap div.f-left ul {
  margin-bottom: 15px;
}
footer #footer-wrap div.f-left ul li {
  display: inline-block;
  font-size: 12px;
  padding-right: 15px;
}
footer #footer-wrap div.f-left ul li:not(:last-child):after {
  display: inline-block;
  content: "｜";
  margin-left: 15px;
}
footer #footer-wrap div.f-right {
  width: 350px;
  text-align: right;
}
footer #footer-wrap .sns_wrap {
  display: inline-block;
  position: relative;
}
footer #footer-wrap .sns_wrap::after {
  position: absolute;
  top: -10px;
  left: 16px;
  content: "";
  width: 8px;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
}
footer #footer-wrap .sns_wrap img {
  cursor: pointer;
}
footer #footer-wrap .sns_wrap img:hover {
  opacity: 0.7;
}
footer #footer-wrap .sns_wrap .sns_inner {
  display: none;
  background-color: #fff;
  border: 3px solid #000;
  position: absolute;
  top: -140px;
  right: -50px;
  width: 220px;
  padding: 10px 20px;
  border-radius: 10px;
  z-index: 10;
}
footer #footer-wrap .sns_wrap .sns_inner::after {
  position: absolute;
  bottom: -27px;
  right: 45px;
  content: "";
  width: 27px;
  height: 29px;
  background: url(../images/sns_wrap_arrow.svg) no-repeat;
}
footer #footer-wrap .sns_wrap .sns_inner .sns_item {
  text-align: left;
}
footer #footer-wrap .sns_wrap .sns_inner .sns_item:not(:first-child) {
  margin-top: 8px;
}
footer #footer-wrap .sns_wrap .sns_inner .sns_item a {
  text-align: left;
  font-size: 15px;
  line-height: 1;
}
footer #footer-wrap .sns_wrap.active .sns_inner {
  display: block;
}
footer #footer-wrap .sns > a:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* top-slider */
#top-slider {
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
  padding: 40px 0 60px;
  background-color: #f0f0f3;
}
#top-slider:before {
  left: 50%;
  margin-left: -1636px;
}
#top-slider:after {
  right: 50%;
  margin-right: -1635px;
}
#top-slider li {
  width: 500px !important;
  height: 590px !important;
  max-height: 590px;
}
#top-slider li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-slider li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-slider li div {
  float: left;
  width: 545px;
  height: 286px;
}
#top-slider li div img {
  width: 545px;
  height: 286px;
}
#top-slider li a:hover img {
  opacity: 0.7;
}
#top-slider .bx-wrapper {
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
#top-slider .bx-wrapper img {
  max-width: 100%;
  display: block;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 8px 0px rgb(135, 135, 135);
          box-shadow: 0px 0px 8px 0px rgb(135, 135, 135);
}
#top-slider .bx-viewport {
  -webkit-transform: translatez(0);
  overflow: visible !important;
  width: 500px !important;
  margin: 0 auto;
}
#top-slider .bx-wrapper .bx-pager, #top-slider .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
#top-slider .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
#top-slider .bx-wrapper .bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
#top-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  display: block;
  width: 46px;
  height: 2px;
  outline: 0;
}
#top-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, #top-slider .bx-wrapper .bx-pager.bx-default-pager a.active, #top-slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #4d4d4d;
}
#top-slider .bx-wrapper .bx-pager-item, #top-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
#top-slider .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
  margin: 0 4px;
}
#top-slider .bx-wrapper .bx-prev {
  left: -70px;
  width: 60px;
  height: 60px;
  background: url("../images/top-prev.svg") no-repeat center top;
}
#top-slider .bx-wrapper .bx-prev img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#top-slider .bx-wrapper .bx-next {
  right: -70px;
  width: 60px;
  height: 60px;
  background: url("../images/top-next.svg") no-repeat center top;
}
#top-slider .bx-wrapper .bx-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#top-slider .bx-wrapper .bx-controls-direction {
  width: 500px;
  height: 590px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
#top-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 100;
  pointer-events: auto;
}
#top-slider .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* top-talents */
#top-talents {
  clear: both;
  padding-bottom: 100px;
  overflow: hidden;
  margin-top: 50px;
}
#top-talents h2 {
  margin-bottom: 30px;
}
#top-talents ul {
  width: 1090px;
  margin: 0 auto;
}
#top-talents ul li {
  padding: 0;
  overflow: hidden;
}
#top-talents ul li a {
  display: inline-block;
  float: left;
  height: 189px;
  margin-right: 2px;
  position: relative;
}
#top-talents ul li a:last-child {
  margin-right: 0;
}
#top-talents ul li a span {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 180px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  z-index: 10;
}
#top-talents ul li a span small {
  font-size: 11px;
  letter-spacing: 1px;
}
#top-talents ul li a:hover:after {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "";
  width: 180px;
  height: 194px;
  background: rgba(0, 113, 185, 0.5);
  z-index: 9;
}
#top-talents ul li a:hover span {
  display: block;
}
#top-talents ul li a img {
  width: 180px;
  height: auto;
}
#top-talents .bx-wrapper {
  width: 1090px;
  margin: 0 auto;
  position: relative;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
#top-talents .bx-viewport {
  -webkit-transform: translatez(0);
}
#top-talents .bx-viewport a img {
  margin-top: -20px;
}
#top-talents .bx-wrapper .bx-pager, #top-talents .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
#top-talents .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
#top-talents .bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}
#top-talents .bx-wrapper .bx-pager.bx-default-pager a {
  background: #dadada;
  text-indent: -9999px;
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  outline: 0;
  border-radius: 3px;
}
#top-talents .bx-wrapper .bx-pager.bx-default-pager a:hover, #top-talents .bx-wrapper .bx-pager.bx-default-pager a.active, #top-talents .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
#top-talents .bx-wrapper .bx-pager-item, #top-talents .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
#top-talents .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
#top-talents .bx-wrapper .bx-prev {
  right: 415px;
  background: url("../images/top-talents-top.png") no-repeat;
}
#top-talents .bx-wrapper .bx-next {
  right: 375px;
  background: url("../images/top-talents-bottom.png") no-repeat;
}
#top-talents .bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom: -47px;
  outline: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 999;
}
#top-talents .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* top-news */
#top-news {
  clear: both;
  padding: 50px 0 70px;
  background: url(../images/bg-slanted.png) repeat;
  overflow: hidden;
}
#top-news section {
  width: 1090px;
  margin: 0 auto;
}
#top-news h2 {
  margin-bottom: 70px;
}
#top-news ul {
  overflow: hidden;
  border-bottom: 2px solid #000;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top-news ul li {
  width: calc((100% - 20px) / 3);
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  color: #c2c2c2;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
#top-news ul li.active, #top-news ul li:hover {
  background-color: #000;
  color: #fff;
}
#top-news div {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
#top-news div.disnon {
  display: none;
}
#top-news div article {
  float: left;
  width: 250px;
  text-align: left;
  margin: 0 30px 30px 0;
}
#top-news div article:nth-child(4n) {
  margin-right: 0;
}
#top-news div article:nth-child(4n+1) {
  clear: left;
}
#top-news div article figure {
  margin-bottom: 10px;
  color: #fff;
  min-height: 130px;
}
#top-news div article figure img {
  max-width: 100%;
}
#top-news div article span {
  display: block;
  color: #a5a5a5;
  font-size: 12px;
}
#top-news div article a {
  display: inline-block;
}
#top-news div article a:hover {
  color: #111;
  opacity: 0.7;
}
#top-news .more a {
  display: block;
  clear: both;
  height: 46px;
  text-indent: -9999px;
  border: 2px solid #111;
  background: url(../images/top-news-more.png) no-repeat center top;
  overflow: hidden;
}
#top-news .more a:hover {
  background: url(../images/top-news-more.png) no-repeat center bottom #000;
}

/* floatbanner */
.floatbanner {
  position: fixed;
  right: 50px;
  bottom: 30px;
  text-align: right;
  z-index: 999999;
}
.floatbanner img {
  -webkit-filter: drop-shadow(1px 1px 3px #FFF);
  filter: drop-shadow(1px 1px 3px #FFF);
}

/*---------------------------------------------------------------------------------------
	news
----------------------------------------------------------------------------------------*/
/* news */
#news {
  clear: both;
  padding-bottom: 70px;
  background: url(../images/bg-slanted.png) repeat;
  overflow: hidden;
}
#news section {
  width: 1090px;
  margin: 0 auto;
}
#news h2 {
  margin-bottom: 70px;
}
#news #news-list .tab {
  overflow: hidden;
  border-bottom: 2px solid #000;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news #news-list .tab li {
  width: calc((100% - 20px) / 3);
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  color: #c2c2c2;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
#news #news-list .tab li a {
  color: #c2c2c2;
  display: block;
}
#news #news-list .tab li.active, #news #news-list .tab li:hover {
  background-color: #000;
}
#news #news-list .tab li.active a, #news #news-list .tab li:hover a {
  color: #fff;
}
#news #news-list > div {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
#news #news-list div .leftcol {
  width: 810px;
  float: left;
}
#news #news-list div .leftcol .box {
  overflow: hidden;
  margin-bottom: 70px;
}
#news #news-list div .sidemenu {
  width: 250px;
  float: right;
  text-align: left;
}
#news #news-list div .sidemenu div {
  background: #fff;
  padding: 18px 20px 5px;
  margin-bottom: 20px;
}
#news #news-list div .sidemenu div dl {
  padding-top: 15px;
  border-top: 1px solid #DADADA;
  margin-bottom: 5px;
  overflow: hidden;
}
#news #news-list div .sidemenu div dl:first-child {
  padding-top: 0;
  border-top: none;
  margin-bottom: 5px;
}
#news #news-list div .sidemenu div dl dt {
  font-weight: bold;
  margin-bottom: 15px;
}
#news #news-list div .sidemenu div dl dd {
  margin-left: 5px;
}
#news #news-list div .sidemenu div dl dd a {
  display: block;
  background: url(../images/sidemenu-arrow.png) no-repeat left center;
  padding: 5px 0 5px 15px;
}
#news #news-list div.disnon {
  display: none;
}
#news #news-list div article {
  float: left;
  width: 250px;
  text-align: left;
  margin: 0 30px 30px 0;
}
#news #news-list div article:nth-child(3n) {
  margin-right: 0;
}
#news #news-list div article:nth-child(3n+1) {
  clear: left;
}
#news #news-list div article figure {
  margin-bottom: 10px;
  color: #fff;
  min-height: 130px;
}
#news #news-list div article span {
  display: block;
  color: #a5a5a5;
  font-size: 12px;
}
#news #news-list div article img {
  max-width: 100%;
}
#news #news-list div article a {
  display: inline-block;
}
#news #news-list div article a:hover {
  color: #111;
  opacity: 0.7;
}

/*---------------------------------------------------------------------------------------
	news-detail
----------------------------------------------------------------------------------------*/
/* news-detail */
#news-detail {
  clear: both;
  padding-bottom: 70px;
  background: url(../images/bg-slanted.png) repeat;
  overflow: hidden;
}
#news-detail section {
  width: 1090px;
  margin: 0 auto;
}
#news-detail h2 {
  margin-bottom: 70px;
}
#news-detail #news-list .tab {
  overflow: hidden;
  border-bottom: 2px solid #000;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news-detail #news-list .tab li {
  width: calc((100% - 20px) / 3);
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  color: #c2c2c2;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
#news-detail #news-list .tab li a {
  color: #c2c2c2;
  display: block;
}
#news-detail #news-list .tab li.active, #news-detail #news-list .tab li:hover {
  background-color: #000;
}
#news-detail #news-list .tab li.active a, #news-detail #news-list .tab li:hover a {
  color: #fff;
}
#news-detail #news-list > div {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
#news-detail #news-list div .leftcol {
  width: 780px;
  float: left;
  text-align: left;
}
#news-detail #news-list div .leftcol .date {
  color: #A5A5A5;
  font-size: 16px;
  margin-bottom: 20px;
}
#news-detail #news-list div .leftcol .date span {
  font-size: 12px;
}
#news-detail #news-list div .leftcol h3 {
  font-size: 24px;
  margin-bottom: 35px;
}
#news-detail #news-list div .leftcol .main-photo {
  margin-bottom: 70px;
  min-height: 300px;
}
#news-detail #news-list div .leftcol .main-photo img {
  margin-bottom: 20px;
  max-width: 100%;
}
#news-detail #news-list div .leftcol h4 {
  font-size: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
#news-detail #news-list div .leftcol h4 span {
  padding: 1px 0 0 15px;
  border-left: 1px solid #000;
  display: inline-block;
}
#news-detail #news-list div .leftcol .performer {
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}
#news-detail #news-list div .leftcol .performer a {
  text-align: center;
  width: 180px;
  float: left;
  margin: 0 20px 20px 0;
  display: block;
}
#news-detail #news-list div .leftcol .performer a:hover {
  opacity: 0.7;
}
#news-detail #news-list div .leftcol .performer a:nth-of-type(4n) {
  margin-right: 0;
}
#news-detail #news-list div .leftcol .performer figure img {
  width: 180px;
  margin-bottom: 20px;
}
#news-detail #news-list div .leftcol .performer figure figcaption {
  font-size: 18px;
}
#news-detail #news-list div .leftcol .performer figure figcaption small {
  font-size: 11px;
  letter-spacing: 1px;
}
#news-detail #news-list div .leftcol p.introduction {
  margin-bottom: 50px;
}
#news-detail #news-list div .leftcol .official {
  margin-bottom: 90px;
}
#news-detail #news-list div .leftcol .official p a {
  padding-left: 15px;
  background: url(../images/arrow-black.png) no-repeat left center;
}
#news-detail #news-list div .leftcol .sns {
  text-align: right;
  margin-bottom: 80px;
}
#news-detail #news-list div .leftcol .sns a img {
  margin-left: 10px;
}
#news-detail #news-list div .leftcol .sns a img:hover {
  opacity: 0.7;
}
#news-detail #news-list .sidemenu {
  width: 250px;
  float: right;
  text-align: left;
}
#news-detail #news-list div .sidemenu div {
  background: #fff;
  padding: 18px 20px 5px;
  margin-bottom: 20px;
}
#news-detail #news-list div .sidemenu div dl {
  padding-top: 15px;
  border-top: 1px solid #DADADA;
  margin-bottom: 5px;
  overflow: hidden;
}
#news-detail #news-list div .sidemenu div dl:first-child {
  padding-top: 0;
  border-top: none;
  margin-bottom: 5px;
}
#news-detail #news-list div .sidemenu div dl dt {
  font-weight: bold;
  margin-bottom: 15px;
}
#news-detail #news-list div .sidemenu div dl dd {
  margin-left: 5px;
}
#news-detail #news-list div .sidemenu div dl dd a {
  display: block;
  background: url(../images/sidemenu-arrow.png) no-repeat left center;
  padding: 5px 0 5px 15px;
}
#news-detail #news-list div.disnon {
  display: none;
}
#news-detail #news-list div article {
  float: left;
  width: 250px;
  text-align: left;
  margin: 0 30px 30px 0;
}
#news-detail #news-list div article:nth-child(3n) {
  margin-right: 0;
}
#news-detail #news-list div article:nth-child(3n+1) {
  clear: left;
}
#news-detail #news-list div article figure {
  margin-bottom: 10px;
}
#news-detail #news-list div article span {
  display: block;
  color: #a5a5a5;
  font-size: 12px;
}
#news-detail #news-list div article a {
  display: inline-block;
}
#news-detail #news-list div article a:hover {
  color: #111;
  opacity: 0.7;
}
#news-detail #news-list div .leftcol ol.pager li a {
  width: 100px;
}

/*---------------------------------------------------------------------------------------
	profile
----------------------------------------------------------------------------------------*/
/* profile */
#profile {
  clear: both;
  padding-bottom: 70px;
  background: url(../images/bg-slanted.png) repeat;
  overflow: hidden;
}
#profile section {
  width: 1090px;
  margin: 0 auto;
}
#profile h2 {
  margin-bottom: 35px;
}
#profile .senior_title {
  font-size: 20px;
  letter-spacing: 1px;
  text-align: left;
  min-height: 30px;
  margin-bottom: 25px;
}
#profile .search {
  clear: both;
  overflow: hidden;
  background: rgba(238, 238, 238, 0.6);
  margin-bottom: 50px;
}
#profile .search ul {
  float: left;
  padding: 14px 5px;
}
#profile .search ul li {
  display: inline-block;
  border-left: 1px solid #626262;
  vertical-align: middle;
}
#profile .search ul li:first-child {
  border-left: none;
}
#profile .search ul li span, #profile .search ul li a {
  padding: 0 20px;
  line-height: 1;
}
#profile .search p {
  float: right;
}
#profile .search p a {
  color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px 0 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/profile-search.png) no-repeat 26px center #0071B9;
}
#profile .list-l {
  clear: both;
  overflow: hidden;
  margin-bottom: 25px;
}
#profile .list-l a {
  display: block;
  float: left;
  width: 265px;
  margin: 0 10px 30px 0;
}
#profile .list-l a:nth-of-type(4n) {
  margin-right: 0;
}
#profile .list-l figure img {
  max-width: 265px;
}
#profile .list-s figure img {
  max-width: 175px;
}
#profile .list-l figure img, #profile .list-s figure img {
  height: auto;
  margin-bottom: 10px;
}
#profile .list-l figure img:hover, #profile .list-s figure img:hover {
  opacity: 0.9;
}
#profile .list-l figure figcaption, #profile .list-s figure figcaption {
  font-size: 16px;
}
#profile .list-l figure figcaption span {
  font-size: 12px;
  margin-bottom: 5px;
}
#profile .list-s {
  clear: both;
  overflow: hidden;
  margin-bottom: 80px;
}
#profile .list-s figure figcaption span {
  font-size: 12px;
  margin-bottom: 5px;
}
#profile .list-l > figure {
  min-height: 415px;
}
#profile .list-s a {
  display: block;
  float: left;
  width: 175px;
  min-height: 300px;
  margin: 0 8px 25px 0;
}
#profile .list-s a:nth-of-type(6n) {
  margin-right: 0;
}

/*---------------------------------------------------------------------------------------
	search
----------------------------------------------------------------------------------------*/
/* search */
body {
  min-width: inherit;
}

#search, #top_search {
  text-align: left;
  padding: 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 500px;
}
#search .box, #top_search .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-bottom: 30px;
}
#search .box table th, #search .box table td, #top_search .box table th, #top_search .box table td {
  padding: 15px 25px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#search .box table th, #top_search .box table th {
  width: 180px;
  font-weight: bold;
  text-align: right;
  border-top: 1px solid #f5f5f5;
  background: #E7E7E7;
  padding: 15px 20px 15px 0;
}
#search .box table th .kome, #top_search .box table th .kome {
  font-size: 13px;
  font-weight: 500;
}
#search .box table td, #top_search .box table td {
  width: 520px;
  border-top: 1px solid #eee;
  background: #F5F5F5;
}
#search .box table tr:first-child th, #search .box table tr:first-child td, #top_search .box table tr:first-child th, #top_search .box table tr:first-child td {
  border-top: none;
}
#search .box table td ul, #top_search .box table td ul {
  clear: both;
  overflow: hidden;
}
#search .box table td ul li, #top_search .box table td ul li {
  float: left;
  margin-right: 25px;
}
#search .box table td ul .all_check, #top_search .box table td ul .all_check {
  width: 110px;
  margin-right: 0;
}
#search .box table td ul .genre_senior, #top_search .box table td ul .genre_senior {
  text-align: center;
  margin: 5px 0 0 110px;
}
#search .box table td input[type=checkbox], #top_search .box table td input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
#search .box table td input[type=text], #top_search .box table td input[type=text] {
  width: 65px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  text-align: right;
  border: 1px solid #BFBFBF;
}
#search .box table td input[type=text].free-word, #top_search .box table td input[type=text].free-word {
  text-align: left;
  width: 100%;
}
#search .box .rightcol, #top_search .box .rightcol {
  padding-top: 110px;
  overflow: hidden;
  width: 240px;
}
#search .box .rightcol div a, #top_search .box .rightcol div a {
  display: block;
  padding: 10px 10px 10px 50px;
  border: 2px solid #000;
  border-radius: 3px;
  background: url(../images/icon-voicetalent-l.png) no-repeat 15px 17px;
  margin-bottom: 5px;
  font-size: 16px;
}
#search .box .rightcol .btn_seniortalent a, #top_search .box .rightcol .btn_seniortalent a {
  display: block;
  border: 2px solid #000;
  padding: 10px;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 25px;
}
#search .box .rightcol div a:after, #top_search .box .rightcol div a:after {
  content: "";
  width: 18px;
  height: 14px;
  display: inline-block;
  background: url(../images/arrow-right.png) no-repeat right center;
  margin: 0 0 -3px 10px;
}
#search .box .rightcol p, #top_search .box .rightcol p {
  font-size: 11px;
}
#search .btn, #top_search .btn {
  text-align: center;
  margin-bottom: 30px;
}
#search .btn input, #top_search .btn input {
  width: 250px;
  height: 50px;
  line-height: 50px;
  border: none;
  margin: 0 10px;
  font-weight: bold;
}
#search .btn input:hover, #top_search .btn input:hover {
  opacity: 0.6;
  cursor: pointer;
}
#search .btn input[type=reset], #top_search .btn input[type=reset] {
  background: #EEEEEE;
}
#search .btn input[type=submit], #top_search .btn input[type=submit] {
  color: #fff;
  background: #0071B9;
}
#search p button, #top_search p button {
  border: none;
  padding: 0;
}
#search p button:hover, #top_search p button:hover {
  cursor: pointer;
  opacity: 0.6;
}

#top_search {
  width: 990px;
  margin: 50px auto 0;
}
#top_search .box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top_search .box table {
  margin-right: 0;
}
#top_search .box table th, #top_search .box table td {
  padding: 15px 25px;
}
#top_search .box table th {
  width: 180px;
}
#top_search .box table th .kome {
  font-size: 13px;
  font-weight: 500;
}
#top_search .box table td {
  width: 520px;
}

#close button {
  width: 200px;
  height: 30px;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-weight: bold;
}

/*---------------------------------------------------------------------------------------
	profile-detail
----------------------------------------------------------------------------------------*/
/* profile -detail*/
#profile-detail {
  clear: both;
  padding-bottom: 70px;
  background: url(../images/bg-slanted.png) repeat;
  overflow: hidden;
}
#profile-detail section {
  width: 1090px;
  margin: 0 auto;
}
#profile-detail h2 {
  margin-bottom: 35px;
}
#profile-detail .bg-white {
  background: #fff;
  text-align: left;
  padding: 40px 50px;
  margin-bottom: 80px;
}
#profile-detail .box1 {
  clear: both;
  overflow: hidden;
  margin-bottom: 60px;
}
#profile-detail .box1 .leftcol {
  width: 515px;
  float: left;
}
#profile-detail .box1 .leftcol h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.3;
}
#profile-detail .box1 h3 span {
  font-size: 12px;
}
#profile-detail .box1 .leftcol .slide-cont {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
#profile-detail .box1 .leftcol .slide-cont p {
  float: left;
  width: 334px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #F0F0F0;
}
#profile-detail .box1 .leftcol .slide-cont p img {
  width: 100%;
  height: auto;
}
#profile-detail .box1 .leftcol .slide-cont ul {
  float: right;
  overflow: hidden;
  width: 170px;
}
#profile-detail .box1 .leftcol .slide-cont ul li {
  width: 80px;
  max-height: 105px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #F0F0F0;
  float: left;
  margin-bottom: 7px;
  cursor: pointer;
  overflow: hidden;
}
#profile-detail .box1 .leftcol .slide-cont ul li:hover {
  opacity: 0.7;
}
#profile-detail .box1 .leftcol .slide-cont ul li:nth-child(even) {
  float: right;
}
#profile-detail .box1 .leftcol .slide-cont ul li img {
  width: 100%;
  height: auto;
}
#profile-detail .box1 .leftcol ul.sns {
  clear: both;
  overflow: hidden;
}
#profile-detail .box1 .leftcol ul.sns li {
  float: left;
  margin-right: 10px;
}
#profile-detail .box1 .leftcol ul.sns li a:hover {
  opacity: 0.7;
}
#profile-detail .box1 .rightcol {
  float: right;
  width: 440px;
}
#profile-detail .box1 .rightcol .pdf-btn {
  text-align: right;
  margin-bottom: 10px;
}
#profile-detail .box1 .rightcol .pdf-btn a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  padding: 8px 40px;
  background: #0071B9;
  border-radius: 2px;
}
#profile-detail .box1 .rightcol .pdf-txt {
  text-align: right;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  color: #0B66FD;
  margin-bottom: 10px;
}
#profile-detail .box1 .rightcol .pdf-txt a {
  color: #0B66FD;
  margin-bottom: 10px;
}
#profile-detail .box1 .rightcol ul {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
#profile-detail .box1 .rightcol ul li {
  padding: 10px 17px;
  border-top: 1px solid #DCDCDC;
}
#profile-detail .box1 .rightcol ul li:first-child {
  border-top: none;
}
#profile-detail .box1 .rightcol ul li table th {
  font-weight: bold;
  width: 120px;
  padding-right: 5px;
}
#profile-detail .box1 .rightcol dl {
  padding: 10px 20px;
  background: #EEEEEE;
  clear: both;
  overflow: hidden;
}
#profile-detail .box1 .rightcol dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
#profile-detail .box1 .rightcol dl dd {
  float: left;
  width: 49%;
  margin-right: 1%;
}
#profile-detail .box1 .rightcol dl dd a {
  color: #0071B9;
  font-size: 12px;
  padding: 3px 0 3px 25px;
  display: block;
  background: url(../images/icon-voice.png) no-repeat left center;
  text-decoration: underline;
}
#profile-detail .box1 .rightcol .movie_sample > dd > a {
  color: #0071B9;
  font-size: 12px;
  padding: 3px 0 3px 25px;
  display: block;
  background: url(../images/icon-movie.png) no-repeat left center;
  text-decoration: underline;
}
#profile-detail .box1 .rightcol dl dd a:hover {
  opacity: 0.7;
}
#profile-detail .bold {
  font-weight: bold;
}
#profile-detail .blue {
  color: #0e00ff;
}
#profile-detail .box2 {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
#profile-detail .box2 .leftcol {
  float: left;
  width: 640px;
}
#profile-detail .box2 .leftcol dl {
  margin-bottom: 20px;
}
#profile-detail .box2 .leftcol dl dt {
  font-size: 16px;
  padding: 8px 30px;
  border-right: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  background: url(../images/profile-detail-open.png) right 30px center no-repeat;
  cursor: pointer;
}
#profile-detail .box2 .leftcol dl dt.open {
  background: url(../images/profile-detail-close.png) right 30px center no-repeat #DCDCDC;
}
#profile-detail .box2 .leftcol dl dd {
  font-size: 12px;
  line-height: 1.9;
  padding: 20px 40px;
  background: #EEEEEE;
  display: none;
}
#profile-detail .box2 .rightcol {
  float: right;
  width: 300px;
}
#profile-detail .box2 .rightcol p {
  margin-bottom: 20px;
}
#profile-detail .box2 .rightcol img {
  max-width: 100%;
}
#profile-detail .box2 .rightcol .photo img {
  border: 1px solid #DCDCDC;
  width: 100%;
  height: auto;
}
#profile-detail .box2 .rightcol p a:hover {
  opacity: 0.7;
}
#profile-detail .box2 .rightcol ul li a {
  line-height: 1.6;
  display: block;
  padding: 10px 10px 10px 30px;
  background: url(../images/arrow-black.png) no-repeat 2px center;
  border-bottom: 1px solid #eee;
}
#profile-detail ol.pager li a {
  width: 125px;
}

/*---------------------------------------------------------------------------------------
	narrator
----------------------------------------------------------------------------------------*/
/* narrator*/
#narrator {
  clear: both;
  padding-bottom: 70px;
  background: url(../images/bg-slanted.png) repeat;
  overflow: hidden;
}
#narrator section {
  width: 1090px;
  margin: 0 auto;
}
#narrator h2 {
  margin-bottom: 35px;
}
#narrator h3 {
  font-size: 20px;
  letter-spacing: 1px;
  text-align: left;
  min-height: 30px;
  padding-left: 35px;
  background: url(../images/icon-voicetalent.png) no-repeat left center;
  margin-bottom: 25px;
}
#narrator .narrator-box {
  text-align: left;
  clear: both;
  overflow: hidden;
  margin-bottom: 25px;
}
#narrator .narrator-box article {
  background: #fff;
  padding: 20px;
  width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  overflow: hidden;
  margin: 0 20px 30px 0;
}
#narrator .narrator-box article:nth-child(3n) {
  margin-right: 0;
}
#narrator .narrator-box article:nth-child(3n+1) {
  clear: left;
}
#narrator .narrator-box article .leftcol {
  float: left;
  width: 150px;
}
#narrator .narrator-box article .leftcol div {
  margin-bottom: 15px;
}
#narrator .narrator-box article .leftcol div img {
  border: 1px solid #E6E6E6;
  max-width: 150px;
}
#narrator .narrator-box article .leftcol p a {
  font-size: 12px;
  font-weight: bold;
  display: block;
  border: 2px solid #000;
  padding: 8px;
  text-align: center;
}
#narrator .narrator-box article .rightcol {
  width: 140px;
  float: right;
}
#narrator .narrator-box article .rightcol h4 {
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 5px;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 15px;
}
#narrator .narrator-box article .rightcol h4 span {
  font-size: 12px;
}
#narrator .narrator-box article .rightcol dl dt {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
#narrator .narrator-box article .rightcol dl dd a {
  color: #0071B9;
  display: block;
  text-decoration: underline;
  padding: 3px 0 3px 20px;
  background: url(../images/icon-voice.png) no-repeat left center;
}
#narrator .narrator-box article .rightcol dl dd a:hover {
  opacity: 0.7;
}

/*---------------------------------------------------------------------------------------
	fukiishi
----------------------------------------------------------------------------------------*/
/* fukiishi*/
#fukiishi {
  clear: both;
  padding-bottom: 70px;
  background: url(../images/bg-slanted.png) repeat;
  overflow: hidden;
  text-align: left;
}
#fukiishi section {
  width: 1090px;
  margin: 0 auto;
}
#fukiishi section .bg-white {
  padding: 40px 50px;
  background: #fff;
  overflow: hidden;
}
#fukiishi section h2 {
  margin-bottom: 50px;
}
#fukiishi section .leftcol {
  padding-top: 15px;
  float: left;
  width: 640px;
}
#fukiishi section .leftcol h3 {
  margin-bottom: 20px;
}
#fukiishi section .leftcol .profile-cont {
  padding: 10px 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 380px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}
#fukiishi section .leftcol .profile-cont table th, #fukiishi section .leftcol .profile-cont table td {
  padding: 7px 0;
}
#fukiishi section .leftcol .profile-cont table th {
  font-weight: bold;
  width: 120px;
}
#fukiishi section .leftcol .ac-cont dl {
  margin-bottom: 20px;
}
#fukiishi section .leftcol .ac-cont dl dt {
  font-size: 16px;
  padding: 8px 30px;
  border-right: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  background: url(../images/profile-detail-open.png) right 30px center no-repeat;
  cursor: pointer;
}
#fukiishi section .leftcol .ac-cont dl dt.open {
  background: url(../images/profile-detail-close.png) right 30px center no-repeat #DCDCDC;
}
#fukiishi section .leftcol .ac-cont dl dd {
  font-size: 12px;
  line-height: 1.9;
  padding: 20px 40px;
  background: #EEEEEE;
  display: none;
}
#fukiishi section .rightcol {
  width: 300px;
  float: right;
}
#fukiishi section .rightcol .bnr-cont p {
  margin-bottom: 20px;
}
#fukiishi section .rightcol .bnr-cont p img {
  max-width: 100%;
}
#fukiishi section .rightcol .bnr-cont p a:hover {
  opacity: 0.7;
}
#fukiishi section .rightcol dl {
  border: 1px solid #000;
  padding: 20px;
  margin-bottom: 20px;
}
#fukiishi section .rightcol dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
#fukiishi section .rightcol dl dd a {
  display: block;
  padding: 3px 0 3px 25px;
  background: url(../images/sidemenu-arrow.png) no-repeat 10px center;
}
#fukiishi section .rightcol ul li a {
  display: block;
  padding: 10px 0 10px 20px;
  background: url(../images/arrow-black.png) no-repeat 3px center;
  border-bottom: 1px solid #eee;
}
#fukiishi section .leftcol .prottitle_wrap {
  margin: 0 0 20px;
}
#fukiishi section .leftcol .prottitle_wrap .prottitle_inner {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}
#fukiishi section .leftcol .prottitle_wrap .prottitle_inner h3 {
  margin: 0;
}
#fukiishi section .leftcol .prottitle_wrap .prottitle_inner .pdf-btn a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  padding: 8px 40px;
  background: #0071B9;
  border-radius: 2px;
}
#fukiishi section .leftcol .prottitle_wrap .pdf-txt {
  text-align: right;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  color: #0B66FD;
  width: 380px;
}
#fukiishi section .leftcol .prottitle_wrap .pdf-txt a {
  color: #0B66FD;
}

/* fukiishi PDF BTN*/
/*---------------------------------------------------------------------------------------
	audition
----------------------------------------------------------------------------------------*/
/* audition*/
#audition {
  clear: both;
  padding-bottom: 70px;
  background: url(../images/bg-slanted.png) repeat;
  overflow: hidden;
}
#audition section {
  width: 1090px;
  margin: 0 auto;
}
#audition h2 {
  margin-bottom: 35px;
}
#audition h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
#audition .bg-white {
  text-align: left;
  line-height: 2;
  padding: 40px 100px 80px;
  background: #fff;
}
#audition h4 {
  font-size: 18px;
  font-weight: normal;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 10px;
  margin-bottom: 25px;
}
#audition h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
#audition p a {
  color: #347CDF;
  text-decoration: underline;
}
#audition p a:hover {
  opacity: 0.7;
}
#audition .btn a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 500px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #0071B9;
}
#audition dl {
  margin-bottom: 40px;
}
#audition dl dd {
  margin-bottom: 5px;
}

/*---------------------------------------------------------------------------------------
	audition-form
----------------------------------------------------------------------------------------*/
/* audition-form*/
#audition-form {
  clear: both;
  padding-bottom: 70px;
  background: url(../images/bg-slanted.png) repeat;
  overflow: hidden;
}
#audition-form section {
  width: 1090px;
  margin: 0 auto;
}
#audition-form h2 {
  margin-bottom: 35px;
}
#audition-form h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
#audition-form .bg-white {
  text-align: left;
  line-height: 2;
  padding: 40px 100px 80px;
  background: #fff;
}
#audition-form .f-red {
  color: #f00;
}
#audition-form .agree {
  padding: 15px 5px 10px;
  background: #eee;
  text-align: center;
  margin-bottom: 50px;
}
#audition-form .agree div {
  margin-bottom: 15px;
}
#audition-form .agree div input {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 4px;
}
#audition-form .agree div span {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-left: 10px;
}
#audition-form .agree .f-red {
  font-size: 11px;
}
#audition-form table {
  width: 100%;
  margin-bottom: 70px;
}
#audition-form table th, #audition-form table td {
  padding: 10px 0 10px 20px;
  text-align: left;
  border-bottom: 1px solid #DADADA;
}
#audition-form table tr:first-child th, #audition-form table tr:first-child td {
  border-top: 1px solid #DADADA;
}
#audition-form table th {
  vertical-align: middle;
  background: #EEEEEE;
  line-height: 1.4;
  max-width: 300px;
}
#audition-form table td {
  font-size: 12px;
}
#audition-form table td input[type=text], #audition-form table td input[type=email], #audition-form table td input[type=zip] {
  font-size: 14px;
  width: 400px;
  height: 40px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dadada;
}
#audition-form table td input[type=text].w-full {
  width: 100%;
}
#audition-form table td input[type=text].w-200 {
  width: 200px;
}
#audition-form table td input[type=zip].w-150, #audition-form table td input[type=email].w-150 {
  width: 150px;
}
#audition-form table td input[type=text].w-150 {
  width: 150px;
}
#audition-form table td input[type=text].w-80 {
  width: 80px;
}
#audition-form table td select {
  width: 60px;
  height: 30px;
  border: 1px solid #dadada;
}
#audition-form table td select.year {
  width: 80px;
}
#audition-form table td select.choose {
  width: 160px;
}
#audition-form table td input[type=radio] {
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
#audition-form table td textarea {
  width: 100%;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border: 1px solid #dadada;
}
#audition-form table td textarea.h-200 {
  height: 200px;
}
#audition-form table td a.search {
  color: #fff;
  display: inline-block;
  padding: 3px 20px;
  background: #7D7D7D;
  margin-left: 20px;
  vertical-align: middle;
}
#audition-form table td a.search:hover {
  opacity: 0.7;
}
#audition-form .btn {
  text-align: center;
  margin-bottom: 50px;
}
#audition-form .btn input {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  width: 500px;
  padding: 12px;
  background: #0071B9;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
#audition-form .btn input:hover {
  opacity: 0.7;
}
#audition-form .caution {
  border: 1px solid #dadada;
  padding: 15px 40px;
}
#audition-form .caution p {
  color: #f00;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

/*---------------------------------------------------------------------------------------
	about
----------------------------------------------------------------------------------------*/
/* about*/
#about {
  clear: both;
  padding-bottom: 70px;
  background: url(../images/bg-slanted.png) repeat;
  overflow: hidden;
}
#about section {
  width: 1090px;
  margin: 0 auto;
}
#about h2 {
  font-size: 24px;
  margin-bottom: 35px;
}
#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding-top: 50px;
  margin-top: -50px;
  margin-bottom: 20px;
}
#about .bg-white {
  text-align: left;
  line-height: 2;
  padding: 40px 100px 80px;
  background: #fff;
  margin-bottom: 60px;
}
#about .outline-cont table {
  width: 100%;
}
#about .outline-cont table th, #about .outline-cont table td {
  padding: 15px 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dadada;
}
#about .outline-cont table th {
  font-weight: bold;
  width: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#about .outline-cont table td dl {
  clear: both;
  overflow: hidden;
}
#about .outline-cont table td dl dt {
  float: left;
  clear: left;
  margin-right: 5px;
}
#about .access-cont h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
#about .access-cont > div {
  width: 890px;
  height: 300px;
  margin-bottom: 25px;
}
#about .policly-cont h4 {
  padding: 5px 0 5px 15px;
  border-left: 1px solid #000;
  margin-bottom: 15px;
}
#about .policly-cont h5 {
  margin-bottom: 10px;
}
#about .policly-cont ol li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#about .policly-cont #privacy {
  margin-top: -50px;
  padding-top: 50px;
}

/*---------------------------------------------------------------------------------------
	message-list
----------------------------------------------------------------------------------------*/
/* message-list */
#message-list {
  clear: both;
  padding-bottom: 70px;
  background: url(../images/bg-slanted.png) repeat;
  overflow: hidden;
}
#message-list section {
  width: 1090px;
  margin: 0 auto;
}
#message-list h2 {
  margin-bottom: 70px;
}
#message-list .leftcol {
  width: 810px;
  float: left;
}
#message-list .leftcol div {
  overflow: hidden;
  margin-bottom: 100px;
}
#message-list .staff_message_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#message-list .staff_message_list article {
  width: 250px;
  text-align: left;
  margin: 0 30px 25px 0;
}
#message-list .staff_message_list article:nth-child(3n) {
  margin-right: 0;
}
#message-list .staff_message_list article figure {
  margin-bottom: 10px;
  width: 250px;
  height: 130px;
}
#message-list .staff_message_list article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #e5e5e5;
}
#message-list .staff_message_list article span {
  display: block;
  color: #a5a5a5;
  font-size: 12px;
  margin-bottom: 3px;
}
#message-list .staff_message_list article a {
  font-size: 12px;
  display: inline-block;
}
#message-list .staff_message_list article a:hover {
  color: #111;
  opacity: 0.7;
}
#message-list .sidemenu {
  width: 250px;
  float: right;
  text-align: left;
}
#message-list .sidemenu div {
  background: #fff;
  padding: 18px 20px 5px;
  margin-bottom: 20px;
}
#message-list .sidemenu div dl {
  padding-top: 15px;
  border-top: 1px solid #DADADA;
  margin-bottom: 5px;
  overflow: hidden;
}
#message-list .sidemenu div dl:first-child {
  padding-top: 0;
  border-top: none;
  margin-bottom: 5px;
}
#message-list .sidemenu div dl dt {
  font-weight: bold;
  margin-bottom: 15px;
}
#message-list .sidemenu div dl dd {
  margin-left: 5px;
}
#message-list .sidemenu div dl dd a {
  display: block;
  background: url(../images/sidemenu-arrow.png) no-repeat left center;
  padding: 5px 0 5px 15px;
}

/*---------------------------------------------------------------------------------------
	message-detail
----------------------------------------------------------------------------------------*/
/* message-detail */
#message-detail {
  clear: both;
  padding-bottom: 70px;
  background: url(../images/bg-slanted.png) repeat;
  overflow: hidden;
}
#message-detail section {
  width: 1090px;
  margin: 0 auto;
}
#message-detail h2 {
  margin-bottom: 70px;
}
#message-detail .leftcol {
  width: 780px;
  float: left;
  text-align: left;
}
#message-detail .leftcol .date {
  color: #A5A5A5;
  font-size: 16px;
  margin-bottom: 20px;
}
#message-detail .leftcol h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
#message-detail .leftcol .main-photo {
  margin-bottom: 25px;
}
#message-detail .leftcol .main-photo img {
  margin-bottom: 25px;
}
#message-detail .leftcol .sns {
  text-align: right;
  margin-bottom: 80px;
}
#message-detail .leftcol .sns a img {
  margin-left: 10px;
}
#message-detail .leftcol .sns a img:hover {
  opacity: 0.7;
}
#message-detail .leftcol ol.pager li a {
  width: 100px;
}
#message-detail .sidemenu {
  width: 250px;
  float: right;
  text-align: left;
}
#message-detail .sidemenu div {
  background: #fff;
  padding: 18px 20px 5px;
  margin-bottom: 20px;
}
#message-detail .sidemenu div dl {
  padding-top: 15px;
  border-top: 1px solid #DADADA;
  margin-bottom: 5px;
  overflow: hidden;
}
#message-detail .sidemenu div dl:first-child {
  padding-top: 0;
  border-top: none;
  margin-bottom: 5px;
}
#message-detail .sidemenu div dl dt {
  font-weight: bold;
  margin-bottom: 15px;
}
#message-detail .sidemenu div dl dd {
  margin-left: 5px;
}
#message-detail .sidemenu div dl dd a {
  display: block;
  background: url(../images/sidemenu-arrow.png) no-repeat left center;
  padding: 5px 0 5px 15px;
}

/*---------------------------------------------------------------------------------------
	contact
----------------------------------------------------------------------------------------*/
/* contact*/
#contact {
  clear: both;
  padding-bottom: 70px;
  background: url(../images/bg-slanted.png) repeat;
  overflow: hidden;
}
#contact section {
  width: 1090px;
  margin: 0 auto;
}
#contact h2 {
  margin-bottom: 35px;
}
#contact h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
#contact .bg-white {
  text-align: left;
  line-height: 2;
  padding: 40px 100px;
  background: #fff;
  margin-bottom: 50px;
}
#contact .bg-white a {
  font-weight: bold;
}
#contact ul.btn {
  clear: both;
  overflow: hidden;
}
#contact ul.btn li {
  float: left;
}
#contact ul.btn li:nth-child(even) {
  float: right;
}
#contact ul.btn li a {
  width: 520px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border: 2px solid #030000;
}
#contact ul.btn li a:hover {
  opacity: 0.7;
}

/*---------------------------------------------------------------------------------------
	faq
----------------------------------------------------------------------------------------*/
/* faq*/
#faq {
  clear: both;
  padding-bottom: 20px;
  background: url(../images/bg-slanted.png) repeat;
  overflow: hidden;
}
#faq section {
  width: 1090px;
  margin: 0 auto;
}
#faq h2 {
  margin-bottom: 35px;
}
#faq h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
#faq .bg-white {
  text-align: left;
  line-height: 2;
  padding: 50px 100px 40px;
  background: #fff;
  margin-bottom: 60px;
}
#faq .bg-white dl dt, #faq .bg-white dl dd {
  min-height: 22px;
  padding-left: 32px;
}
#faq .bg-white dl dt {
  font-weight: bold;
  background: url(../images/faq-q.png) no-repeat left 3px;
  margin-bottom: 20px;
}
#faq .bg-white dl dd {
  background: url(../images/faq-a.png) no-repeat left 3px;
  padding-bottom: 32px;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 35px;
}
#faq .bg-white dl dd a {
  color: #347CDF;
  text-decoration: underline;
}
#faq .bg-white dl dd a:hover {
  opacity: 0.6;
}

/*---------------------------------------------------------------------------------------
	ban
----------------------------------------------------------------------------------------*/
/* ban*/
#ban section {
  width: 500px;
  height: 190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 35px 40px;
  border-radius: 5px;
}
#ban p button {
  padding: 0;
  border: none;
}

/* wp用 180301 */
/* editor */
.editorstyle {
  margin-bottom: 30px;
  overflow: hidden;
}
.editorstyle div, .editorstyle p {
  display: block;
  margin: 1em 0;
  overflow: hidden;
}
.editorstyle strong {
  font-weight: bold;
}
.editorstyle em {
  font-style: italic;
}
.editorstyle blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.editorstyle .aligncenter {
  display: block;
  margin: 0 auto;
}
.editorstyle .alignright {
  float: right;
}
.editorstyle .alignleft {
  float: left;
}
.editorstyle img[class*=wp-image-], .editorstyle img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}
.editorstyle .clearfix {
  overflow: hidden;
  zoom: 1;
}
.editorstyle .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.editorstyle h4 {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  padding: 0 0 0 10px;
  border-left: 2px solid #000;
  margin-top: 50px;
  margin-bottom: 25px;
}

/* img */
/* clearfix */
/*---------------------------------------------------------------------------------------
	form
----------------------------------------------------------------------------------------*/
#audition-form img {
  max-width: 500px;
}
#audition-form .mw_wp_form_preview table td a.search {
  display: none;
}

.mw_wp_form_preview .previewnone {
  display: none;
}

#audition-form .mw_wp_form_preview .btn input {
  width: 200px;
}

.editlink {
  text-align: right;
  margin-top: 25px;
  color: #0027ff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.editlink a {
  display: inline-block;
  border-radius: 3px;
  background: #23282d;
  padding: 4px 15px;
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  vertical-align: middle;
  font-weight: 400;
}
.editlink a::before {
  color: rgba(240, 245, 250, 0.9);
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font: 400 20px/1 dashicons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f464";
  top: 0px;
  vertical-align: middle;
}
.editlink a:hover {
  opacity: 0.8;
}

#wp-admin-bar-new_draft, #wp-admin-bar-wp-logo, #wp-admin-bar-new-content, #wp-admin-bar-customize {
  display: none;
}

.menuiframe {
  float: left;
  clear: both;
  display: block;
  padding-top: 20px;
}
.menuiframe img {
  max-width: 540px;
  width: auto;
}

/*---------------------------------------------------------------------------------------
	form
----------------------------------------------------------------------------------------*/
#audition-form img {
  max-width: 500px;
}
#audition-form .mw_wp_form_preview table td a.search {
  display: none;
}

.mw_wp_form_preview .previewnone {
  display: none;
}

#audition-form .mw_wp_form_preview .btn input {
  width: 200px;
  margin-bottom: 25px;
}

.btn input {
  -webkit-appearance: none;
}

#audition-form input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}
#audition-form .sbutton {
  display: none;
}
#audition-form .mw_wp_form_preview .sbutton {
  display: block;
}/*# sourceMappingURL=base.css.map */