<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
/* -----------
base
----------- */
/* 譌｢蟄呂SS荳頑嶌縺� */
.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 &gt; .l_grid__item{
  padding: 10px;
}
.l_grid--merit{
  margin: -6px;
}
.l_grid--merit &gt; .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 &gt; .m_compareTable__row + .m_compareTable__row{
  border-top: 1px dashed #1A8192;
}
.m_compareTable__body &gt; .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 &gt; .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 &gt; .m_compareTable__row:last-of-type .m_compareTable__data{
    border: none;
  }
  .m_compareTable__body &gt; .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 &gt; .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 &gt; .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;
    }
  }

}</pre></body></html>