body {
  font-family: "Meiryo UI", "メイリオ", Meiryo, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #083e8e;
}

.relative {
  position: relative;
}

.text-nowrap {
  white-space: nowrap;
}

#main {
  width: 100%;
  display: block;
  overflow: hidden;
  position: static;
  margin-top: 0;
}

.charm_tax_outer {
  padding-bottom: 100px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image: url(../images/charm/interview_bg_02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.charm_header {
  background-color: #EDEDED;
  position: relative;
  background-image: url(../images/charm/interview_top.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.charm_tax_outer .charm_header_inner {
  margin: 34px 0 80px;
  padding: 25px 0;
}

.charm_tax_outer .charm_header_inner::before {
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  top: 80px;
  right: 0;
  left: calc(50vw + 150px);
  background-color: #CC0133;
}

.charm_tax_outer .charm_header_inner::after {
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: calc(50vw + 150px);
  background-color: #CC0133;
}

.charm_single_outer .charm_header_inner {
  margin: 0 0 55px;
  padding: 15px 0;
}

.charm_single_outer {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.charm_single_outer .charm_header_inner::before {
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  top: 45px;
  right: 0;
  left: calc(50vw + 100px);
  background-color: #CC0133;
}

.charm_single_outer .charm_header_inner::after {
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: calc(50vw + 100px);
  background-color: #CC0133;
}

.charm_header_inner {
  background-color: #fff;
}

.charm_header_inner h1 {
  font-weight: bold;
  font-size: 40px;
  color: #CC0133;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-style: italic;
}

.charm_header_inner p {
  font-size: 15px;
  margin-bottom: 0;
  color: #CC0133;
}

.key_words_outer {
  margin-bottom: 50px;
}

.key_words_outer h2 {
  color: #CC0133;
  padding: 50px 100px 25px;
}

.key_words_outer .btn.btn-terms {
  padding: 10px 40px;
  font-size: 14px;
  margin: 0 10px 0;
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000;
}

.charm_single_outer h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.card_outer {
  margin-bottom: 50px;
}

.card {
  border-radius: 0%;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);
  height: 100%;
  border: none;
  border-bottom: 5px solid #CC0133;
}

.card a {
  text-decoration: none;
}

.card img {
  width: auto;
  margin: auto auto;
}

.card p {
  line-height: 1.5;
}

.card .card-footer {
  background-color: #fff;
  border-top: none;
}

p.pager_text {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}

.pager_wrapper .navigation.pagination {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

#common_page nav>ul.pagination {
  height: auto;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);
}

.active>.page-link,
.page-link.active {
  background-color: #014099;
}

#common_page nav>ul.pagination li.page-item {
  display: flex;
  vertical-align: middle;
}

#common_page nav>ul.pagination li.page-item a {
  font-size: 20px;
  font-weight: bold;
}

#common_page nav>ul.pagination li span {
  font-size: 20px;
}

.pager_counter {
  font-size: 20px;
  margin-bottom: 25px;
}

.page-link {
  color: #014099;
  height: 100%;
}

.page-item.no_link {
  pointer-events: none;
}

.page-item.no_link a {
  color: #999;
}

.page-item:first-child .page-link {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.single_content_outer {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);
}

.single_content_outer .single_content_header h1 {
  font-size: 40px;
  font-weight: bold;
}

.single_content_outer .single_content {
  padding: 50px;
}

.single_content_outer .single_content_footer {
  margin: 25px 0;
  padding: 25px 100px;
}

.single_content_outer .single_content_footer .share_block {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 25px;
}

.single_content_outer .single_content_footer .share_block .btn.btn-secondary {
  border: none;
  background-color: #eee;
  color: #000;
}

.single_content_outer .single_content_footer .share_block .success-msg {
  display: none;
  position: fixed;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #000;
  color: #fff;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
}

.single_content_outer .single_content_footer .share_block p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}

.single_content_outer .single_content_footer .share_block button {
  font-size: 20px;
}

.single_content_outer .single_content_footer .share_block .col {
  padding: 20px;
}

.single_content_outer .single_content_footer .share_block button.btn.btn-link {
  padding: 0;
}

.button_wrapper .btn-readmore {
  background-color: #000;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 10px 120px;
  position: relative;
}

.charm_outer .button_wrapper .btn-readmore span {
  position: absolute;
  right: 20px;
}

.charm_single_outer .button_wrapper .btn-readmore span {
  position: absolute;
  left: 20px;
}

.button_wrapper {
  margin: 50px 0;
}

.btn.btn-terms {
  border: 1px solid #000;
  padding: 5px 20px;
  font-size: 13px;
  margin: 0 10px 0;
  line-height: 1;
}

.card a.card_img {
  background-color: #fff;
  display: flex;
}

.writer_field {
  background-color: #eee;
  padding: 25px;
}

.writer_field img {
  border-radius: 50%;
  margin: auto;
}

.charm_single_outer .single_content .writer_field h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 0;
}

a.btn.btn-terms:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.3s;
}

.card .card-body a h3 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card .card-body .text-crimzon {
  color: #CC0133;
  list-height: 1.5;
}

.card .card-body .text-crimzon p {
  font-weight: bold;
}

.card .card-footer .time_info p {
  font-size: 12px;
  margin-bottom: 5px;
}

.profile_image_container {
  position: relative;
  padding: 20px;
  border-top: none;
}

.profile_image_inner {
  background-color: #CC0133;
  /* #CC0133 から変更 */
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.profile_image_container img {
  z-index: 2;
  position: relative;
}

.section_charm_profile,
.section_charm_content_02 {
  position: relative;
}

.highlight-bg {
  position: absolute;
  top: 30px;
  left: calc(50vw - 200px);
  right: 0;
  background: linear-gradient(30deg, #CD0433, #CD0433, #CD0433, #EB8F1C);
  z-index: 0;
}

.single_content_right {
  position: relative;
  z-index: 1;
}

.single_content_right h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.single_content_right_header {
  height: auto;
  padding: 25px 0;
}

.single_content_right_header p {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

.section_charm_content_01 h2,
.section_charm_content_02 h2,
.section_charm_content_03 h2,
.section_pwd_content_01 h2,
.section_pwd_content_02 h2,
.section_pwd_content_03 h2 {
  padding-left: 40px;
  position: relative;
}

.section_charm_content_01 h2::after,
.section_charm_content_02 h2::after,
.section_charm_content_03.section_charm_content_odd h2::after,
.section_charm_content_03.section_charm_content_even h2::after,
.section_pwd_content_02 h2::after,
.section_pwd_content_03 h2::after,
.section_pwd_content_02.section_charm_content_odd h2::after,
.section_pwd_content_02.section_charm_content_even h2::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 4px;
  background: linear-gradient(90deg, #9e0022, #ff6600);
  z-index: 1;
}

.related_posts_block h2 {
  margin-bottom: 30px;
  font-size: 25px;
}

.single_content_outer_2 {
  background-image: url(../images/charm/interview_bg_01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section_charm_content_02_inner,
.section_charm_content_03_inner {
  padding: 50px 0
}

.section_charm_content_odd,
.section_charm_content_even {
  position: relative;
}

.section_charm_content_even .highlight-red-box {
  position: absolute;
  left: -20px;
  bottom: -35px;
  background: #CC0133;
  height: 70px;
  width: 70px;
  z-index: -1;
}

.section_charm_content_odd .highlight-white-bg {
  position: absolute;
  top: 0;
  right: 30vw;
  background: #fff;
  z-index: 0;
}

.section_charm_content_odd .highlight-red-bg {
  position: absolute;
  bottom: 35px;
  right: 0;
  left: 50vw;
  background: #CC0133;
  height: 30px;
}

.section_charm_content_odd .highlight-red-bg-small {
  position: absolute;
  bottom: 70px;
  right: 0;
  left: 55vw;
  background: #CC0133;
  height: 15px;
}

.section_charm_content_even .highlight-white-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 30vw;
  background: #fff;
  z-index: 0;
}

.single_content_outer_3 {
  background-image: url(../images/charm/interview_bg_02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section_charm_content_03_inner.section_charm_content_last .bg-white {
  position: relative;
  padding: 25px;
}

.section_charm_content_03_inner.section_charm_content_last .bg-white::after {
  content: "";
  position: absolute;
  bottom: -15px;
  /* 要素の下に配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  /* 三角形の色 */
  z-index: 1;
}

.section_charm_content_03 .section_charm_content_last h2 {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 0;
}

.section_charm_content_03 .section_charm_content_last h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 4px;
  background: linear-gradient(90deg, #9e0022, #ff6600);
  z-index: 1;
}

.charm_carousel {
  background-image: url(../images/charm/interview_bg_01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.charm_carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .3);
  z-index: 0;
}

.charm_carousel_outer {
  position: relative;
  padding: 10px;
}

#charmCarousel {
  position: relative;
}

.carousel-inner {
  width: 80%;
}

#charmCarousel .carousel-control-prev,
#charmCarousel .carousel-control-next {
  background-color: transparent;
  opacity: 1;
  width: 40px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#charmCarousel .carousel-control-prev {
  left: 0;
}

#charmCarousel .carousel-control-next {
  right: 0;
}

#charmCarousel .carousel-control-prev:hover,
#charmCarousel .carousel-control-next:hover {
  background-color: transparent;
  opacity: 1;
}

#charmCarousel .carousel-control-prev i,
#charmCarousel .carousel-control-next i {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.carousel-button-inner {
  background-color: #CC0133;
  color: #fff;
  width: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.no-btn.btn-terms {
  border: 1px solid #000;
  padding: 5px 20px;
  font-size: 13px;
  margin: 0 10px 10px 0;
  line-height: 1;
  display: inline-block;
  pointer-events: none;
  cursor: default;
}

.btn.btn-terms.charm_span_active {
  background-color: #CC0133;
  border: 1px solid #CC0133;
  color: #fff;
}

.background_image_wh {
  background-color: #fff;
  z-index: 2;
  position: relative;
}

.key_words_group {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #999;
}

.key_words_group:last-child {
  border-bottom: none;
}

.key_words_block {
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.keywords-gradient {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, rgb(255, 255, 255) 0px, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.toggle-text {
  color: #CC0133;
}

.parent_category_name {
  font-size: 16px;
  font-weight: bold;
  min-width: 200px;
  flex-shrink: 0;
}

.child_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* pwd */
.charm_tax_outer.pwd_bg_charm {
  background-image: url(../images/charm/interview_bg_01.png);
}

.pwd_header_container {
  position: relative;
  padding: 10px;
  border-top: none;
  margin: 80px 0 50px 0;
}

.pwd_header_inner {
  background-color: #eee;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

.pwd_header_container .background_image_wh {
  padding: 40px 20px
}

.background_image_wh h2 {
  font-size: 20px;
  font-weight: bold;
  color: #CC0133;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.background_image_wh p {
  font-size: 18px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.section_charm_content_02.section_charm_content_odd .highlight-red-bg-small-pwd,
.section_charm_content_03_footer .highlight-red-bg-small-pwd {
  position: absolute;
  right: 0;
  left: calc(50% + 350px);
  background: #CC0133;
  height: 15px;
  bottom: 70px;
}

.section_charm_content_02.section_charm_content_odd .highlight-red-bg-pwd,
.section_charm_content_03_footer .highlight-red-bg-pwd {
  position: absolute;
  right: 0;
  left: calc(50% + 300px);
  background: #CC0133;
  height: 30px;
  bottom: 35px;
}

.section_pwd_content_02.section_charm_content_odd .highlight-red-bg-small-pwd,
.section_charm_content_03_footer .highlight-red-bg-small-pwd {
  position: absolute;
  right: 0;
  left: calc(50% + 350px);
  background: #CC0133;
  height: 15px;
}

.section_pwd_content_02.section_charm_content_odd .highlight-red-bg-pwd,
.section_charm_content_03_footer .highlight-red-bg-pwd {
  position: absolute;
  right: 0;
  left: calc(50% + 300px);
  background: #CC0133;
  height: 30px;
}

.section_charm_content_even .highlight-red-box-pwd {
  position: absolute;
  left: -20px;
  background: #CC0133;
  height: 70px;
  width: 70px;
  z-index: -1;
}

.section_charm_content_odd .highlight-white-bg-pwd {
  position: absolute;
  top: 0;
  right: calc(50vw - 100px);
  background: #fff;
  z-index: 0;
}

.section_charm_content_even .highlight-white-bg-pwd {
  position: absolute;
  top: 0;
  right: 0;
  left: calc(50vw - 100px);
  background: #fff;
  z-index: 0;
}

/* PWD チームメンバーセクション */
.pwd_team_member_section {
  position: relative;
  padding: 80px 0;
  background-image:
    radial-gradient(circle at 2px 2px, rgba(0, 0, 0, 0.05) 1px, transparent 0);
  background-size: 40px 40px;
  overflow: hidden;
}

.pwd_team_member_container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.pwd_team_member_container h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.pwd_team_member_left_bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  z-index: 1;
}

.pwd_team_member_red_band {
  position: relative;
  background-color: #C8102E;
  padding: 40px 200px 40px 60px;
  z-index: 2;
  width: 50%;
  display: flex;
  align-items: center;
}

.pwd_team_member_title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  line-height: 1.4;
}

.pwd_team_member_icon {
  position: absolute;
  right: calc(50% - 60px);
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  z-index: 3;
  background: #fff;
  padding: 20px;
  border-radius: 50%;
  border: 5px solid #CC0133;
}

.section_charm_content_03_footer {
  background-image: url(../images/charm/interview_bg_02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}

.pwd_content03_footer_block {
  position: relative;
}

.pwd_content03_footer_block_inner {
  background-color: #fff;
  padding: 40px;
  position: relative;
  z-index: 1;
}

.pwd_content03_footer_block h2 {
  font-size: 20px;
  font-weight: normal;
  color: #CC0133;
}

.section_charm_content_03_footer .highlight-red-bg-pwd {
  background-color: #CC0133;
  position: absolute;
  top: 80px;
}

.section_charm_content_03_footer .highlight-red-bg-small-pwd {
  top: 55px;
}

.section_charm_content_03_footer .highlight-red-box-pwd {
  height: 70px;
  width: 70px;
  position: absolute;
  left: -20px;
  background: #CC0133;
}

/* RECRUIT */
.recruit .recruit_top_outer {
  padding-bottom: 0;
}

.recruit_top_outer,
.recruit_child_outer {
  padding-bottom: 25px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.recruit_top_outer .charm_header_inner,
.recruit_child_outer .charm_header_inner {
  margin: 34px 0 80px;
  padding: 25px 0;
}

.recruit_top_outer .charm_header_inner::before,
.recruit_child_outer .charm_header_inner::before {
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  top: 80px;
  right: 0;
  left: calc(50vw + 150px);
  background-color: #CC0133;
}

.recruit_top_outer .charm_header_inner::after,
.recruit_child_outer .charm_header_inner::after {
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: calc(50vw + 150px);
  background-color: #CC0133;
}

.recruit_child_outer .charm_header_inner h1 {
  font-style: normal;
}

.recruit_top_block {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f2f2;
}

.recruit_top_banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(../images/recruit/recruit_bg.png) no-repeat center center;
  background-size: 100% auto;
}

.recruit_top_block .btn-outline-danger,
.recruit_top_block_2 .btn-outline-danger,
.newgrad_block .btn-outline-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  background-color: #fff;
  border-color: #CC0133;
  color: #CC0133;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.recruit_top_block .btn-outline-danger:hover,
.recruit_top_block_2 .btn-outline-danger:hover,
.newgrad_block .btn-outline-danger:hover {
  background-color: #CC0133;
  border-color: #CC0133;
  color: #fff;
}

.recruit_top_block .btn-outline-danger i,
.recruit_top_block_2 .btn-outline-danger i,
.newgrad_block .btn-outline-danger i {
  color: #CC0133;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-size: 0.6em;
  line-height: 1;
  vertical-align: middle;
  margin-top: 3px;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.recruit_top_block .btn-outline-danger:hover i,
.recruit_top_block_2 .btn-outline-danger:hover i,
.newgrad_block .btn-outline-danger:hover i {
  color: #fff;
  border-color: #fff;
}

.recruit_top_block_2 .btn-outline-danger,
.newgrad_block .btn-outline-danger {
  font-weight: normal;
}

.recruit_top_block_2 .btn-outline-danger span i,
.newgrad_block .btn-outline-danger span i {
  border: none;
}

/* 中央の白いコンテンツエリア */
.banner__center {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  /* 白い四角を画像みたいに斜め（平行四辺形）に */
  transform: skewX(-12deg);
  overflow: hidden;
}

.banner__center-inner {
  /* 中身（文字）は水平に戻す */
  transform: skewX(12deg);
  padding: 48px 24px 56px;
}

.banner__headline {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: normal;
  font-style: italic;
  display: inline-block;
  background: linear-gradient(to right, #CC0133, #e89a6e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

.banner__headline::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  margin: 0 auto 28px;
  background: linear-gradient(to right, #CC0133, #e89a6e);
  /* 右端を先細り（高さ0）にする */
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-top: 10px;
}

.banner__copy {
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: clamp(0.875rem, 2vw, 1rem);
  color: #333;
}

.banner__copy p {
  line-height: 2;
}

.banner__copy p {
  margin-bottom: 0.2em;
}

.recruit_top_block_2 {
  background-color: #f2f2f2;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.recruit_top_block_2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  aspect-ratio: 1 / 1;
  background: url(../images/recruit/bg_dotted_white.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.recruit_top_block_2 h3 {
  font-size: 30px;
  color: #CC0133;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.4;
  font-weight: normal;
  font-family: "Noto Sans", sans-serif;
  font-style: italic;
  display: block;
  width: fit-content;
  position: relative;
}

.recruit_top_block_2 h3::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #CC0133, #e89a6e);
}

.recruit_top_block_2 .background_image_wh h4,
.newgrad_block .background_image_wh h4 {
  font-size: 16px;
  font-weight: bold;
}

.recruit_top_block_2 .background_image_wh p,
.newgrad_block .background_image_wh p {
  font-size: 14px;
}

.recruit_top_block_2 .btn-outline-danger,
.newgrad_block .btn-outline-danger {
  width: auto;
  font-size: 14px;
  padding: 10px 20px;
  margin-top: 10px;
}

.recruit_top_block_2 .btn-outline-danger i,
.newgrad_block .btn-outline-danger i {
  margin-top: 1px;
}

.recruit_top_block_2 .pwd_header_container,
.newgrad_block .pwd_header_container {
  margin-top: 10px;
  margin-bottom: 0;
}

.newgrad_block,
.newgrad_block_4 {
  position: relative;
  background-color: #f2f2f2;
}

.newgrad_block::before,
.newgrad_block_4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  aspect-ratio: 1 / 1;
  background: url(../images/recruit/bg_dotted_white.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.newgrad_block::after,
.newgrad_block_4::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  aspect-ratio: 1 / 1;
  background: url(../images/recruit/bg_dotted_white.png) no-repeat;
  background-size: contain;
}

.newgrad_block,
.newgrad_block_2,
.newgrad_block_3,
.newgrad_block_4,
.newgrad_block_5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.newgrad_block_inner {
  position: relative;
}

.page_recruit_child h2 {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-style: italic;
  background: linear-gradient(to right, #CC0133, #e89a6e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
  margin-bottom: 8px;
  text-align: center;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.page_recruit_child h2::before {
  content: '';
  position: absolute;
  left: 0;
  width: 300px;
  height: 3px;
  background: linear-gradient(to right, #CC0133, #e89a6e);
  z-index: 1;
}

.page_recruit_child h2::after {
  content: '';
  position: absolute;
  right: 0;
  width: 300px;
  height: 3px;
  background: linear-gradient(to right, #CC0133, #e89a6e);
  z-index: 1;
}

.page_recruit_child .h2-heading__line {
  flex: 0 0 80px;
  height: 3px;
  background: linear-gradient(to right, #CC0133, #e89a6e);
  border: none;
}

.page_recruit_child .h2-heading__subtitle {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  color: #CC0133;
  font-weight: normal;
  margin-bottom: 50px;
  text-align: center;
}

.recruit-newgrad-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  margin: 0 auto;
  padding: 24px 16px;
  background: #fff;
  list-style: none;
}

.recruit-newgrad-nav__item {
  flex: 1;
  text-align: center;
}

.recruit-newgrad-nav__link {
  display: block;
  text-decoration: none;
  color: #333;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  transition: color 0.2s ease;
}

.recruit-newgrad-nav__link:hover {
  color: #CC0133;
}

.recruit-newgrad-nav__link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.recruit-newgrad-nav__link i {
  color: #CC0133;
  font-size: 12px;
}

.page_recruit_child h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.page_recruit_child h3::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #CC0133, #e89a6e);
}

.page_recruit_child .newgrad_block_2 h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 50px;
  position: relative;
}

.page_recruit_child .newgrad_block_2 h4::after {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  margin: 0 auto 28px;
  background: #CC0133;
  bottom: 0;
  left: 0;
  position: absolute;
}

.newgrad_block_2 .d-grid {
  position: relative;
}

.newgrad_block_2 .d-grid:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.newgrad_block_2 .btn {
  border-radius: 0;
  padding: 20px;
}

.newgrad_block_2 .btn.btn-danger {
  background-color: #CC0133;
  position: relative;
}

.newgrad_block_2 .btn.btn-danger:hover {
  background-color: #fff;
  color: #CC0133;
  border: 1px solid #CC0133;
}

.newgrad_block_2 .btn.btn-danger .fa-arrow-up-right-from-square {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
}

.newgrad_block_2 .btn-outline-secondary {
  position: relative;
}

.newgrad_block_2 .btn.btn-outline-secondary::before {
  content: "";
  background-image: url(../images/recruit/recruit_login_gray.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.newgrad_block_2 .btn.btn-outline-secondary:hover::before {
  background-image: url(../images/recruit/recruit_login_white.png);
}

.newgrad_block_2 .btn.btn-outline-secondary .fa-arrow-up-right-from-square {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.newgrad_block_3 .select_step {
  counter-reset: section;
  margin-top: 56px;
  padding-left: 0;
}

.newgrad_block_3 .select_step .step {
  counter-increment: section;
  background-color: #eee;
  padding: 32px;
  position: relative;
  border-radius: 4px;
}

.newgrad_block_3 .select_step .step:nth-of-type(n+2) {
  margin-top: 40px;
}

.newgrad_block_3 .select_step .step::before {
  content: "";
  display: block;
  width: 73px;
  height: 29px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #eee;
}

.newgrad_block_3 .select_step .step.last {
  background-color: transparent;
  box-sizing: border-box;
  border: 3px solid #CC0133;
  color: #CC0133;
}

.newgrad_block_3 .select_step .step.last::before {
  content: none;
}

.newgrad_block_3 .select_step .step.last .step_inner {
  line-height: 1;
}

.newgrad_block_3 .select_step .step .step_num {
  background-color: #CC0133;
  border-radius: 99999px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 114px;
  height: 114px;
  transform: translate(-50%, -50%);
}

.newgrad_block_3 .select_step .step .step_inner {
  text-align: center;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
}

.newgrad_block_3 .select_step .step .entry_btn_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: calc(50% + 137px);
  transform: translateY(-50%);
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.newgrad_block_3 .select_step .step .step_num::before {
  content: "STEP";
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.newgrad_block_3 .select_step .step .step_num::after {
  content: counter(section, decimal-leading-zero);
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
}

/* 2つのバナーを重ねて配置 */
.newgrad_block_4 .lead_wrapper {
  align-items: center;
}

/* 斜め端のバナー共通（グラデーション・parallelogram） */
.newgrad_block_4 .lead {
  align-items: center;
  justify-content: center;

}

/* 小さいバナー（上・右にずらして下のバナーに重ねる） */
.newgrad_block_4 .lead_small {
  padding: 10px 28px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

/* 大きいバナー（下） */
.newgrad_block_4 .lead_large {
  padding: 18px 48px;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
}

.newgrad_block_4 .lead_text {
  position: relative;
  font-style: italic;
  background: linear-gradient(to right, #CC0133, #e89a6e);
  color: #fff;
  white-space: nowrap;
  padding: 3px 60px;
  margin-top: 10px;
  overflow: hidden;
  z-index: 1;
}

/* 左下：直角三角形（直角が右下） */
.newgrad_block_4 .lead_small .lead_text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0%, transparent 50%, #CC0133 50%, #CC0133 100%);
  z-index: -1;
}

.newgrad_block_4 .lead_small .lead_text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 100%;
  background: linear-gradient(-70deg, transparent 0%, transparent 50%, #e89a6e 50%, #e89a6e 100%);
  z-index: -1;
}

/* 左下：直角三角形（直角が右下） */
.newgrad_block_4 .lead_large .lead_text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0%, transparent 50%, #CC0133 50%, #CC0133 100%);
  z-index: -1;
}

.newgrad_block_4 .lead_large .lead_text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background: linear-gradient(-70deg, transparent 0%, transparent 50%, #e89a6e 50%, #e89a6e 100%);
  z-index: -1;
}

.newgrad_block_4 .training_block {
  position: relative;
  margin-top: 50px;
}

.newgrad_block_4 .training_block img {
  position: absolute;
  right: 0;
  width: 40%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.newgrad_block_4 .training_block .background_image_wh span.highlight {
  background: linear-gradient(to right, #CC0133, #e89a6e);
  color: #fff;
  font-size: 22px;
  padding-left: 5px;
  padding-right: 5px;
}

.newgrad_block_4 .training_block .pwd_header_container {
  margin: 0;
  z-index: 0;
}

.newgrad_block_4 .training_flow .background_image_wh {
  padding: 20px 40px;
  margin-bottom: 50px;
}

.newgrad_block_4 .training_flow .background_image_wh:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #e0e0e0;
}

.newgrad_block_4 .training_flow .background_image_wh h4 {
  font-weight: bold;
  font-size: 20px;
}

.newgrad_block_4 .training_flow .background_image_wh ul {
  list-style: initial;
}

.newgrad_block_4 .training_flow .training_flow_header {
  color: #CC0133;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #CC0133;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

.newgrad_block_4 .training_flow ul {
  list-style: initial;
}

.public_courses_block {
  background-color: #ddd;
  position: relative;
}

.public_courses_block_left {
  position: relative;
}

.public_courses_block_left::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  border-right: 1px solid #e0e0e0;
  height: 80%;
}

.public_courses_block_under {
  position: relative;
}

.public_courses_block_under::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 0;
  border-bottom: 1px solid #e0e0e0;
  z-index: 1;
}

.public_courses_block .py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.public_courses_block .py-30 p {
  margin-bottom: 0;
}

.newgrad_block_5 .recruit_table_header {
  background-color: #e0e0e0;
  columns: #666;
  vertical-align: middle;
}

.newgrad_block_5 .recruit_table_num {
  font-size: 30px;
  font-weight: bold;
}

.recruit_back_btn .btn-outline-secondary {
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 0;
}

.flow_arrow {
  position: relative;
  width: 80px;
  height: 80%;
  background: linear-gradient(to bottom,
      #e9a06f 0%,
      #d1002a 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 上矢印 */
.flow_arrow::before {
  content: "";
  position: absolute;
  top: -80px;
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 80px solid #e9a06f;
}

/* 下矢印 */
.flow_arrow::after {
  content: "";
  position: absolute;
  bottom: -80px;
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 80px solid #d1002a;
}

/* 縦文字 */
.flow_arrow p {
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2em;
}

ul.public_courses_list {
  list-style: initial;
  padding-left: 20px;
}

.pwd_custom_block {
  padding: 25px 100px;
}

.pwd_custom_block .card h3 {
  text-align: left;
}

.pwd_custom_block .card h3::after {
  display: none;
}

.pwd_link_btn .btn-outline-danger {
  color: #CC0133;
  border-color: #CC0133;
  font-size: 20px;
  padding: 10px 40px;
  margin-top: 20px;
}

.pwd_link_btn .btn-outline-danger:hover {
  color: #fff;
  background-color: #CC0133;
  border-color: #CC0133;
}

.pwd_link_btn .btn-outline-danger i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  border: 1px solid currentColor;
}

/* セクション：余白・背景 */
.pwd_support_cards {
  padding: 60px 20px;
  background-color: #fafafa;
}

/* 2行×3列グリッド */
.pwd_support_cards_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

/* カード：白・角丸・シャドウ */
.pwd_support_card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 50px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

/* テキスト：中央・黒・改行あり */
.pwd_support_card_text {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin: 0;
  font-weight: bold;
  margin-top: 20px;
}

.lead.top_massage_heading {
  position: relative;
  padding: 100px;
  font-weight: bold;
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 50px;
}

/* 左上の赤いL字型（角のみ） */
.lead.top_massage_heading::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: 60px;
  height: 60px;
  border-top: 5px solid #CC0133;
  border-left: 5px solid #CC0133;
  box-sizing: border-box;
  pointer-events: none;
}

/* 右下の赤いL字型（角のみ） */
.lead.top_massage_heading::after {
  content: '';
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  border-bottom: 5px solid #CC0133;
  border-right: 5px solid #CC0133;
  box-sizing: border-box;
  pointer-events: none;
}

.recruit_number_heading {
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

.recruit_number_block .lead {
  font-size: 40px;
  font-weight: bold;
}

.recruit_number_block h2,
.recruit_number_block_2 h2,
.recruit_number_block_3 h2,
.recruit_number_block_4 h2 {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  position: relative;
}

.recruit_number_block h2::after,
.recruit_number_block_2 h2::after,
.recruit_number_block_3 h2::after,
.recruit_number_block_4 h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 50px;
  height: 3px;
  background: #CC0133;
}

.recruit_number_block_2 {
  background-color: #f2f2f2;
}

.recruit_number_block_2_inner {
  background-color: #fff;
}

.recruit_number_block .border-end {
  border-right: none !important;
  position: relative;
}

.recruit_number_block .border-end::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 0;
  border-right: 1px solid var(--bs-border-color, #dee2e6);
}

.recruit_number_block .row.border-bottom,
.recruit_number_block_2 .row.border-bottom {
  border-bottom: none !important;
  position: relative;
}

.recruit_number_block .row.border-bottom::after,
.recruit_number_block_2 .row.border-bottom::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  border-bottom: 1px solid var(--bs-border-color, #dee2e6);
}

.recruit_number_block_3 {
  background-color: #fcf3f0;
}

/* 画像2枚：同じ高さ・横幅はauto（アスペクト比維持） */
.recruit-ikuji-two-img.row.row-cols-equal-height>.col img,
.recruit-ikuji-two-img.row.row-cols-equal-height>[class^="col-"] img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.recruit_number_block_4 h3 {
  font-size: 22px;
  font-weight: bold;
}

.recruit_number_block_4 .lead {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.recruit_number_block_4 ul li {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.recruit_number_block_4 ul li::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #666666;
}

.pwd_header_container .background_image_wh.p_training_block {
  padding: 50px 100px 50px 50px;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
  .pwd_team_member_section {
    padding: 60px 0;
  }

  .pwd_team_member_red_band {
    padding: 30px 120px 30px 40px;
  }

  .pwd_team_member_title {
    font-size: 20px;
  }

  .pwd_team_member_icon {
    left: calc(80% - 25px);
    width: 80px;
    height: 80px;
    padding: 10px;
  }

  .pwd_team_member_left_bar {
    width: 3px;
  }

  .section_charm_content_odd .highlight-red-bg-small-pwd {
    left: calc(50% + 150px);
  }

  .section_charm_content_odd .highlight-red-bg-pwd {
    left: calc(50% + 100px);
  }
}

@media screen and (min-width: 1600px) {

  .charm_outer,
  .charm_tax_outer.charm_bg_charm {
    background-size: 100vw;
  }
}

@media screen and (min-width: 1124px) {

  #main .container {
    padding-left: 0;
    padding-right: 0;
  }

  .pwd_team_member_container h2 {
    font-size: 18px;
  }

  .pwd_team_member_red_band {
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1320px) {

  .pwd_team_member_red_band {
    width: 65%;
  }

  .pwd_team_member_icon {
    left: calc(65% - 60px);
  }

  .section_pwd_content_02.section_charm_content_odd .highlight-red-bg-small-pwd,
  .section_charm_content_03_footer .highlight-red-bg-small-pwd,
  .section_charm_content_02.section_charm_content_odd .highlight-red-bg-small-pwd,
  .section_charm_content_03_footer .highlight-red-bg-small-pwd {
    left: calc(50% + 250px);
  }

  .section_pwd_content_02.section_charm_content_odd .highlight-red-bg-pwd,
  .section_charm_content_03_footer .highlight-red-bg-pwd,
  .section_charm_content_02.section_charm_content_odd .highlight-red-bg-pwd,
  .section_charm_content_03_footer .highlight-red-bg-pwd {
    left: calc(50% + 200px);
  }

  .page_recruit_child h2::before {
    width: 250px;
  }

  .page_recruit_child h2::after {
    width: 250px;
  }
}

@media screen and (min-width: 768px) {
  ul.bc_nav {
    font-size: 12px;
    padding-left: 0;
    padding-top: 20px;
  }

  ul.bc_nav li,
  ul.bc_nav>span {
    padding: 0 6px;
    font-family: "Meiryo", sans-serif;
    font-size: 13px;
  }

  .charm_outer h1 {
    margin-bottom: 50px;
  }

  .charm_outer h2 {
    margin: 50px 0 25px;
  }

  .charm_outer h2 img {
    height: 52px;
    margin-right: 10px;
  }

  .charm_outer h2 span {
    font-size: 35px;
    font-weight: bold;
  }

  .pwd_card_block_outer {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .pwd_team_member_container h2 {
    font-size: 18px;
  }

  .pe-md-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {

  a:hover,
  a:active {
    text-decoration: none;
  }

  #main {
    position: relative;
  }

  .charm_outer {
    background-size: auto 200px;
  }

  .charm_tax_outer.charm_bg_charm {
    background-size: auto 200px;
  }

  .charm_tax_outer.charm_bg_charm {
    background-size: auto 200px;
  }

  .profile_image_inner {
    width: 85%;
    height: 85%;
  }

  .profile_image_container img {
    width: 92%;
  }

  .menu-trigger {
    top: -14px;
  }

  ul {
    padding-left: 0 !important;
  }

  ul.bc_nav {
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ul.bc_nav li {
    font-size: 12px;
    padding-right: 2px;
    padding-left: 2px;
  }

  ul.bc_nav span {
    font-size: 12px;
    padding-right: 2px;
    padding-left: 2px;
  }

  ul.bc_nav span a {
    font-size: 12px;
  }

  .charm_outer .charm_slider {
    padding-bottom: 50px;
  }

  .charm_slider {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .charm_slider .carousel-inner>.carousel-item>a>img {
    width: auto;
    margin: 0 auto;
  }

  .charm_outer .carousel-caption {
    position: absolute;
    bottom: -10px;
    left: 10px;
  }

  .charm_outer .carousel-caption h2 {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
  }

  .carousel-indicators {
    bottom: -50px;
  }

  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
  }

  .charm_tax_outer .charm_header_inner,
  .recruit_top_outer .charm_header_inner,
  .recruit_child_outer .charm_header_inner,
  .charm_single_outer .charm_header_inner {
    padding: 20px;
    margin: 0 auto 56px;
  }

  .charm_tax_outer .charm_header_inner::before,
  .recruit_top_outer .charm_header_inner::before,
  .recruit_child_outer .charm_header_inner::before {
    top: 45px;
  }

  .charm_tax_outer .charm_header_inner::after,
  .recruit_top_outer .charm_header_inner::after,
  .recruit_child_outer .charm_header_inner::after {
    bottom: 45px;
  }

  .charm_single_outer .charm_header_inner::before {
    top: 45px;
  }

  .charm_single_outer .charm_header_inner::after {
    bottom: 45px;
  }

  .charm_header_inner h1 {
    font-size: 25px;
    font-style: normal;
  }

  .charm_header_inner p {
    font-size: 11px;
  }

  .charm_outer h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .charm_outer h2 img {
    width: 50px;
    margin-right: 10px;
  }

  .charm_outer h2 span {
    font-size: 20px;
    font-weight: bold;
  }

  .charm_tax_outer h2 {
    margin-top: 0px;
    padding: 30px 30px 10px;
    font-size: 20px;
  }

  .card_wrapper {
    padding-left: 3px;
    padding-right: 3px;
  }

  .card_outer {
    margin-bottom: 20px;
  }

  .card .card-body h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
  }

  .button_wrapper .btn-readmore {
    font-size: 15px;
    color: #fff;
    padding: 10px 50px;
  }

  .charm_outer .button_wrapper .btn-readmore span {
    position: absolute;
    right: 10px;
  }

  .charm_single_outer .button_wrapper .btn-readmore span {
    position: absolute;
    left: 10px;
  }

  .button_wrapper {
    margin: 25px 0;
  }

  .key_words_outer .btn.btn-terms {
    padding: 3px 10px;
    font-size: 14px;
    margin: 0 5px 5px 0;
  }

  #common_page nav>ul.pagination li.page-item {
    display: block;
  }

  #common_page nav>ul.pagination li.page-item a {
    font-size: 15px;
    padding: 0;
  }

  #common_page nav>ul.pagination li span {
    font-size: 15px;
  }

  .pager_counter {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .single_content_outer .single_content_header,
  .single_content_outer .single_content {
    padding: 0;
  }

  .single_content_outer .single_content_header h1 {
    font-size: 25px;
  }

  .single_content_outer .single_content_footer {
    padding: 20px;
  }

  .single_content_outer .single_content_footer .share_block {
    padding: 10px 0;
  }

  .single_content_outer .single_content_footer .share_block .share_block_list {
    padding: 5px 0;
  }

  .single_content_outer .single_content_footer .share_block .share_block_list p {
    padding: 0 10px;
  }

  .single_content_outer .single_content_footer .share_block .col {
    padding: 10px 25px;
  }

  .pwd_team_member_section h2 {
    font-size: 20px;
    padding-right: 150px;
    text-align: left;
    left: auto;
  }

  .pwd_team_member_red_band {
    width: 80%;
  }

  .card img {
    margin: 0 auto;
  }

  .highlight-bg {
    display: none;
  }

  .single_content_right_header {
    background: linear-gradient(30deg, #CD0433, #CD0433, #CD0433, #EB8F1C);
    padding: 20px;
  }

  .single_content_right_header p {
    font-size: 20px;
    margin-bottom: 0;
  }

  .charm_carousel_outer h2 {
    font-size: 20px;
  }

  .carousel-inner {
    width: 70%;
  }

  #charmCarousel .carousel-control-prev,
  #charmCarousel .carousel-control-next {
    width: 25px;
  }

  .carousel-button-inner {
    width: 25px;
  }

  #charmCarousel .carousel-control-prev i,
  #charmCarousel .carousel-control-next i {
    font-size: 15px;
  }

  .single_content_right {
    width: 80%;
    margin-left: auto;
    top: -40px;
  }

  .section_charm_content_odd .highlight-white-bg,
  .section_charm_content_odd .highlight-white-bg-pwd {
    right: 10vw;
  }

  .section_charm_content_odd .col-md-6:nth-child(1) {
    width: 90vw;
    margin-left: 0;
  }

  .section_charm_content_odd .col-md-6:nth-child(2) {
    width: 90vw;
    margin-left: auto;
    margin-right: 0;
  }

  .section_charm_content_even .highlight-white-bg,
  .section_charm_content_even .highlight-white-bg-pwd {
    left: 10vw;
  }

  .section_charm_content_even .col-md-6:nth-child(1) {
    width: 90vw;
    margin-left: auto;
    margin-right: 0;
  }

  .section_charm_content_even .col-md-6:nth-child(2) {
    width: 90vw;
    margin-right: auto;
    margin-left: 0;
  }

  .profile_image_container {
    z-index: 0;
  }

  .section_charm_content_even .highlight-red-box {
    right: -18px;
    left: auto;

  }

  .section_charm_content_02_inner,
  .section_charm_content_03_inner {
    margin-bottom: 50px;
  }

  .key_words_group {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .key_words_group .parent_category_name {
    margin-bottom: 15px;
  }

  .pwd_content03_footer_block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_pwd_content_02.section_charm_content_odd .highlight-red-bg-small-pwd,
  .section_charm_content_03_footer .highlight-red-bg-small-pwd,
  .section_charm_content_02.section_charm_content_odd .highlight-red-bg-small-pwd,
  .section_charm_content_03_footer .highlight-red-bg-small-pwd,
  .section_charm_content_odd .highlight-red-bg-small {
    left: calc(50% + 100px);
  }

  .section_pwd_content_02.section_charm_content_odd .highlight-red-bg-pwd,
  .section_charm_content_03_footer .highlight-red-bg-pwd,
  .section_charm_content_02.section_charm_content_odd .highlight-red-bg-pwd,
  .section_charm_content_03_footer .highlight-red-bg-pwd,
  .section_charm_content_odd .highlight-red-bg {
    left: calc(50% + 50px);
  }

  .flow_arrow {
    width: 35px;
    height: 90%;
  }

  /* 上矢印 */
  .flow_arrow::before {
    content: "";
    position: absolute;
    top: -35px;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid #e9a06f;
  }

  /* 下矢印 */
  .flow_arrow::after {
    content: "";
    position: absolute;
    bottom: -35px;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 35px solid #d1002a;
  }

  /* 縦文字 */
  .flow_arrow span {
    font-size: 18px;
  }

  .recruit_top_outer,
  .recruit_child_outer {
    padding-bottom: 0;
  }

  .recruit-newgrad-nav {
    display: block;
    height: auto;
    position: relative;
  }

  .recruit-newgrad-nav br {
    display: none;
  }

  .recruit-newgrad-nav__item {
    position: relative;
  }

  .recruit-newgrad-nav__item i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
  }

  .recruit-newgrad-nav__link {
    padding-bottom: 0;
  }

  .page_recruit_child h2 {
    font-size: 30px;
  }

  .page_recruit_child h2::before {
    width: 100px;
  }

  .page_recruit_child h2::after {
    width: 100px;
  }

  .page_recruit_child .h2-heading__subtitle {
    font-size: 15px;
  }

  .newgrad_block::before,
  .newgrad_block_4::before {
    width: 60%;
  }

  .newgrad_block::after,
  .newgrad_block_4::after {
    width: 60%;
  }

  .recruit_top_block_2 .btn-outline-danger,
  .newgrad_block .btn-outline-danger {
    margin-bottom: 10px;
  }

  .newgrad_block_3 .select_step .step .step_num {
    top: 10px;
    left: 30px;
    width: 70px;
    height: 70px;
  }

  .newgrad_block_3 .select_step .step .step_num::before {
    font-size: 15px;
  }

  .newgrad_block_3 .select_step .step .step_num::after {
    font-size: 20px;
  }

  .newgrad_block_3 .select_step .step .step_inner {
    font-size: 20px;
  }

  .page_recruit_child h3 {
    font-size: 25px;
  }

  .newgrad_block_4 .lead_large {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 500;
  }

  .newgrad_block_4 .lead_small {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .newgrad_block_4 .lead_text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .newgrad_block_4 .training_block {
    margin-top: 150px;
  }

  .newgrad_block_4 .training_block img {
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
  }

  .pwd_header_container .background_image_wh {
    font-size: 15px;
  }

  .newgrad_block_4 .training_block .background_image_wh span.highlight {
    font-size: 18px;
  }

  .newgrad_block_4 .training_flow .background_image_wh ul li {
    list-style: initial;
  }

  .recruit_top_block_2::before {
    width: 60%;
  }

  .recruit_top_banner {
    background-size: auto 100%;
  }

  .public_courses_block_left::after {
    content: '';
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80%;
    height: 0;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }

  .pwd_custom_block {
    padding-left: 0;
    padding-right: 0;
  }

  .pwd_support_cards_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 600px;
    margin: 0 auto;
  }

  .pwd_support_card {
    padding: 30px;
  }

  .pwd_support_card_text {
    font-size: 15px;
    line-height: 1.3;
  }

  .lead.top_massage_heading {
    padding: 40px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  /* 左上の赤いL字型（角のみ） */
  .lead.top_massage_heading::before {
    width: 40px;
    height: 40px;
  }

  /* 右下の赤いL字型（角のみ） */
  .lead.top_massage_heading::after {
    width: 40px;
    height: 40px;
  }

  .recruit_number_heading {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 25px;
  }

  .recruit_number_block_3 .equal-height-cols__col--left,
  .recruit_number_block_3 .equal-height-cols__col--right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .recruit_number_block .lead {
    font-size: 30px;
  }

  .recruit_number_block_3,
  .recruit_number_block_4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .recruit_number_block_4 ul {
    padding-left: 25px !important;
  }

  .newgrad_block_4 .lead_large .lead_text::before {
    left: -25px;
  }

  .newgrad_block_4 .lead_large .lead_text::after {
    right: -25px;
  }

  .pwd_header_container .background_image_wh.p_training_block {
    padding: 50px;
  }

  .recruit_number_block .border-end::after {
    display: none;
  }

  .training_flow ul,
  ul.public_courses_list {
    padding-left: 20px !important;
  }

  .training_flow ul li,
  ul.public_courses_list li {
    list-style: initial;
  }

  .pwd_cards .pwd_card_outer,
  .pwd_card_block_outer .pwd_card_outer {
    margin-bottom: 20px;
  }

  .pwd_cards .pwd_card_outer:last-child,
  .pwd_card_block_outer .pwd_card_outer:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .charm_single_outer h2 {
    font-size: 18px;
  }

  .section_charm_content_01 p,
  .section_charm_content_02 p,
  .section_charm_content_03 p,
  .section_pwd_content_text_block p {
    font-size: 14px;
  }

  .pwd_team_member_section h2 {
    font-size: 16px;
  }
}