@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&family=Zen+Kurenaido&display=swap");
/*
    @media screen and (max-width: $theme_pc_width) {
    }
    @media screen and (max-width: $standard_width) {
    }
    @media screen and (max-width: $tablet_width) {
    }
    @media screen and (max-width: $sp_width) {
    }
    .sp_only_block{
        display:none!important;
        @media screen and (max-width: $sp_width) {
            display:block!important;
        }
    }
*/
html {
  scroll-behavior: smooth;
}

div#sideMenu .simcal-calendar {
  padding: 20px;
  margin-bottom: 0px !important;
}
div#sideMenu td.simcal-day-has-events {
  color: rgb(255, 255, 255) !important;
  background: #ffafc0 !important;
  text-align: center !important;
}
div#sideMenu tbody tr td {
  height: 40px !important;
}
div#sideMenu tbody tr td ul.simcal-events {
  display: none !important;
}
div#sideMenu tbody tr td span.simcal-no-events {
  display: none !important;
}
div#sideMenu tbody tr td div {
  text-align: center !important;
}
div#sideMenu tbody tr td.simcal-today > div {
  height: 96% !important;
}
div#sideMenu div.example_holiday {
  margin: 0px !important;
  padding: 0px 20px !important;
  line-height: 1em !important;
}
div#sideMenu div.example_holiday div.block {
  background: pink;
  height: 24px;
  font-size: 22px;
  line-height: 1em !important;
  width: 40px;
  display: inline;
  margin-right: 10px !important;
}
div#sideMenu a.calendar_detail {
  text-align: center;
  display: block;
  margin: 10px 0px;
}

#sidr div.smart_phonebottom .simcal-calendar {
  padding: 20px;
  margin-bottom: 0px !important;
  width: auto;
  min-width: 320px !important;
}
#sidr div.smart_phonebottom .simcal-calendar table.simcal-calendar-grid {
  width: 100% !important;
}
#sidr div.smart_phonebottom .simcal-calendar td.simcal-day-has-events {
  color: rgb(255, 255, 255) !important;
  background: #ffafc0 !important;
  text-align: center !important;
}
#sidr div.smart_phonebottom .simcal-calendar tbody tr td {
  height: 40px !important;
}
#sidr div.smart_phonebottom .simcal-calendar tbody tr td ul.simcal-events {
  display: none !important;
}
#sidr div.smart_phonebottom .simcal-calendar tbody tr td span.simcal-no-events {
  display: none !important;
}
#sidr div.smart_phonebottom .simcal-calendar tbody tr td div {
  text-align: center !important;
}
#sidr div.smart_phonebottom .simcal-calendar tbody tr td.simcal-today > div {
  height: 96% !important;
}
#sidr div.smart_phonebottom div.example_holiday {
  margin: 0px !important;
  margin-bottom: 20px !important;
  padding: 0px 20px !important;
  line-height: 1em !important;
}
#sidr div.smart_phonebottom div.example_holiday div.block {
  background: pink;
  height: 24px;
  font-size: 22px;
  line-height: 1em !important;
  width: 40px;
  display: inline;
  margin-right: 10px !important;
}
#sidr div.smart_phonebottom a.calendar_detail {
  text-align: center;
  display: block;
  margin: 10px 0px;
}

div.blog_top_cat_div {
  border: 1px solid #eaebf2;
  border-radius: 8px;
  padding: 8px 12px 12px 12px;
}
@media screen and (max-width: 480px) {
  div.blog_top_cat_div {
    margin-top: 16px;
  }
}
div.blog_top_cat_div h3 {
  padding: 0px !important;
  margin: 0px !important;
  background: none !important;
  border: none !important;
  font-size: 16px !important;
  box-shadow: none !important;
}
@media screen and (max-width: 480px) {
  div.blog_top_cat_div h3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
div.blog_top_cat_div a.category_div {
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  padding: 3px 8px;
  font-size: 12px !important;
  margin: 3px 6px 3px 0px;
}
@media screen and (max-width: 480px) {
  div.blog_top_cat_div a.category_div {
    width: calc(50% - 24px);
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 11px !important;
  }
}

div.earing_warning {
  background: #fff4f2;
  padding: 12px;
  margin: 4px 0px 14px 0px;
}
div.earing_warning p {
  font-size: 13px;
  padding: 6px 0px;
  margin: 0px !important;
  color: #CF2E2E !important;
}
@media screen and (max-width: 480px) {
  div.earing_warning p {
    font-size: 13px !important;
  }
}

.greeting {
  margin-bottom: 0 !important;
}

.greeting_top_img {
  margin: 0px !important;
  padding: 0px !important;
}
@media screen and (max-width: 480px) {
  .greeting_top_img figure {
    margin: 0px 0px 20px 0px !important;
    padding: 0px !important;
  }
}
@media screen and (max-width: 480px) {
  .greeting_top_img img {
    width: 100% !important;
    height: auto !important;
    padding: 0px !important;
  }
}

div#fixed_reserve_button {
  position: fixed;
  right: 140px;
  bottom: 70px;
  width: 88px;
  z-index: 1000;
  height: 88px;
  opacity: 0;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  div#fixed_reserve_button {
    right: 8px;
    width: 70px;
    height: 70px;
    bottom: 176px;
  }
}
div#fixed_reserve_button img {
  width: 100%;
  height: 100%;
  transition: 0.2s;
  cursor: pointer;
}
div#fixed_reserve_button img:hover {
  opacity: 0.7;
}

div#top_page_reserved_button {
  position: relative;
}
div#top_page_reserved_button a {
  position: absolute;
  right: 180px;
  top: -240px;
  width: 140px;
  height: 140px;
}
div#top_page_reserved_button a img {
  width: 100%;
}

.summer_campaign_banner {
  width: 100% !important;
  padding: 0px !important;
  display: block;
  margin: 2px 0px 24px 0px !important;
}
.summer_campaign_banner img {
  padding: 0px !important;
  width: 100% !important;
  margin: 0px !important;
}

.btn_dq_sp {
  position: absolute;
  width: 140px;
  right: 16px;
  bottom: 10px;
  text-align: left;
}
.btn_dq_sp a {
  display: block;
  margin: 6px 0px 0px 0px;
  padding: 0px;
  width: 100%;
}
.btn_dq_sp a img.sp_web_reserve_button {
  min-height: auto;
  width: 100%;
}

.biyou_web a {
  background: #ff889f !important;
}
@media screen and (max-width: 480px) {
  .biyou_web a {
    background: #fff !important;
    color: #ff889f !important;
    border-color: #ff889f !important;
  }
  .biyou_web a:after {
    border-color: #ff889f !important;
    background: #fff !important;
  }
}

h1.h1_page_20241015 {
  color: #0081cd;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  border-bottom: 3px solid #0081cd;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  h1.h1_page_20241015 {
    background: #0081cd;
    color: white;
    margin: 20px 0px;
    padding: 4px 8px 3px 8px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 3px;
  }
}

h2.h2_v2 {
  background: #f1f1f1;
  color: #424242 !important;
  padding: 8px 0px 8px 16px;
  margin: 30px 0px 15px 0px !important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-top: #0081cd 2px solid;
  border-bottom: none !important;
  font-size: 22px !important;
  font-weight: bold !important;
}
@media screen and (max-width: 480px) {
  h2.h2_v2 {
    background: #f1f1f1 !important;
    color: #424242 !important;
    padding: 7px 0px 7px 8px !important;
    margin: 20px 0px 20px 0px !important;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-top: #0081cd 2px solid !important;
    border-bottom: none !important;
    font-size: 18px !important;
    border-radius: 0px !important;
  }
  h2.h2_v2.h2_qa {
    padding-right: 28px !important;
  }
}

h3.h3_v2 {
  padding: 2px 0px !important;
  margin: 30px 0px 15px 0px !important;
  border-top: none !important;
  color: #1e85c6 !important;
  background: none !important;
  border-bottom: #1e85c6 1px solid !important;
}
@media screen and (max-width: 480px) {
  h3.h3_v2 {
    box-shadow: none !important;
  }
}

.doctor_blog_pic img {
  width: 100%;
}

.doctor_blog_table {
  border-collapse: separate !important;
  border-spacing: 0px !important;
  width: calc(100% - 8px) !important;
  min-width: auto !important;
}
.doctor_blog_table tr {
  border: none !important;
}
.doctor_blog_table tr th {
  border: 1px solid #caeafe !important;
  border-right: 1px solid #fff !important;
  background: #caeafe !important;
  text-align: center;
  white-space: normal !important;
  padding: 4px;
}
.doctor_blog_table tr th:last-child {
  border-right: 1px solid #caeafe !important;
}
.doctor_blog_table tr td {
  border: 1px solid #caeafe !important;
  padding: 4px;
}

span.font01 {
  font-weight: bold;
}

.doctor_blog_ul {
  list-style-type: disc !important;
}
.doctor_blog_ul li {
  list-style-type: disc !important;
}

ul.ul_v2 {
  list-style: square !important;
}
ul.ul_v2 li {
  list-style: circle !important;
}
header#header > a.top_logo_a > span.cliniclogo {
  display: block;
  padding-top: 1em;
  width: calc(100% - 60px);
}
@media screen and (max-width: 480px) {
  header#header {
    width: 100%;
    overflow: hidden;
  }
}
header#header .cliniclogo {
  position: relative;
}
header#header .cliniclogo::after {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-45%);
  content: "";
  width: 440px;
  height: 240px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent), linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  -webkit-mask-composite: destination-in;
  mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent), linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
  border-radius: 10px;
  z-index: -1;
}
header#header .header_week::after {
  position: absolute;
  top: -100px;
  left: -5%;
  content: "";
  width: 300px;
  height: 180px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent), linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  -webkit-mask-composite: destination-in;
  mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent), linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
  z-index: -2;
}

#breadcrumbs ol#bread_cumb_ol {
  display: inline-block;
  padding: 0px !important;
  margin: 0px !important;
  font-weight: bold;
}
#breadcrumbs ol#bread_cumb_ol a {
  font-weight: bold;
}
#breadcrumbs ol#bread_cumb_ol li {
  font-weight: bold;
  padding: 0px 9px 0px 0px;
  margin: 0px !important;
  display: inline-block;
}
#breadcrumbs ol#bread_cumb_ol li:after {
  content: ">";
  padding-left: 5px;
}
#breadcrumbs ol#bread_cumb_ol li:last-child:after {
  content: "";
  padding-left: 0px;
}

@media screen and (max-width: 480px) {
  #ez-toc-container .ez-toc-heading-level-2 {
    padding-left: 12px;
  }
}

div.my_recruit_page_div .ppp {
  margin: auto;
  width: auto;
  max-width: 1080px;
  padding-left: 24px;
  padding-right: 24px;
  background: grey;
}
div.my_recruit_page_div .ppp p#qqq {
  background: white;
  width: 100%;
}
div.my_recruit_page_div .standard_div {
  margin: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  max-width: 1080px;
  padding-left: 24px;
  padding-right: 24px;
}
div.my_recruit_page_div section {
  width: 100%;
}
div.my_recruit_page_div p {
  text-align: left;
  font-family: "Kosugi Maru", sans-serif;
}
@media screen and (max-width: 480px) {
  div.my_recruit_page_div p {
    text-align: left !important;
  }
}
div.my_recruit_page_div p.meta_comment {
  color: red !important;
  font-size: 13px;
}
div.my_recruit_page_div h2 {
  text-align: center;
  border: none !important;
  font-size: 36px;
  color: #043f7f !important;
  background: none !important;
  border-radius: 0;
  margin: 32px 0px 32px 0px;
  position: relative;
}
@media screen and (max-width: 480px) {
  div.my_recruit_page_div h2 {
    font-size: 24px;
  }
}
div.my_recruit_page_div .our_mission {
  padding-bottom: 70px;
}
div.my_recruit_page_div .our_mission h2:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 73px;
  background: url(../img/ttl_ic.png) no-repeat;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 20px;
}
div.my_recruit_page_div .our_mission div p {
  text-align: center;
  line-height: 2.7;
}
@media screen and (max-width: 480px) {
  div.my_recruit_page_div .our_mission div p {
    text-align: justify;
    line-height: 1.75;
  }
}
div.my_recruit_page_div .top4Sec {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.7)), url("../img/recruit/recruit-bg.webp") top center/100% auto repeat-y;
}
div.my_recruit_page_div .distribution h2 span.number {
  color: pink;
  font-size: 48px;
  display: block;
}
div.my_recruit_page_div .distribution .graph_wrapper {
  flex-wrap: wrap;
  display: flex;
  width: auto;
}
@media screen and (max-width: 480px) {
  div.my_recruit_page_div .distribution .graph_wrapper {
    display: block;
  }
}
div.my_recruit_page_div .distribution .graph_wrapper .graph_div {
  width: 49%;
  border-radius: 24px;
  background: #efefef;
  box-shadow: 3px 3px 6px #ccc;
  padding: 32px;
  margin: 36px 10px 36px 0px;
}
@media screen and (max-width: 480px) {
  div.my_recruit_page_div .distribution .graph_wrapper .graph_div {
    width: auto;
    margin: 36px 0px 36px 0px;
  }
}
div.my_recruit_page_div .distribution .graph_wrapper .graph_div h3 {
  text-align: center;
  font-size: 28px;
  font-family: "Kosugi Maru", sans-serif;
}
div.my_recruit_page_div .distribution .graph_wrapper .graph_div img {
  margin: 40px auto;
  display: block;
  width: 100%;
  max-width: 400px;
}
div.my_recruit_page_div .distribution .graph_wrapper .graph_div:nth-child(even) {
  margin: 36px 0px 36px 10px;
}
@media screen and (max-width: 480px) {
  div.my_recruit_page_div .distribution .graph_wrapper .graph_div:nth-child(even) {
    margin: 36px 0px 36px 0px;
  }
}
.info_cont_pc {
  display: block;
}
@media screen and (max-width: 480px) {
  .info_cont_pc {
    display: none !important;
  }
}

.info_cont_sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .info_cont_sp {
    display: block !important;
  }
}

.sp_onlye_br {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .sp_onlye_br {
    display: inline !important;
  }
}

#introduction_founder img {
  width: 75%;
}
@media screen and (max-width: 480px) {
  #introduction_founder img {
    margin: auto;
    display: block;
  }
}
#introduction_founder p.title {
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 480px) {
  #introduction_founder p.title {
    text-align: center;
  }
}
#introduction_founder p.title > span {
  font-size: 20px;
}
#introduction_founder ul {
  padding-left: 0px !important;
  margin-left: 0px !important;
}
@media screen and (max-width: 480px) {
  #introduction_founder ul {
    margin-top: 32px !important;
    margin-bottom: 20px !important;
  }
}
#introduction_founder ul li {
  list-style: none;
  padding-left: 0px !important;
  margin-left: 0px !important;
  line-height: 2.5em;
}
#introduction_founder ul li a {
  position: relative;
  text-decoration: none;
  z-index: 12;
}
#introduction_founder ul li a:before {
  content: "　";
  position: absolute;
  width: 100%;
  height: 6px;
  background: rgba(0, 129, 205, 0.2);
  bottom: -2px;
  border-radius: 5px;
  z-index: 10;
}
#introduction_founder > div.flex_wrapper {
  display: flex;
}
@media screen and (max-width: 480px) {
  #introduction_founder > div.flex_wrapper {
    display: block;
  }
}
#introduction_founder > div.flex_wrapper > div {
  flex: 1;
}

.requirements {
  overflow: hidden;
  padding: 70px 0 90px;
}
.requirements h2::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 73px;
  background: url(../img/ttl_ic.png) no-repeat;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 20px;
}
.requirements .recruit-box {
  box-sizing: border-box;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
}
.requirements .recruit-box h3 {
  font-size: 28px;
  font-family: "Kosugi Maru", sans-serif;
  position: relative;
}
.requirements .recruit-box h3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 9px;
  background: rgba(24, 77, 133, 0.2);
}
.requirements .recruit-box table {
  border-collapse: collapse;
  font-family: "Kosugi Maru", sans-serif;
}
.requirements .recruit-box table th {
  width: 17%;
  font-size: 18px;
  border-bottom: 1px solid rgba(24, 77, 133, 0.2);
}
.requirements .recruit-box table td {
  width: 83%;
  border-bottom: 1px solid rgba(24, 77, 133, 0.2);
  padding-block: 12px;
}
.requirements .recruit-box table td li {
  list-style: disc;
}
.requirements .recruit-box table tr:last-child th,
.requirements .recruit-box table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .requirements .recruit-box {
    padding: 28px 14px;
  }
  .requirements .recruit-box h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .requirements .recruit-box h3::before {
    display: none;
  }
  .requirements .recruit-box table th, .requirements .recruit-box table td {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: none;
  }
  .requirements .recruit-box table th {
    text-align: center;
    background: rgba(0, 129, 205, 0.1);
    border-radius: 5px;
    font-size: 14px;
  }
  .requirements .recruit-box table td {
    text-align: justify;
    font-size: 12px;
    box-sizing: border-box;
    padding-inline: 5px;
  }
  .requirements .recruit-box table td li {
    list-style-position: inside;
  }
}
.requirements .nurse {
  margin-bottom: 40px;
}

.contact h2::before, .recruitment-flow h2::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 73px;
  background: url(../img/ttl_ic.png) no-repeat;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 20px;
}

.contact-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.clinic_info {
  width: 100%;
  padding-top: 36px;
  background: repeating-linear-gradient(45deg, #eef6fb, #eef6fb 10px, #f3f9fc 10px, #f3f9fc 20px);
}
.clinic_info h2::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 73px;
  background: url(../img/ttl_ic.png) no-repeat;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 20px;
}

.standard_div {
  padding-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .standard_div {
    padding-bottom: 50px;
  }
}
.standard_div .upper-img-box {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.standard_div .upper-img-box .img-item {
  border-radius: 20px;
  width: 30%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.standard_div .upper-img-box .img-item img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.standard_div .upper-img-box .img-item figcaption {
  width: 100%;
  position: absolute;
  text-align: center;
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 1em;
}
@media screen and (max-width: 480px) {
  .standard_div .upper-img-box {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
  .standard_div .upper-img-box .img-item {
    border-radius: 20px;
    width: 46%;
    height: 150px;
    margin-bottom: 20px;
  }
  .standard_div .upper-img-box .img-item figcaption {
    font-size: 80%;
    padding: 0.5em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 400px) {
  .standard_div .upper-img-box {
    flex-direction: column;
  }
  .standard_div .upper-img-box .img-item {
    width: 80%;
    height: 200px;
  }
}
.standard_div .upper-img-box {
  margin-bottom: 70px;
}

.recruitment-flow {
  background: repeating-linear-gradient(45deg, #eef6fb, #eef6fb 10px, #f3f9fc 10px, #f3f9fc 20px);
}
.recruitment-flow h2 {
  margin-top: 0 !important;
  padding-top: 32px;
}
.recruitment-flow .flow-box {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruitment-flow .flow-box .flow-item {
  position: relative;
  width: 30%;
  height: 230px;
  background: #fff;
  border-radius: 26px;
  box-sizing: border-box;
  padding: 2.5em 1em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.recruitment-flow .flow-box .flow-item h3 {
  font-size: 1.2em;
}
.recruitment-flow .flow-box .flow-item p {
  font-size: 0.875em;
  text-align: justify;
}
.recruitment-flow .flow-box .flow1::before, .recruitment-flow .flow-box .flow2::before, .recruitment-flow .flow-box .flow3::before {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 140px;
  height: 60px;
  position: absolute;
  top: -1.5em;
  left: 0;
  background: #fff;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  display: flex;
  align-items: start;
  justify-content: center;
  padding-top: 0.6em;
  color: #043f7f;
  font-size: 2em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.recruitment-flow .flow-box .flow1::before {
  content: "Step 1";
}
.recruitment-flow .flow-box .flow2::before {
  content: "Step 2";
}
.recruitment-flow .flow-box .flow3::before {
  content: "Step 3";
}
.recruitment-flow .flow-box .flow1::after,
.recruitment-flow .flow-box .flow2::after {
  position: absolute;
  top: 40%;
  right: -50px;
  content: "";
  width: 50px;
  height: 60px;
  -webkit-mask: url(../img/recruit/angle-right-solid-full.svg) no-repeat center/contain;
  mask: url(../img/recruit/angle-right-solid-full.svg) no-repeat center/contain;
  background-color: #043f7f; /* ← ここで好きな色にできる */
}
@media screen and (max-width: 480px) {
  .recruitment-flow .flow-box {
    flex-direction: column;
  }
  .recruitment-flow .flow-box .flow-item {
    width: 96%;
    height: 230px;
    padding: 2.5em 1em;
    margin-bottom: 100px;
  }
  .recruitment-flow .flow-box .flow-item h3 {
    margin-bottom: 0.6em;
  }
  .recruitment-flow .flow-box .flow-item p {
    font-size: 0.875em;
    text-align: justify;
  }
  .recruitment-flow .flow-box .flow1::before, .recruitment-flow .flow-box .flow2::before, .recruitment-flow .flow-box .flow3::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .recruitment-flow .flow-box .flow1::after,
  .recruitment-flow .flow-box .flow2::after {
    position: absolute;
    top: 100%;
    right: 42%;
    transform: rotate(90deg);
  }
}

.top_instreatments_list.torikumi-cols-2 {
  width: 47% !important;
  margin-right: 20px !important;
}
@media screen and (max-width: 480px) {
  .top_instreatments_list.torikumi-cols-1 {
    width: 96% !important;
    margin-right: none !important;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .br-sp {
    display: block;
  }
}

@media screen and (max-width: 470px) {
  .h2-br {
    font-size: clamp(15px, 1rem + 0.5vw, 23px) !important;
  }
}/*# sourceMappingURL=new_style.css.map */