@charset 'UTF-8';
/* -----------
base
----------- */
/* 既存CSS上書き */
.m_underLayer{
  position: relative;
  padding: 25px 0 10px;
}
.m_underLayer--colorGray{
  background: #F6F6F6;
}
.m_footWrap{
  width: 920px;
  margin: auto;
  /* padding-left: 280px; */
  box-sizing: content-box;
}
@media screen and (max-width: 768px){
  .m_footWrap{
    width: auto;
    padding-left: 0;
    box-sizing: border-box;
  }
}
/* base */
body{
  counter-reset: templateNum meritNum flowNum;
}
.l_main{
  text-align: left;
  line-height: 1.6;
  font-size: 16px;
  font-family: "yu gothic", YuGothic, "ヒラギノ角ゴ pron w3", "hiragino kaku gothic pron", Arial, メイリオ, Meiryo, sans-serif;
}
.l_sideWrap{
  text-align: left;
}

h2,h3,p {
  letter-spacing: 0;
}

.br_sp {
  display: none;
}

@media (max-width: 768px) {
  .br_sp {
    display: block !important;
  }
}

/* -----------
layout
----------- */
/* ラッパー */
.l_wrapper{
  display: block;
  width: auto;
}
/* メイン */
.l_main{
  width: auto;
}
@media screen and (max-width: 768px){
  .l_main{
    padding: 0;
  }
}
/* グリッド */
.l_grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.l_grid--template{
  margin: -10px;
}
.l_grid--template > .l_grid__item{
  padding: 10px;
}
.l_grid--merit{
  margin: -6px;
}
.l_grid--merit > .l_grid__item{
  padding: 6px;
}
/* ナビ */
.l_nav--content{
  border: 1px solid #1A8192;
  border-top-width: 6px;
  background: #fff;
}
.l_nav--content .l_nav__item{
  width: auto;
}
.l_nav--content .l_nav__item + .l_nav__item{
  border-left: 1px dashed #1A8192;
}
@media screen and (max-width: 768px){
  .l_nav--content{
    display: block;
    padding: 12px 0;
    /* border-top-style: none; */
  }
  .l_nav--content .l_nav__item + .l_nav__item{
    /* border-top: 1px dashed #1A8192; */
    border-left: none;
  }
  .l_nav--content .l_nav__target{
    justify-content: flex-start;
  }
}
/* サイドナビラッパー */
.l_sideWrap{
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  width: 1220px;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 768px){
  .l_sideWrap{
    display: none;
  }
}
/* サイトナビ */
.l_side{
  pointer-events: all;
}
/* -----------
module
----------- */

/* 見出し */
.m_heading--secoudary{
  margin-bottom: 30px;
}
.m_heading--secoudary .m_heading__ttl{
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
}
.m_heading--secoudary .m_heading__ttl + .m_heading__sub{
  margin-top: 15px;
}
.m_heading--secoudary .m_heading__sub{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px){
  .m_heading--secoudary .m_heading__ttl{
    font-size: 24px;
  }
  .m_heading--secoudary .m_heading__sub{
    font-size: 16px;
  }
}

/* 複数ボタン */
.m_btns{
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 -12px;
}
.m_btns__item{
  display: block;
  width: 50%;
  padding: 0 12px;
}
@media screen and (max-width: 768px){
  .m_btns{
    display: block;
  }
  .m_btns__item{
    width: 100% !important;
  }
  .m_btns__item + .m_btns__item{
    margin-top: 24px;
  }
}

/* ボタン */
.m_btn--contMain::before{
  content: "";
  width: 0;
  height: 3em;
  display: block;
}
.m_btn--contMain .m_btn__target{
  width: 100%;
  border: 2px solid #1A8192;
  border-radius: 8px;
  background: #1A8192;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  transition: .3s background, .3s color;
}
.m_btn--contMain .m_btn__target:hover{
  color: #1A8192;
  background: #fff;
  text-decoration: none;
}
.m_btn--contMain .m_btn__inner{
  position: relative;
  display: block;
  padding-right: 40px;
}
.m_btn--contMain .m_btn__inner::before{
  content: url("../img/leaf/human_capital/ico_btn_on.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto 0;
  width: 20px;
  height: 20px;
}
.m_btn--contMain .m_btn__target:hover .m_btn__inner::before{
  content: url("../img/leaf/human_capital/ico_btn_off.svg");
}
.m_btn--contSub::before{
  content: "";
  width: 0;
  height: 3em;
  display: block;
}
.m_btn--contSub .m_btn__target {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
  color: #1A8192;
  transition: .3s opacity;
  padding: 14px 0;
  box-shadow: 0px 3px 6px #707070;
}
.m_btn--contSub{
  position: relative;
  z-index: 1;
  transition: .3s opacity;
}
/* .m_btn--contSub::before{
  content: '';
  display: block;
  width: 100%;
  height: calc(50% + 4px);
  right: -4px;
  bottom: -4px;
  position: absolute;
  background-color: #DBD6D6;
  border-radius: 11px;
  z-index: -1;
} */
.m_btn--contSub .m_btn__target:hover {
  border: 2px solid #1A8192;
}
.m_btn--contSub:hover{
  text-decoration: none;
}
.m_btn--contSub .m_btn__inner{
  position: relative;
  display: block;
  padding-right: 40px;
}
.m_btn--contSub .m_btn__inner::before{
  content: url("../img/leaf/human_capital/ico_btn_off.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  display: block;
  margin: auto 0;
}

@media screen and (max-width: 768px){
  .m_btn--contMain .m_btn__inner{
    padding-right: 28px;
    font-size: 14px;
  }
  .m_btn--contSub .m_btn__inner{
    padding-right: 28px;
    font-size: 15px;
  }
  .m_btn--contSub .m_btn__target__lg .m_btn__inner{
    font-size: 14px;
  }
}

/* 脚注リスト */
.m_footNotes{}
.m_footNotes__item + .m_footNotes__item{
  margin-top: 8px;
}

/* 脚注 */
.m_footNote{
  position: relative;
  padding-left: 1em;
  font-size: 12px;
}
.m_footNote::before{
  content: "※";
  position: absolute;
  left: 0;
  display: block;
}

/* コンテンツ */
.m_content{
  position: relative;
  padding: 40px 0 20px;
}
.m_content__inner{
  width: 920px;
  margin: auto;
  /* padding-left: 280px; */
  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_herosArea{
  width: 920px;
  margin: auto;
  /* padding-left: 280px; */
  box-sizing: content-box;
}
.m_herosArea__keyvisual{
  line-height: 0;
  text-align: center;
}
.m_herosArea__keyvisual img{
  max-width: 100%;
  height: auto;
}
.m_herosArea__keyvisual + .m_herosArea__nav{
  margin-top: 40px;
}
@media screen and (max-width: 768px){
  .m_herosArea{
    width: 95%;
    padding-left: 0;
    box-sizing: border-box;
  }
  .m_herosArea__nav{
    /* max-width: 320px; */
    margin-left: auto;
    margin-right: auto;
  }
}
/* ナビボタン */
.m_navToggle{
  display: none;
}
.m_navToggle__target{
  position: relative;
  border: 1px solid #1A8192;
  border-top-width: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  height: calc(3em + 6px);
  padding: 0 14px;
  font-weight: bold;
  font-size: 13px;
  color: inherit;
}
.m_navToggle__target::before,
.m_navToggle__target::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  display: block;
  width: 20px;
  height: 4px;
  margin: auto 0;
  border-radius: 100px;
  background: #1A8192;
}
.m_navToggle__target::after{
  transform: rotate(90deg);
  transition: .3s transform;
}
.m_navToggle__target.is_open::after{
  transform: rotate(0deg);
}
@media screen and (max-width: 768px){
  .m_navToggle{
    display: block;
  } 
}
/* ナビ */
.m_contentNav{
  height: 3em;
  padding: 0 20px;
  font-weight: bold;
  font-size: 13px;
  word-break: keep-all;
  white-space: nowrap;
}
.m_contentNav--adjust{
  padding: 0 22px;
}
.m_contentNav--another{
  position: relative;
  padding-right: 18px;
}
.m_contentNav--another::before{
  content: url("../img/leaf/human_capital/ico_another_link.svg");
  position: absolute;
  top: 2px;
  right: 4px;
  display: block;
  width: 8px;
  line-height: 1;
}
@media screen and (max-width: 768px){
  .m_contentNav{
    position: relative;
    padding-left: 48px;
    height: 2.4em;
  }
  .m_contentNav::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    display: block;
    width: 24px;
    height: 1px;
    margin: auto 0;
    background: #1A8192;
  }
  .m_contentNav--another::before{
    top: 0;
    bottom: 0;
    right: 12px;
    width: 16px;
    height: 18px;
    margin: auto 0;
  }
}
/* アバウト */
.m_about{
  padding: 40px 32px;
  background: #fff;
}
.m_about__msg + .m_about__msg{
  margin-top: 16px;
}
.m_about__note {
  margin-top: 8px;
  font-size: 12px;
  text-align: right;
}
.m_about_btn_sec {
  margin-top: 30px;
}


/* 比較ラッパー */
.m_compareWrap{}
.m_compareWrap__body{
  padding: 24px;
  background: #fff;
}
/* 比較表 */
.m_compareTable{
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.m_compareTable__heading{
  padding-bottom: 2px;
}
.m_compareTable__ttlWrap{
  padding: 0 4px;
  vertical-align: middle;
}
.m_compareTable__ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  border: 2px solid;
  color: #1A8192;
  font-size: 18px;
  font-weight: bold;
}
.m_compareTable__ttl--img{
  line-height: 0;
}
.m_compareTable__rowTtl{
  width: 146px;
  border: 4px solid #fff;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background: #1A8192;
}
.m_compareTable__rowTtl--empty{
  border: none;
  background: none;  
}
.m_compareTable__body > .m_compareTable__row + .m_compareTable__row{
  border-top: 1px dashed #1A8192;
}
.m_compareTable__body > .m_compareTable__row:last-of-type .m_compareTable__data{
  border-bottom: 1px solid #1A8192;
}
.m_compareTable__data + .m_compareTable__data{
  border-left: 1px solid #1A8192;
}
.m_compareTable__data{
  vertical-align: middle;
  text-align: center;
  padding: 16px;
}
@media screen and (max-width: 768px){
  .m_compareTable{
    display: flex;
    border-bottom: 1px solid #1A8192;
  }
  .m_compareTable__heading{
    display: block;
  }
  .m_compareTable__body{
    display: flex;
    align-items: stretch;
    overflow: auto;
  }
  .m_compareTable__row{
    display: block;
  }
  .m_compareTable__rowTtl{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 14px;
  }
  .m_compareTable__rowTtl br{
    display: none;
  }
  .m_compareTable__heading .m_compareTable__rowTtl{
    width: 80px;
    height: 28px;
  }
  .m_compareTable__ttl{
    height: 100%;
    border: none;
    font-size: 14px;
  }
  .m_compareTable__body .m_compareTable__rowTtl{
    width: 240px;   
    height: 28px;
  }
  .m_compareTable__body > .m_compareTable__row + .m_compareTable__row{
    border-top: none;
    border-left: 1px solid #1A8192;
  }
  .m_compareTable__ttlWrap{
    display: block;
    height: 100px;
  }
  .m_compareTable__ttlWrap + .m_compareTable__ttlWrap{
    border-top: 1px solid #1A8192;
  }
  .m_compareTable__data{
    display: block;
    height: 100px;
    font-size: 12px;
  }
  .m_compareTable__data + .m_compareTable__data{
    border: none;
    border-top: 1px solid #1A8192;
  }
  .m_compareTable__body > .m_compareTable__row:last-of-type .m_compareTable__data{
    border: none;
  }
  .m_compareTable__body > .m_compareTable__row:last-of-type .m_compareTable__data + .m_compareTable__data{
    border-top: 1px solid #1A8192;
  }
}
/* 比較表の中身 */
.m_compare{}
.m_compare__msg + .m_compare__msg{
  margin-top: 12px;
}
.m_compare__msg{
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 14px;
}
.m_compare__em{
  font-size: 22px;
  line-height: 100%;
}
.m_compare__footNote{
  position: relative;
  padding-left: 1em;
  text-align: left;  
}
.m_compare__footNote::before{
  content: "※";
  position: absolute;
  left: 0;
  display: block;
}
@media screen and (max-width: 768px){
  .m_compare__msg{
    display: block;
    justify-content: center;
    font-size: 12px;
  }
  .m_compare__msg br{
    display: none;
  }
  .m_compare__em{
    font-size: 16px;
  }
}
/* テンプレート */
.m_template{
  position: relative;
  padding: 32px 23px 35px;
  counter-increment: templateNum;
  background: #fff;
}
/* .m_template__heading{
  position: relative;
  margin-bottom: 40px;
  padding-left: 36px;
}
.m_template__heading::before{
  content: counter(templateNum);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 1em;
  margin: auto 0;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  font-size: 40px;
  font-family: 'Jost', sans-serif;
  color: #1A8192;
} */
.m_template__heading_sec {
  display: flex;
}
.m_template__ttl{
  position: relative;
  margin-bottom: 30px;
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: -0.7px;
  color: #000;
  padding-left: 50px;
}
.m_template__ttl::before{
  content: counter(templateNum);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 1em;
  margin: auto 0;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  font-size: 60px;
  font-family: 'Jost', sans-serif;
  color: #1A8192;
}
.m_template__list{}
.m_template__listItem{
  position: relative;
  padding-left: 16px;
}
.m_template__listItem::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1A8192;
}
.m_template__listItem + .m_template__listItem{
  margin-top: 12px;
}
.m_template__img{
  position: absolute;
  bottom: 32px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 24px;
  text-align: center;
  line-height: 0;
}
.m_template__imgBtn{
  position: relative;
  padding-top: calc(100% * 9 / 16);
  display: block;
  overflow: hidden;
}
.m_template__imgBtn:hover{
  color: inherit;
  text-decoration: none;
}
.m_template__imgBtn img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.m_template__imgBtn::before{
  content: "クリックして拡大";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, .8);
}
@supports (backdrop-filter: blur(3px)) {
  .m_template__imgBtn::before{
    background: none;
    color: #1A8192;
    backdrop-filter: blur(3px);
  }
}
@media screen and (max-width: 768px){
  .m_template{
    padding: 32px 24px;
  }
  .m_template__list + .m_template__img{
    margin-top: 24px;
  }
  .m_template__img{
    position: static;
    padding: 0;
  }
}
/* メリット */
.m_merit{
  position: relative;
  padding: 55px 22px 25px;
  background: #fff;
  counter-increment: meritNum;
}
.m_meritWrap__heading{
  margin-bottom: 78px;
}
.m_merit__heading{
  position: absolute;
  top: 0;
  padding-left: 60px;
  transform: translateY(-50%);
}
.l_grid--merit > .l_grid__item:first-of-type .m_merit__heading{
  padding-left: 40px;

}
.m_merit__heading::before{
  content: counter(meritNum);
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  height: 1em;
  margin: auto 0;
  line-height: 1;
  font-size: 60px;
  font-weight: bold;
  font-family: 'Jost', sans-serif;
  font-style: italic;
  color: #1A8192;
  opacity: .4;
}
.m_merit__ttl{
  color: #1A8192;
  font-size: 22px;
  letter-spacing: -0.1px;
}
.m_merit__ttlEm{
  font-size: 26px;
  line-height: 100%;
}
.m_merit__lead{
  font-weight: bold;
}
.m_merit__lead + .m_merit__msg{
  margin-top: 20px;
}
.m_merit__msg + .m_merit__msg{
  margin-top: 16px;  
}
@media screen and (max-width: 768px){
  .m_merit__lead br{
    display: none;
  }
  .l_grid--merit > .l_grid__item + .l_grid__item{
    margin-top: 50px;
  }
  .m_merit{
    padding-top: 40px;
  }
}


/* フッターナビ */
@media screen and (max-width:599px) {
  .l_nav--foot .l_nav__target {
  }
}
/* サービスラッパー */
.m_serviceWrap{}
.m_serviceWrap__item + .m_serviceWrap__item{
  margin-top: 40px;
}
/* サービス */
.m_service{}
.m_service__heading{
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.m_service__ttl{
  padding: 0 64px 12px;
  border-bottom: 1px solid;
  font-size: 20px;
  color: #1A8192;
}
.m_service__list{
  display: flex;
  margin: -12px;
}
.m_service__listItem{
  padding: 12px;
}
.m_service__link{
  display: block;
  line-height: 0;
  transition: .3s opacity;
}
.m_service__link:hover{
  opacity: .7;
}
.m_service__link img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:768px){
  .m_service__ttl{
    padding: 0 0 12px;
    font-size: 16px;
  }
}
@media screen and (max-width:599px){
  .m_service__list{
    display: block;
  }
}

/* モーダル */
.m_modal{}
.m_modal__body{
  width: 80vw;
  max-height: 80vh;
  line-height: 0;
  text-align: center;
}
.m_modal__body img{
  width: 100%;
  height: auto;
}
.m_modal__btn{
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.m_modal__btnTarget{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid;
  border-radius: 50%;
  line-height: 1;
  color: inherit;
  font-size: 20px;
  background: #fff;
  color: inherit;
  transition: .3s opacity;
}
.m_modal__btnTarget:hover{
  color: inherit;
  text-decoration: none;
  opacity: .7;
}
@media screen and (orientation: portrait){
  .m_modal__body{
    max-width: 80vw;
    max-height: none;
    height: 80vh;
  }
  .m_modal__body img{
    width: auto;
    max-width: none;
    height: 100%;
  }
}

/* 左ナビハック */
#leaf_sub dl.nav_panel dt.nav_title--eva{
  position: relative;
  margin-bottom: 16px;
  padding-left: 24px;
  border-color: #00BDD6;
}
#leaf_sub dl.nav_panel dt.nav_title--eva::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 8px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: auto 0;
  background: url("../img/leaf/human_capital/ico_star.svg") no-repeat center center / contain;
}
#leaf_sub dl.nav_panel dd li + li{
  margin-top: 8px;
}
#leaf_sub .leaf_nav_acc_cont__em{
  color: #00BDD6;
}

/*btn*/
.m_btn--contSub-funcs .m_btn__target{
  width: 100%;
  border: 2px solid #fff;
  border-radius: 8px;
  background: #1A8192;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  transition: .3s;
}
.m_btn--contSub-funcs .m_btn__inner::before{
  content: url("../img/leaf/partners/ico_btn.svg");
}
.m_btn--contSub-funcs .m_btn__target:hover{
  opacity: 1;
  background: #fff;
  color: #1A8192;
  border: 2px solid #1A8192;
}
.m_btn--contSub-funcs .m_btn__target:hover .m_btn__inner::before{
  content: url("../img/leaf/partners/ico_btn_hover.svg");
}

/* large */
.m_btn--contSub-funcs .m_btn__target__lg{
  font-size: 18px;
  padding: 10px;
}



/* 明朝体フォント */
.g_f_serif{
}


/* パディング */
.pb_30 {
  padding-bottom: 30px;
}
.pb_40 {
  padding-bottom: 40px;
}
.pb_50 {
  padding-bottom: 50px;
}
.pb_60 {
  padding-bottom: 60px;
}

/* マージン */
.mt_40 {
  margin-top: 40px;
}

.mb_45 {
  margin-bottom: 45px;
}


/* MV */
.m_herosArea_title {
  margin-top: 32px;
}
.m_herosArea_btn {
  margin-top: 32px;
}


/* パートナー形態 */
.m_partnership_type_inner {
  padding-top: 70px;
  padding-bottom: 56px;
}
.m_partnership_type_linkbtn_area {
  display: flex;
  justify-content: space-between;
}
.m_partnership_type_linkbtn_sec {
  width: 50%;
  margin-right: 15px;
}
.m_partnership_type_linkbtn_sec:last-of-type {
  margin-right: 0;
}

.m_partnership_type_linkbtn {
  background-color: #fff;
  padding: 16px;
  text-align: center;
}

.m_partnership_type_linkbtn p {
  font-size: 24px;
  font-weight: bold;
  color: #0B515B;
  position: relative;
}
.m_partnership_type_linkbtn p::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 7px;
  right: 55px;
  border-top: 6px solid #0B515B;
  border-right: 6px solid #0B515B;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.m_partnership_type_linkbtn_sec a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .m_partnership_type_linkbtn_area {
    display: block !important;
  }
  .m_partnership_type_linkbtn_sec {
    width: 100%;
    margin-bottom: 15px !important;
  }
  .m_partnership_type_linkbtn {
    margin-bottom: 0;
  }
  .m_partnership_type_linkbtn a {
    font-size: 20px;
  }
  .m_partnership_type_linkbtn p::after {
    right: 15px;
  }
}


.m_btn--contSub-funcs .m_btn__target_partnership {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: inherit;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  background-color: #fff;
  color: #0B515B;
  padding: 14px 0;
}

.m_btn__target_partnership .m_btn__inner {
  position: relative;
  display: block;
  padding-right: 40px;
}

.m_btn__target_partnership .m_btn__inner::before{
  content: url("../img/leaf/partners/ico_arrow_down.svg");
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto 0;
  transition: .2s;
}

.m_btn__target_partnership:hover .m_btn__inner::before{
  top: 3px;
}

.m_partnership {
  padding: 24px;
  margin-top: 27px;
  background: #fff;
}
.m_agentType__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m_agentType_img {
  width: 38%;
  display: flex;
  align-items: center;
}

.m_agentType_img img {
  width: 100%;
}

.m_agentType_text {
  width: 57%;
}

.m_agentType_text .m_agentType_title {
  font-size: 24px;
  font-weight: bold;
  color: #0B515B;
  margin-bottom: 15px;
}

.m_agentType_text .m_agentType_subTitle {
  font-weight: bold;
  margin-top: 20px;
}

.m_agentType_text ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.m_partnership_diff_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #707070;
}

.m_insource_service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.m_insource_service_img {
  width: 40%;
  display: flex;
  align-items: center;
}

.m_insource_service_text {
  width: 55%;
}

.m_insource_service_img img {
  width: 100%;
}

.m_heading--secoudary .m_heading__txt {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .m_agentType__body {
    display: block !important;
  }
  .m_agentType_img {
    width: 100%;
  }
  .m_agentType_text {
    width: 100%;
    margin-top: 20px;
  }
  .m_insource_service {
    display: block !important;
  }
  .m_insource_service_img {
    width: 100%;
  }
  .m_insource_service_text {
    width: 100%;
    margin-top: 30px;
  }
}

/*    導入
---------------------------- */
.m_adopting_leaf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_adopting_leaf .m_adopting_leaf_item {
  width: 23%;
  margin-bottom: 60px;
}

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

.m_adopting_leaf_img img {
  width: 100%;
  max-width: 155px;
  max-height: 155px;
}

.m_adopting_leaf_ttl,
.m_adopting_leaf_txt {
  text-align: center;
}

.m_adopting_leaf_ttl {
  font-size: 18px;
  margin-top: 20px;
  line-height: inherit;
}

.m_adopting_leaf_txt {
  margin-top: 15px;
}

.m_adopting_leaf_caption {
  text-align: center;
}

@media (max-width: 768px) {
  .m_adopting_leaf {
    display: block !important;
  }
  .m_adopting_leaf_item {
    width: 100% !important;
    margin-bottom: 40px !important;
  }
  .m_partnership_type_inner {
    padding-bottom: 0;
  }
}

/*    Leaf紹介
---------------------------- */
.m_bg_color_inorder{
  background: #A1001F;
}
.m_bg_color_stressCheck{
  background: #B52D61;
}
.m_bg_color_leaf{
  background: #1A8192;
}
.m_bg_color_leafEva{
  background: #00AEC5;
}
.m_color_inorder{
  color: #A1001F;
}
.m_color_stressCheck{
  color: #B52D61;
}
.m_color_leaf{
  color: #1A8192;
}
.m_color_leafEva{
  color: #00AEC5;
}

.m_leaf_intro_content .m_leaf_intro_ttl.m_text_align_L {
  text-align: left;
}

.m_leaf_intro_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m_leaf_intro_list .m_leaf_intro_item {
  width: 48%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.m_leaf_intro_item .m_leaf_intro_tab {
  padding: 5px 25px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: bold;
  width: fit-content;
}

.m_leaf_intro_item .m_leaf_intro_content {
  border-radius: 0 10px 10px 10px;
  background-color: #fff;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.m_leaf_intro_content.m_leaf_intro_sub_content {
  padding: 20px;
}
.m_leaf_intro_content .m_leaf_intro_img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.m_leaf_intro_content .m_leaf_intro_img img {
  width: 65%;
}

.m_leaf_intro_content .m_leaf_intro_caption {
  margin-top: 25px;
  font-size: 18px;
  text-align: center;
}
.m_leaf_intro_content .m_leaf_intro_ttl {
  font-size: 30px;
  text-align: center;
  margin-top: 10px;
  line-height: 30px;
}
.m_leaf_intro_content .m_leaf_intro_ttl span {
  font-size: 22px;
}
.m_leaf_intro_content .m_leaf_intro_subTtl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}

.m_leaf_intro_content .m_leaf_intro_sales {
  margin-top: 25px;
}

.m_leaf_intro_content .m_leaf_intro_sales_txt {
  position: relative;
  padding-left: 2em;
  margin-top: 10px;
}
.m_leaf_intro_content .m_leaf_intro_sales_txt::before {
  position: absolute;
  top: 0;
  left: 0;
}
.m_leaf_intro_sales_txt.m_leaf_inorder_check::before {
  content: url(../img/leaf/partners/ico_check_inorder.svg);
}
.m_leaf_intro_sales_txt.m_stressCheck_check::before {
  content: url(../img/leaf/partners/ico_check_stresscheck.svg);
}
.m_leaf_intro_sales_txt.m_leaf_check::before {
  content: url(../img/leaf/partners/ico_check_leaf.svg);
}
.m_leaf_intro_sales_txt.m_leafEva_check::before {
  content: url(../img/leaf/partners/ico_check_leaf_eva.svg);
}

.m_leaf_intro_content .m_leaf_intro_subTtl_top {
  font-size: 20px;
}

.m_leaf_intro_item {
  position: relative;
}
.m_leaf_intro_item.m_leaf_intro_tag::before {
  content: '';
  display: inline-block;
  width: 246px;
  height: 36px;
  background-image: url(../img/leaf/partners/ico_leaf_tag_text.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  right: 0;
}

.m_btn--contSub-funcs .m_btn__target_reverse {
  border: 2px solid #1A8192;
  background: #fff;
  color: #1A8192;
}
.m_btn--contSub-funcs .m_btn__target_reverse:hover {
  background: #1A8192;
  color: #fff;
}
.m_btn--contSub-funcs .m_btn__inner_reverse::before{
  content: url("../img/leaf/partners/ico_btn_hover.svg");
}
.m_btn--contSub-funcs .m_btn__target_reverse:hover .m_btn__inner_reverse::before{
  content: url("../img/leaf/partners/ico_btn.svg");
}

@media (max-width: 768px) {
  .m_leaf_intro_list {
    display: block !important;
  }
  .m_leaf_intro_list .m_leaf_intro_item {
    width: 100%;
  }
  .m_leaf_intro_item.m_leaf_intro_tag::before {
    content: none;
  }
  .m_leaf_sec footer .m_btn__inner .br_sp {
    display: none !important;
  }
  .m_leaf_intro_subTtl_top {
    font-size: 18px !important;
  }
}

@media (max-width: 576px) {
  .m_leaf_sec footer .m_btn__inner .br_sp {
    display: block !important;
  }
  .m_leaf_sec footer .m_btn__inner {
    padding-left: 20px;
    padding-right: 35px;
  }
  .m_leaf_sec footer .m_btn__inner::before {
    right: 3px;
    top: 10px;
  }
}

/*   パートナーになるメリット
---------------------------- */
.m_partnership__type_sec {
  padding-top: 39px;
  padding-bottom: 72px;
}
.m_underLayer--bg_color_gradient {
  background: linear-gradient(90deg, rgba(26, 129, 146, .32), rgba(155, 205, 6, .15));
}
.m_partnershipWrap__heading {
  margin-bottom: 37px;
}
.m_partnership__type_sec .m_heading--secoudary .m_heading__ttl {
  color: #1A8192;
}

.m_partnership__type_cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.m_partnership__type_cont_box {
  background-color: #fff;
  padding: 30px 35px 42px;
  margin-right: 17px;
  margin-bottom: 16px;
}
.m_partnership__type_cont_box:nth-of-type(2n) {
  margin-right: 0;
}

.m_partnership__type_cont_box figure {
  text-align: center;
}

.m_partnership__type_cont_head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin-top: 30px;
}
.m_partnership__type_cont_txt {
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 18px;
}

@media (max-width: 768px) {
  .m_partnership__type_cont {
    display: block !important;
  }
  .m_partnership__type_cont_box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .m_partnership__type_sec {
    padding-bottom: 40px;
  }
  .m_partnership__type_cont_head {
    margin-top: 15px;
  }
}


/*   締結までの流れ
---------------------------- */
.m_flow_sec {
  padding-top: 72px;
  padding-bottom: 45px;
}
.m_flow__lst {
  margin-bottom: 42px;
}
.m_flow__lst_itm {
  padding: 30px 21px;
  margin-bottom: 43px;
  border: 1px solid #BEBEBE;
  position: relative;
}
.m_flow__lst_itm::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  bottom: -30px;
  left: 50%;
  right: 50%;
  background-image: url(../img/leaf/partners/ico_flow.svg);
  background-repeat: no-repeat;
}

.m_flow__lst_itm:last-child {
  margin-bottom: 0;
}
.m_flow__lst_itm:last-child::after {
  content: none;
}

.m_flow__ttl {
  position: relative;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  padding-left: 100px;
}
.m_flow__ttl::before {
  content: counter(flowNum);
  counter-increment: flowNum;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  display: block;
  height: 1em;
  margin: auto 0;
  line-height: 1;
  font-size: 30px;
  font-family: 'Jost', sans-serif;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
.m_flow__ttl::after {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px !important;
  top: 0;
  bottom: 0;
  left: 1px;
  display: block;
  height: 1em;
  margin: auto 0;
  background-image: url(../img/leaf/partners/num_bg.svg);
  background-repeat: no-repeat;
  z-index: 0;
}

@media (max-width: 768px) {
  .m_flow__ttl {
    font-size: 18px;
    padding-left: 80px;
  }
}

/*   パートナーシップ契約 説明会
--------------------------------- */
.m_seminor__sec {
  padding: 54px 0 82px;
}

.m_seminor__cont_box {
  background-color: #fff;
  padding: 35px 30px 40px;
  margin-top: 43px;
  margin-bottom: 40px;
}

.m_seminor__lst_txt_itm {
  text-indent: -1em;
  padding-left: 1em;
}

.m_seminor__schdule {
  margin-top: 28px;
  margin-bottom: 15px;
}

.gr_circle {
  color: #1A8192
}

.m_seminor__schdule_inr {
  padding: 17px 0;
  border-bottom: 1px solid #1A8192;
}
.m_seminor__schdule_inr:first-of-type {
  border-top: 1px solid #1A8192;
}
.m_seminor__schdule dl {
  display: flex;
  flex-wrap: wrap;
}
.m_seminor__schdule dl dt {
  width: 15%;
  font-weight: bold;
  margin-bottom: 6px;
}
.m_seminor__schdule dl dd {
  width: 85%;
}
.m_seminor__note_txt {
  font-size: 14px;
}
.m_seminor__note_txt:nth-of-type(n+2) {
  margin-top: 10px;
}

.m_seminor__note_txt {
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 768px) {
  .m_seminor__lst_txt {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .m_seminor__schdule dl {
    display: block !important;
  }
  .m_seminor__schdule dl:nth-of-type(2) {
    margin-top: 10px;
  }
  .m_seminor__schdule dl dt {
    width: auto !important;
    margin-bottom: 0;
  }
  .m_seminor__schdule dl dd {
    width: auto !important;
  }
}

/*    Table
---------------------------- */
.m_table {
	border: 1px solid #707070;
  margin: 20px 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.m_table_sp {
  display: none;
}
.m_table tr {
	border-bottom: 1px solid #707070;
}
.m_table tbody tr:last-child {
	border-bottom: none;
}
.m_table thead tr th {
  font-size: 18px;
}
.m_table tr th ,
.m_table tr td {
	padding: 15px;
}
.m_table tr td {
  color: #707070;
}
.m_table tr th {
	width: 160px;
}

.m_table .m_itemTitle {
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: #0B515B;
  width: 25%;
}
.m_table tbody tr:last-child .m_itemTitle {
  border-bottom: none;
}

.m_table .m_headTitle {
  background-color: #D5EFF3;
  color: #0B515B;
}

@media (max-width: 768px) {
  .m_table_pc {
    display: none;
  }
  .m_table_sp {
    display: block !important;
    border: none;
  }
  .m_table_sp th {
    vertical-align: middle;
    letter-spacing: 0;
  }
  .m_table_sp td {
    width: 75% !important;
    border: 1px solid #707070;
    vertical-align: middle;
    letter-spacing: 0;
  }
  .m_table_sp .m_itemTitle {
    width: 25% !important;
  }
  .m_table_sp .m_headTitle {
    border: 1px solid #707070;
  }
  .m_table_sp th {
    padding: 15px 10px 15px 10px !important;
  }
  .m_table_sp td {
    padding: 15px 10px 15px 10px !important;
  }
  .m_table_sp .br_sp {
    display: none !important;
  }
  @media (max-width:425px) {
    .m_table_sp .br_sp {
      display: block !important;
    }
  }

}
/* -----------
renewal
----------- */
/* 見出し */
.m_herosArea.m_herosArea--wide {
  width: 1080px;
}
.m_herosArea__keyvisual--wide {
  position: relative;
}
.m_herosArea_mainTxtCnt {
  padding: 30px 0;
}
.m_herosArea_mainTxt {
  font-size : 24px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
.m_inquiryBtnCnt {
  width: 100%;
  max-width: 474px;
  margin-left: auto;
  margin-right: auto;
}
.m_inquiryBtn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  background-color: #003E7C;
  border: 2px solid #003E7C;
  border-radius: 7px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.m_inquiryBtn a::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  bottom: 0;
  right: 33px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  rotate: 45deg;
  transform: translateY(-50%);
}
.m_herosArea__num {
  position: absolute;
  top: 63%;
  left: 48.25%;
  color: #ff6200;
  font-size: 57px;
  font-weight: 700px;
  font-family: "Oswald", sans-serif;
  z-index: 5;
}
.m_herosArea__note {
  position: absolute;
  left: 2.5%;
  bottom: 4%;
}
.m_herosArea__noteTxt {
  color: #797979;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}
@media (any-hover: hover) {
  .m_inquiryBtn:hover a {
    background-color: #fff;
    color: #003E7C;
    text-decoration: none;
    transition: 0.3s;
  }
  .m_inquiryBtn:hover a::after {
    border-color: #003E7C;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .m_herosArea.m_herosArea--wide {
    width: 95%;
  }
  .m_herosArea_mainTxt {
    font-size: 16px;
    line-height: 1.4;
  }
  .m_inquiryBtn a {
    width: 100%;
  }
  .m_herosArea__num {
    top: 63%;
    left: 48.5%;
    font-size: 4.8vw;
    letter-spacing: 0;
  }
  .m_herosArea__noteTxt {
    font-size: 0.8vw;
  }
}

/* 共通 */
.m_sec_products {
  width: 100%;
  max-width: 1080px;
  margin-top: 84px;
  margin-left: auto;
  margin-right: auto;
}
.m_sec_headingCnt {
  display: flex;
  flex-direction: column;
}
.m_sec_heading {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  z-index: 2;
}
.m_sec_heading::before {
  position: absolute;
  bottom: -47px;
  left: 0;
  display: block;
  color: #F0F4F5;
  font-family: "DM Sans", sans-serif;
  font-size: 120px;
  font-weight: bold;
  letter-spacing: 4.8px;
  z-index: -1;
}
.m_sec_heading.m_sec_heading--products::before {
  content: "PRODUCTS";
}
.m_sec_heading.m_sec_heading--partner::before {
  content: "PARTNER";
}
.m_sec_heading.m_sec_heading--company::before {
  content: "COMPANY";
}
.m_sec_heading__en {
  display: block;
  color: #003E7C;
  font-size: 20px;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.6px;
  line-height: 1;
}
.m_sec_heading__space {
  margin-left: -0.5em;
}
.m_sec_heading_sub {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .m_sec_products {
    width: 95%;
  }
  .m_sec_heading__en {
    font-size: 18px;
  }
  .m_sec_heading  {
    font-size: 32px;
  }
  .m_sec_heading::before {
    top: -22%;
    bottom: auto;
    font-size: 62px;
  }
  .m_sec_heading_sub {
    font-size: 28px;
  }
}
/* products */
.m_products_cnt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.m_products_txtArea {
  padding-top: 48px;
  max-width: 648px;
}
.m_products_txtArea__ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.531;
}
.m_products_txtArea__txt {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.882;
}
.m_products_txtArea__note {
  font-size: 14px;
  margin-right: 15px;
}
.m_products_img {
  position: relative;
  top: -35px;
}
@media screen and (max-width: 768px) {
  .m_products_cnt {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  .m_products_txtArea {
    padding-top: 0;
  }
  .m_products_img {
    position: static;
  }
  .m_products_txtArea__ttl {
    font-size: 22px;
  }
  .m_products_txtArea__txt {
    margin-top: 20px;
    font-size: 16px;
  }
}
/* customer */
.m_customer_cnt {
  margin-top: 80px;
}
.m_customer_list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.m_customer_itm {
  position: relative;
  padding-left: 48px;
}
.m_customer_itm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
}
.m_customer_itm.m_customer_itm--lms::before {
  background-color: #EDB75A;
}
.m_customer_itm.m_customer_itm--stress::before {
  background-color: #FF4082;
}
.m_customer_itm.m_customer_itm--eva::before {
  background-color: #00BDD6;
}
.m_customer_ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.m_customer_ttl__sm {
  font-size: 22px;
  line-height: 1.636;
}
.m_customer_inr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 26px;
  margin-top: 30px;
}
.m_customer_inr_ttl {
  margin-bottom: 15px;
  padding: 7px 0 3px;
  background-color: #EEEEEE;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.m_customer_company_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.m_customer_company_itm {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 500;
}
.m_customer_company_itm::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.m_customer_itm--lms .m_customer_company_itm::before {
  background-color: #EDB75A;
}
.m_customer_itm--stress .m_customer_company_itm::before {
  background-color: #FF4082;
}
.m_customer_itm--eva .m_customer_company_itm::before {
  background-color: #00BDD6;
}
@media screen and (max-width: 768px) {
  .m_customer_cnt {
    margin-top: 60px;
  }
  .m_customer_inr {
    grid-template-columns: repeat(1, 1fr);
  }
  .m_customer_itm {
    padding-left: 32px;
  }
  .m_customer_ttl {
    font-size: 22px;
  }
  .m_customer_ttl__sm {
    font-size: 17px;
  }
}
/* charm */
.m_charm_cnt {
  margin-top: 80px;
}
.m_charm_list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 0px;
}
.m_charm_itm {
  display: grid; 
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 18px 24px 25px;
  background-color: #F8F9FA;
  border-radius: 10px;
}
.m_charm_itm_img img {
  display: block;
  margin: 0 auto;
}
.m_charm_itm_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  color: #033D77;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.667;
  text-align: center;
}
.m_charm_itm_txt {
  margin-top: 34.5px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.887;
}
@media screen and (max-width: 768px) {
  .m_charm_cnt {
    margin-top: 60px;
  }
  .m_charm_list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 20px;
  }
  .m_charm_itm_ttl,
  .m_charm_itm_txt {
    margin-top: 0;
  }
  .m_charm_itm_ttl {
    font-size: 20px;
  }
}
/* line up */
.m_lineup_cnt {
  margin-top: 80px;
  margin-bottom: 80px;
}
.m_lineup_upper {
  margin-top: 50px;
  display: flex;
  gap: 18px;
}
.m_lineup_upper_ttl {
  position: relative;
  padding-top: 7px;
  padding-left: 34px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1
}
.m_lineup_upper_ttl::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 34px;
  height: 34px;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.m_lineup_upper_ttl.m_lineup_upper_ttl--lms::before {
  background-color: #ED645A;
}
.m_lineup_upper_ttl.m_lineup_upper_ttl--lightning::before {
  background-color: #FFBC05;
}
/* card */
.m_lineup_left_inr {
  display: flex;
  gap: 60px;
  width: 712px;
  height: 583.21px;
  margin-top: 51px;
  padding: 46px 35px 35.6px 35px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 50px 0px #C3CAD3;
}
.m_lineup_right_inr {
  height: 583.21px;
  margin-top: 30px;
  padding: 39.7px 28px 35.6px 31px;
  border-radius: 10px;
  box-shadow: 5px 5px 50px 0px #C3CAD3;
}
.m_lineup_left_card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_lineup_card_img img {
  display: block;
}
.m_lineup_card_ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}
.m_lineup_card_ttl--jp {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  text-wrap: nowrap;
}
.m_lineup_card_txt {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.882;
}
.m_lineup_card_btn {
  margin: auto auto 0;
  width: 100%;
  max-width: 291px;
}
.m_lineup_card_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 49px;
  border: 2px solid #033D77;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}
.m_lineup_card_btn a::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 47%;
  bottom: 0;
  right: 16px;
  border-top: 2px solid #033D77;
  border-right: 2px solid #033D77;
  rotate: 45deg;
  transform: translateY(-50%);
}
.m_lineup_left_card--studio {
  position: relative;
}
.m_lineup_left_card--studio::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 1px;
  height: 487px;
  background-color: #A5A5A5;
}
.m_lineup_left_card--studio .m_lineup_card_ttl {
  margin-top: 24.2px;
}
.m_lineup_left_card--studio .m_lineup_card_txt {
  margin-top: 29.2px;
  width: 274px;
}
.m_lineup_left_card--inorder .m_lineup_card_img {
  padding-top: 4px;
}
.m_lineup_left_card--inorder .m_lineup_card_ttl {
  margin-top: 20.2px;
}
.m_lineup_left_card--inorder .m_lineup_card_txt {
  margin-top: 29.2px;
}
.m_lineup_right_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.m_lineup_right_card .m_lineup_card_ttl {
  margin-top: 17.1px;
}
.m_lineup_right_card .m_lineup_card_txt {
  margin-top: 29.2px;
}
.m_lineup_lower {
  display: flex;
  gap: 32px;
  margin-top: 70px;
  margin-bottom: 70px;
  width: 100%;
}
.m_lineup_lower_itm {
  width: 50%;
}
.m_lineup_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 541px;
  background-color: #fff;
  padding: 54px 28px 39.7px;
  box-shadow: 5px 5px 50px 0px #C3CAD3;
  border-radius: 10px;
}
.m_lineup_lower_ttl {
  position: relative;
  margin-bottom: 29px;
  padding-top: 20px;
  padding-left: 34px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1
}
.m_lineup_lower_ttl::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 34px;
  height: 34px;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.m_lineup_lower_ttl.m_lineup_lower_ttl--stress::before {
  background-color: #FF4082;
}
.m_lineup_lower_ttl.m_lineup_lower_ttl--eva::before {
  background-color: #00BDD6;
}
.m_lineup_lower_itm--eva .m_lineup_card_img {
  padding-top: 26px;
}
.m_lineup_lower_itm--stress .m_lineup_card_ttl {
  margin-top: 36px;
}
.m_lineup_lower_itm--eva .m_lineup_card_ttl {
  margin-top: 40px;
}
.m_lineup_lower_itm--stress .m_lineup_card_txt {
  margin-top: 23px;
}
.m_lineup_lower_itm--eva .m_lineup_card_txt {
  margin-top: 40px;
}
.m_lineup_lower .m_lineup_card_btn {
  max-width: 470px;
}
.m_lineup_lower .m_lineup_card_btn a {
  width: 100%;
}
@media (any-hover: hover) {
  .m_lineup_card_btn:hover a {
    color: #fff;
    background-color: #003E7C;
    text-decoration: none;
    transition: 0.3s;
  }
  .m_lineup_card_btn:hover a::after {
    border-color: #fff;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .m_lineup_cnt {
    margin-bottom: 80px;
  }
  .m_lineup_upper {
    margin-top: 24px;
    flex-direction: column;
    gap: 24px;
  }
  .m_lineup_left_inr {
    flex-direction: column;
  }
  .m_lineup_lower {
    flex-direction: column;
    margin-top: 24px;
  }
  .m_lineup_left_inr {
    width: 100%;
    height: auto;
  }
  .m_lineup_lower_itm {
    width: 100%;
  }
  .m_lineup_left_inr {
    margin-top: 20px;
    padding: 40px 16px 25px;
  }
  .m_lineup_left_card--studio::after {
    width: 100%;
    height: 1px;
    top: auto;
    right: auto;
    left: 0;
    bottom: -30px;
  }
  .m_lineup_left_card--studio .m_lineup_card_txt,
  .m_lineup_left_card--inorder .m_lineup_card_txt {
    margin-top: 20px;
    width: 100%;
  }
  .m_lineup_card_btn {
    margin: 20px auto 0;
  }
  .m_lineup_right_inr {
    margin-top: 20px;
    height: auto;
  }
  .m_lineup_right_card .m_lineup_card_txt {
    margin-top: 20px;
  }
  .m_lineup_lower_ttl {
    margin-bottom: 20px;
  }
  .m_lineup_card {
    height: auto;
    padding: 40px 16px 25px;
  }
  .m_lineup_lower_itm--eva .m_lineup_card_img {
    padding-top: 0;
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .m_lineup_card_btn a {
    font-size: 14px;
  }
}

/* partner */
.m_sec_partner {
  padding-top: 70px;
  padding-bottom: 110px;
  background-color: #F8F9FA;
}
.m_sec_partner_inr {
  width: 100%;
  max-width: 1080px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.m_partner_btnCnt {
  margin-top: 56px;
  width: 100%;
  max-width: 474px;
  margin-left: auto;
  margin-right: auto;
}
.m_sec_partner .m_charm_cnt {
  margin-top: 102px;
}
.m_sec_partner .m_charm_itm {
  background-color: #fff;
}
.m_type_cnt {
  margin-top: 70px;
}
.m_type_list {
  display: flex;
  gap: 20px;
  width: 100%;
  height: 769px;
  margin-top: 24px;
}
.m_type_itm {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 72px;
  padding-bottom: 60px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 50px 0px #C3CAD3;
}
.m_type_itm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  border-radius: 10px 10px 0 0;
}
.m_type_itm.m_type_itm--agent::before {
  background-color: #033D77;
}
.m_type_itm.m_type_itm--introducer::before {
  background-color: #EB7A24;
}
.m_type_itm_ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.m_type_itm_txt {
  margin-top: 40px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.882;
}
.m_type_itm.m_type_itm--agent .m_type_itm_txt{
  width: 482px;
  margin-left: auto;
  margin-right: auto;
}
.m_type_itm.m_type_itm--introducer .m_type_itm_txt{
  width: 446px;
  margin-left: auto;
  margin-right: auto;
}
.m_type_itm_img {
  margin-top: auto;
}
.m_type_itm_img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .m_sec_partner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .m_sec_partner_inr {
    width: 95%;
    margin-top: 0;
  }
  .m_sec_partner .m_charm_cnt{
    margin-top: 60px;
  }
  .m_type_cnt {
    margin-top: 60px;
  }
  .m_type_list {
    flex-direction: column;
    height: auto;
  }
  .m_type_itm {
    padding: 60px 16px 50px;
  }
  .m_type_itm.m_type_itm--agent .m_type_itm_txt,
  .m_type_itm.m_type_itm--introducer .m_type_itm_txt {
    width: 100%;
  }
  .m_type_itm_img {
    margin-top: 20px;
  }
}
/* difference */
.m_diff_cnt {
  margin-top: 85px;
}
.m_diff_table_cnt {
  margin-top: 17px;
  background-color: #fff;
  padding: 8px;
}
.m_diff_table {
  width: 100%;
  border-collapse: collapse; 
  text-align: center;
}
.m_diff_table th,
.m_diff_table td {
  vertical-align: middle;
}
.m_diff_table thead tr {
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
}
.m_diff_table tbody tr {
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.m_diff_bd_gray {
  border-top: 3px solid #ddd;
  border-left: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
}
.m_diff_th--agent {
  width: 406px;
  background-color: #033D77;
  color: #fff;
  border-top: 3px solid #033D77;
  border-bottom: 3px solid #033D77;
}
.m_diff_td--agent {
  background-color: #EAF0FA;
  border-bottom: 3px solid #fff;
}
.m_diff_td--agent--last {
  background-color: #EAF0FA;
  border-bottom: 3px solid #EAF0FA;
}
.m_diff_th--introducer {
  width: 406px;
  background-color: #EB7A24;
  color: #fff;
  border-top: 3px solid #EB7A24;
  border-bottom: 3px solid #EB7A24;
}
.m_diff_td--introducer {
  background-color: #FDF8E3;
  border-bottom: 3px solid #fff;
}
.m_diff_td--introducer--last {
  background-color: #FDF8E3;
  border-bottom: 3px solid #FDF8E3;
}
@media screen and (max-width: 768px) {
  .m_diff_cnt {
    margin-top: 60px;
  }
  .m_diff_table_cnt {
    margin-top: 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .m_diff_table {
    width: 100%;
    min-width: 1080px;
  }
}
/* support */
.m_support_cnt {
  margin-top: 75.3px;
}
.m_support_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 22px;
  margin-top: 28px;
}
.m_support_itm {
  background-color: #fff;
  padding: 48px 30px 0;
  height: 286px;
  box-shadow: 5px 5px 50px 0px #C3CAD3;
  border-radius: 10px;
}
.m_support_itm_ttl {
  position: relative;
  display: flex;
  align-items: center;
  color: #033D77;
  font-size: 24px;
  font-weight: 700;
}
.m_support_itm_ttl::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
}
.m_support_itm_ttl.m_support_itm_ttl--demo::before {
  width: 54px;
  height: 31px;
  margin-right: 17px;
  background-image: url(/resource/img/leaf/partners/icon_demo.svg);
}
.m_support_itm_ttl.m_support_itm_ttl--material::before {
  width: 37px;
  height: 42px;
  margin-right: 25px;
  background-image: url(/resource/img/leaf/partners/icon_material.svg);
}
.m_support_itm_ttl.m_support_itm_ttl--together::before {
  width: 57px;
  height: 38px;
  margin-right: 14px;
  background-image: url(/resource/img/leaf/partners/icon_together.svg);
}
.m_support_itm_ttl.m_support_itm_ttl--helpdesk::before {
  width: 39px;
  height: 35px;
  margin-right: 19px;
  background-image: url(/resource/img/leaf/partners/icon_helpdesk.svg);
  background-size: cover;
}
.m_support_itm_txt {
  margin-top: 38px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.882;
}
.m_support_itm_txt--material {
  margin-top: 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.882;
}
@media screen and (max-width: 768px) {
  .m_support_cnt {
    margin-top: 60px;
  }
  .m_support_list {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
  .m_support_itm {
    height: auto;
    padding: 40px 20px 20px;
  }
  .m_support_itm_ttl {
    line-height: 1.1;
  }
  .m_support_itm_txt {
    margin-top: 20px;
  }
}
/* flow */
.m_flow_cnt {
  margin-top: 95px;
}
.m_flow_list {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
.m_flow_itm {
  position: relative;
}
.m_flow_itm::after {
  content: "";
  position: absolute;
  top: 34%;
  right: -50%;
  width: 25px;
  height: 20px;
  background-image: url(/resource/img/leaf/partners/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.m_flow_itm:last-of-type::after {
  display: none;
}
.m_flow_itm_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 130px;
}
.m_flow_itm_img img {
  margin: 0 auto;
}
.m_flow_itm_cap {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.438;
  text-align: center;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .m_flow_cnt {
    margin-top: 60px;
  }
  .m_flow_list {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 80px;
    margin-top: 24px;
  }
  .m_flow_itm {
    width: 100%;
  }
  .m_flow_itm::after {
    top: auto;
    right: auto;
    bottom: -20%;
    left: 47%;
    rotate: 90deg;
  }
  .m_flow_itm_img {
    width: 100%;
  }
  .m_flow_itm_img img {
    display: block;
    width: 100%;
    max-width: 200px;
  }
  
}
/* oem */
.m_oem_cnt {
  margin-top: 120px;
  padding: 42.3px 0 56.4px;
  background-color: #fff;
}
.m_oem_ttl {
  color: #124E88;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.m_oem_txt {
  width: 100%;
  max-width: 838px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.882;
}
@media screen and (max-width: 768px) {
  .m_oem_cnt {
    margin-top: 60px;
    padding: 40px 16px;
  }
  .m_oem_ttl {
    font-size: 24px;
  }
}
/* company */
.m_sec_company {
  width: 100%;
  max-width: 1080px;
  margin-top: 97px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
.m_company_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  margin-top: 20px;
}
.m_company_itm {
  padding: 28px;
  background-color: #F8F9FA;
  border-radius: 10px;
}
.m_company_itm_ttl {
  color: #033D77;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.m_company_itm_txt {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.882;
}
.m_company_itm_img img {
  display: block;
  margin: 0 auto;
}
.m_company_itm_note {
  display: block;
  font-size: 16px;
}

.m_company_itm--prime .m_company_itm_img {
  margin-top: 66px;
}
.m_company_itm--prime .m_company_itm_ttl {
  margin-top: 72px;
}
.m_company_itm--prime .m_company_itm_txt {
  margin-top: 18px;
}
.m_company_itm--pro .m_company_itm_ttl {
  margin-top: 37px;
}
.m_company_itm--pro .m_company_itm_txt {
  margin-top: 26.2px;
}
.m_company_itm--contents .m_company_itm_img {
  margin-top: 6.7px;
}
.m_company_itm--security .m_company_itm_img {
  margin-top: 26.4px;
}
.m_company_itm--contents .m_company_itm_ttl,
.m_company_itm--security .m_company_itm_ttl{
  margin-top: 56.5px;
}
.m_company_itm--contents .m_company_itm_txt,
.m_company_itm--security .m_company_itm_txt{
  margin-top: 22px;
}
.m_company_btnCnt {
  width: 100%;
  max-width: 474px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .m_sec_company {
    margin-top: 60px;
    padding-bottom: 120px;
    width: 95%;
  }
  .m_company_list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 20px;
    margin-top: 24px;
  }
  .m_company_itm_ttl {
    font-size: 22px;
  }
  .m_company_itm--prime .m_company_itm_ttl {
    margin-top: 48px;
  }
  .m_company_itm--contents .m_company_itm_ttl, .m_company_itm--security .m_company_itm_ttl {
    margin-top: 20px;
  }
  .m_company_itm--pro .m_company_itm_ttl {
    margin-top: 20px;
  }
  .m_company_itm--pro .m_company_itm_txt,
  .m_company_itm--prime .m_company_itm_txt,
  .m_company_itm--contents .m_company_itm_txt,
  .m_company_itm--security .m_company_itm_txt {
    margin-top: 20px;
  }
}