@charset "utf-8";
/*メインビジュアル*/
#top #mv {
  padding: 0;
  margin: 62px 0 15px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#top #mv .slides li .inner_wrap {
  max-width: 860px;
  width: 96%;
  margin: 0 auto;
}
#top #mv .slides li.bg01 {
  background: #f9f1e5;
}
#top #mv .slides li.bg02 {
  background: #fff8d9;
}
#top #mv .slides li.bg03 {
  background: #e6f3da;
}
.top_Cts {
  margin-top: 62px;
}
/*====================================================
Page TOP
====================================================*/
#top #news .wrap {
  padding: 0 0 30px;
  max-width: 940px;
}
#top #news h2 {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: bold;
  color: #000;
}
#top #news dl {
  font-size: 12px;
  line-height: 1.8em;
  color: #000;
  justify-content: flex-start;
  margin: 0;
}
#top #news dl dt {
  width: 80px;
}
#top #news dl dd {
  width: calc(100% - 80px);
}
#top #news dl dd a {
  color: #000;
  text-decoration: none;
}
#top #news dl dd a:hover {
  text-decoration: underline;
}
#top #news .news {
  margin: 0 0 10px;
  position: relative;
  max-width: 540px;
}
#top #news .recruit {
  position: relative;
  max-width: 540px;
}
#top #news .news a.listLink, #top #news .recruit a.listLink {
  text-decoration: none;
  font-size: 12px;
  line-height: 1.8em;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
}
#top .top_copy01 {
  background: #eceaea;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0, 30%);
  z-index: 5;
  width: calc(100vw - 50% - 120px);
}
#top .top_copy01 .inner {
  font-size: 24px;
  line-height: 1.6em;
  color: #595959;
  padding: 20px 40px;
  float: left;
}
#top .top_copy02 {
  background: #eceaea;
  position: absolute;
  left: 0;
  top: 10px;
  transform: translate(0, -100%);
  z-index: 5;
  width: calc(100vw - 50% - 60px);
}
#top .top_copy02 .inner {
  font-size: 24px;
  line-height: 1.6em;
  color: #595959;
  padding: 20px 40px 20px 60px;
  max-width: 450px;
  float: right;
}
#top .top_copy02 .inner span {
  font-size: 14px;
  line-height: 1.4em;
  color: #666;
  padding: 0 10px;
  border: 1px solid #666;
  display: block;
  margin: 12px 0 0 auto;
  width: fit-content;
}
#top #service {
  background: #fac79f;
  position: relative;
}
#top #service .wrap {
  max-width: 940px;
  position: relative;
}
#top #service .imgBox {
  position: absolute;
  left: calc(50% - 55px);
  top: 0;
  z-index: 1;
  height: 100%;
  width: calc(50% + 55px);
  background: url("../images/top_service_img.jpg") no-repeat center / cover;
}
#top #service .imgBox img {
  width: auto;
  height: 100%;
}
#top #service .contents {
  padding: 0 60% 0 50px;
}
#top #service h2 {
  color: #ff3300;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 500;
  position: relative;
  width: auto;
  display: inline-block;
  padding: 0 50px 10px 0;
  margin: 0;
}
#top #service h2:before {
  content: "";
  width: 98%;
  height: 2px;
  background: #ff3300;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .3s;
}
#top #service h2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #ff3300;
  position: absolute;
  right: 0;
  bottom: 0.5px;
  transform: translate(0, 50%);
  transition: .3s;
}
#top #service h2:hover:before {
  width: calc(98% + 10px);
}
#top #service h2:hover:after {
  right: -10px;
}
#top #service .contents p {
  font-size: 16px;
  line-height: 1.6em;
  color: #333;
  margin: 15px 0 20px;
}
#top #recruit {
  background: #fce3a5;
  position: relative;
  margin-bottom: 100px;
}
#top #recruit .wrap {
  max-width: 940px;
  position: relative;
}
#top #recruit .imgBox {
  position: absolute;
  right: calc(50% - 55px);
  top: 0;
  z-index: 1;
  height: 100%;
  width: calc(50% + 55px);
  background: url("../images/top_recruit_img.jpg") no-repeat center / cover;
}
#top #recruit .imgBox img {
  width: auto;
  height: 100%;
}
#top #recruit .contents {
  padding: 0 0 0 62%;
}
#top #recruit h2 {
  color: #ff3300;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 500;
  position: relative;
  width: auto;
  display: inline-block;
  padding: 0 50px 10px 0;
  margin: 0;
}
#top #recruit h2:before {
  content: "";
  width: 96%;
  height: 2px;
  background: #ff3300;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .3s;
}
#top #recruit h2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #ff3300;
  position: absolute;
  right: 0;
  bottom: .5px;
  transform: translate(0, 50%);
  transition: .3s;
}
#top #recruit .contents p {
  font-size: 16px;
  line-height: 1.6em;
  color: #333;
  margin: 15px 0 20px;
}
#top #service h2 a, #top #recruit h2 a {
  display: block;
  color: #ff3300;
  text-decoration: none;
}
#top #service h2:hover:before, #top #recruit h2:hover:before {
  width: calc(98% + 10px);
}
#top #service h2:hover:after, #top #recruit h2:hover:after {
  right: -10px;
}
#top #bnrArea .wrap {
  padding-top: 0;
}
#top #bnrArea .bnr_list {
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
#top #bnrArea .bnr_list .bnrBox {
  justify-content: space-between;
  max-width: 285px;
  width: calc((100% - 40px) / 3);
  margin: 10px 0;
  position: relative;
}
#top #bnrArea .bnr_list .bnrBox a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
#top #bnrArea .bnr_list .bnrBox .txt {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#top #bnrArea .bnr_list .bnrBox .txt h3 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
  color: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .8));
  margin: 0 0 .3em;
}
#top #bnrArea .bnr_list .bnrBox .txt span {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 200px;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, .4);
  display: block;
  margin: 0 auto;
  padding: 3px 5px;
}
#top #bnrArea .bnr_list .bnrBox .copy {
  font-size: 24px;
  line-height: 1.5em;
  color: #595959;
  letter-spacing: 0.05em;
}
#top #bnrArea .bnr_list .bnrBox a.link_arrow {
  max-width: 285px;
  width: 100%;
  padding: 0 40px 0 0;
}
/*====================================================
PAGE user
====================================================*/
#mv_user {
  background: #fac79f;
}
#mv_user .mv_images {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/top_service_img.jpg") no-repeat center / cover;
}
#mv_user .contents {
  padding-left: calc(50% + 50px);
}
#mv_user h1 {
  background: #fff;
  color: #ff3300;
  font-size: 18px;
  line-height: 1.6em;
  padding: 3px 15px;
  width: auto;
  display: inline-block;
  margin: 0 0 20px;
}
#mv_user p.copy {
  font-size: 24px;
  line-height: 1.6em;
  color: #ff3300;
  font-weight: 500;
  margin: 0 0 30px;
}
#mv_user .img {
  text-align: center;
  padding-right: 20%;
}
#lower #user {
  background: #feeada;
}
#lower #user .wrap {
  padding-top: 30px;
}
#lower #user h2 {
  font-size: 24px;
  line-height: 1.6em;
  color: #595959;
  text-align: center;
  margin: 0 0 25px;
}
#lower #user .col-3 {
  justify-content: space-between;
}
#lower #user .col-3 .col {
  width: calc((100% - 30px) / 3);
}
#lower #user .col-3 .s_Box {
  background: #fff;
  padding: 20px;
}
#lower #user .col-3 .s_Box .icon {
  text-align: center;
}
#lower #user .col-3 .s_Box h3 {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 500;
  color: #ff3300;
  text-align: center;
  margin: 10px 0;
}
#lower #user .col-3 .s_Box p {
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
  text-align: justify;
}
/*====================================================
PAGE work
====================================================*/
#mv_work {
  background: #fce3a5;
}
#mv_work .wrap {
  padding-bottom: 0;
}
#mv_work .mv_images {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/work_img.jpg") no-repeat center / cover;
}
#mv_work .contents {
  padding-left: calc(50% + 50px);
}
#mv_work h1 {
  background: #fff;
  color: #ff3300;
  font-size: 18px;
  line-height: 1.6em;
  padding: 3px 15px;
  width: auto;
  display: inline-block;
  margin: 0 0 20px;
}
#mv_work p.copy {
  font-size: 24px;
  line-height: 1.6em;
  color: #ff3300;
  font-weight: 500;
  margin: 0 0 30px;
}
#mv_work .img {
  text-align: center;
  padding-right: 20%;
}
#lower #work {
  background: #fcf1d5;
}
#lower #work .wrap {
  padding-top: 30px;
}
#lower #work h2 {
  font-size: 24px;
  line-height: 1.6em;
  color: #595959;
  text-align: center;
  margin: 0 0 25px;
}
#lower #work .col-2 {
  justify-content: space-between;
}
#lower #work .col-2 .col {
  width: calc((100% - 15px) / 2);
  margin: 0 0 15px;
}
#lower #work .col-2 .w_Box {
  background: #fff;
  padding: 20px;
}
#lower #work .col-2 .w_Box .icon {
  text-align: center;
}
#lower #work .col-2 .w_Box h3 {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 500;
  color: #ff3300;
  text-align: center;
  margin: 10px 0;
}
#lower #work .col-2 .w_Box p {
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
  text-align: justify;
}
#lower #work .col-2 .w_Box p .caution {
  font-size: 88%;
  line-height: 1.4em;
}
#lower #work .col-2 .w_Box h3.box {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 500;
  color: #ff3300;
  text-align: center;
  margin: 0 auto 10px;
  padding: 3px 10px;
  max-width: 230px;
  display: block;
  border: 2px solid #ff3300;
}
#lower #work .col-2 .w_Box .big_txt {
  font-size: 24px;
  line-height: 1.6em;
  color: #733a2f;
  font-weight: 500;
}
#lower #work .col-2 .w_Box .min_wd {
  max-width: 320px;
  margin: 0 auto;
}
#lower #work ul.number {
  counter-reset: number 0;
  width: fit-content;
  margin: 0 auto;
}
#lower #work ul.number li {
  width: 100%;
  padding: 0 0 0 1.2em;
  position: relative;
}
#lower #work ul.number li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
}
#lower #work .message {
  margin: 30px auto;
  max-width: 900px;
  width: 100%;
}
/*====================================================
PAGE service
====================================================*/
#mv_service {
  background: #eceaea;
  position: relative;
  z-index: 5;
}
#mv_service .wrap {
  justify-content: space-between;
  max-width: 840px;
}
#mv_service .mv_images {
  width: calc(50% - 10px);
}
#mv_service .contents {
  width: calc(50% - 10px);
}
#mv_service h1 {
  background: #595959;
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
  padding: 3px 15px;
  width: auto;
  display: inline-block;
  margin: 0 0 20px;
}
#mv_service p.copy {
  font-size: 24px;
  line-height: 1.6em;
  color: #595959;
  font-weight: 500;
  margin: 0;
}
#lower #service {
  background: #eceaea;
}
#lower #service .wrap {
  padding-top: 0;
}
#lower #service .s_box {
  background: #fff;
  margin: 0 0 20px;
  justify-content: space-between;
}
#lower #service .s_box .thumb {
  width: 346px;
}
#lower #service .s_box .contents {
  width: calc(100% - 346px);
  padding: 20px 30px;
}
#lower #service .s_box h2 {
  font-size: 24px;
  line-height: 1.6em;
  color: #ff3300;
  font-weight: 500;
  margin: 0 0 5px;
}
#lower #service .s_box h2.service_title_with_logo {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 100%;
}
#lower #service .s_box h2.service_title_with_logo .service_title_text {
  flex: 0 0 auto;
}
#lower #service .s_box h2.service_title_with_logo--blue .service_title_text {
  white-space: nowrap;
}
#lower #service .s_box h2.service_title_with_logo .service_title_logo {
  height: 1.3em;
  width: auto;
  flex-shrink: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  vertical-align: middle;
}
#lower #service .s_box h2.service_title_with_logo--red .service_title_logo {
  margin-left: 1em;
}
#lower #service .s_box h2.service_title_with_logo--blue .service_title_logo {
  margin-left: 0.5em;
}
#lower #service .s_box p {
  font-size: 16px;
  line-height: 1.6em;
  color: #333;
  text-align: justify;
}
#lower #service .s_box .caution {
  font-size: 14px;
  line-height: 1.6em;
}
.anchor {
  padding-top: 72px;
  margin-top: -72px;
}
#lower #service .s_box ul {
  width: 100%;
  counter-reset: number 0;
  display: block;
  margin: .8em 0;
  font-size: 16px;
  line-height: 1.6em;
}
#lower #service .s_box ul li {
  width: 100%;
  padding: 0 0 0 1.4em;
  position: relative;
}
#lower #service .s_box ul li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
}
#lower #service .s_box ul li ul {
  margin: 0;
}
#lower #service .s_box ul li ul li {
  width: 100%;
  padding: 0 0 0 1em;
  position: relative;
}
#lower #service .s_box ul li ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
/*====================================================
PAGE profile
====================================================*/
#mv_profile .wrap {
  justify-content: center;
  align-items: flex-end;
}
#mv_profile .wrap h1 {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 500;
  color: #595959;
}
#mv_profile .wrap h1 {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 500;
  color: #595959;
  margin: 0 0 0 20px;
}
.bgi_gray {
  background: #eceaea;
}
#company {
  position: relative;
  z-index: 5;
}
#company .wrap {
  background: #fff;
  padding: 30px 50px;
}
#company h2 {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 500;
  color: #333;
  margin: 0 0 30px;
  text-align: center;
}
#company dl {
  width: 100%;
  display: block;
  border-bottom: 1px solid #595959;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.6em;
  color: #333;
}
#company dl:first-of-type {
  border-top: 1px solid #595959;
}
#company dl dt {
  display: inline-block;
  width: 150px;
  vertical-align: top;
}
#company dl dd {
  display: inline-block;
  width: calc(100% - 155px);
}
#company p.data {
  text-align: right;
  margin: 1em 0 0 0;
}
#access {
  padding-top: 72px;
  margin-top: -52px;
}
#access .wrap {
  background: #fff;
  padding: 30px 0;
}
#access h2 {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 500;
  color: #333;
  margin: 0 0 30px;
  text-align: center;
}
#access .access_set {
  justify-content: space-between;
  margin: 0 0 40px;
}
#access .access_set:last-of-type {
  margin: 0 0 0;
}
#access .access_set h3 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 500;
  color: #ff3300;
  padding: 0 0 15px;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #595959;
}
#access .access_set .access {
  width: calc(100% - 310px);
  justify-content: space-between;
}
#access .access_set .map {
  width: 310px;
}
#access .access_set .map iframe {
  width: 310px;
  height: 165px;
}
#access .access_set .access .images {
  width: 187px;
}
#access .access_set .access .add {
  width: calc(100% - 187px);
  padding: 0 20px;
}
#access .access_set .access .add dl {
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.6em;
}
#access .access_set .access .add dl dt {
  width: 80px;
  display: inline-block;
  vertical-align: top;
}
#access .access_set .access .add dl dd {
  width: calc(100% - 85px);
  display: inline-block;
}
/*====================================================
PAGE entertainment
====================================================*/
#mv_entertaimnent {
  background: #cce3b9;
}
#mv_entertaimnent .bgiBox {
  width: 100%;
  height: 224px;
  background: #fff url("../images/entertaimnent_bgi.jpg") no-repeat center / cover;
}
#mv_entertaimnent .wrap {
  position: relative;
  max-width: 800px;
}
#mv_entertaimnent h1 {
  font-size: 30px;
  line-height: 1.6em;
  font-weight: bold;
  color: #265d4c;
  margin: 0 0 10px;
}
#mv_entertaimnent p {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 500;
  color: #265d4c;
}
#mv_entertaimnent img.abs {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 38%;
}
#entertaimnent .wrap {
  max-width: 800px;
  padding: 30px 0;
}
#entertaimnent .instructor {
  margin-bottom: 40px;
}
#entertaimnent h2 {
  font-size: 24px;
  line-height: 1.6em;
  color: #595959;
  margin: 0 0 20px;
  text-align: center;
}
#entertaimnent .col-2 {
  justify-content: space-between;
}
#entertaimnent .col-2 .col {
  width: calc(50% - 10px);
  background: #e6f3da;
  padding: 20px;
}
#entertaimnent .col-2 .col .head {
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
#entertaimnent .col-2 .col .head img {
  width: 162px;
}
#entertaimnent .col-2 .col .head h3 {
  width: calc(100% - 162px);
  padding: 0 0 0 30px;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 500;
  color: #275d4c;
}
#entertaimnent .col-2 .col .head h3 span {
  display: block;
  font-size: 14px;
  line-height: 1.6em;
  margin: 1em 0 0 0;
}
#entertaimnent .col-2 .col p {
  font-size: 15px;
  line-height: 1.6em;
}
#entertaimnent .profile .bdrBox {
  border-top: 1px solid #595959;
  border-bottom: 1px solid #595959;
  padding: 15px 0;
  background: url("../images/entertainment_img01.png") no-repeat center right / 22% auto;
}
#entertaimnent .profile dl {
  width: 100%;
  padding: 0 25% 0 0;
  font-size: 15px;
  line-height: 1.6em;
}
#entertaimnent .profile dl dt {
  width: 80px;
  display: inline-block;
  vertical-align: top;
}
#entertaimnent .profile dl dd {
  width: calc(100% - 85px);
  display: inline-block;
}
#entertaimnent .profile dl dd li {
  width: 100%;
  padding: 0 0 0 1em;
  position: relative;
}
#entertaimnent .profile dl dd li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
/*====================================================
PAGE CMS
====================================================*/
#cmsList .wrap {
  max-width: 900px;
  padding: 0;
}
#cmsList .pageTtl.news, #cmsList .pageTtl.recruit {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 28px 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 500;
  color: #595959;
}
#cmsList .pageTtl.recruit {
  padding: 50px 0 20px 0;
}
#cmsList .pageTtl.news span {
  position: relative;
}
#cmsList .pageTtl.recruit span {
  position: relative;
  padding-left: 290px;
}
#cmsList .pageTtl.news span:before {
  content: "";
  width: 125px;
  height: 88px;
  background: url("../images/info_news_before.png") no-repeat center / cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-110%, -50%);
}
#cmsList .pageTtl.news span:after {
  content: "";
  width: 125px;
  height: 88px;
  background: url("../images/info_news_after.png") no-repeat center / cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(110%, -50%);
}
#cmsList .pageTtl.recruit span:before {
  content: "";
  width: 258px;
  height: 89px;
  background: url("../images/info_recruit_before.png") no-repeat center / cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -58%);
}
#cmsList .info_set {
  background: #fff;
  margin: 0 0 10px;
}
#cmsList .info_set a, #cmsList .info_set.kiji {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  padding: 25px 50px;
  position: relative;
}
#cmsList .info_set.kiji {
  padding-bottom: 50px;
}
#cmsList .info_set a:hover {
  opacity: 1;
}
#cmsList .info_set a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
}
#cmsList .info_set a:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: .3s;
}
#cmsList .info_set a:hover:before {
  opacity: 1;
  width: 100%;
  height: 100%;
  border-top: 1px solid #595959;
  border-left: 1px solid #595959;
}
#cmsList .info_set a:hover:after {
  opacity: 1;
  width: 100%;
  height: 100%;
  border-right: 1px solid #595959;
  border-bottom: 1px solid #595959;
}
#cmsList .info_set .head {
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 15px;
  margin: 0 0 30px;
  border-bottom: 1px solid #595959;
}
#cmsList .info_set .head .title {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 500;
  width: calc(100% - 90px);
}
#cmsList .info_set .head .data {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: normal;
  width: 90px;
  text-align: right;
}
#cmsList .info_set .body {
  font-size: 14px;
  line-height: 2.2em;
  text-align: justify;
  letter-spacing: 0.01em;
}
#pager {
  justify-content: center;
  align-items: center;
  margin: 30px auto 50px;
  max-width: 900px;
  width: 90%;
}
#pager span.page-numbers, a.page-numbers {
  display: inline-block;
  padding: 0.2em 0.6em;
  text-decoration: none;
  font-size: 15px;
  min-width: 33px;
  min-height: 33px;
  text-align: center;
}
#pager span.page-numbers {
  color: #333;
  background: #ccc;
  margin: 0 5px;
}
#pager a.page-numbers {
  color: #333;
  background: #fff;
  margin: 0 5px;
}
#pager a.page-numbers:hover {
  background: #ccc;
  opacity: 1;
}
#pager span.page-numbers.dots {
  background: none;
  color: #595959;
  margin: 0;
}
#pager a.prev, #pager a.next, #pager a.prev:hover, #pager a.next:hover {
  color: #333;
  background: none;
}
/*====================================================
PAGE policy
====================================================*/
#policy .wrap {
  max-width: 800px;
}
#policy h1 {
  width: 100%;
  display: block;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 500;
  color: #595959;
  text-align: center;
}
#policy .ctsBox {
  margin: 0 0 45px;
}
#policy h2 {
  width: 100%;
  display: block;
  margin: 0 0 20px;
  padding: 0 0 10px 15px;
  font-size: 18px;
  line-height: 1.6em;
  position: relative;
  color: #333;
  border-bottom: 1px solid #333;
}
#policy h2:before {
  content: "";
  width: 7px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  transform: translate(0, -7px);
}
#policy p {
  font-size: 15px;
  line-height: 1.6em;
}
#policy p.data {
  text-align: right;
  margin-top: 1em;
}
#policy ul {
  width: 100%;
  counter-reset: number 0;
  font-size: 15px;
  line-height: 1.6em;
}
#policy ul li {
  width: 100%;
  padding: 0 0 0 1.2em;
  position: relative;
}
#policy ul li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
}
#policy .policy_info h2 {
  font-size: 16px;
  padding: 0 0 10px 0;
}
#policy .policy_info h2:before {
  content: none;
}
/*====================================================
PAGE contact
====================================================*/
#mv_contact .wrap {
  max-width: 800px;
  padding: 30px 0;
}
#mv_contact .title {
  justify-content: center;
  align-items: center;
}
#mv_contact h1 {
  font-size: 24px;
  line-height: 1.6em;
  color: #595959;
  margin: 0 0 0 .5em;
}
#mv_contact p.lead {
  font-size: 18px;
  line-height: 1.6em;
  text-align: center;
  margin: 1em 0 0 0;
}
#contact {
  padding-bottom: 30px;
}
#contact .wrap {
  max-width: 800px;
  width: 90%;
  height: 100%;
  position: relative;
  padding: 30px 45px;
  font-size: 16px;
  line-height: 1.6em;
  background: #fff;
}
#contact h2 {
  width: 90%;
  margin: 1.5em auto;
  padding: 0;
  font-size: 20px;
  line-height: 1.6em;
  text-align: center;
}
#contact p.lead {
  font-size: 16px;
  font-weight: bold;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
}
#contact_form h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
span.required {
  background: #ff3300;
  color: #fff;
  padding: 2px 5px;
  margin: 0 2px 0 0;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1em;
}
#contact .form_item {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 20px;
}
#contact .form_item:after {
  content: "";
  display: block;
  clear: both;
}
#contact .inBox dt, #contact .inBox dd {
  float: left;
  padding: 10px;
}
#contact .form_item .label {
  width: 100%;
  margin: 0 0 10px;
}
#contact .form_item .field_set {
  width: 100%;
}
#contact .form_item .field_set .field {
  width: 100%;
  margin: 0 0 15px;
}
#contact .form_item .field_set .field:last-of-type {
  margin: 0;
}
#contact .form_item .field_set .fields {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 15px;
}
#contact .form_item .field_set .fields:last-of-type {
  margin: 0;
}
#contact .form_item .field_set .fields .label {
  padding: 5px 0;
}
#contact .error-msg {
  display: block;
  width: 100%;
  padding: 5px 0 0 0;
  font-size: 12px;
  line-height: 1.4em;
  color: #D40003;
}
#contact .form_item .field_set.checkbox .field {
  width: auto;
  display: inline-block;
  margin: 0 15px 0 0;
}
#contact .form_item .field_set.checkbox .field:last-of-type {
  margin: 0;
}
#contact .form_item .field_set.radio .field {
  width: 100%;
  display: inline-block;
  margin: 0;
  position: relative;
}
#contact .form_item .field_set.radio .field:last-of-type {
  margin: 0;
}
#contact .field_set.radio input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
}
#contact .field_set.radio label {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
}
#contact .field_set.radio label:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #aaa;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: .1s;
}
#contact .field_set.radio label:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 15px;
  background: #ff0000;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translate(0, -50%) scale(0, 0);
  transition: .3s;
}
#contact .field_set.radio input[type="radio"]:checked + label:after {
  transform: translate(0, -50%) scale(1, 1);
}
#contact_form input[type="text"], #contact_form input[type="email"], #contact_form input[type="tel"], #contact_form input[type="number"], #contact_form input[type="password"] {
  line-height: 1.5em;
  padding: 5px 10px;
  border: none;
  border-radius: 0;
  background: #eceaea;
  font-size: 16px;
}
#contact_form select {
  line-height: 1.5em;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  height: 35px;
}
#contact_form textarea {
  height: 10em;
  padding: 10px;
  border: none;
  border-radius: 0;
  background: #eceaea;
  font-size: 16px;
}
#contact .wd_s {
  max-width: 150px;
  width: 100%;
}
#contact .wd_m {
  max-width: 350px;
  width: 100%;
}
#contact .wd_l {
  max-width: 500px;
  width: 100%;
}
#contact textarea {
  width: 100%;
}
#contact .btnBox {
  width: 100%;
  text-align: center;
  margin: 0;
  display: block;
}
#contact .sbmBtn01 {
  width: 120px;
  height: 45px;
  line-height: 45px;
  background: #ff3300;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-appearance: none;
  cursor: pointer;
}
#contact .sbmBtn02 {
  width: 120px;
  height: 45px;
  line-height: 45px;
  background: #999;
  color: #fff;
  font-size: 16px;
  border: 1px solid #999;
  border-radius: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-appearance: none;
  cursor: pointer;
}
#contact .sbmBtn01:hover {
  opacity: .8;
}
#contact .sbmBtn02:hover {
  opacity: .8;
}
#contact table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
#contact table.formTable td, #contact table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}
#contact table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #f9f9f9;
  text-align: left;
}
#contact p.error_messe {
  margin: 5px 0;
  color: #D60003;
}
.tel_set {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.tel_set:last-of-type {
  margin-bottom: 0;
}
.tel_set h4 {
  width: 260px;
  font-size: 15px;
  line-height: 1.6em;
}
.tel_set .number {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: bold;
}
.tel_set .time {
  width: 240px;
  font-size: 15px;
  line-height: 1.6em;
}
#contact.thanks p {
  font-size: 14px;
  line-height: 1.6em;
}
/* ========================================================================================================
   912px以下
   ========================================================================================================*/
@media screen and (max-width: 912px) {
  #contact_form input[type="text"], #contact_form input[type="email"], #contact_form input[type="tel"], #contact_form input[type="number"], #contact_form input[type="password"], #contact_form select, #contact_form textarea {
    font-size: 16px;
  }
  #contact .form_wrap form .wd_m, #contact .form_wrap form textarea {
    width: 100%;
  }
  #contact .form_wrap form h3 {
    width: 100%;
  }
  #contact .form_wrap table.formTable td, #contact .form_wrap table.formTable th {
    display: block;
    width: 100% !important;
    border: none;
  }
  #contact .form_wrap table.formTable th {
    border-left: 3px solid #ccc !important;
  }
}
/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  .top_Cts {
    margin-top: 62px;
  }
  #top #bnrArea .bnr_list .bnrBox {
    max-width: 100%;
    width: 100%;
  }
  #top #bnrArea .bnr_list .bnrBox img {
    width: 100%;
    height: auto;
  }
  #top #bnrArea .bnr_list .bnrBox .txt h3 {
    font-size: 5.5vw;
  }
  #top #bnrArea .bnr_list .bnrBox .txt span {
    font-size: 3.5vw;
    line-height: 1.4em;
  }
  #top #bnrArea .bnr_list .bnrBox a.link_arrow {
    max-width: 285px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  #top #bnrArea .bnr_list .bnrBox .copy {
    font-size: 5vw;
    text-align: center;
  }
  #top .top_copy01 {
    position: relative;
    transform: translate(0, 0);
    width: 75%;
    margin: 0 0 0 auto;
  }
  #top .top_copy02 {
    position: relative;
    transform: translate(0, 0);
    width: 80%;
    margin: 0 auto 0 0;
  }
  #top .top_copy01 .inner, #top .top_copy02 .inner {
    font-size: 18px;
    padding: 20px 20px;
    float: none;
  }
  #top #service {
    width: 85%;
    margin: -30px auto 0 0;
    z-index: 2;
  }
  #top #recruit {
    width: 85%;
    margin: -30px 0 15px auto;
    z-index: 1;
  }
  #top #service .wrap, #top #recruit .wrap {
    padding: 20px 0;
  }
  #top #service .imgBox, #top #recruit .imgBox {
    position: relative;
    right: inherit;
    left: inherit;
    top: 0;
    z-index: 1;
    height: auto;
    width: 100%;
  }
  #top #service .imgBox img, #top #recruit .imgBox img {
    width: 100%;
    height: auto;
  }
  #top #service .contents, #top #recruit .contents {
    padding: 0;
    position: relative;
  }
  #top #service .contents a.checkLink, #top #recruit .contents a.checkLink {
    position: absolute;
    top: -13px;
    right: 0;
    width: 70px;
  }
  #top #service h2, #top #recruit h2 {
    font-size: 20px;
    width: calc(100% - 80px);
    padding: 0 20px 10px 0;
  }
  #top #service .contents p, #top #recruit .contents p {
    font-size: 15px;
    margin: 15px 0 0px;
  }
  #policy {
    background: #eceaea;
  }
  #policy h1 {
    margin: 0 0 20px;
    font-size: 20px;
  }
  #policy h32 {
    margin: 0 0 15px;
    font-size: 17px;
  }
  #policy p, #policy li {
    font-size: 14px;
  }
  #policy .ctsBox {
    margin: 0 0 30px;
  }
  #policy .policy_info h2 {
    font-size: 14px;
  }
  #mv_user .mv_images {
    width: 100%;
    height: auto;
    position: relative;
  }
  #mv_user .contents {
    padding-left: 0;
  }
  #mv_user h1 {
    font-size: 16px;
    margin: 0 0 15px;
  }
  #mv_user p.copy {
    font-size: 20px;
    margin: 0 0 20px;
  }
  #mv_user .img {
    text-align: right;
    margin-top: -80px;
    padding-right: 0;
  }
  #mv_user .img img {
    width: 40%;
  }
  #lower #user h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  #lower #user .col-3 .col {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px 15px;
  }
  #lower #user .col-3 .col:last-of-type {
    margin: 0;
  }
  #lower #user .col-3 .s_Box h3 {
    font-size: 20px;
  }
  #lower #user .col-3 .s_Box p {
    font-size: 15px;
  }
  #mv_work .mv_images {
    width: 100%;
    height: auto;
    position: relative;
  }
  #mv_work .contents {
    padding-left: 0;
  }
  #mv_work h1 {
    font-size: 16px;
    margin: 0 0 15px;
  }
  #mv_work p.copy {
    font-size: 20px;
    margin: 0 0 20px;
  }
  #mv_work .img {
    text-align: right;
    margin-top: -80px;
    padding-right: 0;
  }
  #mv_work .img img {
    width: 40%;
  }
  #lower #work h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  #lower #work .col-2 .col {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px 15px;
  }
  #lower #work .col-2 .col:last-of-type {
    margin: 0;
  }
  #lower #work .col-2 .w_Box h3 {
    font-size: 20px;
  }
  #lower #work .col-2 .w_Box p {
    font-size: 15px;
  }
  #lower #work .col-2 .w_Box h3.box {
    font-size: 18px;
  }
  #lower #work .col-2 .w_Box .big_txt {
    font-size: 20px;
  }
  #mv_service .wrap {
    max-width: 90%;
  }
  #mv_service .mv_images {
    width: 100%;
    margin: 0 0 15px;
  }
  #mv_service .contents {
    width: 100%;
  }
  #mv_service h1 {
    font-size: 16px;
    margin: 0 0 15px;
  }
  #mv_service p.copy {
    font-size: 20px;
  }
  #lower #service .s_box .thumb, #lower #service .s_box .contents {
    width: 100%;
  }
  #lower #service .s_box .contents {
    padding: 15px;
  }
  #lower #service .s_box h2 {
    font-size: 18px;
  }
  #lower #service .s_box h2.service_title_with_logo .service_title_logo {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  #lower #service .s_box h2.service_title_with_logo--red .service_title_logo {
    margin-left: 1em;
  }
  #lower #service .s_box h2.service_title_with_logo--blue .service_title_logo {
    margin-left: 0.5em;
  }
  #lower #service .s_box p, #lower #service .s_box ul {
    font-size: 14px;
    line-height: 1.8em;
  }
  #lower #service .s_box .caution {
    font-size: 12px;
    line-height: 1.8em;
  }
  #lower #service .s_box .contents img {
    margin: 10px 0;
  }
  #mv_profile .wrap img {
    width: 38%;
  }
  #mv_profile .wrap h1 {
    font-size: 18px;
    line-height: 1em;
    width: 50%;
    margin: 0;
    padding: 0 0 0 15px;
  }
  #company h2 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  #company .wrap {
    padding: 20px;
  }
  #company dl {
    padding: 10px 0;
    font-size: 15px;
  }
  #company dl dt, #company dl dd {
    width: 100%;
  }
  #company p.data {
    text-align: left;
    margin: 0.5em 0 0 0;
    font-size: 90%;
  }
  #access .wrap {
    padding: 20px 0;
  }
  #access h2 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  #access .access_set h3 {
    font-size: 17px;
  }
  #access .access_set .access {
    width: 100%;
  }
  #access .access_set .map {
    width: 100%;
  }
  #access .access_set .map iframe {
    width: 100%;
    height: 250px;
  }
  #access .access_set .access .images {
    width: 100%;
    text-align: center;
  }
  #access .access_set .access .add {
    width: 100%;
    padding: 15px;
  }
  #access .access_set .access .add dl dt {
    width: 60px;
  }
  #access .access_set .access .add dl dd {
    width: calc(100% - 65px);
  }
  #mv_entertaimnent .bgiBox {
    width: 100%;
    height: auto;
    background: none;
  }
  #mv_entertaimnent img.abs {
    bottom: inherit;
    width: 80%;
    max-width: 280px;
    top: -45%;
  }
  #mv_entertaimnent .wrap {
    padding-top: 25%;
  }
  #mv_entertaimnent h1 {
    font-size: 20px;
  }
  #mv_entertaimnent p {
    font-size: 15px;
  }
  #entertaimnent h2 {
    font-size: 19px;
  }
  #entertaimnent .col-2 .col {
    width: 100%;
    padding: 15px;
    margin: 0 0 15px;
  }
  #entertaimnent .col-2 .col:last-of-type {
    margin: 0;
  }
  #entertaimnent .profile dl {
    width: 100%;
    padding: 0 0 65% 0;
    font-size: 14px;
  }
  #entertaimnent .profile dl dt, #entertaimnent .profile dl dd {
    width: 100%;
  }
  #entertaimnent .profile .bdrBox {
    background: url(../images/entertainment_img01.png) no-repeat bottom 15px center / 65% auto;
  }
  #mv_contact .wrap img {
    width: 50%;
  }
  #mv_contact .wrap h1 {
    font-size: 18px;
    line-height: 1.4em;
    width: auto;
    margin: 0;
    padding: 0 0 0 15px;
  }
  #mv_contact p.lead {
    font-size: 15px;
  }
  #contact .wrap {
    padding: 15px;
    font-size: 15px;
  }
  #contact .form_item {
    margin: 0 0 15px;
  }
  #contact .form_item .label {
    margin: 0 0 5px;
  }
  #contact h2 {
    font-size: 16px;
  }
  .telList {
    padding: 0 20px;
  }
  .tel_set {
    margin-bottom: 20px;
  }
  .tel_set h4, .tel_set .number, .tel_set .time {
    width: 100%;
  }
  #cmsList .pageTtl.news {
    padding: 35px 0 20px 0;
    font-size: 20px;
    overflow: hidden;
    width: 100%;
  }
  #cmsList .pageTtl.recruit {
    padding: 35px 0 10px 0;
    font-size: 20px;
    overflow: hidden;
    width: 100%;
  }
  #cmsList .pageTtl.news span:before, #cmsList .pageTtl.news span:after {
    width: 100px;
    height: 70px;
  }
  #cmsList .pageTtl.news span:before {
    transform: translate(-105%, -50%);
  }
  #cmsList .pageTtl.news span:after {
    transform: translate(105%, -50%);
  }
  #cmsList .pageTtl.recruit span {
    padding-left: 200px;
  }
  #cmsList .pageTtl.recruit span:before {
    width: 180px;
    height: 62px;
  }
  #cmsList .info_set a, #cmsList .info_set.kiji {
    padding: 15px;
  }
  #cmsList .info_set.kiji {
    padding-bottom: 30px;
  }
  #cmsList .info_set .head {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  #cmsList .info_set .head .title {
    width: 100%;
    font-size: 17px;
  }
  #cmsList .info_set .head .data {
    width: 100%;
    font-size: 13px;
    text-align: left;
  }
  #cmsList .info_set .body {
    line-height: 1.8em;
  }
  span.spbrank {
    padding: 0 0 0 25px;
  }
}
/* ========================================================================================================
   399px以下
   ========================================================================================================*/
@media screen and (max-width: 399px) {
  #cmsList .pageTtl.news {
    padding: 30px 0 15px 0;
    font-size: 4.5vw;
  }
  #cmsList .pageTtl.news span:before, #cmsList .pageTtl.news span:after {
    width: 80px;
    height: 56px;
  }
  #pager a.page-numbers {
    margin: 3px;
  }
  #pager span.page-numbers, a.page-numbers {
    padding: 0em 0.2em;
    font-size: 13px;
    min-width: 28px;
    min-height: 28px;
  }
  #pager span.page-numbers.dots {
    margin: 0;
    min-width: 25px;
    min-height: 25px;
    padding: 0;
  }
}

/* 入会金・南大塚バッジ（login / join / s-community 共通） */
.fee_line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.fee_branch_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1a6fb5;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 3px;
  flex-shrink: 0;
}