/*
共通
ヘッダー
パンくずリスト
ページタイトル・イメージ
メイン
お問い合わせ
フッター

トップページ
エントリー共通
サービスページ
初めての方へ
会社概要
49年会
performer詳細
performerを探す
新着情報一覧
新着情報詳細
お問い合わせページ
プライバシーポリシー・利用規約
セカンドキャリア相談
おすすめの本

レスポンシブ共通
*/

/* --------------------共通-------------------- */
body{
  line-height: 2;
  letter-spacing: 0.04rem;
  background: #F7F7F7;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.entry{
  border-bottom: initial;
}
.summary-default-item{
  background: #ffffff;
  border-right: initial;
  border-bottom: initial;
}
.summary-default{
  border-top: initial;
  border-left: initial;
}
.summary-default-link{
  padding: 10px 30px;
}
.entry-btn-default,
.entry-column .entry-btn-default{
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 68px;
  background: #E68E00;
  border: solid 1px #E68E00;
  border-radius: 6px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
}
.entry-btn-default:visited,
.entry-column .entry-btn-default:visited{
  color: #ffffff;
}
.entry-btn-default:after,
.entry-column .entry-btn-default:after{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.entry-btn-default:hover,
.entry-column .entry-btn-default:hover{
  text-decoration: none;
  background: #ffffff;
  color: #E68E00;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.entry-btn-default:hover:after,
.entry-column .entry-btn-default:hover:after{
  border-top: 2px solid #E68E00;
  border-right: 2px solid #E68E00;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

span.anchor{
  position: relative;
  top: -100px;
  display: block;
}



/* --------------------ヘッダー-------------------- */
.head-wrapper{
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 2;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.04);
  top: 0;
  display: flex;
  justify-content: space-between;
  transition: .5s;
}
.head-wrapper.hide{
  top: -52px;
}
.header-logo{
  transition: .5s;
}
.head-wrapper.hide .header-logo{
  padding: 48px 0 0;
}

.site-logo{
  width: 199px
}
.navbar>ul{
  float: right;
}
.navbar ul li{
  height: 72px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0 16px;
}
.navbar ul li:last-child{
  margin-right: 20px;
}
.navbar ul li.navbar-btn{
  margin-right: 10px;
  height: auto;
}
.navbar ul li a{
  font-size: 15px;
}
.navbar ul li:hover a{
  border-bottom: 4px solid #E68E00;
}
.navbar ul li.stay a{
  border-bottom: 4px solid #E68E00;
}
.navbar a.btn-attention,
.navbar a.btn-attention:focus{
  position: relative;
  height: 52px;
  width: 160px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0 20px;
  border-radius: 0;
  background: #E68E00;
  border: 1px solid #E68E00;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  box-sizing: border-box;
}
.navbar a.btn-attention:hover{
  background: #ffffff;
  color: #E68E00;
  border: solid 1px #E68E00;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.navbar a.btn-attention img{
  margin-right: 6px;
  width: 16px;
  display: inline-block;
  vertical-align: -7px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.navbar a.btn-attention img.on{
  position: absolute;
  left: 22px;
  opacity: 0;
}
.navbar a.btn-attention:hover img.on{
  opacity: 1;
}
.navbar ul li.nav_first, .navbar ul li.nav_second_carrier{
  height: 52px;
}
.navbar ul li.nav_first a, .navbar ul li.nav_second_carrier a{
  font-size: 13px;
  color: #E68E00;
  padding-top: 5px;
  display: flex;
  align-items: center;
}
.navbar ul li.nav_first a::before{
  content: "";
  display: inline-block;
  height: 16.5px;
  width: 11.8px;
  background-image: url( /themes/site2019/images/icon_first.png );
  background-size: cover;
  margin-right: 6px;
}
.navbar ul li.nav_second_carrier a:before{
  content: "";
  display: inline-block;
  height: 16.2px;
  width: 16.2px;
  background-image: url( /themes/site2019/images/icon_second_carrier.png );
  background-size: cover;
  margin-right: 6px;
}

.header{
  height: 72px;
}
.header-logo{
  width: 30%;
}
.header-nav{
  width: 70%;
}
.site-name{
  margin: initial;
}




@media screen and (max-width: 1023px){
  .header-logo{
    padding: 2px 0 5px;
    width: 100%;
  }
  .header-logo .acms-admin-module-edit-wrapper{
    z-index: 100000;
  }
  .header{
    height: 60px;
  }
  .site-header{
    border-bottom: initial;
    border-top: initial;
    background: initial;
    width: initial;
  }
  .nav-menu-action{
    padding-top: 10px;
  }
  .nav-menu-action-item a img{
    width: 24px;
  }
  .nav-menu-btn{
    padding: 0 5px;
  }
  .site-name{
    margin-top: 6px;
  }
}
@media screen and (max-width: 1023px){
  .mobile-nav{
    top: 59px;
    padding-top: 0px;
  }
  .mobile-navbar{
    width: 100%;
  }
  .mobile-nav-inner{
    padding: 0;
  }
  .mobile-navbar-list .nav_link,
  .mobile-nav-side-link{
    padding: 10px 20px;
    border-bottom: 1px solid #EBEBEB;
    display: block;
    font-size: 15px;
    text-align: left;
    position: relative;
    line-height: 2;
  }
  .mobile-navbar-list .nav_link,
  .mobile-nav-side-link{
    text-decoration: none!important;
  }
  .acms-icon-arrow-small-right{
    position: absolute;
    right: 20px;
    top: 18px;
    bottom: 0;
    margin: auto;
  }
  .mobile-nav-side{
    margin: 0;
  }
  .mobile-nav-side-item{
    margin: 0;
  }
  .mobile-nav-side-item a{
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px){
  .acms-container{
    margin-left: inherit;
  }
  .head-wrapper.hide{
    top: 0;
  }
}


/* --------------------パンくずリスト-------------------- */
.topicpath{
  margin-bottom: 0;
  padding: 134px 0 8px;
  font-size: 12px;
}
.topicpath-link{
  font-size: 12px;
}
@media screen and (max-width: 1030px){
  .head-wrapper.hide .header-logo{
    padding: 2px 0 5px;
  }
  .topicpath{
    padding-top: 68px;
  }
}

/* --------------------ページタイトル・イメージ-------------------- */
.page-title{
  text-align: center;
}
.page-description{
  text-align: center;
  max-width: 800px;
  margin: 10px auto;
}
.page-title-filter{
  background: initial;
}
.page-title-wrapper{
  margin-bottom: 20px;
}
.page-title-wrapper.noimage{
  background: #E68E00;
}
#autoplay-btn{
  display: none;
}
.main-slider-text-inner{
  padding-top: 60px;
}
.main-slider-main-copy{
  font-size: 20px;
}
.main-slider-side-copy{
  font-size: 14px;
}
.fix-height, .main-slider-image{
  height: 400px;
}

@media screen and (max-width: 1024px){
  .main-slider-text-inner{
    padding-top: 40px;
  }
  .page-title{
    font-size: 24px;
  }
  .page-description{
    font-size: 14px;
  }
}
@media screen and (max-width: 768px){
  .page-title-wrapper{
    height: 240px;
  }
  .page-title-wrapper.noimage{
    height: 180px;
  }
  .main-slider-text-inner{
    padding: 0 10px;
  }
  .main-slider-main-copy{
    margin-top:20px;
    margin-bottom: 20px;
  }

}
@media screen and (max-width: 600px){
  .page-description br{
    display: none;
  }
}

@media screen and (min-width: 768px){
  .page-title-wrapper.noimage{
    height: 240px;
  }
}


/* --------------------メイン-------------------- */
.acms-container{
  max-width: 1100px;
}
.entry-column p{
  font-size: 14px;
  margin: 0 auto 20px;
  line-height: 2;
}


/* --------------------お問い合わせー-------------------- */
.lp-suggest-box{
  background-image: url(/media/001/201912/9f14c4fcefe41f0f450fea62576cd4ee.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: bold;
  color: #ffffff;
}
.lp-suggest-title{
  font-size: 26px;
  display: inline-block;
  border-bottom: 4px solid #ffffff;
}
.lp-suggest-text{
  font-size: 16px;
  margin: 0 0 30px;
}
.lp-suggest-btn a{
  font-size: 16px;
  padding: 15px 90px;
  border: solid 2px #ffffff;
  border-radius: 6px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #ffffff;
}
.lp-suggest-btn a:hover{
  background: #ffffff;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: initial;
}
@media screen and (max-width: 768px){
  .lp-suggest-title{
    font-size: 20px;
  }
  .lp-suggest-text{
    font-size: 13px;
  }
  .lp-suggest-btn a{
    font-size: 14px;
    padding: 15px 50px;
  }

}
@media screen and (max-width: 600px){
  .lp-suggest-text br{
    display: none;
  }
}


/* --------------------フッター-------------------- */
.foot-wrapper{
  background: #ffffff;
  padding: 0;
}
.foot-wrapper .footer{
  padding-top: 40px;
  padding-bottom: 30px;
}
.company-about, .company-name, .company-detail, .company-detail a{
  color: #333333;
  margin: 0;
}
.company-name{
  font-size: 16px;
  margin-bottom: 15px;
}
.footer-nav .navbar_footer ul{
  list-style: none;
  margin-top: 0;
}
.footer-nav .navbar_footer ul li:nth-child(3){
  margin-bottom: 20px;
}
.footer-nav .navbar_footer ul li ul{
  list-style: disc;
}
.footer-nav .navbar_footer ul li a{
  color: #333333;
}
.footer-nav .navbar_footer ul li a:visited{
  color: #333333;
}
.footer-nav .navbar_footer ul li a:hover{
  color: #E68E00;
}
.copyright{
  background: #E68E00;
  padding: 6px;
}
@media screen and (min-width: 768px){
  footer .company-about:after{
    height: 220px;
    content: "";
    display: block;
    border-right: 2px solid #EDEFF0;
    position: absolute;
    right: 0;
    top: 10px;
  }
  footer .company-about{
    position: relative;
    padding-right: 40px;
  }
  footer .acms-col-md-6{
    width:40%;
  }
  footer .acms-col-md-3{
    width:30%
  }
}
@media screen and (max-width: 768px){
  .company-about{
    text-align: center;
  }
  .company-name{
    font-size: 16px;
  }
  .company-detail{
    font-size: 13px;
  }
  .copyright-text{
    font-size: 12px;
  }
}


/* --------------------トップページ-------------------- */
.top_main{
  text-align: center;
  z-index: 1;
  margin-top: -100px;
}
.top_main .module-header{
  background: initial;
  display: inline-block;
  margin: 0 0 20px;
  padding: initial;
  border-bottom: 4px solid #E68E00;
}
.top_main h2, .top_main .module-header h2{
  font-size: 24px;
}
.top_main .bg-white{
  background: #ffffff;
  max-width: 1000px;
  padding: 60px 30px;
  margin: 40px auto 90px;
  box-sizing: border-box;
}
.top_main .section_feature{
  position: relative;
}
.top_main .feature_list{
  list-style: none;
  margin: 20px 0 40px;
  padding: initial;
}
.top_main .feature_list li{
  display: inline-block;
  width: 240px;
  margin: 0 24px;
}
.top_main .feature_list li .columnImage{
  height: 100%
}
.top_main .feature_list li p{
  margin: 10px 0;
  text-align: left;
}
.top_main .feature_list li p.caption{
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
.top_main .section_service::before,
.top_news_summary:before{
  content: "";
  position: absolute;
  width: 100%;
  background: #EDEFF0;
  left: 0;
  z-index: -1;
  margin-top: -50px;
}
.top_main .section_service::before{
  height:  1100px;
}
.top_news_summary:before{
  height: 680px;
}

.top_main .service_list{
  list-style: none;
  margin: 36px 0 70px;
  padding: initial;
}
.top_main .service_list li{
}
.top_main .service_list li a{
  background: #ffffff;
  display: flex;
  text-decoration: none;
  color: initial;
  max-width: 920px;
  margin: 10px auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.04);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.top_main .service_list li a:hover{
  box-shadow: initial;
  color: #E68E00;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.top_main .service_list li a img{
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.top_main .service_list li a img.sp{
  display: none;
}
.top_main .service_list li a:hover img{
  opacity: 0.8;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.top_main .service_list li a{
  height: 212px;
}
.top_main .service_list li div{
  padding: 26px 40px 10px;
  text-align: left;
}
.top_main .service_list li div .service_type{
  font-size: 18px;
  font-weight: bold;
  color: #E68E00;
  margin: initial;
}
.top_performer_summary .performer_img{
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
 .top_performer_summary .summary-default{
  margin: 40px 0 50px;
}
.top_performer_summary .summary-default .summary-default-item{
  margin-bottom: 10px;
  height: 140px;
}
.top_performer_summary .summary-default .summary-default-item .summary-default-link{
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.top_performer_summary .summary-default .summary-default-item .summary-default-link:hover{
  color: #E68E00;
  background: initial;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.top_performer_summary .summary-default .summary-default-item .summary-default-link:hover .performer_birth{
  color: #E68E00;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.top_performer_summary .summary-default .summary-default-item .summary-default-link:hover img{
  opacity: 0.8;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.top_performer_summary .performer_detail{
  text-align: left;
  padding-left: 16px;
}
.top_performer_summary .performer_detail p{
  margin: initial;
}
.top_performer_summary .performer_detail .performer_name{
  font-size: 16px;
  color: #E68E00;
  font-weight: bold;
}
.top_performer_summary .performer_detail .performer_birth{
  color: #A5A5A5;
  font-weight: bold;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.top_news_summary{
  margin-bottom: 60px!important;
  position: initial;
}
.top_news_summary .card{
  border-left: initial;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.top_news_summary .card .card-item{
  border-top: initial;
  border-right: initial;
  border-bottom: initial;
  background: #ffffff;
  width: 270px;
  padding: 15px;
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
}
.top_news_summary .card .card-item:not(:nth-child(3n)){
  margin-right: 15px;
}
.top_news_summary .card .card-item .card-link{
  padding: 15px;
  margin: -15px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.top_news_summary .card .card-item .card-link:hover{
   background: #f7f7f7;
}
.top_news_summary .card .card-item .card-date{
  font-size: 14px;
  color: #E68E00;
  margin: initial;
}
.top_news_summary .card .card-item .card-title{
  font-size: 14px;
  height: 70px;
  font-weight: initial;
}

.banner_top{
  margin-top: 130px;
  margin-bottom: 60px;
}
.banner_top .module-header{
  border-bottom: 0;
  margin-bottom: 0;
}
.banner_top #banner-banner_top{
  font-size: 18px;
  color: #E68E00;
  background: url(../../images/line-left.png) no-repeat left 2px center,url(../../images/line-right.png) no-repeat right 7px center;
  background-size: 8px auto;
  display: inline-block;
  padding: 0 20px;
}
.banner_top .module-header+.banner{
  text-align: center;
  margin-top: -10px;
}
.banner_top ul li{
  display: inline-block;
  margin: 0 5px;
}
.banner_top ul li a img{
  height: 70px;
  width: auto;
  object-fit: contain;
  box-shadow: 0 3px 6px #0000000d;
}


@media screen and (max-width: 940px){
  .top_main{
    margin-top: -70px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .top_main .service_list{
    margin: 36px 0 0;
  }
  .top_main .feature_list li{
    width: initial;
    display: flex;
    align-items: center;
  }
  .top_main .feature_list li .columnImage{
    margin-right: 20px;
  }
  .top_main .feature_list li p, .top_main .feature_list li p.caption{
    text-align: left;
  }
  .top_main .service_list li a{
    display: initial;
    background: initial;
    box-shadow: initial;
  }
  .top_main .service_list li div{
    padding: 16px 20px 20px;
  }
  .top_main .service_list li a img{
    display: none;
  }
  .top_main .service_list li a img:hover{
    display: none;
  }
  .top_main .service_list li a img.sp{
    display: initial;
    width: 100%;
  }
  .top_performer_summary .summary-default .summary-default-item{
    height: 140px;
  }
}
@media screen and (max-width: 768px){
  .top_main{
    padding-left: 10px;
    padding-right: 10px;
  }
  .top_main h2, .top_main .module-header h2{
    font-size: 20px;
  }
  .top_main .module-header{
    margin-bottom: 0;
  }
  .top_main .feature_list{
    margin-top: 0;
  }
  .top_main .service_list li a{
    background: initial;
    box-shadow: initial;
  }
  .top_main .feature_list li p.caption{
    font-size: 16px;
  }
  .top_main .bg-white{
    padding: 30px 20px;
    margin: 40px auto;
  }
  .top_main .service_list li div .service_type{
    font-size: 16px;
  }
  .top_performer_summary .summary-default .slick-list{
    padding: 0;
  }
  .top_performer_summary .summary-default .summary-default-item{
    box-shadow: initial;
  }
  .top_performer_summary .summary-default .summary-default-item .summary-default-link{
    padding: 0;
  }
  .top_performer_summary .performer_detail .performer_name{
    font-size: 14px;
  }
  .top_performer_summary .performer_detail p{
    font-size: 12px;
  }
  .top_performer_summary .acms-summary-image+.acms-summary-body{
    padding-left: 16px;
  }
  .summary-default-link{
    padding: 10px;
  }
  .top_news_summary .card .card-item .card-date{
    font-size:13px;
  }
  .top_news_summary .card .card-item .card-title{
    font-size:13px;
  }
  .top_main .section_service::before{
    display: none;
  }
  .top_news_summary:before{
    margin-top: 80px;
  }
  .banner_top::before{
    content: "";
    position: absolute;
    width: 100%;
    background: #f7f7f7;
    left: 0;
    z-index: -1;
    margin-top: -60px;
    height: 100%;
  }
}
@media screen and (max-width: 600px){
  .top_main .feature_list{
    margin-bottom: 0;
  }
  .top_main .feature_list li{
    display: inline-block;
    margin: 0;
  }
  .top_main .feature_list li .columnImage{
    margin: 0;
    height: 80px;
  }
  .top_main .feature_list li div{
    margin-bottom: 30px;
  }
  .top_main .feature_list li p.caption{
    text-align: center;
    margin-top: 15px;
  }
  .top_main .section_service p br,
  .top_performer_summary p br{
    display: none;
  }
  .top_main .service_list li div{
    padding: 10px 0;
  }
  .top_main .service_list li div .service_type{
    text-align: center;
  }
  .top_main .acms-summary-image{
    display: inherit;
    margin: 0 auto;
  }
  .top_performer_summary .performer_detail{
    display: block;
    padding: 10px 0 0;
    text-align: center;
  }
  .top_performer_summary .summary-default .summary-default-item{
    width: 150px;
    height: initial;
  }
  .top_performer_summary .acms-summary-image+.acms-summary-body{
    padding-left: 0;
  }
  .top_news_summary .card{
    display: block;
  }
  .top_news_summary .card .card-item{
    padding: 10px;
    width: 100%;
  }
  .top_news_summary .card .card-item .card-link{
    padding: 10px;
    margin: -10px;
    display: inline-block;
    width: 100%;
  }
  .top_news_summary .card .card-item:not(:nth-child(3n)){
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .top_news_summary .card .card-item .card-link .card-img{
    width: 40%;
    float: left;
    margin: 0 10px 0 0;
  }
  .banner_top #banner-banner_top{
    font-size: 16px;
    background: url(../../images/line-left_sp.png) no-repeat left 6px center,url(../../images/line-right_sp.png) no-repeat right 10px center;
    background-size: 11px auto;
    padding: 0 20px;
  }
}

/* --------------------エントリー共通-------------------- */
.page-header{
  display: none;
}
.entry-column h2{
  font-size: 26px;
  color: #E68E00;
  border-left: initial;
  text-align: center;
  margin-bottom: 30px;
  padding: initial;
}
.entry-column h3,
.entry_first h2,
.entry_company h2,
.entry_49th h2,
.entry_sdgs h2
{
  font-size: 20px;
  background: initial;
  display: inline-block;
  margin: 0 0 30px;
  padding: initial;
  border-bottom: 4px solid #E68E00;
}
.entry-column h4{
  font-size: 16px;
  color: #E68E00;
  margin: 10px 0;
}
.entry-column .bg-white{
  background: #ffffff;
  max-width: 940px;
  padding: 30px;
  margin: 40px auto 90px;
  box-sizing: border-box;
}
.entry-column .bg-white p{
  text-align: left;
}
.entry-column .bg-white p.button{
  text-align: center;
  margin: 30px 0 20px;
}
.entry-column .bg-white p.caption{
}
.entry-column .bg-white ul.circle_list{
  list-style: none;
  margin: 0 auto 32px;
  padding: initial;
  text-align: center;
  justify-content: center;
}
.entry-column .bg-white ul.circle_list li{
  font-weight: bold;
  margin: 0 5px;
  color: #E68E00;
  vertical-align: middle;
  width: 150px;
  height: 150px;
  border: 2px solid #E68E00;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  box-sizing: border-box;
}

.entry-column hr{
  margin: 40px 0;
}
.entry-column hr.clearHidden{
  margin: 0!important;
}
.entry-column .bg-gray{
 background: #F7F7F7;
 margin: 40px 0;
 padding: 30px 40px 20px;
}
.entry-column .bg-gray h4{
 font-size: 16px;
 color: #E68E00;
 margin: 0 0 20px;
}
.entry-column .bg-orange{
 background: #FFFBF5;
 border: 1px solid #E68E00;
 margin: 40px 0;
 padding: 30px 40px 10px;
 position: relative;
}
.entry-column .bg-orange h4{
 font-size: 16px;
 color: #E68E00;
 background: #ffffff;
 margin: 0 0 20px;
 position: absolute;
 top: -9px;
 line-height: 1;
}
.entry-column .ug-bg-color{
  background: #EDEFF0;
  max-width: 840px;
  padding: 30px;
  margin: 40px auto;
}
.entry-column ul li{
  font-size: 14px;
  line-height: 2.0;
}
@media screen and (max-width: 1023px){
  .entry-column .bg-white ul.circle_list li{
    width: 120px;
    height: 120px;
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px){
  .acms-grid{
    margin: initial;
  }
  .entry-column h2{
    font-size: 20px;
  }
  .entry-column h3, .entry_first h2, .entry_company h2, .entry_49th h2, .entry_sdgs h2{
    font-size: 18px
  }
  .entry-column p{
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 14px;
  }
  .entry-column ul li{
    font-size: 13px;
    line-height: 1.80;
  }
}


/* --------------------サービスページ-------------------- */
.entry_service{
  text-align: center;
}
.entry_service::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 4000px;
  background: #EDEFF0;
  left: 0;
  top: 0;
  z-index: -2;
}
.entry_service .entry{
  margin: initial;
  border-bottom: initial;
}
.entry_service .entry-column h2{
  margin: 20px 0;
}
.entry_service .entry-column h3{
  margin: 20px 0 40px;
}
.entry_service .acms-entry [class*=column-media-]{
  margin: 0 30px 0 0;
  padding: initial;
}
.entry_service .entry-column ul{
  list-style: none;
  text-align: left;
  margin: 0 10%;
}
.entry_service .entry-column ul li{
  font-size: 14px;
  line-height: 2;
}
.entry_service .entry-column h2::before,
.entry_service .entry-column .bg-gray::after,
.entry_service .entry-column .ug-bg-color::after{
  content: "";
  position: absolute;
  width: 100%;
  background: #F7F7F7;
  left: 0;
  height: 450px;
  z-index: -1;
  margin-top: -50px;
}
.entry_service .entry-column .bg-gray{
  margin: 20px 0;
}
.entry_service .entry-column .bg-gray .acms-col-sm-4{
  width: 240px!important;
  height: 218px;
  margin: 0 10px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.entry_service .entry-column .ug-bg-color ul{
  margin: initial;
}
.entry_service .entry-column .caption{
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: -90px 0 60px;
  text-align: center;
}
.entry_service .entry-footer{
  display: none;
}
@media screen and (max-width: 768px){
  .entry_service .entry-column h2{
    margin-top: 10px;
  }
  .entry_service .entry-column h3{
    margin: 30px 0;
  }
  .entry_service .entry-column ul{
    margin: 0;
    padding: 0;
  }
  .entry_service .entry-column ul li{
    font-size: 13px;
    line-height: 1.8;
  }
  .entry_service .acms-entry [class*=column-media-]{
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%!important;
  }
  .entry_service .bg-white .columnImage{
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .entry-column .bg-white ul.circle_list{
    margin-bottom: 20px;
  }
  .entry-column .bg-white p.button{
    margin: 20px 0 40px;
  }
  .entry_service .entry-column .bg-white{
    margin-bottom: 60px;
  }
  .entry_service .entry-column .bg-gray{
    padding: 0;
  }
  .entry-column .ug-bg-color{
    margin-top: initial;
  }
  .entry_service .entry-column h2::before, .entry_service .entry-column .bg-gray::after, .entry_service .entry-column .ug-bg-color::after{
    margin-top: -30px;
  }
}

/* --------------------初めての方へ-------------------- */
.entry_first{
  text-align: center;
}
.entry_first .entry{
  margin: initial;
  border-bottom: initial;
}
.entry_first .entry-column h2{
  margin: 20px 0 40px;
  color: #333333;
}
.entry_first .entry-column .bg-white ul.circle_list li{
  margin: 0 15px;
}
.entry_first .entry-column .bg-white ul.circle_list li a{
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #E68E00;
  color: #ffffff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
}
.entry_first .entry-column .bg-white ul.circle_list li a::after{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.entry_first .entry-column .bg-white ul.circle_list li a:hover{
  background: #ffffff;
  color: #E68E00;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.entry_first .entry-column .bg-white ul.circle_list li a:hover:after{
  border-top: 2px solid #E68E00;
  border-right: 2px solid #E68E00;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.entry_first .entry-column .bg-gray{
  margin: 20px 0;
  background: #EDEFF0;
}
.entry_first .entry-column .bg-gray::before{
  content: "";
  position: absolute;
  width: 100%;
  background: #EDEFF0;
  left: 0;
  height: 690px;
  z-index: -1;
  margin-top: -30px;
}
.entry_first .entry-column .bg-gray .acms-col-sm-4{
  width: 260px!important;
  margin: 20px 10px 10px;
  display: inline-block;
  text-align: left;
}
.entry_first .entry-column .caption{
  font-size: 18px;
  font-weight: bold;
  color: #E68E00;
  margin: 15px 0 5px;
}
.entry_first .entry-column .caption div{
  font-size: 14px;
  font-weight: initial;
  color: initial;
}
.entry_first .entry-column .bg-white{
  max-width: 780px;
  padding: 30px 70px;
  margin-bottom: 50px;
}
.entry_first .entry-column ul.flow{
  list-style: none;
  margin: 40px 0;
  padding: initial;
}
.entry_first .entry-column ul.flow li{
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 2.0;
  margin: 0 auto 10px;
  max-width: 840px;
  position: relative;
}
.entry_first .entry-column ul.flow li:not(:last-child)::after{
  content: "";
  display: block;
  position: absolute;
  border-right: 10px solid transparent;
  border-top: 12px solid #E68E00;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 90px;
}
.entry_first .flow_orange_box{
  background: #E68E00;
  width: 200px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  padding: 30px 0;
}
.entry_first .flow_white_box{
  background: #ffffff;
  width: 560px;
  text-align: left;
  padding: 30px 40px 25px;
}
.entry_first .flow_orange_box .step_number{
  font-size: 20px;
  margin-bottom: initial;
  line-height: 1.5;
}
.entry_first .flow_orange_box .step_caption{
  line-height: 1.5;
  margin-bottom: initial;
}
.entry_first .entry-footer{
  display: none;
}
@media screen and (max-width: 1023px){
  .entry_first .entry-column .bg-white ul.circle_list li a::after{
    right: 7px;
  }
}
@media screen and (max-width: 840px){
  .entry_first .entry-column ul.flow{
    margin: 30px 0 0;
  }
  .entry_first .entry-column ul.flow li{
    margin-bottom: 20px;
  }
  .entry_first .flow_orange_box{
    width: 100%;
    padding: 10px 0;
  }
  .entry_first .flow_white_box{
    width: 100%;
    padding: 20px;
  }
  .entry_first .flow_orange_box p{
    display: none;
  }
  .entry_first .flow_orange_box .step_number{
    display: block;
  }
  .entry_first .flow_orange_box .step_caption{
    display: block;
  }
  .entry_first .entry-column ul.flow li:not(:last-child)::after{
    display: none;
  }
}
@media screen and (max-width: 768px){
  .entry_first .entry-column ul.flow li{
  font-size: 13px;
    line-height: 1.8;
  }
  .entry_first .entry-column .caption{
    text-align: center;
    font-size: 16px;
  }
  .entry_first .entry-column .bg-gray{
    padding: 0;
    margin: 20px 0 60px;
  }
  .entry_first .entry-column .bg-gray .acms-col-sm-4{
    width: 100%!important;
    margin: 10px 0;
    padding: 0;
  }
  .entry_first .entry-column .bg-gray .acms-col-sm-4 .columnImage{
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .entry_first .entry-column .bg-gray::before{
    display: none;
  }
  .entry_first .entry-column .bg-gray{
    background: initial;
  }
  .entry_first .entry-column .bg-gray::after{
    content: "";
    position: absolute;
    width: 100%;
    background: #EDEFF0;
    left: 0;
    height: 490px;
    z-index: -1;
    margin-top: 30px;
  }
  .entry_first .entry-column .bg-white ul.circle_list li a::after{
    right: 5px;
  }
}

/* --------------------会社概要-------------------- */
.entry_company{
  text-align: center;
}
.entry_company .entry{
  margin: initial;
  border-bottom: initial;
}
.entry_company .entry-column .bg-white .acms-col-sm-12{
  margin-top: 30px;
  padding: initial;
}
.entry_company .entry-column h2{
  margin: 20px 0 40px;
  color: #333333;
}
.entry_company .entry-column h2#about_company{
  margin: initial;
}
.entry_company .entry-column .bg-white{
  max-width: 780px;
  padding: 30px 70px;
}
.entry_company .entry-column .bg-gray{
  padding-bottom: 10px;
  background: #EDEFF0;
}
.entry_company .entry-column .bg-gray::before{
  content: "";
  position: absolute;
  width: 100%;
  background: #EDEFF0;
  left: 0;
  height: 1200px;
  z-index: -1;
  margin-top: -60px;
}
.entry_company .entry-column .company_detail div{
  margin: 40px 0;
}
.entry_company .entry-column .company_detail dt{
  float: left;
  color: #E68E00;
}
.entry_company .entry-column .company_detail dd{
  text-align: left;
  margin-left: 130px;
  font-size: 14px;
}
.entry_company .entry-footer{
  display: none;
}
@media screen and (max-width: 768px){
  .entry_company .entry-column .bg-white{
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .entry_company .entry-column .bg-white .acms-col-sm-12{
    margin: 5px 0;
  }
  .entry_company .entry-column .company_detail dt{
    float: initial;
    text-align: left;
    margin-bottom: 15px;
  }
  .entry_company .entry-column .company_detail dd{
    margin-left: 0;
  }
  .entry_company .entry-column .bg-gray{
    margin: 30px;
  }
  .entry_company .entry-column .bg-gray::before{
    margin-top: -40px;
  }
  .entry_company .entry-column .company_detail div{
    margin: 30px 0;
  }
}


/* --------------------49年会-------------------- */
.entry_49th .entry{
  margin: initial;
  border-bottom: initial;
}
.entry_49th .entry-column h2{
  margin: 20px 0 40px;
  color: #333333;
}
.entry_49th .entry-column .bg-white{
  padding: 50px 70px;
  margin-bottom: 60px;
}
.entry_49th .entry-column .column-media-left{
  margin-right: 40px;
  padding: initial;
}
.entry_49th .entry-column hr{
  margin: 20px 0;
}
.entry_49th .entry-column hr.clearHidden{
  margin: initial;
}
.entry_49th .entry-column .bg-gray{
  text-align: center;
  margin-bottom: 0px;
  background: #EDEFF0;
}
.entry_49th .entry-column .bg-gray::before{
  content: "";
  position: absolute;
  width: 100%;
  background: #EDEFF0;
  left: 0;
  height: 1200px;
  z-index: -1;
  margin-top: -50px;
}
.entry_49th .entry-footer{
  display: none;
}
.entry_49th .module-header{
  border-bottom: initial;
  text-align: center;
  z-index: 1;
  height: 48px;
  box-sizing: border-box;
}
.entry_49th h3{
  text-align: center;
  background: #E68E00;
  display: inline-block;
  color: #ffffff;
  padding: 3px 70px;
  border-radius: 20px;
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 0;
  width: 80px;
  margin: auto;
}
.entry_49th .summary_49th{
  margin: 30px 0;
}
.entry_49th .module-section{
  padding: 0;
  margin: -42px 0 0;
}
.entry_49th .summary-default{
  margin-top: -24px;
  padding: 40px 0 30px;
  background: #fff;
}
.entry_49th .summary-default-item{
  margin-bottom: 0;
}
.entry_49th .summary-default-item.acms-col-md-12{
  width: 540px;
  margin: auto;
}
.entry_49th .summary-default-link{
  padding: 10px 30px;
  height: 160px;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.entry_49th .summary-default-link:hover{
  background: initial;
  color: #E68E00;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.entry_49th .summary-default-link:hover .performer_img{
  opacity: 0.8;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.entry_49th .summary-default-link:hover .performer_birth{
  color: #E68E00;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.entry_49th .performer_img{
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.entry_49th .acms-summary-image+.acms-summary-body{
  padding-left: 20px;
}
.entry_49th .acms-summary-body .performer_name{
  font-size: 14px;
  font-weight: bold;
  color: #E68E00;
  display: inline-block;
  margin-bottom: 5px;
}
.entry_49th .acms-summary-body .performer_birth{
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 5px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.entry_49th .acms-summary-body .performer_service{
  list-style: none;
  display: inline-block;
  padding: initial;
  margin-top: 20px;
}
.entry_49th .acms-summary-body .performer_service li{
  font-size: 13px;
  border: 1px solid #E68E00;
  border-radius: 3px;
  color: #E68E00;
  padding: 0px 8px;
  display: inline-block;
  margin: 3px 0px;
}
@media screen and (max-width: 1080px){
  .entry_49th .summary-default-item{
    width: 50%;
  }
}
@media screen and (max-width: 768px){
  .entry_49th .entry-column{
    text-align: center;
  }
  .entry_49th .entry-column h2{
    margin: 10px 0 30px;
  }
  .entry_49th .summary-default-item{
    width: 50%;
    float: left;
  }
  .entry_49th .entry-column .bg-white{
    padding: 15px 15px;
    margin-top: 20px;
  }
  .entry_49th .entry-column .column-media-left{
    margin-right: 0;
  }
  .entry_49th .summary-default-link{
    padding: 10px;
  }
  .entry_49th .entry-column .bg-gray{
    padding: 0px 10px 20px;
  }
  .entry_49th .entry-column .bg-gray::before{
    margin-top: -30px;
  }
  .entry_49th .acms-summary-body .performer_service{
    margin-top: 10px;
  }
}
@media screen and (max-width: 660px){
  .entry_49th .summary-default-item{
    width: 100%;
    float: initial;
  }
}


/* --------------------SDGsへの取り組み-------------------- */
.sdgs_title{
  line-height: 1.5;
  margin-top: 30px;
}
.sdgs_title span{
  font-size: 0.8em;
}
.entry_sdgs{
  text-align: center;
  margin-bottom: 60px;
}
.entry_sdgs .entry{
  margin: initial;
  border-bottom: initial;
}
.entry_sdgs .entry-column h2{
  margin: 20px 0 40px;
  color: #333333;
}
.entry_sdgs .entry-column p{
  text-align: left;
  max-width: 700px;
  margin-bottom: 40px;
}
.entry_sdgs .entry-column a{
  color: #E68E00;
}
.entry_sdgs .entry-column .bg-white{
  max-width: 840px;
  padding: 30px 70px;
  margin-bottom: 50px;
}
.entry_sdgs .entry-column .bg-gray{
  margin: 60px 0;
  background: #EDEFF0;
  position: relative;
  padding-bottom: 0;
}
.entry_sdgs .entry-column .bg-gray::before{
  content: "";
  position: absolute;
  width: 100vw;
  background: #EDEFF0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: calc(100% + 30px);
  z-index: -1;
  margin-top: -30px;
}
.entry_sdgs .entry-column .sdgs_perform{
  max-width: 840px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.entry_sdgs .entry-column .sdgs_perform li{
  width: calc((100% - 40px) / 2);
  margin-bottom: 40px;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.entry_sdgs .entry-column .sdgs_perform li p{
  margin: 0;
}
.entry_sdgs .entry-column .sdgs_perform li img{
  width: 100%;
  margin-bottom: 20px;
}
.entry_sdgs .entry-footer{
  display: none;
}
@media screen and (max-width: 768px){
  .entry_sdgs .entry-column .bg-white{
    padding: 15px;
    margin-bottom: 30px;
  }
  .entry_sdgs .entry-column .bg-gray{
    padding: 0;
  }
  .entry_sdgs .entry-column .sdgs_perform li{
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
  .entry_sdgs .entry-column .sdgs_perform li img{
    margin-bottom: 10px;
  }
}

/* --------------------performer詳細-------------------- */
.page-title .performer_furigana{
  font-size: 14px;
  margin-left: 10px;
}
.entry_performer .entry-column{
  background: #ffffff;
  max-width: 840px;
  padding: 30px 40px;
}
.entry_performer .entry-column h2{
  line-height: 1.8;
}
.entry_performer .entry-column p{
  text-align: left;
}
.entry_performer .entry-column .button{
  text-align: right;
}
.entry_performer .entry-column .column-media-left{
  margin-right: 30px;
  margin-bottom: 10px;
  padding: initial;
}
.entry_performer .entry-column .column-media-right{
  margin-left: 10px;
}
.entry_performer .entry-column .bg-gray{
  margin-top: 10px;
}
.entry_performer .entry-column .bg-gray br{
  margin: 10px 0;
}

.related_interview{
  background: #ffffff;
  padding: 20px 30px;
}
.related_interview h2{
  font-size: 20px;
  background: initial;
  display: inline-block;
  margin: 0 0 10px;
  padding: initial;
  border-bottom: 4px solid #E68E00;
}
.related_interview .summary-default{
  margin: 0;
}
.related_interview .summary-default-item{
  padding: 0;
}
.related_interview .summary-default-link{
  padding: 10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.related_interview .summary-default-link:hover{
  color: #E68E00;
  background: initial;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.related_interview .summary-default-link img{
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.related_interview .summary-default-link:hover img{
  opacity: 0.8;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.related_interview .acms-summary-body{
  padding-left: 20px;
}
.related_interview .acms-summary-body .summary-detail{
  font-size: 14px;
  line-height: 2.0;
}

.related_book .summary-default{
  background: #fff;
  padding: 30px;
  margin-top: -40px;
}
.related_book .recommend{
  text-align: center;
  margin: -24px 0 24px;
}
.related_book .recommend span{
  font-size: 20px;
  background: #fff;
  padding: 0 15px;
}
.related_book .summary-default-item{
  padding: 0 40px 30px;
  border: 4px solid #EBEBEB;
  text-align: left;
}
.related_book .summary-default-item .book_image{
  margin-right: 36px;
}
.related_book .summary-default-item .book_image img{
  width: 120px;
}
.related_book .acms-summary-body p{
  margin: 0;
  line-height: 1.5;
}
.related_book .acms-summary-body .book_title{
  font-size: 18px;
  font-weight: bold;
  color: #E68E00;
  display: inline-block;
  margin-bottom: 16px;
}
.related_book .acms-summary-body .book_author{
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  color: #707070;
  float: right;
  padding-top: 4px;
}
.related_book .acms-summary-body .review_title{
  font-size: 14px;
  color: #333;
  padding: 0 12px;
  position: relative;
  font-weight: bold;
  margin-bottom: 8px;
  display: table;
}
.related_book .acms-summary-body .review_title::before{
  content: "";
  position: absolute;
  display: block;
  background-image: url(/themes/site2019/images/quote-left.png);
  background-size: cover;
  width: 8px;
  height: 6px;
  left: 0;
  top: 2px;
}
.related_book .acms-summary-body .review_title::after{
  content: "";
  position: absolute;
  display: block;
  background-image: url(/themes/site2019/images/quote-right.png);
  background-size: cover;
  width: 8px;
  height: 6px;
  right: 0;
  top: 2px;
}
.related_book .acms-summary-body .summary-detail{
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 16px;
}
.related_book .acms-summary-body .book_link{
  text-align: right;
}
.related_book .acms-summary-body .book_link a{
  font-size: 13px;
  text-decoration: underline;
  color: #E68E00;
  position: relative;
  display: inline-block;
  padding-right: 12px;
  font-weight: bold;
}
.related_book .acms-summary-body .book_link a::after{
  content: "";
  position: absolute;
  display: block;
  background-image: url(/themes/site2019/images/arrow-link.png);
  background-size: cover;
  width: 12px;
  height: 12px;
  right: 0;
  top: 3px;
}
.related_book .summary-default-item .link_btn{
  text-align: center;
  margin-top: 40px;
}
.related_book .summary-default-item .link_btn a{
  padding: 15px 45px;
}


@media screen and (max-width: 768px){
  .entry_performer .entry-column{
    padding: 15px;
  }
  .entry_performer h2{
    margin: 10px 0 20px;
    line-height: 1.5;
  }
  .entry_performer h3{
    margin: 20px 0 30px;
  }
  .entry_performer .entry-column hr{
    margin: 40px 0 20px;
  }
  .entry_performer .entry-column .bg-gray{
    padding: 20px;
  }
  .entry_performer .entry-column .bg-orange{
    padding: 30px 30px 10px;
  }
  .related_interview{
    padding: 15px;
  }
  .related_interview .summary-title{
    margin: 10px 0 0 20px;
  }
  .related_interview .acms-summary-body .summary-detail{
    display: none;
  }
  .related_book .summary-default{
    padding: 15px;
    margin-top: -26px;
  }
  .related_book .summary-default-item{
    padding: 0 15px 15px;
    border: 2px solid #EBEBEB;
  }
  .related_book .recommend{
    margin: -15px 0 10px;
  }
  .related_book .recommend span{
    font-size: 16px;
    padding: 0px 8px;
  }
  .related_book .acms-summary{
    display: block;
  }
  .related_book .summary-default-item .book_image{
    margin: 0 0 15px 0;
    text-align: center;
  }
  .related_book .acms-summary-body .book_title{
    font-size: 16px;
  }
  .related_book .acms-summary-body .book_author{
    font-size: 12px;
  }
  .related_book .summary-default-item .link_btn a{
    padding: 15px 30px;
    font-size: 12px;
  }

}
@media screen and (max-width: 500px){
  .entry_performer .entry-column .column-media-left,
  .entry_performer .entry-column .column-media-right{
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .entry_performer .entry-column .column-media-left img,
  .entry_performer .entry-column .column-media-right img{
    width: 100%;
  }
}

/* --------------------performerを探す-------------------- */

.search_performer,
.pickup_performer{
  background: #ffffff;
  padding: 30px 30px;
}

.search_performer .module-header{
  border-bottom: initial;
  padding: 5px 0;
}
.pickup_performer .module-header{
  border-bottom: initial;
  padding: 5px 0 20px;
}
.search_performer #search-form-heading,
.pickup_performer #pickup-heading{
  font-size: 16px;
  display: flex;
  align-items: center;
}
.search_performer #search-form-heading img,
.pickup_performer #pickup-heading img{
  margin-right: 10px;
}
.search_performer .acms-form-action p{
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0 5px;
}
.search_performer .acms-form-action input[type=email], .acms-form-action input[type=password], .acms-form-action input[type=search], .acms-form-action input[type=text], .acms-form-action input[type=url]{
  height: 36px;
}
.search_performer .acms-form select{
  min-height: 36px;
  width: 100%;
}
.search_performer .btn{
  padding: 10px;
  background: #E68E00;
  border: solid 1px #E68E00;
  border-radius: 6px;
  width: 100%;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.search_performer .btn:hover{
  background: #ffffff;
  color: #E68E00;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.pickup_performer .thumbnail li{
  margin-bottom: 20px;
}
.pickup_performer .thumbnail a{
  display: flex;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.pickup_performer .thumbnail a:hover{
  color: #E68E00;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.pickup_performer .thumbnail a img{
  border-radius: 50%;
  max-width: initial;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.pickup_performer .thumbnail a .performer_detail{
  margin: 0 0 0 20px;
}
.pickup_performer .thumbnail a .performer_detail .thumbnail-title{
  font-size: 16px;
  color: #E68E00;
  margin: 0 0 5px 0;
}
.pickup_performer .thumbnail a .performer_detail p{
  font-size: 14px;
  line-height: 1.5;
  margin: initial;
}

.summary_performer{
  padding: initial;
}
.summary_performer .summary-default-item{
 margin-bottom: 20px;
}
.summary_performer .summary-default-link{
  padding-bottom: 30px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.summary_performer .summary-default-link:hover{
  background: #ffffff;
}
.summary_performer .acms-summary{
  position: relative;
}
.summary_performer a:hover{
  color: #E28C00;
}

.summary_performer .acms-summary .performer_name{
  display: inline-block;
}
.summary_performer .acms-summary .performer_name a{
  font-size: 24px;
  font-weight: bold;
  color: #E68E00;
}
.summary_performer .acms-summary .performer_furigana{
  display: inline-block;
  margin: 0 0 0 10px;
}
.summary_performer .acms-summary .performer_furigana a{
  font-size: 11px;
  font-weight: bold;
  color: #707070;
}
.summary_performer .acms-summary .performer_service{
  list-style: none;
  position: absolute;
  right: 0;
  display: inline-block;
}
.summary_performer .acms-summary .performer_service li{
  font-size: 13px;
  background: #cccccc;
  border-radius: 3px;
  color: #ffffff;
  padding: 0px 8px;
  display: inline-block;
  line-height: 1.8;
}
.summary_performer .acms-summary .performer_birth{
  font-size: 11px;
  font-weight: bold;
  z-index: 1;
  position: relative;
  display: block;
  text-align: center;
  color: #ffffff;
  background: #E68E00;
  bottom: -143px;
  margin: initial;
}

.summary_performer .acms-summary .performer_detail{
  margin: 0 0 0 20px;
}
.summary_performer .acms-summary .performer_detail div{
  padding: 12px 0;
  border-bottom: 1px solid #C6C6C6;
}
.summary_performer .acms-summary .performer_detail .performer_copy{
  font-size: 18px;
  color: #E28C00;
  font-weight: bold;
  margin: -13px 0 0;
}

.summary_performer .acms-summary .performer_detail dt{
  color: #707070;
  float: left;
  font-weight: bold;
}
.summary_performer .acms-summary .performer_detail dd{
  margin: initial;
  margin-left: 120px;
}
.summary_performer .related_book{
  display: flex;
  margin-left: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #C6C6C6;
}
.summary_performer .book_image{
  display: inline-block;
  margin-right: 20px;
}
.summary_performer .book_image img{
  width: 78px;
}
.summary_performer .book_detail{
  display: inline-block;
}
.summary_performer .book_detail p{
  margin: 0;
  line-height: 1.5;
}
.summary_performer .book_detail .book_title{
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 8px;
}
.summary_performer .book_detail .recommend{
  font-size: 10px;
  border: 1px solid #aaa;
  display: inline-block;
  padding: 3px 8px;
  line-height: 1;
  border-radius: 16px;
  color: #aaa;
  float: right;
}
.summary_performer .book_detail .review_title{
  font-size: 13px;
  color: #707070;
  padding: 0 12px;
  position: relative;
  font-weight: bold;
  margin-bottom: 6px;
  display: table;
}
.summary_performer .book_detail .review_title::before{
  content: "";
  position: absolute;
  display: block;
  background-image: url(/themes/site2019/images/quote-left.png);
  background-size: cover;
  width: 8px;
  height: 6px;
  left: 0;
  top: 2px;
}
.summary_performer .book_detail .review_title::after{
  content: "";
  position: absolute;
  display: block;
  background-image: url(/themes/site2019/images/quote-right.png);
  background-size: cover;
  width: 8px;
  height: 6px;
  right: 0;
  top: 2px;
}
.summary_performer .book_detail .book_description{
  font-size: 12px;
  color: #707070;
  margin-bottom: 12px;
}
.summary_performer .book_detail .book_link{
  text-align: right;
}
.summary_performer .book_detail .book_link a{
  font-size: 13px;
  text-decoration: underline;
  color: #E68E00;
  position: relative;
  display: inline-block;
  padding-right: 16px;
}
.summary_performer .book_detail .book_link a::after{
  content: "";
  position: absolute;
  display: block;
  background-image: url(/themes/site2019/images/arrow-link.png);
  background-size: cover;
  width: 12px;
  height: 12px;
  right: 0;
  top: 3px;
}


@media screen and (max-width: 940px){
  .pickup_performer .thumbnail a .performer_detail p{
    font-size: 12px;
  }
}
@media screen and (max-width: 768px){
  .acms-col-md-9, .acms-col-md-3{
    padding-left: 0;
    padding-right: 0;
  }
  .acms-form-action{
    display: initial;
  }
  .pickup_performer .thumbnail li{
    display: inline-block;
    width: 41%;
    padding: 0 4%;
  }
  .summary_performer .summary-default-link{
    padding: 10px 20px;
  }
  .summary_performer .acms-summary .performer_service{
    position: initial;
    display: block;
    padding: initial;
  }
  .summary_performer .acms-summary-image{
    display: block;
  }
  .acms-summary-image+.acms-summary-body{
    padding-left: 0;
  }
  .summary_performer .acms-summary .performer_detail .performer_copy{
    font-size: 16px;
  }
  .summary_performer .acms-summary .performer_detail{
    margin: 15px 0;
  }
  .summary_performer .acms-summary .performer_name{
    margin-bottom: 5px;
  }
  .summary_performer .acms-summary .performer_service{
    margin-top: 0;
  }
  .search_performer, .pickup_performer{
    padding: 20px;
  }
  .summary_performer .related_book{
    margin-left: 0;
    padding: 4px 0;
    border-bottom: 0;
  }
  .summary_performer .book_detail .book_title{
    margin-bottom: 0;
  }
  .summary_performer .book_detail .recommend{
    float: initial;
    padding: 2px 8px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px){
  .pickup_performer .thumbnail li{
    display: list-item;
    width: initial;
    padding: initial;
    margin-bottom: 20px;
  }
}



/* --------------------新着情報一覧-------------------- */
.summary_news .card{
  border-left: initial;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.summary_news .card .card-item{
  border-top: initial;
  border-right: initial;
  border-bottom: initial;
  background: #ffffff;
  width: 250px;
  padding: 15px;
  margin-bottom: 15px;
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
}
.summary_news .card .card-item:not(:nth-child(3n)){
  margin-right: 15px;
}
.summary_news .card .card-item .card-link{
  padding: 15px;
  margin: -15px;
  display: inline-block;
  width: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.summary_news .card .card-item .card-date{
  font-size: 14px;
  color: #E68E00;
  margin: initial;
}
.summary_news .card .card-item .card-title{
  font-size: 14px;
  height: 70px;
  font-weight: initial;
}
.category_list{
  background: #ffffff;
  padding: 30px 30px;
}
.category_list .module-header{
  border-bottom: initial;
  padding: 5px 0 20px;
}
.category_list #category_list-category_list{
  font-size: 16px;
  display: flex;
  align-items: center;
}
.category_list #category_list-category_list img{
  margin-right: 10px;
}
.category_list .category-list ul{
  border: initial;
}
.category_list .category-list ul li a{
  border: initial;
}
.category_list .category-list ul li a:hover{
  background: initial;
  color: #E68E00;
}


@media screen and (max-width: 768px){
  .summary_news .card{
    display: block;
  }
  .summary_news .card .card-item{
    padding: 10px;
    width: 100%;
  }
  .summary_news .card .card-item .card-link{
    padding: 10px;
    margin: -10px;
  }
  .summary_news .card .card-item:not(:nth-child(3n)){
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .summary_news .card .card-item .card-link .card-img{
    width: 40%;
    float: left;
    margin: 0 10px 0 0;
  }
}


/* --------------------新着情報詳細-------------------- */
.entry_news h2,
.entry_interview h2{
  text-align: left;
}
.entry_news .entry-column,
.entry_interview .entry-column{
  background: #ffffff;
  max-width: 840px;
  padding: 30px 40px;
}
.entry_news .entry-column p,
.entry_interview .entry-column p{
  text-align: left;
}
.entry_news .entry-column .button,
.entry_interview .entry-column .button{
  text-align: right;
}
.entry_news .entry-column .column-media-left,
.entry_interview .entry-column .column-media-left{
  margin-right: 30px;
  margin-bottom: 10px;
  padding: initial;
}
.entry_news .entry-column .bg-gray,
.entry_interview .entry-column .bg-gray{
  margin-top: 10px;
}
.entry_news .entry-column .bg-gray br,
.entry_interview .entry-column .bg-gray br{
  margin: 10px 0;
}
.entry_news .entry-footer,
.entry_interview .entry-footer{
  display: none;
}

@media screen and (max-width: 768px){
  .entry_news .entry-column,
  .entry_interview .entry-column{
    padding: 15px;
  }
  .entry_news h2, .entry_interview h2{
    margin: 10px 0 20px;
    line-height: 1.5;
  }
  .entry_news h3, .entry_interview h3{
    margin: 20px 0 30px;
  }
  .entry_news .entry-column .column-media-left,
  .entry_news .entry-column .column-media-right,
  .entry_interview .entry-column .column-media-left,
  .entry_interview .entry-column .column-media-right{
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .entry_news .entry-column .column-media-left img,
  .entry_news .entry-column .column-media-right img,
  .entry_interview .entry-column .column-media-left img,
  .entry_interview .entry-column .column-media-right img{
    width: 100%;
  }
  .entry_news .entry-column hr,
  .entry_interview .entry-column hr{
    margin: 40px 0 20px;
  }
  .entry_news .entry-column .bg-gray,
  .entry_interview .entry-column .bg-gray{
    padding: 20px;
  }
  .entry_news .entry-column .bg-orange,
  .entry_interview .entry-column .bg-orange{
    padding: 30px 30px 10px;
  }

}


/* --------------------お問い合わせページ-------------------- */
.contact-box h2{
  font-size: 24px;
  text-align: center;
  margin: 30px;
}
.contact-box .message-group{
  margin: 0 auto 35px;
  max-width: 700px;
}
.contact-box .message-text{
  margin-bottom: 40px;
  font-weight: initial;
  color: #333333;
}

.contact-box .message-back-link{
  text-align: center;
}
.contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime],
.contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password],
.contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time],
.contact-box input[type=url], .contact-box input[type=week]{
  font-size: 14px;
  min-height: 36px;
}
.contact-box .bg-white{
  background: #ffffff;
  max-width: 840px;
  padding: 30px 60px;
  margin: 40px auto 90px;
  box-sizing: border-box;
  text-align: center;
}
.contact-box .form-btn-box{
  margin-bottom: 20px;
}
.contact-box .bg-white .acms-admin-form-checkbox{
  margin-bottom: 10px;
}
.contact-box .bg-white p.acms-admin-form-checkbox{
  text-align: center;
  margin: 0;
}
.contact-box .bg-white .contact-form .contact-form-group{
  background: #ffffff;
}
.contact-box .bg-white .contact-form .contact-form-group .contact-form-label{
  width: 30%;
  padding: 15px 0;
}
.contact-box .bg-white .contact-form .contact-form-group .contact-form-control{
  width: 70%;
  text-align: left;
}
.contact-box .bg-white .contact-form .contact-form-group .label-required{
  padding: 0px 5px;
  margin: 2px 5px;
  background: #E70012;
}
.contact-box .bg-white .btn-attention-block-large{
  margin-top: 30px;
  background: #E68E00;
  box-sizing: border-box;
}
.contact-box .bg-white .btn-attention-block-large:hover{
  border: 1px solid #E68E00;
  color: #E68E00;
  background: #ffffff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
@media screen and (max-width: 768px){
  .contact-box .bg-white{
    padding: 10px 15px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .contact-box .bg-white .contact-form .contact-form-group .contact-form-label{
    width: initial;
    padding: 15px 0 0;
  }
  .contact-box .bg-white .contact-form .contact-form-group .contact-form-control{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .contact-box .bg-white .message br{
    display: none;
  }
  .contact-box .bg-white .btn-attention-block-large{
    margin-top: 10px;
  }
  .contact-box h2{
    font-size: 18px;
    margin: 30px 20px 20px;
  }
}


/* --------------------プライバシーポリシー・利用規約-------------------- */
.entry_contact .entry-column h2{
  text-align: left;
  font-size: 16px;
  margin: 50px 0 10px;
}
.entry_contact .entry-column h2:first-child{
  margin-top: 10px;
}
.entry_contact .entry-column .bg-white{
  padding: 40px 70px;
  max-width: 1000px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.entry_contact .entry-column h2::before{
  content: "";
  position: absolute;
  width: 100%;
  background: #EDEFF0;
  left: 0;
  height: 700px;
  z-index: -1;
  margin-top: -100px;
}
.entry_contact .entry-column .bg-gray{
  padding: 40px 70px 0;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto 120px;
}
.entry_contact .entry-column ul{
  list-style-type: decimal;
}
.entry_contact .entry-column ul li{
  padding-left: 10px;
  margin-bottom: 15px;
}
.entry_contact .entry-footer{
  display: none;
}
@media screen and (max-width: 768px){
  .entry_contact .entry-column h2{
    margin-top: 30px;
  }
  .entry_contact .entry-column h2:first-child{
    margin-top: 20px;
  }
  .entry_contact .entry-column .bg-gray{
    padding: 10px 15px;
    margin-bottom: 0px;
  }
  .entry_contact .entry-column .bg-white{
    padding: 10px 15px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .entry_contact .entry-column h2::before{
    display: none;
  }
  .entry_contact .entry-column p br{
    display: initial;
  }
}
/* --------------------セカンドキャリア相談-------------------- */
.career_title{
  line-height: 1.5;
  margin-top: 30px;
}
.entry_career{
  text-align: center;
}
.entry_career .entry{
  margin: initial;
  border-bottom: initial;
}
.entry_career .entry-column h2{
  margin: 20px 0;
}
.entry_career .entry-column h3{
  margin: 20px 0 40px;
}
.entry_career p{
  width: 700px;
  text-align: left;
}
.entry_career .entry-column h3::before{
  content: "";
  position: absolute;
  width: 100%;
  background: #EDEFF0;
  left: 0;
  height: 500px;
  z-index: -1;
  margin-top: 420px;
}
.entry_career .feature_list{
  list-style: none;
  margin: 20px 0 40px;
  padding: initial;
}
.entry_career .feature_list li{
  display: inline-block;
  width: 240px;
  margin: 0 24px;
}
.entry_career .feature_list li .columnImage{
  height: 100%
}
.entry_career .feature_list li p{
  margin: 10px 0;
  text-align: left;
  width: initial;
}
.entry_career .feature_list li p.caption{
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
.entry_career .entry-footer{
  display: none;
}

@media screen and (max-width: 940px){
  .entry_career .bg-white{
    margin: 40px 20px 90px;
  }
  .entry_career p{
    width: 600px;
  }
  .entry_career .feature_list li{
    width: initial;
    display: flex;
    align-items: center;
  }
  .entry_career .feature_list li .columnImage{
    margin-right: 20px;
  }
  .entry_career .feature_list li p,
  .entry_career .feature_list li p.caption{
    text-align: left;
  }
  .entry_career .entry-column h3::before{
    height: 600px;
    margin-top: 260px;
  }
}
@media screen and (max-width: 768px){
  .entry_career .bg-white{
    padding: 30px 20px;
    margin: 40px auto;
  }
  .entry_career .feature_list{
    margin-top: 0;
  }
  .entry_career .feature_list li p.caption{
    font-size: 16px;
  }
  .entry_career .entry-column h3::before{
    height: 510px;
  }
}
@media screen and (max-width: 600px){
  .entry_career p{
    width: initial;
  }
  .entry_career .feature_list{
    margin-bottom: 0;
  }
  .entry_career .feature_list li{
    display: inline-block;
    margin: 0;
  }
  .entry_career .feature_list li .columnImage{
    margin: 0;
    height: 80px;
  }
  .entry_career .feature_list li div{
    margin-bottom: 30px;
  }
  .entry_career .feature_list li p.caption{
    text-align: center;
    margin-top: 15px;
  }
  .entry_career .entry-column h3::before{
    display: none;
  }
}


/* --------------------おすすめの本-------------------- */
.entry_books{
  margin-top: 60px;
  margin-bottom: 60px;
}
.entry_books p{
  width: 700px;
}
.summary_books .summary-default-item{
  padding: 24px;
  width: calc( 50% - 15px);
  margin-right: 25px;
  margin-bottom: 25px;
  display: inline-block;
}
.summary_books .summary-default-item:nth-child(2n){
  margin-right: 0;
}
.summary_books .book_image{
  display: inline-block;
  margin-right: 20px;
  float: left;
}

.summary_books .book_image img{
  width: 78px;
}
.summary_books{
  display: inline-block;
}
.summary_books p{
  margin: 0;
  line-height: 1.5;
}
.summary_books .book_info{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items: flex-end;
  margin-bottom: 12px;
}
.summary_books .book_title{
  font-size: 18px;
  color: #E68E00;
  font-weight: bold;
  margin-right: 10px;
}
.summary_books .recommend{
  margin-bottom: 6px;
}
.summary_books .recommend span{
  font-size: 10px;
  border: 1px solid #aaa;
  padding: 3px 8px;
  line-height: 1;
  border-radius: 16px;
  color: #aaa;
}
.summary_books .book_author{
  font-size: 14px;
  color: #707070;
  font-weight: bold;
  padding-top: 3px;
  margin-left: auto;
  flex-shrink: 0;
}
.summary_books .review_title{
  font-size: 15px;
  color: #333333;
  padding: 0 12px;
  position: relative;
  font-weight: bold;
  margin-bottom: 6px;
  display: table;
}
.summary_books .review_title::before{
  content: "";
  position: absolute;
  display: block;
  background-image: url(/themes/site2019/images/quote-left.png);
  background-size: cover;
  width: 8px;
  height: 6px;
  left: 0;
  top: 2px;
}
.summary_books .review_title::after{
  content: "";
  position: absolute;
  display: block;
  background-image: url(/themes/site2019/images/quote-right.png);
  background-size: cover;
  width: 8px;
  height: 6px;
  right: 0;
  top: 2px;
}
.summary_books .book_description{
  font-size: 13px;
  line-height: 1.8;
  color: #33333;
  margin-bottom: 12px;
}

.summary_books .book_link{
  text-align: right;
}
.summary_books .book_link a{
  font-size: 13px;
  text-decoration: underline;
  color: #E68E00;
  position: relative;
  display: inline-block;
  padding-right: 16px;
}
.summary_books .book_link a::after{
  content: "";
  position: absolute;
  display: block;
  background-image: url(/themes/site2019/images/arrow-link.png);
  background-size: cover;
  width: 12px;
  height: 12px;
  right: 0;
  top: 3px;
}
@media screen and (max-width: 940px){
  .entry_books p{
    width: 600px;
  }
}
@media screen and (max-width: 768px){
  .entry_books{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .summary_books .summary-default-item{
    width: 100%;
    margin-right: 0;
    padding: 15px;
    margin-bottom: 5px;
  }
  .summary_books .book_image{
    margin-bottom: 6px;
  }
  .summary_books .book_info{
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .summary_books .book_title{
    margin-right: 0;
  }
  .summary_books .review_title{
    margin-bottom: 6px;
    display: inline-block;
  }

}
@media screen and (max-width: 600px){
  .entry_books p{
    width: initial;
  }
}

/* --------------------レスポンシブ共通-------------------- */
@media screen and (max-width: 1100px){
  .entry_service .entry-column .bg-white,
  .entry_first .entry-column .bg-white{
    padding: 0 40px 1px;
  }
}

@media screen and (max-width: 768px){
  body{
    font-size: 13px;
    line-height: 1.8;
  }
  .entry_service .entry-column .bg-white,
  .entry_first .entry-column .bg-white{
    padding: 0 15px 1px;
  }
  .entry_first .entry-column .bg-white{
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 15px;
  }
  .entry-btn-default, .entry-column .entry-btn-default{
    font-size: 14px;
    padding-left: 30px;
    padding-right: 40px;
  }
  .entry-btn-default, .entry-column .entry-btn-default:hover{

  }
}

@media screen and (min-width: 768px){
  .acms-col-md-3{
    width: 27%;
  }
  .acms-col-md-9{
    width: 73%;
    float: right;
  }
  .main-slider-main-copy{
    font-size: 30px;
    line-height: 1.5;
  }
  .main-slider-side-copy{
    font-size: 16px;
  }
  .fix-height, .main-slider-image{
    height: 472px;
  }
}
