/* CSS Document */

:root {
  --theme-color: #F2BC32;
  --pink-color: #FB4665;
  --vivid-pink-color: #FF0069;
  --lightpink-color: #FFE7EB;
  --lightblue-color: #EFF5FF;
  --gray-color: #DBDEE3;
  --blue-color: #102443;
}

/* カウンターリセット */
body{
  counter-reset: reasonNum 0 flowNum 0;
}

/* 注釈 */
.text_note {
  font-size: 12px;
  font-weight: 400;
}

/* インデント */
.u_hasIndent {
  padding-left: 1em;
  text-indent: -1em;
}

.join_link {
  color: #052674;
  text-decoration: underline;
}

/* --------------------
base
-------------------- */
#base {
  width: 1220px;
}

div#cont div#c3_lrr {
  width: 950px;
  line-height: 1.6;
  font-family: "Noto Sans JP", "yu gothic", YuGothic, "ヒラギノ角ゴ pron w3", "hiragino kaku gothic pron", Arial, メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

img {
  max-width: 100%;
  height: auto;
}

/* ▼見直し必要▼ */
/* ナビ */
.m_herosArea__nav {}
.m_herosArea__nav__inner{
  position:relative;
}
.l_nav--content {
  font-size: 14px;
  line-height: 1.5;
  background-color: var(--theme-color);
  padding: 14px 25px;
  width: 950px;
}
.l_nav--content.sticky {}

@media screen and (max-width: 768px) {
  .l_nav--content {
    display: block;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 0;
    margin-top: 0;
  }

  .l_nav__item {
    display: flex;
    flex: 1 1 calc(50% - 5px);
    padding: 5px;
  }

  .l_nav__target br {
    display: none;
  }

}

.l_nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
}

.l_nav__item {
  display: flex;
  width: 100%;
  border: 1px solid #021A36;
  border-radius: 4px;
  background-color: #FFF;
}

.l_nav__target {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: inherit;
  text-decoration: none;
  text-align: center;
  padding: 5px;
}


/* ヒーローズエリア */
.m_herosArea__keyvisual {
  line-height: 0;
  text-align: center;
}

.m_herosArea__nav {
  margin-top: -25px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .m_herosArea {
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
  }

  .m_herosArea__nav {
    margin-left: auto;
    margin-right: auto;
    margin-top:0;
  }
}


/* 見出し */
.m_content__ttl {
  text-align: center;
  font-size: 27px;
  line-height: 1.6;
  margin-bottom: 76px;
  position: relative;
}

.m_content__ttl::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--theme-color);
  border-radius: 5px;
  display: block;
  height: 10px;
  width: 150px;
}

/* コンテンツ */
.m_content {
  position: relative;
  margin: 50px 0 100px;
}

.m_content__inner {
  margin: auto;
  box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  .m_content {
    overflow: hidden;
  }

  .m_content__inner {
    width: 95%;
    padding-left: 0;
    box-sizing: border-box;
  }
}

/* ▲見直し必要▲ */

.m_content__txt {}

/* WEBinsource人事管理とは */
.m_about__txt {
  text-align: center;
  font-weight: 400;
}

/* 人事２年目のおすすめ機能 */
.second_year_recommend__ttl {
  display: flex;
  gap: 28px;
  align-items: baseline;
  justify-content: center;
  position: relative;
  margin-top: 60px;
  font-size: 32px;
}

.second_year_recommend__ttl_num {
  font-size: 50px;
  margin: 0 13px 0 17px;
  font-family: "BIZ UDGothic";
  font-weight: normal;
}

.second_year_recommend__ttl_sub {
  font-size: 12px;
  position: absolute;
  top: -5px;
  right: 317px;
}
.second_year_recommend__ttl_attention{
  margin-left: 10px;
}

.u_resMd_d-b {
  display: none;
}

@media screen and (max-width: 768px) {
  .second_year_recommend__ttl_sub {
    position: static;
    font-size: inherit;
  }

  .second_year_recommend__ttl {
    flex-wrap: wrap;
  }

  .u_resMd_d-b {
    display: block;
  }
}


.second_year_recommend {
  display: flex;
  gap: 55px;
  flex-direction: column;
}

.second_year_recommendWrap {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.second_year_recommendWrap:nth-child(even) {
  flex-direction: row-reverse;
}

.second_year_recommendWrap:nth-child(even) .second_year_recommend__detail_list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
}

.second_year_recommendWrap:nth-child(even) .second_year_recommend__detail_list::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 24px;
  height: 24px;
  border-bottom: 3px dashed #D5D5D5;
  border-right: 3px dashed #D5D5D5;
  transform: translateY(-50%) rotate(135deg);
  z-index: 1;
}

.second_year_recommend__detail {
  width: 100%;
}

.second_year_recommend__detail_heading {
  font-size: 22px;
  color: var(--blue-color);
  margin-bottom: 13px;
}

.second_year_recommend__detail_list ul {}

.second_year_recommend__detail_list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 17px;
  margin-bottom: 10px;
}

.second_year_recommend__detail_list {
  border: 3px dashed #D5D5D5;
  padding: 33px 40px;
  border-radius: 11px;
}

.second_year_recommend__detail_list {
  position: relative;
}

.second_year_recommend__detail_list:before {
  content: "";
  position: absolute;
  top:50%;
  right: -13px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
}

.second_year_recommend__detail_list::after {
  content: "";
  position: absolute;
  top:50%;
  right: -20px;
  width: 24px;
  height: 24px;
  border-bottom: 3px dashed #D5D5D5;
  border-right: 3px dashed #D5D5D5;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 1;
}
.second_year_recommendWrap:nth-of-type(1) .second_year_recommend__detail_list::before,
.second_year_recommendWrap:nth-of-type(1) .second_year_recommend__detail_list::after,
.second_year_recommendWrap:nth-of-type(4) .second_year_recommend__detail_list::before,
.second_year_recommendWrap:nth-of-type(4) .second_year_recommend__detail_list::after{
  top: 25%;
}

.useful_icon::after {
  content: "";
  background-image: url("/resource/img/webins-management/webins-management_good.png");
  width: 81px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 14px;
}

.js_marker {
  background: linear-gradient(transparent 80%, #FFB916 80%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.0s;
}

.js_marker.on {
  background-size: 100% 100%;
}

.second_year_recommend__function {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #121733;
}

.second_year_recommend__function_img {
  width: 200px;
}

.second_year_recommend__function_memo {
  width: 210px;
  counter-reset: recommendNum 0;
}
.second_year_recommendWrap:nth-of-type(1) .second_year_recommend__function_memo { width: 240px;}
.second_year_recommendWrap:nth-of-type(4) .second_year_recommend__function_memo { width: 310px;}

.second_year_recommend__function_memo_ttl {
  border-bottom: 1px solid;
  display: inline-block;
  padding: 6px;
  margin-bottom: 23px;
}

.second_year_recommend__function_memoWrap_list+.second_year_recommend__function_memoWrap_list {
  margin-top: 14px;
}

.second_year_recommend__function_memoWrap_heading {
  margin-bottom: 10px;
  display: flex;
  gap: 7px;
  align-items: center;
}

.second_year_recommend__function_memoWrap_heading::before {
  content: counter(recommendNum);
  counter-increment: recommendNum;
  width: 25px;
  height: 25px;
  background-color: #121733;
  border-radius: 50%;
  display: inline-block;
  color: #FFF;
  text-align: center;
}
.second_year_recommend__function_memoWrap_txt{
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .second_year_recommendWrap {
    flex-direction: column;
  }

  .second_year_recommendWrap:nth-child(even) {
    flex-direction: column;
  }

  .second_year_recommend__function {
    flex-direction: row;
  }

  .second_year_recommend__detail_list:before {
    display: none;
  }

  .second_year_recommend__detail_list::after {
    display: none;
  }

  .second_year_recommend__detail_list li {
    font-size: inherit;
  }
}
@media screen and (max-width: 599px) {
  .second_year_recommend__function{
    display: block;
    width:100%;
  }
  .second_year_recommend__function_img{
    margin:auto;
  }
  .second_year_recommendWrap:nth-of-type(1) .second_year_recommend__function_memo,
  .second_year_recommendWrap:nth-of-type(4) .second_year_recommend__function_memo { 
    width: 100%;
  }
  .memo_text_br{
    display: none;
  }
}

/* こんなお悩み解決できます */
.m_solvingWrap {}

.problemWrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.problembox {
  padding: 27px;
  background: #FFF8E2;
}

.problembox__ttl {
  text-align: center;
  font-size: 27px;
  margin-bottom: 22px;
}

.problembox__body {
  background: #FFF;
  padding: 47px 69px;
  position: relative;
}

.problembox__item {
  position: relative;
  margin-bottom: 23px;
  font-size: 23px;
}

.problembox__item::before {
  content: url(/resource/img/webins-management/webins-management_check.png);
  position: absolute;
  left: -35px;
  top: -1px;
  bottom: 0;
}

.problembox__item::after {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #121733;
  border-radius: 4px;
  position: absolute;
  left: -40px;
  top: 4px;
  bottom: 0;
}

.problembox__img {
  text-align: right;
}

.problembox {
  position: relative;
}

.problembox::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 30px solid #FBBC00;
  border-top-color: var(--theme-color);
}

.slovebox__ttl {
  text-align: center;
  font-size: 27px;
  margin-bottom: 18px;
}

.slovebox__body {
  background-color:  var(--theme-color);
  height: 430px;
  position: relative;
  padding: 56px 56px 64px;
}

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

.slovebox__item {
  width: 292px;
  height: 292px;
  background-color: #FFF;
  border-radius: 50%;
  margin-left: -15px;
  color: #0C0C54;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  gap: 10px;
  z-index: 2;
}

.slovebox__item_txt {
  height: 120px;
}

.slovebox__item--lg {
  font-size: 27px;
  text-align: center;
}

.slovebox__item--md {
  font-size: 23px;
  text-align: center;
}

.slovebox__item--sm {
  font-size: 15px;
  text-align: center;
}

.slovebox__num {
  color: #EB1471;
  font-size: 80px;
  font-family: 'Libre Baskerville', 'Bookman Old Style', serif;
  font-weight: 400;
}

.slovebox__item_price {
  line-height: 1;
}

.slovebox__item_background::before {
  content: "";
  position: absolute;
  top: 165px;
  left: 50%;
  transform: translateX(-50%);
  width: 114px;
  height: 133px;
  background-image: url(/resource/img/webins-management/webins-management_background2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: .2;
}

.slovebox__body::after {
  content: "";
  background-image: url(/resource/img/webins-management/webins-management_background.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -15px;
  right: -125px;
  position: absolute;
  z-index: 1;
  width: 514px;
  height: 355px;
}

.slovebox__img {
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .slovebox__list {
    flex-direction: column;
  }

  .slovebox__body {
    height: auto;
  }

  .slovebox__item_background::before {
    transform: translateX(-50%);
    top: 450px;
    left: 50%;
  }
}
@media screen and (max-width: 599px) {
  .problembox__body {
    padding: 20px 20px 20px 52px;
  }
  .problembox__item{
    font-size: 18px;
  }
}

/* 選ばれる３つの理由 */
.m_reasonWrap {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.l_grid__inner {}

.l_grid__item {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

@media screen and (max-width:768px) {
  .l_grid__item {
    flex-direction: column;
    width: 100%;
  }
}

.m_reason {
  padding: 43px 22px;
  background: #fff;
  box-shadow: 3px 3px 6px #E8E8E8;
  flex: 1 1 40%;
}

.m_reason__heading {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  align-items: center;
}

.m_reason__heading::before {
  content: counter(reasonNum);
  counter-increment: reasonNum 1;
  display: block;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Jost', sans-serif;
  color: #FF0069;
  margin-top: calc(-1 * (1em - 1lh) / 2);
}

.m_reason__ttl {
  color: #102443;
  font-size: 20px;
}

.m_reason__img {
  flex: 1 1 40%;
}

@media screen and (max-width: 768px) {
  /* .m_reason__lead br {
    display: none;
  }

  .l_grid--merit>.l_grid__item+.l_grid__item {
    margin-top: 50px;
  }

  .m_reason {
    padding-top: 40px;
  } */
}

/* ボタン */
.m_cta__btnLst {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-bottom: 50px;
}

.m_cta__btn>* {
  width: 415px;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-radius: 100px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
}

.m_cta__btn--download a {
  color: var(--blue-color);
  background-color: var(--gray-color);
  border: 2px solid var(--blue-color);
}

.m_cta__btn--download a:hover {
  color: #FFF;
  background-color: var(--blue-color);
  border: 2px solid var(--blue-color);
  opacity: 1;
  transition: .3s;
}

.m_cta__btn--trial a {
  color: var(--pink-color);
  background-color: var(--lightpink-color);
  border: 2px solid var(--pink-color);
}

.m_cta__btn--trial a:hover {
  color: #FFF;
  background-color: var(--pink-color);
  border: 2px solid var(--pink-color);
  opacity: 1;
  transition: .3s;
}

.m_cta__btn--application a {
  color: #FFF;
  background-color: #102340;
  border: 2px solid #102340;
}

.m_cta__btn--application a:hover {
  color: #102340;
  background-color: #FFF;
  border: 2px solid #102340;
  opacity: 1;
  transition: .3s;
}

.btn_txt {
  font-size: 16px;
  display: flex;
  width: fit-content;
  margin: 0 auto 10.5px;
  align-items: center;
  justify-content: center;
}

.btn_txt::before {
  content: "";
  transform: rotate(-45deg);
  width: 2px;
  height: 1.5em;
  border-right: 3px solid;
  display: block;
  margin-right: 20px;
}

.btn_txt::after {
  content: "";
  transform: rotate(45deg);
  width: 2px;
  height: 1.5em;
  border-right: 3px solid;
  display: block;
  margin-left: 20px;
}

.btn_txt--EnergyPartner{}
.btn_txt--EnergyPartner:before{
  border:none;
  transform: none;
  font-family: "Font Awesome 5 free";
  content: "\f0a1";
  min-width: 45px;
  font-size: 24px;
  margin-right: 0px;
}
.btn_txt--EnergyPartner:after{
  content: none;
}


.btn_wrapper a {
  position: relative;
  margin: 10px auto 0
}
.btn_wrapper .m_cta__btn--application a{
  margin-top: 50px;
}

.m_cta__btn a::after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  font-weight: bold;
  font-size: 10px;
  top: 26px;
  right: 35px;
}

.m_cta__btnLst--top {
  display: flex;
  gap: 10px;
  margin: 0 auto;
  position: absolute;
  top: -61px;
  right: 10px;
}

.m_cta__btn--top a {
  width: 180px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-radius: 100px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.16);
}

.m_cta__btn--trial.m_cta__btn--top a {
  background-color: #FFF;
}

.m_cta__btn--trial.m_cta__btn--top a:hover {
  background-color: #FB4665;
  color: #FFF;
}

.m_cta__btn--download.m_cta__btn--top a {
  background-color: #FFF;
}

.m_cta__btn--download.m_cta__btn--top a:hover {
  background-color: #102443;
  color: #FFF;
}

.m_cta__btn--top a::after {
  display: none;
}

@media screen and (max-width:768px) {
  .m_cta__btnLst {
    flex-direction: column;
  }

  .m_cta__btnLst--top {
    flex-direction: row;
    position: relative;
    top: 0px;
    right: 0px;
    justify-content:right;
  }

  .m_cta__btn--top a {
    width: 135px;
    height: 35px;
  }
}

@media screen and (max-width:599px) {
  .m_cta__btn>*{
    max-width: 415px;
    width: 100%;
  }
  .m_cta__btnLst--top {}
  .m_cta__btn--top a {
    font-size: 12px;
    width: 120px;
    height: 35px;
  }
}

/* キャンペーン */
.campaign_txt {
  position: relative;
}

.campaign_txt::before {
  content: url(/resource/img/webins-management/webins_begginers-mark.png);
  position: absolute;
  top: 0;
  left: 140px;
}

.campaign_txt {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: var(--blue-color);
  margin-bottom: 30px;
}

/* 主な機能 */
.m_main_featureWrap__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
}

.m_main_featureInner {
  border: 1px solid var(--blue-color);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.m_main_featureInner__ttl {
  font-size: 20px;
}

@media screen and (max-width:768px) {
  .m_main_featureWrap__body {
    grid-template-columns: 100%;
  }
}

/* 料金表 */
.m_priceWrap {
  position: relative;
}

.pricebox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.pricebox__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pricebox__item {
  position: relative;
  width: 252px;
}

.pricebox__item::before {
  content: "";
  mask-image: url(/resource/img/webins-management/webins-management_check.png);
  mask-repeat: no-repeat;
  mask-position: 0 0;
  width: 26px;
  height: 26px;
  position: absolute;
  left: -30px;
  top: 0;
  background-color: #121733;
}

.m_priceWrap__body {
  background-color: #FFF8E2;
  border-radius: 36px;
  padding: 24px;
  margin:auto;
  margin-top: 105px;
  width :87%;
}

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

.price_tableWrap {
  background-color: #fff;
  border-radius: 23px;
  padding: 22px 85px;
  overflow-x: auto;
  max-width: 100%;
  width: 766px;
}

.m_priceWrap__txt {
  margin-bottom: 25px;
}

.price_table {
  border-spacing: 10px;
  width: 100%;
  height: auto;
  margin:auto;
}

.price_table tr {
  border-bottom: 1px solid #B0B0B0;
  font-size: 18px;
}

.price_table tr:last-child {
  border-bottom: none;
}

.price_table td {
  padding: 15px 5px;
}

.price_table th {
  text-align: center;
  padding-bottom: 16px;
  font-size: 21px;
  line-height: 1;
}

.price_table .price_table_header {
  border-bottom: 1px solid #102443;
}

.first_num {
  text-align: right;
}

.tilde {
  text-align: center;
}

.second_num {
  text-align: left;
}

tr .third_num {
  text-align: right;
  padding-right: 40px;
}

tr .forth_num {
  text-align: right;
  padding-right: 55px;
}

.price_txt {
  margin-top: 15px;
}

@media screen {
  .m_priceWrap__body {
    border-collapse: collapse;
  }
}

@media screen and (max-width: 768px) {
  .price_tableWrap{
    padding:22px 45px;
  }
  .price_table{
    width : 766px;
  }
  .price_table td {
    padding: 5px 20px;
  }
  tr .third_num{
    padding-right:40px;
  }
  tr .forth_num{
    padding-right: 55px;
  }
}
@media screen and (max-width: 599px) {}

/* 料金表MD化 */
.m_leafPriceTable{}
.m_leafPriceTable table {
  border-spacing: 10px;
  width: 100%;
  height: auto;
  margin:auto;
}

.m_leafPriceTable__row:not(.m_leafPriceTable__row--header) {
  border-bottom: 1px solid #B0B0B0;
  font-size: 18px;
}

.m_leafPriceTable__row:not(.m_leafPriceTable__row--header):last-child {
  border-bottom: none;
}

.m_leafPriceTable__data {
  padding: 15px 5px;
  text-align: right;
}
.m_leafPriceTable__data:first-child {
  text-align: center;

}
.m_leafPriceTable__ttl{
  text-align: center;
  padding-bottom: 16px;
  font-size: 21px;
  line-height: 1;
}
.m_leafPriceTable__ttl .m_leafPriceTable__sub {
  font-size: 15px;
}
.m_leafPriceTable__row--header {
  border-bottom: 1px solid #102443;
}
@media screen and (max-width: 768px){
  .m_leafPriceTable{
    width: 760px;
  }
}

.m_leafPriceTableNotes{}
.m_leafPriceTableNotes li{
  position: relative;
  padding-left: 1em;
  font-weight: 400;
  font-size: 12px;
}
.m_leafPriceTableNotes li::before{
  content: "※";
  position: absolute;
  left: 0;
  display: block;
}

/* ENERGYパートナーバナー*/
.m_EnergyPartnerWrap{
  margin-top:60px;
}

/* 導入の流れ */
/*
.m_flowWrap__heading:after{
  content:"※2025年５月１日より申込受付開始";
  color:#E7231B;
  display: block;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  word-break: keep-all;
}
*/
.m_flowWrap__body {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.m_flowInner {
  background-color: #FFDE7F;
  padding: 20px;
  position: relative;
  border-radius: 16px;
}

.m_flowInner::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -55px;
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 30px solid #FFDE7F;
}

.m_flowInner:nth-of-type(5)::after {
  display: none;
}

.m_flow__ttlWrap {
  display: flex;
  align-items: baseline;
}

.m_flow__ttl__step{
  font-size: 26px;
}

.m_flow__ttl__step::after {
  counter-increment: flowNum 1;
  content: counter(flowNum) ". ";
  margin-left: 5px;
  margin-right: 10px;
  font-size: 47px;
  font-family: Yu Gothic;
}

.m_flow__ttl {
  margin-bottom: 10px;
  font-size: 26px;
}

.m_flow_indent {
  padding-left: 1em;
}

.m_flow__txtWrap {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 16px;
}

.m_flow__txt + .m_flow__txt {
  margin-top: 10px;
}

.m_flowInner+.m_flowInner {
  margin-top: 20px;
}

.btn_application_txt {
  text-align: center;
  margin-top: 19px;
}

.btn_application_inner {
  text-align: center;
  margin-bottom: 19px;
}

@media screen and (max-width: 599px) {
  .m_flow__ttlWrap {
    display: block;
  }
  .m_flow__ttl {}
}


/* QAラッパー */
.m_qaWrap {}

.m_qaWrap__body {
  padding: 24px;
  /* background: #fff;
  box-shadow: 2px 2px 6px #aaa; */
}

.m_qaWrap__item+.m_qaWrap__item {
  margin-top: 30px;
}

/* .m_qaWrap__body+.m_qaWrap__footer {
  margin-top: 40px;
} */

/* .m_qaWrap__footer {
  margin: 0 auto;
} */

/* QA */
.m_qa {}

.m_qa__q {}

.m_qa__qTarget {
  position: relative;
  display: block;
  padding-left: 25px;
  color: inherit;
  font-size: 16px;
  font-weight: bold;
}

/* .m_qa__qTarget:hover {
  color: inherit;
  text-decoration: underline;
} */

.m_qa__qTarget::before {
  content: "Q.";
  position: absolute;
  left: 0;
  display: block;
  font-weight: bold;
  color: #102443;
}

.m_qa__aBody {
  position: relative;
  padding-top: 10px;
  padding-left: 25px;
}

.m_qa__aBody::before {
  content: "A.";
  position: absolute;
  left: 0;
  display: block;
  color: #FB4665;
  font-size: 16px;
}

.m_qa__aMsg+.m_qa__aMsg {
  margin-top: 8px;
}

/* コラム */
.m_columnWrap {}
.m_columnWrap__heading {}
.m_columnWrap__body {}

.l_gap_25 {
    gap: 25px;
}
.l_grid_3 {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
}
.l_grid {
    display: -ms-grid;
    display: grid;
}
@media (max-width: 768px) {
  .l_grid_md {
    display: -ms-grid;
    display: grid;
  }
  .l_grid_md_1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.l_justifyContentEnd {
    justify-content: flex-end !important;
  }
.l_alignItemsCenter {
    align-items: center !important;
}
.l_flex {
    display: flex;
}
.entry_column_lst .entry_column_itm {
  display: flex;
  flex-direction: column;
  border: 2px solid #FFDE7F;
  transition: opacity 0.3s;
}
.entry_column_lst .entry_column_itm a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.entry_column_lst .entry_column_itm a:hover{
  text-decoration: none;
}
.entry_column_itm .entry_column_itm_cont {
  padding: 20px 20px 20px;
}
.entry_column_itm .entry_column_itm_label {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10px;
  border: 1px solid #333;
  border-radius: 4px;
}
.entry_column_itm .entry_column_itm_time {
  color: #ccc;
  font-size: 11px;
  font-weight: 700;
}
.entry_column_itm .entry_column_itm_ttl {
  display: block;
  margin-top: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.entry_column_itm .entry_column_itm_txt {
  margin-top: 25px;
  color: #333;
  font-size: 14px;
  white-space: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
.entry_column_itm .entry_column_itm_img img {
  width: 100%;
  aspect-ratio: 83 / 50;
  object-fit: cover;
}
.entry_column_itm .entry_column_itm_tagWrap {
  margin-top: auto;
  padding: 0 10px 10px;
}
.entry_column_itm .entry_column_itm_tagLst {
  margin-top: 15px;
}
.entry_column_itm .entry_column_itm_tag {
  display: inline-block;
  color: #9096a2;
  font-size: 11px;
  font-weight: 700;
  transition: color 0.2s;
}
@media (any-hover: hover) {
  .entry_column_itm:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .entry_column_itm .entry_column_itm_tagLst {
    margin-top: 20px;
  }
}

/* ----------------------------------------------------------
utility
---------------------------------------------------------- */
/*-- color --*/
.u_colorPink {
  color: var(--pink-color)
}

.u_colorVividPink {
  color: var(--vivid-pink-color);
}

.u_colorLightPink {
  color: var(--lightpink-color)
}

.u_colorLightBlue {
  color: var(--lightblue-color)
}

.u_colorGray {
  color: var(--gray-color)
}

.u_colorBlue {
  color: var(--blue-color)
}

/* font-size */
.u_fz10 {
  font-size: 10px !important;
}

.u_fz11 {
  font-size: 11px !important;
}

.u_fz12 {
  font-size: 12px !important;
}

.u_fz13 {
  font-size: 13px !important;
}

.u_fz14 {
  font-size: 14px !important;
}

.u_fz15 {
  font-size: 15px !important;
}

.u_fz16 {
  font-size: 16px !important;
}

.u_fz17 {
  font-size: 17px !important;
}

.u_fz18 {
  font-size: 18px !important;
}

.u_fz19 {
  font-size: 19px !important;
}

.u_fz20 {
  font-size: 20px !important;
}

.u_fz60 {
  font-size: 60px !important;
}