@charset "UTF-8";
/* icon */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

/*----------------------------------------------------
parts
----------------------------------------------------*/
.page-title {
  color: #fff;
  font-size: 34px;
  padding: 148px 0 100px;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center; }

.page-title span {
  font-size: 16px;
  display: block;
  margin-top: 12px; }

.archive-title span {
  font-size: 28px; }

pre {
  background: #fff;
  border: solid 1px #2998da;
  font-family: serif;
  padding: 15px;
  line-height: 22px;
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 15px; }

/*----------------------------------------------------
page-title-bg
----------------------------------------------------*/
.page-bg-common {
  background: url(../images/bg/page-header-bg.jpg);
  background-size: cover;
  background-position: center !important;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .page-bg-common:before {
    content: '';
    background: inherit;
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    z-index: -1; }

.overlay {
  background: rgba(38, 38, 38, 0.4); }

.page-content {
  line-height: 26px;
  padding: 48px 0;
  background: url(../images/crossword.png); }

.page-content-inner {
  width: 100%;
  background: #fff;
  border: solid 1px #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px 0 0;
  border-radius: 6px;
  border: none;
  background: none; }

.page-content-inner002 {
  width: 98%; }

.page-content-inner002 a {
  text-decoration: underline; }

.page-header {
  font-family: 'Forum', cursive, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 6px;
  color: #2998da;
  clear: both;
  margin: 10px 0 26px; }

.page-header span {
  font-size: 16px;
  letter-spacing: 1px; }

.page-header span:before {
  content: "/";
  margin-right: 10px; }

.page-header .page-header-s:before {
  content: none;
  margin-left: 0; }

.page-content h5 {
  font-size: 16px;
  padding: 12px 0;
  margin-bottom: 24px; }

.by-txt {
  text-transform: none;
  letter-spacing: 1px;
  margin-right: 2px; }

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

----------------------------------------------------*/
.full-width-header-bg {
  background: #f5f9ff;
  padding-top: 34px; }

.schedule .full-width-header-bg,
.post-type-archive-krc_cast .full-width-header-bg {
  padding-top: 0; }

.full-width-page-header {
  color: #2998da;
  display: block;
  text-align: center;
  padding: 32px 0 32px;
  font-size: 32px;
  margin-bottom: 0; }

.full-width-page-header span {
  display: block;
  font-size: 14px;
  margin-top: 12px; }

/*----------------------------------------------------
キャスト一覧
----------------------------------------------------*/
.page-castlist {
  background: url(../images/crossword.png); }

.page-castlist .top-today-box {
  border: solid 1px #eee; }

.castlist-box-wrap {
  padding: 60px 0; }

/*----------------------------------------------------
ニュース
----------------------------------------------------*/
/*top-news-box*/
.top-news-box {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: dashed 1px #cbcbcb; }

.top-news-box:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0; }

.top-news-box .thumb {
  width: 22%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px; }

.top-news-box .thumb img {
  border-radius: 2px;
  border: solid 1px #eee; }

.top-news-box .news-info {
  float: left;
  width: 78%; }

.top-news-box .news-info .news-info-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.top-news-box .date.font {
  font-size: 12px;
  letter-spacing: .8px; }

.top-news-box .title {
  margin-bottom: 6px;
  letter-spacing: 1px; }

.top-news-box .title a {
  font-size: 13px;
  text-decoration: none; }

.top-news-box .entry-content {
  line-height: 19px;
  font-size: 12px; }

/*news-box*/
.news-box {
  overflow: hidden;
  clear: both;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: dashed 1px #cbcbcb; }

.news-box .thumb {
  width: 15%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2%; }

.news-box .thumb img {
  border-radius: 2px;
  border: solid 1px #eee; }

.news-box .news-info {
  float: left;
  width: 85%; }

.news-box .news-info .news-info-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .news-box .news-info .news-info-meta .cat {
    top: -4px; }

.news-box .date.font {
  font-size: 12px;
  letter-spacing: .8px; }

.news-box .title {
  margin-bottom: 6px;
  letter-spacing: 1px; }

.news-box .title a {
  font-size: 18px;
  text-decoration: none; }

.news-box .entry-content {
  line-height: 24px; }

.cat {
  margin-left: 8px;
  position: relative;
  top: 2px;
  font-size: 9px;
  padding: 2px 3px; }

.cat span {
  background: #fc8463;
  color: #fff;
  font-family: sans-serif;
  font-size: 9px;
  padding: 1px 3px;
  margin-right: 3px; }

/*----------------------------------------------------
ボタン
----------------------------------------------------*/
.btn-container {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  float: right;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  cursor: pointer; }

.btn-inner {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  width: auto;
  height: 2.5em;
  background-color: #282828;
  -webkit-box-shadow: 0 2px 1px rgba(40, 40, 40, 0.33);
  box-shadow: 0 2px 1px rgba(40, 40, 40, 0.33);
  -moz-transition: all 0.6s cubic-bezier(0.37, 0.74, 0.15, 1.65);
  -o-transition: all 0.6s cubic-bezier(0.37, 0.74, 0.15, 1.65);
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0.74, 0.15, 1.65);
  transition: all 0.6s cubic-bezier(0.37, 0.74, 0.15, 1.65);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.btn-inner .front-face {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-right: 50px;
  letter-spacing: 2px;
  line-height: 2.9em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.btn-inner .front-face:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  border-radius: 0 2px 2px 0; }

.btn-inner .front-face {
  padding-left: 8px;
  font-size: 14px;
  background-color: #2998da;
  color: #fff;
  -moz-transform: rotateX(0deg) translateZ(2.25em);
  -ms-transform: rotateX(0deg) translateZ(2.25em);
  -webkit-transform: rotateX(0deg) translateZ(2.25em);
  transform: rotateX(0deg) translateZ(2.25em); }

.btn-inner .front-face:before {
  background: #2998da; }

.btn-container:hover {
  opacity: 0.8;
  outline: none; }

/*----------------------------------------------------
テーブル
----------------------------------------------------*/
table {
  width: 100%;
  margin-bottom: 42px; }

th,
td {
  padding: 18px;
  border: 1px solid #ddd;
  line-height: 24px; }

th {
  background: #f4f4f4; }

td {
  background: #fff; }

th {
  width: 23%;
  text-align: left; }

@media only screen and (max-width: 480px) {
  th,
  td {
    width: 100%;
    display: block;
    border-top: none; }
  tr:first-child th {
    border-top: 1px solid #ddd; } }

/*----------------------------------------------------
シングル
----------------------------------------------------*/
.single-page-header {
  color: #2998da;
  border-bottom: solid #2998da 2px;
  padding: 8px 0;
  margin-bottom: 32px;
  letter-spacing: 1px; }

#single .content-area img {
  margin: 12px 0; }

#single .content-area h3 {
  margin-bottom: 12px; }

/*----------------------------------------------------
シングルページ送り
----------------------------------------------------*/
.single-nav-links {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 90px 0 45px;
  width: 99%; }

.single-nav-links .nav-previous,
.single-nav-links .nav-next {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: solid 1px #eee;
  background: #fff; }

.single-nav-links .nav-previous:hover,
.single-nav-links .nav-next:hover {
  opacity: 0.8;
  background: rgba(224, 224, 224, 0.12); }

.single-nav-links .nav-links-title {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  width: 100%; }

.single-nav-links a {
  font-size: 12px;
  display: block; }

.single-nav-links img {
  background: #fff;
  border: solid 1px #eee; }

/*previous*/
.single-nav-links .nav-previous {
  float: left;
  width: 50%;
  border-right: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  padding: 8px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: solid 1px #eee; }

.single-nav-links .nav-previous .nav-links-title {
  float: left;
  padding-left: 20px;
  position: relative;
  margin: 0; }

.single-nav-links .nav-previous .nav-links-title:before {
  content: "<<";
  position: absolute;
  left: -0px; }

/*.nav-next*/
.single-nav-links .nav-next {
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  padding: 8px;
  text-align: right;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.single-nav-links .nav-next .nav-links-title {
  padding-right: 20px;
  position: relative;
  float: right;
  margin: 0; }

.single-nav-links .nav-next .nav-links-title:before {
  content: ">>";
  position: absolute;
  right: -0px; }

/*----------------------------------------------------
shame-archive
----------------------------------------------------*/
.shame-archive-box .news-info-meta {
  margin-bottom: 4px; }

.shame-archive-name {
  font-size: 13px;
  margin-left: 10px;
  text-align: center; }

.shame-archive-name a {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none; }

.shame-archive-box .title {
  margin-bottom: 13px;
  letter-spacing: 1px; }

.shame-archive-box:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0; }

/*----------------------------------------------------
single-cast
----------------------------------------------------*/
#single-cast {
  padding: 60px 0; }
  #single-cast .bxslider_cast {
    padding: 0; }
  #single-cast .entry-content ul {
    padding: 0;
    list-style: none; }
  #single-cast .single-cast-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    margin-bottom: 32px; }
    #single-cast .single-cast-info a {
      text-decoration: underline; }
    #single-cast .single-cast-info dl {
      font-size: 18px;
      letter-spacing: 2px;
      margin-bottom: 12px; }
    #single-cast .single-cast-info dl dd span {
      margin-right: 6px; }
    #single-cast .single-cast-info .new {
      background: #fc8463;
      color: #fff;
      width: 38px;
      height: 38px;
      text-align: center;
      line-height: 38px;
      border-radius: 50%;
      font-size: 11px;
      margin-right: 8px; }
    #single-cast .single-cast-info .cat-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 24px; }
    #single-cast .single-cast-info .cat-list-grade {
      font-size: 12px;
      border: solid 2px #2998da;
      color: #2998da;
      background: #2998da;
      color: #fff;
      padding: 2px 4px;
      position: relative;
      top: 7px;
      font-family: sans-serif;
      margin-right: 4px; }
    #single-cast .single-cast-info .cat-list-type {
      font-size: 12px;
      background: rgba(255, 255, 255, 0.83);
      border: solid 1px #2998da;
      color: #2998da;
      padding: 2px 4px;
      position: relative;
      top: 7px;
      font-family: sans-serif; }
    #single-cast .single-cast-info .cat-list-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 24px; }
    #single-cast .single-cast-info .cast_single_twitter_icon {
      width: 24px;
      height: 24px;
      line-height: 22px;
      border-radius: 50%;
      background: #55acee;
      color: #fff;
      text-align: center;
      margin-left: 6px;
      margin-top: 7px;
      padding-left: 1px; }
      #single-cast .single-cast-info .cast_single_twitter_icon i {
        font-size: 14px; }
    #single-cast .single-cast-info .single_cast_twitter {
      border: solid 1px #eee; }
  #single-cast .castlist-box-wrap {
    padding: 0; }
    #single-cast .castlist-box-wrap .top_krc_calendar {
      display: none; }

#single-cast h5 {
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 24px;
  border-bottom: solid 1px #2998da;
  padding-bottom: 4px;
  color: #2998da;
  padding-top: 10px;
  padding-bottom: 8px;
  background: #fff9f9; }

.cast-title {
  font-size: 24px;
  color: #2998da;
  text-transform: uppercase;
  margin-bottom: 14px; }
  .cast-title .old {
    font-family: serif;
    font-size: 20px; }

.cast-title-old {
  font-size: 28px; }

#single-cast pre {
  background-color: #fff;
  margin-bottom: 24px;
  font-family: serif; }

.single_cast_twitter {
  margin: 60px 0;
  max-width: 500px; }

/* 個人スケジュール
------------------------- */
.krc_calendar {
  margin-top: 15px;
  margin-bottom: 13px;
  font-family: 'Forum', cursive, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

.krc_calendar dl {
  float: left;
  margin-right: 0px;
  width: 20%;
  text-align: center;
  border: solid 1px #999;
  border-left: none;
  background: #fff;
  font-size: 12px;
  margin-bottom: 15px; }

.krc_calendar dl:first-child {
  border-left: solid 1px #999; }

.krc_calendar dl:nth-child(6) {
  border-left: solid 1px #999; }

.krc_calendar dl dt {
  border-bottom: 1px solid #999;
  padding: 5px 0px;
  background: #eee; }

.krc_calendar dl dt.sat {
  background: #c6e2f8; }

.krc_calendar dl dt.sun {
  background: #f2dae8; }

.krc_calendar dl dt a {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #333; }

.krc_calendar dl dd {
  padding: 5px 0;
  color: #333; }

.single-krc_cast .entry-content {
  margin-bottom: 37px; }

.single-krc_cast .bx-wrapper {
  margin-top: 0px !important; }

.single-krc_cast .girls_comment_box {
  margin-bottom: 40px; }

.single-krc_cast .girls_comment_title {
  margin-bottom: 15px; }

.single-krc_cast .girls_comment_title span {
  background: #fff5cb;
  padding: 5px 9px;
  border-radius: 3px; }

.single-krc_cast .shame_box .shame-btn {
  float: right; }

.single-krc_cast .shame_box .shame-btn a {
  color: #fff;
  background: #C90063;
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 14px; }

.single-krc_cast .shame_box .shame-btn a:hover {
  text-decoration: none;
  opacity: 0.8; }

.single-cast-list-box .list {
  overflow: hidden;
  padding: 0;
  list-style: none; }

.single-cast-list-box .list li {
  float: left;
  width: 13.5%;
  margin-right: 0.8%;
  margin-bottom: 24px;
  background: #fff; }

.single-cast-list-box .list li:nth-child(7n) {
  margin-right: 0; }

.single-cast-list-box .list li:hover {
  opacity: 0.8; }

.single-cast-list-box .thumb {
  position: relative; }

.single-cast-list-box .imgWrap:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.single-cast-list-box .thumb .cat-list-box {
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 100%; }

.single-cast-list-box .top-caption {
  padding: 22px 12px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px; }

.single-cast-list-box .thumb .cat-list-box .new {
  bottom: 0px;
  background: #fc8463;
  color: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  font-size: 11px; }

.single-cast-list-box .thumb .cat-list-box .premiere {
  bottom: 0px;
  text-align: center;
  margin-top: 6px;
  color: #fff;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 11px;
  letter-spacing: 0.5px; }

.single-cast-list-box .thumb .cat-list {
  position: absolute;
  right: 10px;
  bottom: 3px;
  font-size: 11px;
  display: inline-block; }

.single-cast-list-box .thumb .cat-list .cat-list-type,
.single-cast-list-box .thumb .cat-list .cat-list-grade {
  padding: 1px 4px 0;
  color: #fff;
  line-height: 16px;
  height: 20px; }

.single-cast-list-box .thumb .cat-list .cat-list-type {
  background: rgba(255, 255, 255, 0.83);
  border: solid 1px #2998da;
  margin-bottom: 3px;
  color: #2998da;
  font-family: sans-serif;
  font-size: 9px; }

.single-cast-list-box .thumb .cat-list .cat-list-grade {
  background: #2998da;
  font-family: sans-serif; }

.single-cast-list-box .title {
  font-size: 11px;
  height: 47px;
  letter-spacing: 1px;
  line-height: 17px;
  color: #333;
  word-break: normal;
  border: solid 1px #eee;
  border-top: none;
  padding: 5px 3px 4px;
  text-transform: uppercase; }

.single-krc_cast .entry-content {
  margin-bottom: 0px; }

.single-krc_cast .news-box .thumb img {
  border-radius: 8px;
  border: solid 1px #eee; }

.single-krc_cast .top_more_btn {
  clear: both;
  margin-top: 12px;
  margin-bottom: 12px; }

/*----------------------------------------------------
recruit
----------------------------------------------------*/
/*----------------------------------------------------
author
----------------------------------------------------*/
#author .news-box .thumb img {
  border-radius: 8px;
  border: solid 1px #eee; }

/*----------------------------------------------------
コメントのよりを削除
----------------------------------------------------*/
.says {
  display: none; }

/*----------------------------------------------------
protection
----------------------------------------------------*/
.protection-txt {
  margin-bottom: 24px; }

#protection .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px; }

#protection .pass-field {
  width: 200px;
  margin-right: 3px;
  border: solid #9a9a9a 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#protection .btn {
  background: #e976aa;
  color: #fff; }

/*----------------------------------------------------
求人ページ
----------------------------------------------------*/
.recruit .page-content-inner .content-area h1,
.recruit .page-content-inner .content-area h2,
.recruit .page-content-inner .content-area h3,
.recruit .page-content-inner .content-area h4,
.recruit .page-content-inner .content-area h5,
.recruit .page-content-inner .content-area h6,
.recruit .page-content-inner .content-area p,
.recruit .page-content-inner .content-area ul,
.recruit .page-content-inner .content-area {
  /*    font-family: "M PLUS Rounded 1c";*/
  font-family: YuGothic, 'Yu Gothic', sans-serif; }

.recruit-page-header {
  clear: both;
  display: block;
  position: relative;
  margin: 160px 0px 50px;
  font-size: 18px;
  font-weight: bold;
  color: #3e3e3e; }

.recruit-page-header span {
  display: block;
  letter-spacing: 2px;
  font-size: 40px;
  margin-bottom: 12px; }

.recruit-page-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  border-bottom: 3px solid #e976aa;
  width: 82px;
  display: block;
  text-align: center;
  padding-bottom: 20px; }

.recruit-title {
  text-align: center;
  font-size: 20px; }

.recruit-heading001 {
  text-align: center;
  font-weight: bold;
  margin: 55px auto 30px;
  max-width: 280px; }

.recruit-heading002 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 55px; }

.recruit-heading002 span {
  display: inline-block;
  text-align: center;
  line-height: 52px; }

.ctw-marker-bold {
  padding: 3px 1px 1px 6px;
  background-size: 200% 12px;
  background-position: 0 36px;
  background-repeat: repeat-x;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease; }

.ctw-marker-bold.ctw-marker-position {
  background-position: -100% 36px; }

.ctw-marker-border001 {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 50%, rgba(136, 214, 181, 0.5) 50%); }

.recruit-heading003 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 93px; }

.recruit-heading003 .ctw-marker-bold {
  padding: 3px 12px;
  background-size: 200% 42px;
  background-position: 0 0px;
  background-repeat: repeat-x;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease; }

.recruit-heading003 .ctw-marker-bold.ctw-marker-position {
  background-position: -100% 0px; }

.recruit-heading003 .ctw-marker-border001 {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 0, 0.72) 50%); }

.recruit-list {
  list-style: none;
  padding: 0;
  border: 3px double #cbb994;
  padding: 20px 14px;
  background: #fff;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.recruit-list li {
  width: 31%; }

.recruit-list li:not(:last-child) {
  position: relative;
  padding-bottom: 8px; }

.recruit-list .list-title {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
  border-bottom: dashed 1px #909090;
  padding: 5px 0;
  text-align: center; }

.recruit-list .list-title i {
  position: relative;
  top: 4px;
  display: block;
  font-size: 44px;
  margin-bottom: 18px; }

.recruit-list p {
  text-align: center;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 18px; }

.recruit-contact {
  margin-bottom: 100px; }

.recruit-heading004 {
  font-size: 24px;
  text-align: center;
  margin-top: 88px;
  margin-bottom: 37px;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  padding-top: 22px;
  padding-bottom: 22px; }

.recruit-heading004 span {
  display: block;
  margin-bottom: 8px; }

.recruit-heading004 i {
  font-size: 28px;
  position: relative;
  top: 5px; }

.recruit-heading004 .heading-en {
  font-size: 22px;
  margin-top: 16px; }

.recruit-contact .recruit-heading004 i {
  top: 0px; }

.recruit-contact-list001 {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.recruit-contact-list001 li {
  text-align: center;
  width: 45%; }

.recruit-contact-list001 a {
  text-decoration: none;
  background: #f5efde;
  border: solid 1ox #333;
  padding: 6px 10px 10px;
  display: block;
  color: #333;
  font-size: 18px;
  border-radius: 8px;
  border: solid 1px #eee; }

.recruit-contact-list001 a i {
  position: relative;
  top: 5px;
  margin-right: 3px; }

.recruit-contact-list002 {
  margin-top: 42px;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 22px; }

.recruit-contact-list002 li {
  text-align: center;
  width: 32%; }

.recruit-contact-list002 a {
  text-decoration: none;
  background: #eee;
  border: solid 1ox #333;
  padding: 6px 10px 10px;
  display: block;
  color: #333;
  font-size: 18px;
  border-radius: 8px; }

.recruit-contact-list002 li:first-child a {
  background: #98d4dd; }

.recruit-contact-list002 li:nth-child(2) a {
  background: #85de88; }

.recruit-contact-list002 li:nth-child(3) a {
  background: #f2ccc7; }

.recruit-contact-list002 a i {
  position: relative;
  top: 5px;
  margin-right: 3px; }

.recruit-txt {
  font-size: 18px;
  margin-bottom: 24px; }

.recruit-highlight p {
  text-align: center;
  font-size: 16px;
  line-height: 32px !important;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-top: 8px;
  margin-bottom: 32px; }

/*accordion*/
.accordion-wrap {
  margin-top: 52px;
  margin-bottom: 42px;
  border: solid 2px #eee;
  padding: 0 20px 15px;
  text-align: center;
  border-radius: 8px;
  background: #fff; }

.accordion-heading {
  font-size: 16px;
  text-align: center;
  background: #e73a8f;
  color: #fff;
  display: inline-block;
  margin: 0px auto 12px;
  padding: 8px 12px;
  position: relative;
  top: -15px;
  border-radius: 8px; }

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer; }

.accordion-container h4.article-title {
  width: 200px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 14px 18px;
  font-weight: normal;
  color: #fff;
  background: #55c2e7;
  cursor: pointer;
  margin-bottom: 18px !important;
  border-radius: 27px; }

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
  background-color: #00aaa7;
  color: white; }

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white; }

.article-title {
  position: relative;
  margin-bottom: 0 !important; }

.article-title:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 38%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.article-title.open:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%; }

.accordion-content {
  display: none;
  width: 100%;
  margin-top: 40px; }

/*====================================================================
.s_05 .accordion_one
====================================================================*/
.s_05 {
  margin-bottom: 80px; }

.s_05.m-b30 {
  margin-bottom: 30px; }

.s_05 .accordion_one {
  max-width: 1024px;
  margin: 0 auto; }

.s_05 .accordion_one .accordion_header {
  background-color: #ff899c;
  color: #fff;
  font-size: 16px;
  /*    font-weight: bold;*/
  padding: 15px 38px 15px 15px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.s_05 .accordion_one:nth-of-type(2) .accordion_header,
.s_05 .accordion_one:nth-of-type(5) .accordion_header,
.s_05 .accordion_one:nth-of-type(8) .accordion_header {
  background-color: #76d4c4; }

.s_05 .accordion_one:nth-of-type(3) .accordion_header,
.s_05 .accordion_one:nth-of-type(6) .accordion_header,
.s_05 .accordion_one:nth-of-type(9) .accordion_header {
  background-color: #f2bd73; }

.s_05 .accordion_one .accordion_header:hover {
  opacity: .8; }

.s_05 .accordion_one .accordion_header .i_box {
  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;
  position: absolute;
  top: 58%;
  right: 2%;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  margin-top: -20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.s_05 .accordion_one .accordion_header .i_box:after {
  font-family: "FontAwesome";
  content: "\f107"; }

.s_05 .accordion_one .accordion_header.open {
  opacity: .8; }

.s_05 .accordion_one .accordion_header.open .i_box::after {
  opacity: 1; }

.s_05 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.s_05 .accordion_one .accordion_inner {
  display: none;
  padding: 20px 15px;
  border-left: 2px solid #ff899c;
  border-right: 2px solid #ff899c;
  border-bottom: 2px solid #ff899c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff; }

.s_05 .accordion_one:nth-of-type(2) .accordion_inner,
.s_05 .accordion_one:nth-of-type(5) .accordion_inner,
.s_05 .accordion_one:nth-of-type(8) .accordion_inner {
  border-left: 2px solid #76d4c4;
  border-right: 2px solid #76d4c4;
  border-bottom: 2px solid #76d4c4; }

.s_05 .accordion_one:nth-of-type(3) .accordion_inner,
.s_05 .accordion_one:nth-of-type(6) .accordion_inner,
.s_05 .accordion_one:nth-of-type(9) .accordion_inner {
  border-left: 2px solid #f2bd73;
  border-right: 2px solid #f2bd73;
  border-bottom: 2px solid #f2bd73; }

.s_05 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0; }

/* table */
.table-title {
  font-size: 14px !important;
  text-align: center;
  padding: 14px 0;
  background: #ff9999;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 0 !important;
  font-family: sans-serif;
  border: 2px solid #ff9999;
  margin-top: 24px;
  border-bottom: none; }

.recruit-table {
  margin-bottom: 18px !important; }

.recruit-table,
.recruit-table td,
.recruit-table th {
  border: 2px solid #ff9999;
  border-collapse: collapse;
  font-weight: bold; }

.recruit-table td,
.recruit-table th {
  padding: 15px 4px;
  text-align: center; }

.recruit-table th {
  background: #fff5ee; }

.recruit-table td {
  background: #fff; }

.recruit-table .minute {
  width: 15%; }

.table-title.color001 {
  background: #888;
  color: #fff;
  border-color: #888; }

.recruit-table.bg001,
.recruit-table.bg001 td,
.recruit-table.bg001 th {
  border: 2px solid #888;
  border-collapse: collapse;
  font-weight: bold; }

.recruit-table.bg001 th {
  background: #eee; }

.table-title.color002 {
  background: #e6b422;
  color: #fff;
  border-color: #e6b422; }

.recruit-table.bg002,
.recruit-table.bg002 td,
.recruit-table.bg002 th {
  border: 2px solid #e6b422;
  border-collapse: collapse;
  font-weight: bold; }

.recruit-table.bg002 th {
  background: #f4efe2; }

@media (max-width: 767px) {
  .table-title {
    padding: 8px 0; }
  .recruit-table {
    font-size: 12px !important;
    letter-spacing: 0px;
    display: table; }
  .recruit-table .minute {
    width: 82px; }
  .recruit-table td,
  .recruit-table th {
    width: auto;
    padding: 18px 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    letter-spacing: 1.5px; } }

.recruit-table002 th {
  background: #ffdada; }

.recruit-table002 th,
.recruit-table002 td {
  padding: 15px;
  border: 1px solid #c9c9c9; }
