@charset "UTF-8";
@font-face {
  font-family: "Quentin";
  src: url("../font/Quentin.woff2") format("woff2"), url("../font/Quentin.woff") format("woff");
  font-display: swap;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

.c-breadcrumb {
  background: #111;
  padding: 1px 11px;
}

.c-breadcrumb__item {
  display: inline;
  font-size: 12px;
  letter-spacing: .02em;
  color: #fff;
  margin-right: 5px;
  font-feature-settings: normal;
}

.c-breadcrumb__item:not(:first-child) {
  background: url("../img/common/breadcrumb-arrow.png") center left/5px no-repeat;
  padding-left: 15px;
}

.c-sub-fv {
  background: url("../img/common/sub-fv.jpg") center/cover;
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  padding: 26px 0 27px;
}

.c-castlist-cats {
  overflow: hidden;
}

.c-castlist-cats__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
}

.c-castlist-cats__item {
  flex: 0 0 50%;
  max-width: calc(50% - 1px);
  margin: 0 1px 1px 0;
}

.c-castlist-cats__item a {
  display: block;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: .02em;
  padding: 11px 0 10px;
}

.c-castlist-cats__item--full {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-castlist-cats__item.is-current a {
  background: #d03082;
}

.c-pagetop-wrapper {
  background: #DBDBDB;
  padding: 23px 0 20px;
}

.c-pagetop a {
  display: block;
  background: #fff;
  text-align: center;
  max-width: 335px;
  margin: 0 auto;
  font-size: 15px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: .02em;
  padding: 12px 0 11px;
}

.c-faq {
  counter-reset: faqcnt;
}

.c-faq-item {
  position: relative;
}

.c-faq-item::before, .c-faq-item::after {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  right: 20px;
  top: 50px;
  z-index: 1;
}

.c-faq-item::after {
  transform: rotate(90deg);
}

.c-faq-item.is-open::after {
  transform: rotate(0);
}

.c-faq-item__question {
  font-size: 16px;
  line-height: 1.6875;
  display: flex;
  padding: 23px 56px 23px 20px;
  align-items: center;
  letter-spacing: .05em;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.c-faq-item__question::before {
  counter-increment: faqcnt;
  content: "Q" counter(faqcnt);
  display: block;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  background: url("../img/common/faq-no-bg.png") center/contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1;
  margin: 4px 10px 4px 0;
  align-self: flex-start;
}

.c-faq-item__answer {
  background: #F5F5F5;
  font-size: 14px;
  line-height: 2;
  display: none;
}

.c-faq-item__answer-inner {
  padding: 23px 20px;
}

.c-recruit-entry {
  background: url("../img/common/recruit-entry-bg.jpg") center/cover;
  padding: 29px 20px 20px;
}

.c-recruit-entry .c-primary-head {
  margin-bottom: 25px;
}

.c-recruit-entry .c-primary-head__sub {
  color: #fff;
  letter-spacing: .21em;
  padding-left: .21em;
  margin-bottom: 6px;
}

.c-recruit-entry .c-primary-head__ttl {
  color: #fff;
}

.c-recruit-entry-item {
  background: #fff;
  margin-bottom: 15px;
  text-align: center;
  padding-bottom: 10px;
}

.c-recruit-entry-item a {
  display: block;
  padding-top: 9px;
}

.c-recruit-entry-item__ttl {
  display: flex;
  align-items: center;
  letter-spacing: .08em;
  margin-bottom: 5px;
}

.c-recruit-entry-item__ttl::before, .c-recruit-entry-item__ttl::after {
  content: '';
  flex: 1 0 0px;
  height: 1px;
  background: #DBDBDB;
}

.c-recruit-entry-item__ttl::before {
  margin-right: calc(17px + .08em);
}

.c-recruit-entry-item__ttl::after {
  margin-left: 17px;
}

.c-recruit-entry-item__ttl-line {
  padding: 2px 0 2px 35px;
  background: url("../img/common/recruit-entry-line-icon.png") left center/24px no-repeat;
}

.c-recruit-entry-item__content {
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 36px;
  letter-spacing: .05em;
  margin-bottom: 4px;
}

.c-recruit-entry-item__content--tel::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/common/recruit-entry-icon-tel.png") center/contain no-repeat;
  margin-right: 10px;
}

.c-recruit-entry-item__content--mail::before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 19px;
  background: url("../img/common/recruit-entry-icon-mail.png") center/contain no-repeat;
  margin: 0 14px 4px 0;
}

.c-recruit-entry-item__open {
  font-size: 14px;
  letter-spacing: .08em;
}

.c-recruit-entry-item--line {
  background: #1BB91F;
  color: #fff;
  padding-bottom: 27px;
}

.c-recruit-entry-item--line a {
  padding-top: 6px;
}

.c-recruit-entry-item--line .c-recruit-entry-item__ttl {
  margin-bottom: 26px;
}

.c-recruit-entry-item--line .c-recruit-entry-item__ttl::before, .c-recruit-entry-item--line .c-recruit-entry-item__ttl::after {
  background: rgba(255, 255, 255, 0.4);
}

.c-recruit-entry-item--line .c-recruit-entry-item__content {
  font-size: 0;
}

.c-recruit-entry-item--line .c-recruit-entry-item__content img {
  width: 293px;
}

.c-recruit-entry-step {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
}

.c-recruit-entry-step__item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  color: #fff;
  padding: 10px 0 11px;
  position: relative;
}

.c-recruit-entry-step__item::after {
  content: '';
  position: absolute;
  display: block;
  border-left: solid 10px #000;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  left: 100%;
  box-sizing: border-box;
  top: 0;
  z-index: 10;
}

.c-recruit-entry-step__item:nth-child(1) {
  background: #111;
}

.c-recruit-entry-step__item:nth-child(1)::after {
  border-left-color: #111;
}

.c-recruit-entry-step__item:nth-child(2) {
  background: #333;
}

.c-recruit-entry-step__item:nth-child(2)::after {
  border-left-color: #333;
}

.c-recruit-entry-step__item:nth-child(3) {
  background: #111;
}

.c-recruit-entry-step__item.is-current {
  background: #d03082;
}

.c-recruit-entry-step__item.is-current::after {
  border-left-color: #d03082;
}

.cast-list__ttl {
  text-align: center;
  font-size: 35px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  padding: 15px 0 16px;
}

.cast-list__list {
  background: #E6E6E6;
  padding: 20px 0 40px;
}

.cast-list__list .c-castlist {
  margin-bottom: 25px;
}

.cast-item {
  position: relative;
  padding-top: 17px;
}

.cast-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 266px;
  background: url("../img/common/stripe-bg.png") center/49px;
}

.cast-item-head {
  position: relative;
  color: #fff;
  padding: 0 20px;
  margin-bottom: 17px;
}

.cast-item-head__name {
  font-size: 18px;
  margin-bottom: -2px;
}

.cast-item-head__name-en {
  font-size: 33px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.2;
  margin-bottom: 11px;
}

.cast-item-head__pos {
  font-size: 14px;
}

.cast-item-imgs {
  position: relative;
  width: 335px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 12px;
}

.cast-item-imgs__main {
  height: 446px;
  margin-bottom: 16px;
}

.cast-item-imgs__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.cast-item-imgs__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
}

.cast-item-imgs__item {
  flex: 0 0 20%;
  max-width: calc(20% - 5px);
  margin-right: 5px;
  margin-bottom: 5px;
}

.cast-item-imgs__item a {
  display: block;
  height: 90px;
}

.cast-item-imgs__item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.cast-item-profile {
  padding: 24px 19px 41px;
  background: #E6E6E6;
}

.cast-item-profile__head {
  text-align: center;
  font-size: 34px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  margin-bottom: 22px;
}

.cast-item-profile .c-datalist__val--achieve {
  padding: 11px 0;
}

.cast-item-profile__access {
  padding: 3px 48px;
  font-size: 15px;
  line-height: 1.53333;
}

.cast-item-profile__access-row {
  display: flex;
}

.cast-item-profile__access-data {
  margin-left: auto;
}

.cast-item-profile__line {
  margin: 25px auto 0;
  max-width: 335px;
}

.cast-item-profile__line a {
  display: block;
  padding: 11px 0 11px 63px;
  background: url("../img/cast/icon-line.png") center left 28px/24px no-repeat #1BB91F;
  color: #fff;
  font-size: 16px;
  letter-spacing: .08em;
}

.cast-item-profile__snslist {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}

.cast-item-profile__sns {
  width: 45px;
  margin: 0 12px;
}

.cast-item-message {
  background: url("../img/cast/message-bg.jpg") center/cover;
  padding: 41px 20px 40px;
}

.cast-item-message__head {
  text-align: center;
  font-size: 34px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  color: #fff;
  margin-bottom: 32px;
}

.cast-item-message__box {
  background: #fff;
  padding: 13px 20px 7px;
}

.cast-item-message__msg {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 13px;
  background: url("../img/cast/message-logo.png") center/154px no-repeat;
  font-feature-settings: normal;
  min-height: 156px;
}

.cast-item-message__sign {
  text-align: right;
  color: #d03082;
  font-family: "Quentin", sans-serif;
  font-size: 25px;
  letter-spacing: .01em;
  line-height: 1;
}

.cast-item-blog {
  padding: 42px 0;
}

.cast-item-blog__head {
  font-size: 34px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  text-align: center;
  margin-bottom: 33px;
}

.ranking-main {
  padding-top: 24px;
}

.ranking-main__head {
  text-align: center;
  margin-bottom: 32px;
  padding-top: 40px;
  background: url("../img/ranking/crown.png") center top/56px no-repeat;
}

.ranking-main__sub {
  color: #d03082;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 6px;
}

.ranking-main__ttl {
  font-size: 35px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1;
}

.blog-search {
  background: #E6E6E6;
  padding: 20px;
}

.blog-search__box {
  background: #fff;
  display: flex;
  border: solid 1px #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.blog-search__txt[type="text"] {
  flex: 1 0 0px;
  padding: 5px 0 5px 10px;
  font-size: 16px;
}

.blog-search__btn {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  background: url("../img/blog/find.png") center top 14px/23px no-repeat transparent;
  font-size: 0;
}

.blog-ranking {
  padding-top: 32px;
  counter-reset: ranking;
}

.blog-ranking__ttl {
  text-align: center;
  font-size: 34px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  margin-bottom: 35px;
}

.blog-ranking__list {
  padding: 0 20px;
  margin-bottom: -30px;
}

.blog-ranking-item {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #DBDBDB;
  position: relative;
  counter-increment: ranking;
}

.blog-ranking-item::before {
  content: counter(ranking);
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/common/rank-no-bg.png") center/contain no-repeat;
  position: absolute;
  top: -20px;
  left: -10px;
  padding-top: 5px;
  padding-left: 7px;
  box-sizing: border-box;
}

.blog-ranking-item__inner {
  display: flex;
}

.blog-ranking-item__fig {
  flex: 0 0 140px;
  width: 140px;
  height: 93px;
  background: #eee;
}

.blog-ranking-item__txt {
  padding-top: 6px;
  padding-left: 21px;
  flex: 1 0 0px;
}

.blog-ranking-item__ttl {
  font-size: 15px;
  line-height: 1.73333;
  max-height: 3.46667em;
  overflow: hidden;
  margin-bottom: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog-ranking-item__date {
  font-size: 13px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  color: #999;
}

.blog-cats {
  padding-top: 33px;
}

.blog-cats__ttl {
  text-align: center;
  font-size: 34px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  margin-bottom: 22px;
}

.blog-cats__item {
  border-top: solid 1px #DBDBDB;
  font-size: 16px;
  font-weight: 700;
}

.blog-cats__item a {
  display: block;
  padding: 13px 20px 14px;
  background: url("../img/blog/cat-arrow.png") center right 18px/24px no-repeat;
}

.blog-author {
  padding: 39px 0 20px;
}

.blog-author .c-primary-head {
  margin-bottom: 31px;
}

.blog-author .c-primary-head__sub {
  margin-bottom: 6px;
}

.blog-author__main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  color: #fff;
  margin-bottom: 20px;
}

.blog-author__main::before {
  content: '';
  display: block;
  width: calc(100% - 70px);
  height: calc(100% - 20px);
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../img/blog/ttl-bg.png") center/40px;
}

.blog-author__fig {
  position: relative;
  flex: 0 0 139px;
}

.blog-author__fig::before {
  content: '';
  display: block;
  padding-top: 133.33333%;
}

.blog-author__fig img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.blog-author__txt {
  flex: 0 0 235px;
  padding: 33px 20px 20px 13px;
  position: relative;
  min-height: 205px;
}

.blog-author__name-ja {
  font-size: 14px;
}

.blog-author__name-en {
  font-size: 25px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.2;
}

.blog-author__desc {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 14px;
}

.blog-author-sns {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.blog-author-sns__ttl {
  font-size: 18px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

.blog-author-sns__list {
  margin-left: auto;
  display: flex;
}

.blog-author-sns__item {
  margin-left: 10px;
}

.blog-list {
  overflow: hidden;
}

.blog-list .c-sub-fv {
  margin-bottom: 40px;
}

.blog-list__no-article {
  padding: 0 20px;
}

.blog-list__pagination {
  margin: 41px 0 40px;
}

.blog-list__pagination .pagination ul {
  display: flex;
  justify-content: center;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

.blog-list__pagination .pagination ul li {
  flex: 0 1 45px;
  height: 45px;
  margin: 0 6px;
}

.blog-list__pagination .pagination ul span, .blog-list__pagination .pagination ul a {
  display: block;
  background: #F5F5F5;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #333;
}

.blog-list__pagination .pagination ul span.current, .blog-list__pagination .pagination ul a.current {
  background: #d03082;
  color: #fff;
}

.blog-list__pagination .pagination ul span.prev, .blog-list__pagination .pagination ul span.next, .blog-list__pagination .pagination ul a.prev, .blog-list__pagination .pagination ul a.next {
  border: solid 1px #DBDBDB;
  font-size: 0;
  line-height: 43px;
}

.blog-list__pagination .pagination ul span.next, .blog-list__pagination .pagination ul a.next {
  background: url("../img/blog/pagination-right.png") center/9px no-repeat #fff;
}

.blog-list__pagination .pagination ul span.prev, .blog-list__pagination .pagination ul a.prev {
  background: url("../img/blog/pagination-left.png") center/9px no-repeat #fff;
}

.blog-list-item {
  flex: 0 0 100%;
  max-width: 335px;
  padding-bottom: 21px;
  border-bottom: solid 1px #E6E6E6;
  margin: 0 auto 30px;
}

.blog-list-item__inner {
  display: block;
}

.blog-list-item__fig {
  position: relative;
  background: #eee;
}

.blog-list-item__fig::before {
  content: '';
  display: block;
  padding-top: 66.2%;
}

.blog-list-item__fig img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.blog-list-item__txt {
  position: relative;
  padding-top: 23px;
}

.blog-list-item__cat {
  display: inline-block;
  position: absolute;
  color: #fff;
  padding: 3px 15px;
  top: -15px;
  left: 7px;
  font-size: 14px;
  max-width: calc(100% - 20px);
}

.blog-list-item__cat span {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}

.blog-list-item__cat::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: skew(-30deg);
}

.blog-list-item__ttl {
  font-size: 16px;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-list-item__date {
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 13px;
  color: #999;
  letter-spacing: .045em;
}

.blog-item__content {
  font-size: 14px;
  padding: 0 20px;
  font-feature-settings: normal;
  margin-bottom: 40px;
}

.blog-item__content #ez-toc-container {
  background: #eee;
  color: #333;
  padding: 15px 10px 12px;
  margin-bottom: 31px;
}

.blog-item__content #ez-toc-container .ez-toc-title {
  font-size: 22px;
  padding: 1px 0 0 38px;
  background: url("../img/blog/icon-toc.png") center left/26px no-repeat;
  margin-bottom: 18px;
}

.blog-item__content #ez-toc-container ul {
  counter-reset: item;
}

.blog-item__content #ez-toc-container ul li {
  display: flex;
  flex-wrap: wrap;
}

.blog-item__content #ez-toc-container ul li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  white-space: nowrap;
  margin-right: 8px;
}

.blog-item__content #ez-toc-container ul li a {
  flex: 1 0 0px;
  color: #666;
  text-decoration: underline;
  margin-bottom: 12px;
}

.blog-item__content #ez-toc-container .ez-toc-list ul {
  flex: 0 0 100%;
  max-width: calc(100% - 20px);
  margin-left: 20px;
}

.blog-item__content h2 {
  clear: both;
  background: #d03082;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 15px 12px;
  position: relative;
  margin: 20px 0;
}

.blog-item__content h2:first-child {
  margin-top: 0;
}

.blog-item__content h2::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 2px;
  height: 100%;
  width: 1px;
  background: #fff;
}

.blog-item__content h3 {
  clear: both;
  font-size: 18px;
  font-weight: 700;
  border-left: solid 4px #d03082;
  padding: 7px 0 8px 10px;
  margin: 20px 0;
}

.blog-item__content h3:first-child {
  margin-top: 0;
}

.blog-item__content h4 {
  clear: both;
  font-size: 16px;
  font-weight: 700;
  border-bottom: solid 1px #d03082;
  padding-bottom: 5px;
  margin: 20px 0;
}

.blog-item__content h4:first-child {
  margin-top: 0;
}

.blog-item__content h5 {
  clear: both;
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 12px;
}

.blog-item__content h5:first-child {
  margin-top: 0;
}

.blog-item__content strong {
  font-weight: 700;
}

.blog-item__content em {
  font-style: italic;
}

.blog-item__content a:not([class*="ez-toc"]) {
  text-decoration: underline;
  color: #d03082;
}

.blog-item__content p:not([class*="ez-toc"]) {
  margin-bottom: 14px;
  line-height: 2;
}

.blog-item__content img.aligncenter {
  display: block;
  margin: 0 auto;
}

.blog-item__content ul:not([class*="ez-toc"]) {
  margin: 20px 0;
}

.blog-item__content ul:not([class*="ez-toc"]) li {
  padding-left: 12px;
  position: relative;
}

.blog-item__content ul:not([class*="ez-toc"]) li:not(:last-child) {
  margin-bottom: 8px;
}

.blog-item__content ul:not([class*="ez-toc"]) li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #d03082;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
}

.blog-item__content ol:not([class*="ez-toc"]) {
  counter-reset: cnt;
  margin: 20px 0;
}

.blog-item__content ol:not([class*="ez-toc"]) li {
  position: relative;
  padding-left: 28px;
}

.blog-item__content ol:not([class*="ez-toc"]) li:not(:last-child) {
  margin-bottom: 8px;
}

.blog-item__content ol:not([class*="ez-toc"]) li::before {
  counter-increment: cnt;
  content: counter(cnt);
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  background: #d03082;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  top: -2px;
  left: 0;
  line-height: 22px;
}

.blog-item__content blockquote {
  background: url("../img/blog/blockquote.png") top 22px left 16px/22px no-repeat #eee;
  border-left: solid 4px #d03082;
  color: #666;
  padding: 25px 20px 25px 46px;
  margin-bottom: 20px;
}

.blog-item__content blockquote p:last-child {
  margin-bottom: 0;
}

.blog-item__content table {
  margin-bottom: 20px;
}

.blog-item__content table td, .blog-item__content table th {
  border: solid 1px #DBDBDB;
  text-align: center;
  padding: 10px 0;
}

.blog-item__content table th {
  background: #F5F5F5;
  font-weight: 700;
}

.blog-item__content img.emoji {
  font-size: 1em;
}

.blog-item .linkcard {
  margin-bottom: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.blog-item .linkcard .lkc-this-wrap,
.blog-item .linkcard .lkc-internal-wrap,
.blog-item .linkcard .lkc-external-wrap {
  background: none;
  border-width: 0;
  padding: 10px;
  max-width: none;
}

.blog-item .linkcard .lkc-this-wrap,
.blog-item .linkcard .lkc-internal-wrap {
  background: url("../img/blog/internallink.png") right 11px bottom 17px/22px no-repeat;
}

.blog-item .linkcard .lkc-external-wrap {
  background: url("../img/blog/externallink.png") right 11px bottom 14px/13px no-repeat;
}

.blog-item .linkcard .lkc-card {
  margin: 0;
}

.blog-item .linkcard .lkc-content {
  height: auto;
  margin-top: 0;
}

.blog-item .linkcard .lkc-info {
  display: none !important;
}

.blog-item .linkcard .lkc-thumbnail {
  max-width: none;
  max-height: auto;
  width: 110px;
  position: relative;
  margin: 0 6px 0 0;
}

.blog-item .linkcard .lkc-thumbnail::before {
  content: '';
  display: block;
  padding-top: 66.3%;
}

.blog-item .linkcard .lkc-thumbnail img {
  max-width: none;
  max-height: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.blog-item .linkcard .lkc-title-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  height: 3.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 4px 0 2px;
}

.blog-item .linkcard .lkc-url {
  font-size: 12px;
  color: #666;
  line-height: normal;
  margin-right: 40px;
}

.blog-item-head {
  padding: 15px 20px 0;
  margin-bottom: 23px;
  font-feature-settings: normal;
  position: relative;
}

.blog-item-head::before {
  content: '';
  display: block;
  width: 83px;
  height: 83px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url("../img/blog/head-tri.png") center/contain no-repeat;
  z-index: -1;
}

.blog-item-head__info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}

.blog-item-head__cat {
  font-size: 13px;
  color: #fff;
  margin-right: 18px;
}

.blog-item-head__cat a {
  display: block;
  position: relative;
  padding: 3px 16px;
}

.blog-item-head__cat a::before {
  content: '';
  display: block;
  background: #111;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skew(-30deg);
}

.blog-item-head__cat a span {
  position: relative;
}

.blog-item-head__date {
  color: #999;
  font-size: 14px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: .045em;
}

.blog-item-head__ttl {
  margin-left: 30px;
  background: url("../img/blog/ttl-bg.png") center/40px;
  color: #fff;
  font-size: 26px;
  line-height: 1.6;
  padding: 9px 7px 9px 16px;
  position: relative;
}

.blog-item-head__ttl::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border: solid 1px #333;
  box-sizing: border-box;
  z-index: -1;
}

.blog-item-share {
  display: flex;
  align-items: center;
  background: #DBDBDB;
  padding: 18px 21px 17px;
}

.blog-item-share__ttl {
  font-size: 25px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  color: #333;
}

.blog-item-share__list {
  margin-left: auto;
  display: flex;
}

.blog-item-share__item {
  margin-left: 10px;
}

.blog-item-share__item a {
  display: block;
}

.blog-item-pagination__item {
  border-top: solid 1px #DBDBDB;
}

.blog-item-pagination__item a {
  display: flex;
  align-items: center;
  padding: 11px 15px;
}

.blog-item-pagination__item--left a {
  padding-left: 53px;
  background: url("../img/blog/arrow-prev.png") center left 20px/23px no-repeat;
}

.blog-item-pagination__item--left .blog-item-pagination__fig {
  margin-right: 10px;
}

.blog-item-pagination__item--right a {
  flex-direction: row-reverse;
  padding-right: 53px;
  background: url("../img/blog/arrow-next.png") center right 20px/23px no-repeat;
}

.blog-item-pagination__item--right .blog-item-pagination__fig {
  margin-left: 10px;
}

.blog-item-pagination__fig {
  flex: 0 0 55px;
  width: 55px;
  height: 55px;
  background: #eee;
}

.blog-item-pagination__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.blog-item-pagination__ttl {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-item-pagination__back {
  background: #DBDBDB;
  padding: 23px 10px;
}

.blog-item-pagination__back a {
  display: block;
  max-width: 335px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  font-size: 15px;
  letter-spacing: .02em;
  padding: 11px 0 12px;
}

.blog-item-related {
  padding: 37px 0 41px;
}

.blog-item-related .c-primary-head {
  margin-bottom: 35px;
}

.club-concept {
  position: relative;
  background: #F5F5F5;
  padding-bottom: 20px;
}

.club-concept::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: url("../img/club/head-bg.jpg") center/cover;
}

.club-concept__catch {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho Pro", serif;
  font-feature-settings: normal;
  line-height: 2;
  letter-spacing: .03em;
  text-align: center;
  color: #fff;
  padding: 63px 20px 47px;
}

.club-concept__box {
  position: relative;
  background: #fff;
  padding: 1px 20px 14px;
  margin: 0 20px;
}

.club-concept__ttl {
  text-align: center;
  margin-top: -23px;
  margin-bottom: 22px;
  padding-left: 12px;
}

.club-concept__ttl img {
  width: 225px;
}

.club-concept__desc {
  font-size: 14px;
  line-height: 2;
  font-feature-settings: normal;
}

.club-system {
  padding: 21px 0;
  overflow: hidden;
}

.club-system__ttl {
  font-size: 34px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  text-align: center;
  margin-bottom: 18px;
}

.club-firsttime {
  padding: 0 21px;
  margin-bottom: 32px;
}

.club-firsttime__txt1 {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
  padding-left: 0.1em;
}

.club-firsttime__txt1 span {
  color: #d03082;
}

.club-firsttime__txt1 {
  margin: 21px 0 13px;
}

.club-firsttime__txt2 {
  text-align: center;
  font-size: 14px;
  letter-spacing: .06em;
  padding-left: 0.06em;
  margin-bottom: 41px;
}

.club-fee {
  padding: 0 21px;
}

.club-fee__note {
  font-size: 12px;
  line-height: 1.58333;
}

.club-fee-list {
  border: solid 1px #DBDBDB;
  margin: 16px 0 12px;
}

.club-fee-list__row {
  display: flex;
  font-size: 15px;
  background: #fff;
  padding: 10px 20px;
}

.club-fee-list__row:nth-child(odd) {
  background: #F5F5F5;
}

.club-fee-list__ttl {
  font-weight: 700;
}

.club-fee-list__val {
  margin-left: auto;
}

.club-firsttime-attention {
  border: solid 2px #EBEBEB;
  position: relative;
  padding: 16px 18px 14px;
  max-width: 335px;
  margin: 0 auto;
}

.club-firsttime-attention__ttl {
  font-family: "Cormorant Infant", YuMincho, "Yu Mincho", "Hiragino Mincho Pro", serif;
  color: #999;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 9px;
}

.club-firsttime-attention__txt {
  font-size: 15px;
  line-height: 1.86667;
  margin-bottom: 12px;
}

.club-firsttime-attention__txt span {
  color: #d03082;
  text-decoration: underline;
}

.club-firsttime-attention__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}

.club-firsttime-attention__item {
  position: relative;
  padding-left: 13px;
  margin-bottom: 5px;
}

.club-firsttime-attention__item::before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #d03082;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.club-firsttime-attention__item:nth-child(1), .club-firsttime-attention__item:nth-child(3) {
  flex: 0 0 135px;
}

.club-primary-ttl span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 2px 30px 1px 45px;
  position: relative;
  margin-left: -38px;
}

.club-primary-ttl span::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d03082;
  z-index: -1;
  transform: skew(45deg);
}

.club-faq {
  padding-top: 43px;
}

.club-faq__ttl {
  font-size: 34px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  text-align: center;
  margin-bottom: 28px;
}

.club-info {
  position: relative;
  padding: 42px 0 20px;
}

.club-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 266px;
  background: url("../img/common/stripe-bg.png") center/49px;
}

.club-info__ttl {
  position: relative;
  color: #fff;
  font-size: 35px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  text-align: center;
  margin-bottom: 8px;
}

.club-info__fig {
  position: relative;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 25px;
}

.club-info__map {
  height: 270px;
  position: relative;
  margin-bottom: 24px;
}

.club-info__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.club-info__list {
  padding: 0 21px;
}

.recruit-fv {
  background: #F5F5F5;
  padding: 59px 0 20px;
  position: relative;
}

.recruit-fv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: url("../img/recruit/fv-bg.jpg") center/cover;
}

.recruit-fv__head {
  position: relative;
  color: #fff;
  margin-bottom: 55px;
}

.recruit-fv__ttl {
  font-size: 39px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  display: flex;
  align-items: center;
  letter-spacing: .02em;
  margin-bottom: 4px;
}

.recruit-fv__ttl::before, .recruit-fv__ttl::after {
  content: '';
  display: block;
  flex: 1 0 0px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

.recruit-fv__ttl::before {
  margin-right: calc(6px + .02em);
}

.recruit-fv__ttl::after {
  margin-left: 6px;
}

.recruit-fv__sub {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.recruit-fv__box {
  position: relative;
  background: #fff;
  margin: 0 20px;
  padding: 50px 10px 20px;
}

.recruit-fv__box::before {
  content: '';
  width: 295px;
  height: 56px;
  background: url("../img/recruit/top-quality.png") center/contain no-repeat;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}

.recruit-fv__txt1 {
  text-align: center;
  margin-bottom: 7px;
  font-feature-settings: normal;
}

.recruit-fv__txt1 > span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 24px;
}

.recruit-fv__txt1 > span::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transform: skew(-30deg);
}

.recruit-fv__txt1 > span > span {
  position: relative;
}

.recruit-fv__txt2 {
  text-align: center;
  font-size: 22px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho Pro", serif;
  line-height: 1.85;
  margin-bottom: 16px;
  letter-spacing: .05em;
  font-feature-settings: normal;
}

.recruit-fv__under {
  border-bottom: solid 3px #d03082;
  padding-bottom: 5px;
  letter-spacing: .1em;
}

.recruit-fv__big {
  font-size: 28px;
}

.recruit-fv__thanks {
  position: relative;
  background: #fff;
  margin: 0 20px;
  padding: 20px 10px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.7;
}

.recruit-fv__thanks a {
  text-decoration: underline;
}

.recruit-fv .c-recruit-entry-item {
  margin: 0 20px;
}

.recruit-fv-list {
  display: flex;
  margin-right: -8px;
}

.recruit-fv-list__item {
  flex: 0 0 33.33333%;
  max-width: calc(33.33333% - 8px);
  margin-right: 8px;
  background: #d03082;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 12px 0 17px;
}

.recruit-fv-list__ttl {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 6px;
}

.recruit-fv-list__val {
  font-size: 22px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1;
}

.recruit-fv-list__fs14 {
  font-size: 14px;
}

.recruit-fv-list__fs20 {
  font-size: 20px;
}

.recruit-fv-list__bold {
  font-weight: 700;
}

.recruit-feature {
  padding-top: 22px;
  padding-bottom: 6px;
}

.recruit-feature__ttl {
  font-size: 34px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  text-align: center;
  margin-bottom: 27px;
}

.recruit-feature-sec {
  margin-bottom: 53px;
}

.recruit-feature-sec__head {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 30px 15px 26px;
  margin-bottom: 24px;
}

.recruit-feature-sec__head--1 {
  background: url("../img/recruit/feature-sec-head-1.jpg") center/cover;
}

.recruit-feature-sec__head--2 {
  background: url("../img/recruit/feature-sec-head-2.jpg") center/cover;
}

.recruit-feature-sec__head--3 {
  background: url("../img/recruit/feature-sec-head-3.jpg") center/cover;
}

.recruit-feature-sec__no {
  flex: 0 0 64px;
  height: 64px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1;
  text-align: center;
  background: url("../img/recruit/feature-sec-no-bg.png") center/contain no-repeat;
  padding-left: 10px;
  padding-top: 1px;
  margin-right: 20px;
}

.recruit-feature-sec__no-label {
  font-size: 16px;
  margin-bottom: 1px;
}

.recruit-feature-sec__no-num {
  font-size: 35px;
}

.recruit-feature-sec__ttl {
  flex: 1 0 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
  font-feature-settings: normal;
}

.recruit-feature-sec__body {
  padding: 0 20px;
}

.recruit-feature-sec__desc {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 23px;
}

.recruit-feature-sec__balloon {
  background: #d03082;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 10px 0px 9px;
  position: relative;
  margin-bottom: 38px;
}

.recruit-feature-sec__balloon::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: solid 15px #d03082;
  border-left: solid 11px transparent;
  border-right: solid 11px transparent;
}

.recruit-trial {
  margin-bottom: 23px;
}

.recruit-trial__head {
  display: flex;
  justify-content: center;
  position: relative;
  color: #fff;
  margin-bottom: 13px;
}

.recruit-trial__head::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 20px);
  height: calc(100% - 23px);
  background: url("../img/common/stripe-bg.png") center/49px;
}

.recruit-trial__fig {
  position: relative;
  flex: 0 0 160px;
}

.recruit-trial__txt {
  position: relative;
  flex: 0 0 175px;
  max-width: 175px;
  padding-left: 15px;
  min-height: 140px;
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recruit-trial__sub {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho Pro", serif;
  font-size: 16px;
  color: #999;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.recruit-trial__sub::after {
  content: '';
  flex: 1 0 0px;
  height: 1px;
  background: #999;
  margin-left: 11px;
}

.recruit-trial__ttl {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .05em;
}

.recruit-trial__desc {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .05em;
}

.recruit-trial:nth-child(even) .recruit-trial__head {
  flex-direction: row-reverse;
}

.recruit-trial:nth-child(even) .recruit-trial__head::before {
  right: auto;
  left: 0;
}

.recruit-merit {
  padding: 59px 0 30px;
}

.recruit-merit .c-primary-head {
  margin-bottom: 19px;
}

.recruit-merit .c-primary-head__sub {
  letter-spacing: .18em;
  padding-left: .18em;
  margin-bottom: 6px;
}

.recruit-merit__inner {
  max-width: 354px;
  margin: 0 auto;
}

.recruit-merit__list {
  display: flex;
  flex-wrap: wrap;
}

.recruit-merit-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  text-align: center;
  margin-bottom: 27px;
}

.recruit-merit-item__icon {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 8px;
}

.recruit-merit-item__sub {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 3px;
}

.recruit-merit-item__ttl {
  font-size: 16px;
  font-weight: 700;
  color: #d03082;
}

.recruit-merit-item--dot {
  background: url("../img/recruit/merit-icon-dot.png") center top 44px/62px no-repeat;
}

.recruit-message {
  padding-top: 60px;
}

.recruit-message__inner {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  color: #fff;
}

.recruit-message__inner::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  background: url("../img/top/recruit-bg.png") center/700px;
}

.recruit-message__fig-wrapper {
  flex: 0 0 53.33333%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.recruit-message__txt {
  flex: 0 0 46.66667%;
  padding-left: 19px;
  padding-top: 108px;
  position: relative;
}

.recruit-message__fig {
  width: 200px;
  height: 266px;
}

.recruit-message__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.recruit-message__name {
  font-size: 18px;
  padding-right: 10px;
}

.recruit-message__ttl-en {
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 12px;
  padding-right: 10px;
}

.recruit-message__ttl {
  font-size: 14px;
  color: #999;
  padding-right: 10px;
}

.recruit-message__msg {
  font-size: 14px;
  line-height: 2;
  background: #F5F5F5;
  padding: 23px 20px 34px;
}

.recruit-faq {
  padding-top: 39px;
}

.recruit-faq .c-primary-head {
  margin-bottom: 30px;
}

.recruit-faq .c-primary-head__sub {
  letter-spacing: .18em;
  padding-left: .18em;
  margin-bottom: 6px;
}

.recruit-requirement {
  padding: 59px 20px 60px;
}

.recruit-requirement .c-primary-head {
  margin-bottom: 35px;
}

.recruit-requirement .c-primary-head__sub {
  margin-bottom: 6px;
}

.recruit-flow {
  padding-bottom: 28px;
}

.recruit-flow .c-primary-head {
  background: url("../img/recruit/flow-head-bg.jpg") center/cover;
  padding: 26px 29px 30px;
  margin-bottom: 34px;
}

.recruit-flow .c-primary-head__sub {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  color: #fff;
}

.recruit-flow .c-primary-head__ttl {
  color: #fff;
}

.recruit-flow__list {
  padding: 0 20px;
  counter-reset: flowcnt;
}

.recruit-flow-item {
  position: relative;
}

.recruit-flow-item::before, .recruit-flow-item::after {
  display: block;
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  position: absolute;
}

.recruit-flow-item::before {
  counter-increment: flowcnt;
  content: counter(flowcnt, decimal-leading-zero);
  background: #d03082;
  color: #fff;
  font-size: 20px;
  font-family: "Oswald", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  text-align: center;
  line-height: 45px;
  top: 0;
  left: 0;
  z-index: 1;
}

.recruit-flow-item::after {
  content: '';
  border: solid 1px #d03082;
  background: #fff;
  top: 5px;
  left: 5px;
}

.recruit-flow-item__inner {
  padding: 0 0 25px 65px;
}

.recruit-flow-item__inner::before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  background: #DBDBDB;
  top: 0;
  left: 25px;
}

.recruit-flow-item__ttl {
  font-size: 18px;
  padding: 11px 0 6px;
}

.recruit-flow-item__desc {
  font-size: 14px;
  line-height: 2;
}

.recruit-flow-item:last-child .recruit-flow-item__inner::before {
  content: none;
}

.recruit-entry {
  padding: 40px 0 45px;
  background: #F5F5F5;
}

.recruit-entry .mfp_err {
  color: #d03082;
  margin-top: 2px;
}

.recruit-entry .c-primary-head {
  margin-bottom: 35px;
}

.recruit-entry .c-primary-head__sub {
  margin-bottom: 6px;
}

.recruit-entry .c-recruit-entry-step {
  margin-bottom: 26px;
}

.recruit-entry__btn {
  text-align: center;
}

.recruit-entry__btn button {
  background: #d03082;
  color: #fff;
  font-weight: 700;
  width: 280px;
  padding: 15px 0 14px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

.recruit-entry .remaining {
  position: fixed;
  background: #d03082;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all .2s;
  right: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  max-width: 750px;
  bottom: 65px;
  display: block;
}

.recruit-entry .remaining .num {
  font-size: 14px;
  padding: 6px;
}

.recruit-entry .remaining.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.recruit-entry #mfp_phase_confirm {
  margin: 0 20px;
}

.recruit-entry #mfp_phase_confirm h4 {
  text-align: center;
  margin-bottom: 15px;
}

.recruit-entry #mfp_phase_confirm .mfp_buttons {
  text-align: center;
}

.recruit-entry #mfp_confirm_table {
  width: 100%;
  border: solid 1px #dbdbdb;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.recruit-entry #mfp_confirm_table td, .recruit-entry #mfp_confirm_table th {
  display: block;
  text-align: center;
}

.recruit-entry #mfp_confirm_table th {
  background: #f5f5f5;
  font-weight: 700;
  padding: 8px 0;
}

.recruit-entry #mfp_confirm_table td {
  padding: 8px 0;
  background: #fff;
}

.recruit-entry #mfp_confirm_table tr:not(:last-child) td {
  border-bottom: solid 1px #dbdbdb;
}

.recruit-entry #mfp_button_send {
  background: #d03082;
  color: #fff;
  font-weight: 700;
  width: 220px;
  padding: 15px 0 14px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  display: block;
  margin: 0 auto 15px;
}

.recruit-entry #mfp_button_cancel {
  border: solid 1px #d03082;
  background: #fff;
  color: #d03082;
  font-weight: 700;
  width: 150px;
  padding: 8px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  display: block;
  margin: 0 auto;
}

.recruit-entry-policy {
  height: 150px;
  overflow: auto;
  margin: 0 20px;
  background: #fff;
  border: solid 1px #DBDBDB;
  padding: 15px 10px;
  margin-bottom: 30px;
}

.recruit-entry-policy__ttl {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.recruit-entry-policy__body {
  font-size: 14px;
  line-height: 1.5;
}

.recruit-entry-policy__body p:not(:last-child) {
  margin-bottom: 1.5em;
}

.recruit-entry-fields {
  padding: 0 20px;
  margin-bottom: 30px;
}

.recruit-entry-fields input[type="text"],
.recruit-entry-fields input[type="email"],
.recruit-entry-fields input[type="number"],
.recruit-entry-fields input[type="tel"],
.recruit-entry-fields select,
.recruit-entry-fields textarea {
  background: #fff;
  border: solid 1px #DBDBDB;
  width: 100%;
  font-size: 16px;
  padding: 12px 15px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

.recruit-entry-fields input[type="text"][name="年齢"],
.recruit-entry-fields input[type="email"][name="年齢"],
.recruit-entry-fields input[type="number"][name="年齢"],
.recruit-entry-fields input[type="tel"][name="年齢"],
.recruit-entry-fields select[name="年齢"],
.recruit-entry-fields textarea[name="年齢"] {
  width: 200px;
}

.recruit-entry-fields input[type="text"][name="お問い合わせ内容"],
.recruit-entry-fields input[type="email"][name="お問い合わせ内容"],
.recruit-entry-fields input[type="number"][name="お問い合わせ内容"],
.recruit-entry-fields input[type="tel"][name="お問い合わせ内容"],
.recruit-entry-fields select[name="お問い合わせ内容"],
.recruit-entry-fields textarea[name="お問い合わせ内容"] {
  height: 180px;
}

.recruit-entry-fields input[type="number"] {
  text-align: left !important;
}

.recruit-entry-fields select {
  padding: 16px 15px;
}

.recruit-entry-fields textarea {
  display: block;
}

.recruit-entry-fields__field--select {
  position: relative;
}

.recruit-entry-fields__field--select::after {
  content: '';
  display: block;
  width: 15px;
  height: 10px;
  background: url("../img/recruit/select-arrow.png") center/contain no-repeat;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) translateY(1px);
}

.recruit-entry-fields__required {
  font-size: 12px;
  font-weight: 700;
  background: #d03082;
  color: #fff;
  letter-spacing: .04em;
  padding: 3px 6px;
  vertical-align: 1px;
  margin-left: 15px;
}

.recruit-entry-fields__unit {
  padding: 17px;
  line-height: 1;
}

.recruit-entry-fields__ttl {
  margin-bottom: 7px;
}

.recruit-entry-fields__row {
  margin-bottom: 17px;
}

.notfound__main {
  padding: 30px 20px;
  font-size: 14px;
  text-align: center;
}

.notfound__ttl {
  margin-bottom: 20px;
  font-size: 18px;
}

.notfound__desc a {
  color: #d03082;
  text-decoration: underline;
}
